Additional Inherited Members | |
![]() | |
void | AddBlobFilter (ILDataBlobFilter *filter) |
LPVErrorCode | Build (ILDataList *data, ILDataBlobResults **results) |
void | ResetBlobFilter () |
void | SetBlobRange (double lb, double ub) |
void | SetRangeThresholdAdaptGlobal (LPVPolarity blobPolarity) |
void | SetRangeThresholdAdaptLocal (LPVPolarity blobPolarity, int blockSize, double bias) |
![]() | |
ILObject * | Copy () |
LPVErrorCode | Load (LString filename) |
void | Reset () |
LPVErrorCode | Save (LString filename) |
BOOL | Valid () |
![]() | |
LPVAggregation | DataAggType [get, set] |
The aggregation type of the data when SortBy is set to LPVDataBlobData. More... | |
LPVExcludeBoundaryMode | ExcludeBoundaryMode [get, set] |
The mode how to handle data blobs at the start or end of the input data list, only LPVEBModeEntire and LPVEBModeNone is supported. | |
int | MaxCount [get, set] |
The maximum of data blobs to find. If there are more than the setting counts of data blobs, sort the candidates then pick the tops. More... | |
LPVDataBlobFeatures | SortBy [get, set] |
The method used to sort all data blob candidates, the top ones are reported as final results. More... | |
BOOL | SortByDescending [get, set] |
Works together with SortBy. True to sort all data blob candidates descending(from large value to small), false for sorting in ascending order. More... | |
![]() | |
LString | Name [get, set] |
Name of the object. By default, the object has no name. In most cases, LPV classes don't make use of the names. The name is drawn on canvas around the object if ILDrawable::SetDrawName() is enabled. More... | |
This class implements the interface ILDataBlobAnalysis, and is used to create an instance of data blob analyzer.