C# Class CarusoSample.PreprocessingSample

Show file Open project: Algorithmix/Papyrus

Public Methods

Method Description
GetBlobsFromImage ( String filepath, Bgr color ) : void
GetFloodFillMask ( String filepath, Bgr color ) : void

Method Details

GetBlobsFromImage() public static method

public static GetBlobsFromImage ( String filepath, Bgr color ) : void
filepath String
color Bgr
return void

GetFloodFillMask() public static method

public static GetFloodFillMask ( String filepath, Bgr color ) : void
filepath String
color Bgr
return void