MATLAB: How can i partition HSV color space

color segmentationcolor spaceimage processingImage Processing Toolbox

if I partition the HSV space into two regions based on saturation, intensity values, will the range of hue get affected?

Best Answer

No. Nothing will change. What does "partition" mean to you? Why do you think anything might change??? If you mean "segment" then you'll end up with a binary image, but nothing from the original image will change unless you intentionally change it.