MblobSelectMoment()函数
Synopsis
Add specified moment to the feature list.
Format
void MblobSelectMoment(FeatureListId, MomType, XMomOrder, YMomOrder)
记录分享,MIL5.1版本的Mblob粒子分析,粒子分析主要可以用来分析图形的几何关系,物体特征(大小,面积,周长,重心等),可以根据粒子分析的结果来判断,或做下一项分析的初始资讯。
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)