From: shilpa khinvasara on
Sir i have a quantized hsv image which has 166 bins
how to find mean of that image
From: ImageAnalyst on
On Jul 29, 3:03 am, "shilpa khinvasara" <s...(a)gamil.com> wrote:
> Sir i have a quantized hsv image which has 166 bins
> how to find mean of that image

-----------------------------------
You could use the mean() or mean2() functions to get the mean of each
image plane (H, S, and V) separately.