Ross
Ross

Reputation: 2096

Looking for image distortion algorithm

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

Answers (2)

Will
Will

Reputation: 75665

Seam carving is the current favourite. Liquid Rescale is an implementation of it.

Upvotes: 4

Alexander Torstling
Alexander Torstling

Reputation: 18898

Perhaps you are referring to liquid rescale?

Upvotes: 4

Related Questions