11-16-2009 04:19 AM
Solved! Go to Solution.
11-16-2009 04:31 AM
Do you want to extract a single plane? you can use "extract color planes". Do you want a conversion then
I = 1/3(R+G+B)
S= 1 - 3/(R+G+B) [ min of R,G,B]
-1
H = cos [1/2 [(R-G) + (R+B)]
sqrt[(r-g)^2 (R-b) (G-B)
11-16-2009 08:26 AM
thanks a lot for your answer, but I would like to get an bloke digram function examples if that possible even if that as pictures.
meftah
11-16-2009 08:30 AM
Do you have vision assistant installed?
11-16-2009 10:23 AM
11-16-2009 10:16 PM
11-16-2009 11:56 PM
Thanks alot for your interest, I already post them into LV 8.0
Colorchange VI is methode to change the RGB image to HSI image for special image processing. Actually I buld this code base on the other code which I attached also. plz look at them and try your best to get the correction
my best regars
11-17-2009 12:02 AM