Ask Your Question

Revision history [back]

It is possible, it completely depends on your use case.

Is your object a specific color? Then you could threshold based on the color.

Is your object a specific shape? Then you could detect contours in your image and find a specific one

Otherwise, you could look into keypoint detection methods that are invariant to scaling and rotation, and do a feature comparison.