Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CrossCorrelation ¶
CrossCorrelation determines the normalized cross-correlation of a feature with an image. Normalization is from -1 to +1, where +1 is high correlation, -1 is high correlation (of inverse), and 0 is no correlation. For autocorrelation, just cross-correlate a signal with itself. Image is the values which are actually recieved/measured. Feature is the values to be searched for in the image. Size must not be greater than size of image. ZeroPadding is the number of zeros to surround the image with (both sides will be padded). Returns a non-nil error in case of failure.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.