[r,c,d] = size(rgbImage);In that line of code:r is the number of rows in the image (i.e. the size of the first dimension). c is the number of columns in the image (i.e. the size of the second dimension). d can be referred to as the "depth" or "planes" of the image (i.e. the size Read More
posted @ 2012-01-14 16:33 残垣上的舞者 Views(836) Comments(0) Diggs(0)