How to cartoon-ify an image programmatically?

前端 未结 8 695
粉色の甜心
粉色の甜心 2020-11-28 17:37

My app works with photos and videos of people, which I want to cartoonify. So I need an algorithm to do it manually (we use c++/Qt for our product, which has image manipulat

8条回答
  •  攒了一身酷
    2020-11-28 18:11

    You might want to check out Freestyle, an open-source (Google Summer of Code, even) project to implement a non-photorealistic renderer for Blender. Here's an example of its output, in cartoon-mode:
    (source: sourceforge.net)

提交回复
热议问题