I’m designing interface with visual c# for my image processing project. I need point selection on an image and classification these points for using in my image processing code at vhdl.
Original image will stay at a picturebox and I will use selected image in another picturebox.
How I can select points on an image?
If you need to get pixel color and coord when mouse is down over picturebox, you could use