|
Re: 2014 Vision Processing Example
A couple things.
The Score and Rank VI has an input for annotating. If not wired, it defaults to False. If you wish to see the rectangles outlining the targets and the scores, wire a True to this input.
Your new code also looks like it default to a teal colored target. I'm not sure if that is calibrated the same as the example. Since you copied in the calibration code, you should be able to draw a line across your lit target to update the search colors. You may also want to widen the Value range.
If you run the dashboard directly, and don't build a dashboard executable, you will be able to debug and determine if you want to change constants, etc. Remember that if you probe a binary image, you will want to right-click and set the Palette to Binary. Otherwise, the 0 and 1 will both look black. Binary has unique colors (black and red) for 0 and 1 pixel values.
Greg McKaskle
|