mattnedrich / MeanShift_py

Simple implementation of mean shift clustering in python
MIT License
293 stars 100 forks source link

About running images in RGB #4

Open liute62 opened 7 years ago

liute62 commented 7 years ago

Hi mat,

Can you add some instructions about how to pass a 3D dimension image like RGB into the function? Besides, it looks when the size of image increase, you have to wait lots of time, so is there any recommended iteration number for breaking from the loop?

Best,

Haodong

mattnedrich commented 7 years ago

Thanks for the request - I can work to add something like this soon.

DskKarthik commented 3 years ago

Can you please add how to work with image data in your code? I get a lot of errors while trying to modify it for Image segmentation.