03-18-2013 01:25 PM
Hello.
I spent the afternoon searching for a solution to my problem in this forum but I didn't find it yet.
I need to plot points for a 2D array over an image and up to now I tried with "Plot XY VI", "Draw Point VI" and this one:
With the first VI I get lines instead of just simple points. With the second one, pixels drawn are too small and I barely can see them. Same with the third one.
Anyone knows how to plot bigger dots?
Thanks in advance.
Solved! Go to Solution.
03-18-2013 03:54 PM
In the thread you linked to, CC suggested using the IMAQ Overlay Oval VI to draw larger circles at those points. Did you try that?
Also, do you have to use IMAQ or can you use the picture control VIs?
03-18-2013 03:58 PM
Use the picture vis and add filled cycles or rectangles of any size you want.
03-18-2013 08:51 PM
Thanks for your response.
Yes I tried but It didn't work. However, I've recently found a very good example and It seems to work. Sorry for the inconvenience.
I don't have to use IMAQ, I could use picture control VIs too. Is there any difference in computational terms?
03-18-2013 08:54 PM
Ok I will try picture VIs too.
Thanks and greetings to you too