MblobSelectMoment()函数
Synopsis
Add specified moment to the feature list.
Format
void MblobSelectMoment(FeatureListId, MomType, XMomOrder, YMomOrder)
Synopsis
Add specified moment to the feature list.
Format
void MblobSelectMoment(FeatureListId, MomType, XMomOrder, YMomOrder)
Synopsis
Add Feret angle to the feature list.
Format
void MblobSelectFeret(FeatureListId, Angle)
Synopsis
Select feature(s) to be calculated.
Format
void MblobSelectFeature(FeatureListId, Feature)
Synopsis
Select blobs for calculations and result retrieval.
Format
void MblobSelect(BlobResId, Operation, Feature, Condition, CondLow, CondHigh)
Synopsis
Reconstruct blobs in an image buffer.
Format
void MblobReconstruct(SrcImageBufId, SeedImageBufId, DestImageBufId, Operation, ProcMode)
Synopsis
Draw a labeled image.
Format
void MblobLabel(BlobResId, DestImageBufId, Mode)
Synopsis
Inquire about a blob analysis result buffer.
Format
void MblobInquire(BlobResId, ParamToInquire, UserVarPtr)
Synopsis
Get the blob run-length encoding information.
Format
void MblobGetRuns(BlobResId, LabelVal, ArrayType, RunXPtr, RunYPtr, RunLengthPtr)
Synopsis
Read the feature value of a single blob.
Format
void MblobGetResultSingle(BlobResId, LabelVal, Feature, TargetArrayPtr)
Synopsis
Read feature values of the included blobs.
Format
void MblobGetResult(BlobResId, Feature, TargetArrayPtr)