Assume that you have an image that you going to classify its class ID.
One good option is to use interest points e.g FAST that can find coners/edges inside an image.
From these points you could classify a specific area....but how do I know which area I should classfy?
Assum that you're having a bunch of read dots over an image.The red dots covering different types of objects, which means that there are multiple objects inside the image. Not only just one object.
You want to "cut" out the coordinates of the image that are specific to one object for the image. How can that be done?
Thake the image above. If you want to classify the windows, you need to know that all red dots round a specific region, is one object. But how can I descripte that in such way?
