12-10-2007 04:56 AM
hello !
I have a big problems. I have Labview 8.2 and vision assistant.
I try to work out parallel processing of thermograph and digital image of the same object. The edge detection techniques are applied to the digital image (morphological functions, simple and advance edge detection). The image of detected edges is, then, overlapped on the thermographs, but they different size. I haven’t got any idea how to do that, please help me 😞
The second problem is related with detected edges. They are discontinuous. Also, I haven’t a clue, how to solve this problem 😞
Could you help me?
12-10-2007 05:51 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
12-11-2007 04:40 AM
12-11-2007 04:45 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
12-11-2007 05:28 AM
HI lucy,
I would suggest you to use separate buffers for each thread of displays and have separate unique names for each of them . Or just use one image to be displayed rather than both of them , this is because of buffer getting overlapped with the other. Please do get back if you still face problems.
Regards,
Sundar.
12-12-2007 05:15 AM
Hello,
The sizes of thermo and digital images are different. I don’t know how to add two images. In first step I changed size of digital image to size of thermo image. It isn’t good idea, because I must to manipulate digital images (translate in X or Y directions).I want to do it automatically, because in the next step I will be use pattern matching function to localize markers and try to correct estimated temperatures. I haven't a clue how to solve it.
regards,
lucy
12-12-2007
12:24 PM
- last edited on
03-04-2026
08:31 AM
by
Content Cleaner
Hello Lucy,
If you want to use a dual processing approach, you need to adjust your imaging setup so that you can acquire two similar regions of interest. Besides adjusting the working distance (the physical distance between the camera lens and the object under inspection), you can also select particular regions of interest using Machine Vision VIs or the ROI tools on Image Display. You may also need to correct for perspective distortion introduced by capturing images from two different cameras with two different orientations to the object under inspection. The NI Example Finder includes a shipping example entitled Perspective Calibration Example.vi which you may want to review.
Once you have two similar regions of interest, you can overlay results (lines, points, etc.) from one region onto the other. On the block diagram Functions Palette, search for subVIs within the Vision and Motion>>Vision Utilities>>Overlay group. You may also want to experiment with a single processing approach where you just look at one image and perform all your measurements and analysis on this single image.
If your edges appear discontinuous, you might try various morphological transformations (close, for example) to attempt to join the discontinuous edges into a continuous edge. In addition to the NI Vision for LabVIEW Help, you can find more information in the NI Vision Concepts Manual. Ch. 6 covers arithmetic and logic operators, Ch. 11 covers edge detection, and Ch. 12 covers pattern matching.
Best Regards,
T. McCarty
12-17-2007 02:35 AM