Given an image with spatial resolution H×W, a candidate crop can be defined using its top-left corner (x1,y1) and bottom-right corner (x2,y2),
where 1≤x1<x2≤H and 1≤y1<y2≤W.
The number of crops is H(H−1)W(W−1)/4. The search space is huge.
Properties of image cropping:
- local redundancy
- content preservation