01-23-2014 07:09 AM
Hi,
How to draw a line on image to measure angle of an object in image.
Like attached image.
Thank you,
Regards,
Hari krishna.k
01-23-2014 08:25 AM
Hi
You probably want to read in your image file (png/jpg/bmp) and then use the Picture Function VIs to draw over the image. This very simple example draws a single line over a jpeg image.
01-29-2014 03:23 AM
Hi Neil,
Thank you.
How to implement this in vision tools(IMAQ).
I need to measure particle angle on image.
Regards,
Hari.
01-29-2014 03:03 PM
You might be able to use the Find Straight Edges VI - have a look for the Vision example called Straight Edge Detection for some ideas. That will give you the position and angle of edges within your image.
06-27-2024 01:45 AM
How are we supposed to connect read jpeg file to the draw flattened pixmap.vi??/ can u help me
06-27-2024 09:54 AM
Read Jpeg has an Image Out, Draw Pixmap has an Image In. Just connect them!