opencv / opencv_contrib

Repository for OpenCV's extra modules
Apache License 2.0
9.45k stars 5.77k forks source link

[ximgproc] LSC superpixels does not take the ratio parameter into account #482

Open netw0rkf10w opened 8 years ago

netw0rkf10w commented 8 years ago
int ratio = 0.99f;
Ptr<SuperpixelLSC> lsc;    
lsc = createSuperpixelLSC(imhsv, 10, ratio);

Changing the ratio value does not change the segmentation results (except for ratio = 1.0)

cbalint13 commented 8 years ago

@netw0rkf10w,

I'l look into this.