Reputation: 2096
Recently I saw demonstration of image distortion algorithm that preserves some objects in image. For example changing weight/height ratio but preserving people faces in image to look realistically. The problem is i can't find the reference to that demonstration neither I know the name of such transformations.
Can anybody point me to a references to such algorithms?
Upvotes: 2
Views: 1372
Reputation: 75665
Seam carving is the current favourite. Liquid Rescale is an implementation of it.
Upvotes: 4