Method | Description | |
---|---|---|
BinarizeImage ( int threshold ) : |
||
ConvertTOGrayScale ( double cr, double cg, double cb ) : |
||
ExtractBlob ( ) : List |
||
ExtractBlob ( int maxWidth, int maxHeight, int minWidth, int minHeight ) : List |
||
GetBlobRectangles ( |
||
GetEdgePoints ( |
||
ImageProcessor ( ) : AForge | ||
ImageProcessor ( |
||
SaveBlobsToLocal ( string path, List |
public BinarizeImage ( int threshold ) : |
||
threshold | int | |
return |
public ConvertTOGrayScale ( double cr, double cg, double cb ) : |
||
cr | double | |
cg | double | |
cb | double | |
return |
public ExtractBlob ( int maxWidth, int maxHeight, int minWidth, int minHeight ) : List |
||
maxWidth | int | |
maxHeight | int | |
minWidth | int | |
minHeight | int | |
return | List |
public GetBlobRectangles ( |
||
blob | ||
return | List |
public GetEdgePoints ( |
||
blob | ||
return | List |
public ImageProcessor ( |
||
image | ||
return | AForge |
public SaveBlobsToLocal ( string path, List |
||
path | string | |
blobs | List |
|
return | void |