I have images with white background and simple shapes in them (each image has one shape). I want to determine if a certain point (x,y) is inside the shape or not. How can I
Use pointPolygonTest function. Here's tutorial.