cut-pursuit icon indicating copy to clipboard operation
cut-pursuit copied to clipboard

C++ implementation for the cut pursuit algorithm, with Matlab interfaces

Results 10 cut-pursuit issues
Sort by recently updated
recently updated
newest added

Hello Professor! What is the difference between KL, Linear, L2 and SPG in your CutPursuit code?

error C2440 initialization problem “”: can not covert from “boost::adj_list_edge_property_map”to“boost::adj_list_edge_property_map” with [ T=float, Property=CP::EdgeAttribute, Tag=boost::edge_bundle_t ] and [ T=float ] graph_cut_segmentation D:\wpcode\graph_cut_segmentation\graph_cut_segmentation\CutPursuit\include\CutPursuit.h 453 I use the boost 1_64 version. Then...

As demonstrated in your paper, this algorithm can be applied to images like the famous lena.png. However, I can not figure it out how to organize the 2D images into...

Could you please provide some input concerning the input of the functions, e.g. the variables , obs, targer, weight and edge? Thanks!

Hi !loicland.Sorry to bother again!I am the one who try to run your code in windows,I generator the libraries,named cp.lib and cp.dll, by visual studio 2015 with it default compiler--MSVC14.0...

Hi, I got an issues with fatal error: boost/graph/properties.hpp: No such file or directory As you can see below for more detail. Do you have any idea how to setup...

Hi doctor can you tell me please how I can fix this error your code: mex CXXFLAGS="\$CXXFLAGS -pthread -Wall -std=c++11 -fopenmp -O3"... LDFLAGS="\$LDFLAGS -fopenmp" mex/L0_cut_pursuit.cpp ... -output cut-pursuit/bin/L0_cut_pursuit mex CXXFLAGS="\$CXXFLAGS...

I build python interface and generate libcp.so following the guide, but it cannot be imported in python: >>> import libcp malloc(): memory corruption Aborted (core dumped) version information: python: 3.6...

Hi Loicland: When I tried to compile cut-pursuit with matlab using mex, the following errors occured: ..\cut-pursuit\include\Common.h(38): error C2131: expression is not a constant. ..\cut-pursuit\include\Common.h(38): note: A call to a...