jponttuset / mcg

Multiscale Combinatorial Grouping - Object Proposals and Segmentation
http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/mcg/
Other
306 stars 139 forks source link

Update to newer MATLAB version #30

Closed MaKaNu closed 1 year ago

MaKaNu commented 1 year ago

The biggest change so far was the removing of matlabpool since it was removed already in 2015a. Only in full/scripts/im2mcg_all.m I added the support for older versions of MATLAB below 2014a. This was for the reason of to much boilerplate in the other functions. This function can be used later as a template if the inner part of the if statement is moved to a function or to an OOP approach.

Addinitonal there was a Warning in spectralPb_fast. I wrote a comment about the reason.

jponttuset commented 1 year ago

Thanks @MaKaNu!