简体   繁体   中英

Are there any algorithm to make real photo more fake-like?

I know some ray-tracing algorithm can achieve very realistic photo

But,now I want to do make a fake-like photo out of a real photo

how can I do this?

Could you give me some keywords,please?

Thanks!

real photo 真实照片 3d rendering photo (fake-like photo) 3D渲染

Try a bilateral filter. It will smooth the surfaces while retaining the edges.

在此处输入图片说明

A huge thing in fake images is the light reflection (very hard to get realistic). Reflections or shadows that are too sharp or exact generally give away a fake image, so removing all the natural lighting, and then regenerating the lighting could give the effect your after.

To be able to do this well though, you will likely need to estimate surface normals which may be difficult if you are not in a controlled environment or know the object you are looking at quite well...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM