IMVBlobPostProcessing
The IMVBlobPostProcessing interface contains methods and properties to configure the post processing functions from the MV Blob Finder filter.
Methods:
| AlignBlob | Center and rotate the found blob. |
| AlignmentInterpolation | Interpolation used by the alignment algorithm. |
| AutomaticROI | Alignment algorithms uses automatic ROI. |
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 LongCenter 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 LongInterpolation 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 LongAlignment algorithms uses automatic ROI.
C Prototype:HRESULT put_AutomaticROI(LONG newVal);
HRESULT get_AutomaticROI(LONG *pVal);