Image processing - check pixels

hi guys

i have a converted rgb to hsv ,and i want to loop through and check every pixel

at the moment i have :

x=(3-d digital image) 
hsv=[1:size(x)]
[m,n]=size(x)

[CENTER]

h=hsv(m,n,1);
s=hsv(m,n,2);


and so on , to divide and check all , that’s what i thought about[/center]

please help me

------------------------------------------
hamewave:)
[m,n,d]=size(x)
for a=1:1:d
for b=1:1:n
for c=1:1:m
x(c,b,a)
end
end
end 

هل يفيدك هذا

ايه نعم افادني ، وربي يجعلة في ميزان حسناتك.

تحياتي


hamwave :slight_smile:

العفو
نحن في الخدمة باذن الله