A little application meant to detect main subject of an image and add depth and focus fx on it.
It's tested on Windows but it should run on Linux too. Or not... I used some msvc
specific stuff. Requires at least C++17.
Only for x64. Why? Because why not...
- Sometin' able to compile C++17
- Visual Studio may help but it's not necessary
- stb_image and stb_image_write from nothings/stb
git clone
this somewhere you like.
Open the project in Visual Studion(2019 or newer) or build it with your favorite compiler.
This should be obvious, but run the application you just built.
This thing is distributed under Apache 2.0. See LICENSE.
Gitignore file from github/gitignore.
You can find us here and here.
Everything done in this project is inspired by Main subject detection via adaptive feature refinement paper by Cuong Vu and Damon Chandler.