Leaper Vision Toolkit
中文 / English 2.x
LDataBlobAnalysis Class Reference
Inheritance diagram for LDataBlobAnalysis:
ILDataBlobAnalysis ILObject

Additional Inherited Members

- Public Member Functions inherited from ILDataBlobAnalysis
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)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILDataBlobAnalysis
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...
 

Detailed Description

This class implements the interface ILDataBlobAnalysis, and is used to create an instance of data blob analyzer.