Skip to content

C++ Implement of Local Binary Fitting Model.(水平集图像分割(LocalBinaryFitting)模型的C++实现。)

Notifications You must be signed in to change notification settings

yxxxxxxxx/LocalBinaryFittingModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

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

About

C++ Implement of Local Binary Fitting Model.(水平集图像分割(LocalBinaryFitting)模型的C++实现。)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages