|
I'm using Itti's saliency map via the matlab port. So given an example image, I could get a salient map as shown below(compare the saliency map with the color photo):
The problem is that although the algorithms pinpoints roughly where the salient object is, it fails to reliably get the dimensions of the object. Thus, if I want my program to automatically crop out the most salient object in an image, I can only speculate the dimensions based on the shape of the salient map for the object. This is pretty unreliable since the salient shape could vary greatly. Are there more reliable methods to do this? |

Maybe looking at this can help: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.174.4259&rep=rep1&type=pdf ?
thanks, I'll take a look