|
oevislib_net
0.14.3.0
|
Functions | |
| float | oevislib_net.Image.Correlation (Image inPatternImage, CorrelationMeasure inCorrelationMeasure, Optional< Region > inRoi=null) |
| Computes the correlation between the image and a chosen pattern. | |
| Image | oevislib_net.Image.CorrelationImage (Image inPatternImage, CorrelationMeasure inCorrelationMeasure, Optional< Region > inRoi, Optional< Region > inPatternRoi) |
| Computes the correlation between the image and a chosen pattern, returning as output an image where each pixel represents a single comparison result. | |
| float | oevislib_net.Image.Dissimilarity (Image inPatternImage, DistanceMeasure inDistanceMeasure, Optional< Region > inRoi=null) |
| Measures the dissimilarity between the image and a chosen pattern. | |
| Image | oevislib_net.Image.DissimilarityImage (Image inPatternImage, DistanceMeasure inDistanceMeasure, Optional< Region > inRoi, Optional< Region > inPatternRoi) |
| Measures the dissimilarity between the image and a chosen pattern (moving on all image). | |
| static float | oevislib_net.Image.PixelDistance (Pixel inPixel1, Pixel inPixel2, float inChromaAmount) |
| Compares two pixels using chromatic and non-chromatic information. | |
|
inline |
Computes the correlation between the image and a chosen pattern.
| inPatternImage | Pattern to compare with the image. |
| inCorrelationMeasure | Correlation measure (normalized cross-correlation or cross-correlation). |
| inRoi | Region of interest of the image. |
|
inline |
Computes the correlation between the image and a chosen pattern, returning as output an image where each pixel represents a single comparison result.
| inPatternImage | Pattern to compare with the image. |
| inCorrelationMeasure | Correlation measure (normalized cross-correlation or cross-correlation). |
| inRoi | Region of interest of the image. |
| inPatternRoi | Region of interest of the pattern. |
|
inline |
Measures the dissimilarity between the image and a chosen pattern.
| inPatternImage | Pattern to compare with the image. |
| inDistanceMeasure | Distance measure (mean-error or mean-squared-error). |
| inRoi | Region of interest of the image. |
|
inline |
Measures the dissimilarity between the image and a chosen pattern (moving on all image).
| inPatternImage | Pattern to compare with the image. |
| inDistanceMeasure | Distance measure (mean-error or mean-squared-error). |
| inRoi | Region of interest of the image. |
| inPatternRoi | Region of interest of the pattern. |
|
inlinestatic |
Compares two pixels using chromatic and non-chromatic information.
| inPixel1 | First pixel. |
| inPixel2 | Second pixel. |
| inChromaAmount | Proportion of chromatic information to consider in computations. Range: [0, 1]. |