Skip to main content
Bumped by Community user
Bumped by Community user
Question Protected by gnat
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
edited title
Link
Alexander
  • 5.2k
  • 1
  • 24
  • 28

Can the Mean Shift Algorithm be used in color quantization?

Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Tweeted twitter.com/StackSoftEng/status/1180045045258432512
Bumped by Community user
Bumped by Community user
added 58 characters in body
Source Link
Doc Brown
  • 220.5k
  • 35
  • 410
  • 625

I have a problem with deciding algorithm for color quantization. The image that I want to do color quantization is an RGB image with resolution 512 x 512. I want to reduce the color value in the pixel to reduce the image size.

I don't want to use the popular algorithm k-means. And I found this mean shift algorithmmean shift algorithm.

Mean shift is a clustering algorithm (same as k-means) that have certain centroids and window (each centroids have 1) to look for densest part in its window then move the centroid into the densest part. It will keep going like that until it converge with another centroid and not moving anymore.

Is it possible to use mean shift in color quantization? Because both k-means and mean shift are clustering algorithms but all I found is image segmentation for mean algorithm and k-means for color quantization?

I have a problem with deciding algorithm for color quantization. The image that I want to do color quantization is an RGB image with resolution 512 x 512. I want to reduce the color value in the pixel to reduce the image size.

I don't want to use the popular algorithm k-means. And I found this mean shift algorithm.

Mean shift is a clustering algorithm (same as k-means) that have certain centroids and window (each centroids have 1) to look for densest part in its window then move the centroid into the densest part. It will keep going like that until it converge with another centroid and not moving anymore.

Is it possible to use mean shift in color quantization? Because both k-means and mean shift are clustering algorithms but all I found is image segmentation for mean algorithm and k-means for color quantization?

I have a problem with deciding algorithm for color quantization. The image that I want to do color quantization is an RGB image with resolution 512 x 512. I want to reduce the color value in the pixel to reduce the image size.

I don't want to use the popular algorithm k-means. And I found this mean shift algorithm.

Mean shift is a clustering algorithm (same as k-means) that have certain centroids and window (each centroids have 1) to look for densest part in its window then move the centroid into the densest part. It will keep going like that until it converge with another centroid and not moving anymore.

Is it possible to use mean shift in color quantization? Because both k-means and mean shift are clustering algorithms but all I found is image segmentation for mean algorithm and k-means for color quantization?

explain details about the problem and the algorithm
Source Link

I have a problem with deciding algorithm for color quantization. ButThe image that I want to do color quantization is an RGB image with resolution 512 x 512. I want to reduce the color value in the pixel to reduce the image size.

I don't want to use the popular algorithm k-means. And I found this mean shift algorithm.

Mean shift is a clustering algorithm (same as k-means) that have certain centroids and window (each centroids have 1) to look for densest part in its window then move the centroid into the densest part. IsIt will keep going like that until it converge with another centroid and not moving anymore.

Is it possible to use mean shift in color quantization? Because both k-means and mean shift are clustering algorithms but all I found is image segmentation for thismean algorithm/ and k-means for color quantization?

I have a problem with deciding algorithm for color quantization. But I don't want to use the popular algorithm k-means. And I found this mean shift algorithm. Is it possible to use mean shift in color quantization? Because all I found is image segmentation for this algorithm/

I have a problem with deciding algorithm for color quantization. The image that I want to do color quantization is an RGB image with resolution 512 x 512. I want to reduce the color value in the pixel to reduce the image size.

I don't want to use the popular algorithm k-means. And I found this mean shift algorithm.

Mean shift is a clustering algorithm (same as k-means) that have certain centroids and window (each centroids have 1) to look for densest part in its window then move the centroid into the densest part. It will keep going like that until it converge with another centroid and not moving anymore.

Is it possible to use mean shift in color quantization? Because both k-means and mean shift are clustering algorithms but all I found is image segmentation for mean algorithm and k-means for color quantization?

Source Link
Loading