F_VN_MatchImageHuMoments
Compare two images using the Hu moment invariants.
Syntax
Definition:
FUNCTION F_VN_MatchImageHuMoments : HRESULT
VAR_INPUT
ipImage1 : ITcVnImage;
ipImage2 : ITcVnImage;
eComparisonMethod : ETcVnContoursMatchComparisonMethod;
END_VAR
VAR_IN_OUT
fDissimilarity : LREAL;
END_VAR
VAR_INPUT
hrPrev : HRESULT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ipImage1 |
First image (1 channel) | |
ipImage2 |
Second image (1 channel) | |
eComparisonMethod |
Method used for comparing the Hu moment invariants of the images | |
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) |
In/Outputs
Name |
Type |
Description |
---|---|---|
fDissimilarity |
LREAL |
Returns the dissimilarity of the image Hu moment invariants depending on the chosen comparison method |
Required License
TC3 Vision Matching
System Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT V3.1.4024.54 or later | PC or CX (x64) with PL50, e.g. Intel 4-core Atom CPU | Tc3_Vision |