Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 405 Bytes

File metadata and controls

11 lines (9 loc) · 405 Bytes

LocalBinaryFittingModel

Discription

C++ Implement of Local Binary Fitting Model.
(CVPR2007:Implicit Active Contours Driven by Local Binary Fitting Energy.Chunming Li.Chiu-Yen Kao.John C. Gore.Zhaohua Ding)

Env

C++11, OpenCV 3.4.3

Command Line

g++ -std=c++11 main.cpp -I /PATH/TO/INCLUDE -L /PATH/TO/INCLUDE/LIB -lopencv_core -lopencv_imgproc -lopencv_imgcodecs
./a.out /PATH/TO/IMAGE