IMAQ Match Color Pattern VI
Owning Palette: Searching and MatchingInstalled With: NI Vision Development ModuleSearches for a color pattern, or color template image, in the input Image. Use the IMAQ Learn Color Pattern VI prior to using this VI to ensure that the color template image has been configured for the color match stage.
Optional Rectangle defines a four-element array that contains the left, top, right, and bottom coordinates of the region to process. The VI applies the operation to the entire image if Optional Rectangle is empty or not connected. |
|||||||||||
Image is a reference to the color image in which you want to locate the color template image. |
|||||||||||
Template Image is a reference to the color template for which you want to search during the matching phase. The template image is an output of the IMAQ Learn Color Pattern VI. |
|||||||||||
Match Color Pattern Setup Data is a string that contains information obtained from the IMAQ Setup Match Color Pattern VI. If this input is not connected, the VI uses default parameters during the matching phase. |
|||||||||||
error in (no error) describes the error status before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
|
|||||||||||
Number of Matches Requested is the number of valid matches expected. |
|||||||||||
Minimum Match Score is the smallest score a match can have to be considered valid. The data range for a match is between 0 and 1000. |
|||||||||||
Matches is an array of match clusters. Matches returns the following elements:
|
|||||||||||
Number of Matches is the number of template matches found in the inspection image based on the input settings. |
|||||||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces. Right-click the error out indicator on the front panel and select Explain Error from the shortcut menu for more information about the error.
|
Examples
Refer to the following for examples that use this VI.
- LabVIEW\examples\Vision\2. Functions\Color Pattern Matching\Color Pattern Matching Example.llb
- LabVIEW\examples\Vision\3. Applications\Fusebox Inspection Example.llb
- LabVIEW\examples\Vision\3. Applications\Blister Pack Inspection Example.llb