|
IMVBlobPostProcessing
The IMVBlobPostProcessing interface contains methods and
properties to configure the post processing functions from the
MV Blob Finder filter.
Methods:
Header file: IMVBlobFinder.h
Interface definition language file: IMVBlobFinder.idl
Typelib: MVBlobFinder
Interface ID: IID_IMVBlobPostProcessing
Property
IMVBlobPostProcessing::AlignBlob
Declaration:
Property Get/Put AlignBlob As Long
Center and rotate the found blob.
C Prototype:
HRESULT put_AlignBlob(LONG
newVal);
HRESULT get_AlignBlob(LONG *pVal);
Property
IMVBlobPostProcessing::AlignmentInterpolation
Declaration:
Property Get/Put AlignmentInterpolation As Long
Interpolation used by the alignment algorithm. Look at the
MV_INTERPOLATION_MODE
definition for accepted interpolation types.
C Prototype:
HRESULT put_AlignmentInterpolation(LONG
newVal);
HRESULT get_AlignmentInterpolation(LONG *pVal);
Property
IMVBlobPostProcessing::AutomaticROI
Declaration:
Property Get/Put AutomaticROI As Long
Alignment algorithms uses automatic ROI.
C Prototype:
HRESULT put_AutomaticROI(LONG
newVal);
HRESULT get_AutomaticROI(LONG *pVal);
|