C# Class Strabo.Core.ImageProcessing.MyConnectedComponentsAnalysisFast.MyBlobCounter

Exibir arquivo Open project: spatial-computing/strabo-learning-ocr-transformation Class Usage Examples

Public Properties

Property Type Description
objectLabels ushort[]

Public Methods

Method Description
GetBlobs ( Bitmap srcImg ) : List

Private Methods

Method Description
Process ( Bitmap srcImg ) : void

Method Details

GetBlobs() public method

public GetBlobs ( Bitmap srcImg ) : List
srcImg System.Drawing.Bitmap
return List

Property Details

objectLabels public_oe property

public ushort[] objectLabels
return ushort[]