JuliaImages / ImageSegmentation.jl

Partitioning images into meaningful regions
Other
47 stars 23 forks source link

Remove Images.jl dep #70

Closed ashwani-rathee closed 2 years ago

ashwani-rathee commented 2 years ago

Still need to figure out what to do with accum function..

ashwani-rathee commented 2 years ago

Actuallly Images.jl provide two of its own functions(findlocalmaxima and magnitude_phase) which aren't availble anywhere else but are used by this pkg's tests. So I'm not sure what I should do with that issue..I think we can upgrade this package to be comapatible with CVS 0.9 in next PR

johnnychen94 commented 2 years ago

Nice work. The next step is to add back ImageCore 0.9 and ColorVectorSpace 0.9 compatibility.