Windows 10 Photos App “Clarity” option algorithm

假装没事ソ 提交于 2019-12-24 09:24:53

问题


I want to add an option in my c# app to adjust photo clarity. I searched through web a lot and found many implementations for effects like sharpening and blur but didn't found any c# (or at least c++) implementation for image clarity.

I'm looking for something like clarity adjustment in windows 10 "photos" app. If you open the editor section, under "Adjust" tab you will find clarity option. Here is an screenshot from Windows 10 Photos App Clarity Option

I don't know how exactly this option works! Is it just a sharpening effect or it mixed with some other image processing effects?

I would appreciate it if you give me an implementation or a library that does this effect.

Here is three screenshots:
Clarity slider at zero
Clarity slider at minimum
Clarity slider at maximum

Thanks

来源:https://stackoverflow.com/questions/53030877/windows-10-photos-app-clarity-option-algorithm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!