Handy depth estimation software from image sequences.
This software is intended to port LensBlur of Android to iOS. But, not only in iOS, it can be used in any device, platform which OpenCV and C++ can use.
Multiple images taken in a sequence.
日本語の解説はこちらから(後ほど書きます)
- Mac OSX (Probablly Linux too)
- CMake, OpenCV
- iOS
- CocoaPods
When you want to try this software, try with sample CLI software.
$ git clone [email protected]:ginrou/DepthFromSequence.git
$ cd sample
$ cmake .
$ ./main.out ./data/*.jpg
Raw depth map, smooth depth map, and color depth map is outputed. You can test with your own image sequence by changing input arguments.
- Performace Improvement.
- Clear Licence.