05-15-2012 12:17 PM
Hi, Can any one help me to find hue component value from HSI image.
Thank youy
05-16-2012 04:19 AM
Use "IMAQExtractColorPlanes.vi"
Christian
05-16-2012 06:43 AM
Thax.
But i am looking for hue value not plane.
05-16-2012 06:53 AM
Did you have a look at this function?
I assume you didn't. But you should, and you should read the help too.
Christian
05-16-2012 09:34 PM
Hi.
I am sorry. I did. I did many projects on NI vision assistant.
i shud get hue value of Red apple range 0 - 20 after selecting ROI.
I extracted HSI plane then applied histigram. But results are not matching.
As per my alogortithm Plane is different from Hue value.
Thank you
05-16-2012 09:34 PM
Hi.
I am sorry. I did. I did many projects on NI vision assistant.
i shud get hue value of Red apple range 0 - 20 after selecting ROI.
I extracted HSI plane then applied histigram. But results are not matching.
As per my alogortithm Plane is different from Hue value.
Thank you
05-18-2012 02:11 AM
I don't really get what you want, sorry.
Sree4srinivas wrote:
I extracted HSI plane then applied histigram. But results are not matching.
As per my alogortithm Plane is different from Hue value.
Why don't you use the Histrogram directly at the color image with the HSL Model?
Christian
05-18-2012 04:23 AM
Here i have attached my code. I did up to ROI perfectly.
Then i converted to HSI image.
From HSI i want hue value. And it should be 0-20 for red apple.
and 25 to 50 for yellow apple.
Give me any hits.