The method contains three steps:
- by kNN, the given image's saliency is computed from the images in the dictionary (global or patch by patch basis);
- a warping algorithm helps to align the kNN to the original image/patch
- the saliency is the reconstruction error
We may use an extra dictionary or we may simply split the image into patches.
No comments:
Post a Comment