Looking for image distortion algorithm

2020-07-25 09:49发布

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?

2条回答
Fickle 薄情
2楼-- · 2020-07-25 10:28

Perhaps you are referring to liquid rescale?

查看更多
别忘想泡老子
3楼-- · 2020-07-25 10:53

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

查看更多
登录 后发表回答