Utility structure to interpret ShapeFinder2 results. More...
Data Fields | |
double | A |
Rotation of the result in degrees. | |
double | R |
Scale factor of the result. | |
double | X |
X position of the result. | |
double | Y |
Y position of the result. | |
double | Z |
Quality of the result. | |
Related Functions | |
(Note that these are not member functions.) | |
cvbbool_t | SF2Search (SF sf, IMG Image, cvbdim_t Index, cvbdim_t Left, cvbdim_t Top, cvbdim_t Right, cvbdim_t Bottom, PIXELLIST &Solutions) |
Use a ShapeFinder2 model for finding occurrences of the trained pattern in an image. More... | |
cvbbool_t | SF2SearchEx (SF sf, IMG Image, cvbdim_t Index, cvbdim_t Left, cvbdim_t Top, cvbdim_t Right, cvbdim_t Bottom, TSymmetryParams Limits, PIXELLIST &Solutions) |
Use a ShapeFinder2 model for finding occurrences of the trained pattern in an image. More... | |
Utility structure to interpret ShapeFinder2 results.
As can be seen from the signatures of SF2Search and SF2SearchEx, a ShapeFinder2 model will return its results in the form of a pixel list (see description of PIXELLIST
in the CVCImg.dll). To make access the TSFSolution
structure has been defined and can be used like this: