KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Blob Class Reference

A simple class that represents a blob. More...

#include <blob_detector.h>

Public Member Functions

 Blob (int r, int c, int s)
 Construct a blob in (r,c) of size s;. More...
 

Public Attributes

int row
 
int col
 
int size
 

Detailed Description

A simple class that represents a blob.

Constructor & Destructor Documentation

Blob::Blob ( int  r,
int  c,
int  s 
)
inline

Construct a blob in (r,c) of size s;.

Member Data Documentation

int Blob::col
int Blob::row
int Blob::size

The documentation for this class was generated from the following file: