Thursday, 15 March 2012

opencv - Using CRF suite C++ on images -



opencv - Using CRF suite C++ on images -

i have been implementing object localization , segmentation of images. need classify different objects on image , segment image accordingly.

i implemented research paper follows:

make super pixels of image(done using slic algorithm) classify each super pixel using annotated images also using back upwards vector machine classifier classify every super pixel.

till here code working correct. next part improvement of segmentation using conditional random field graphical model segment image. have no thought how should implement conditional random field model. need create graph between super pixels have done.

there crf suite in c++ of link provided not understand how utilize images training info crf model , functions should phone call of library(crf).

now inquire how should go implementing conditional random field suite in c++ on graph of super pixel. went through unable understand how should go it.

http://www.chokkan.org/software/crfsuite/

c++ opencv machine-learning svm crf

No comments:

Post a Comment