I have an image represented in the CIELab color space. How can I return the number of unique CIELab colors the image contains?
Thanks.
I have an image represented in the CIELab color space. How can I return the number of unique CIELab colors the image contains?
Thanks.
Copyright © 2021 Jogjafile Inc.
You can use
unique(...,'rows')
: