Feeds
提问
Count grid boxes inside an object in an image.
Hi, I want to draw grid on an image and I want to count the number of grid boxes which cover an object in that image. Some r...
12 years 前 | 1 个回答 | 0
1
个回答提问
Color Scheme mapping from gray to rain ramp
Hi, I am trying to map gray scale image to rain ramp or some more scheme as mentioned in reference in below link. http://...
12 years 前 | 1 个回答 | 0
1
个回答已回答
box counting to boundary
i saw the code that is Ib = zeros(size(grayImage)); BP = B{1}; L = sub2ind(size(Ib), BP(:,1), BP1(:,2)); grayImage= zeros(...
box counting to boundary
i saw the code that is Ib = zeros(size(grayImage)); BP = B{1}; L = sub2ind(size(Ib), BP(:,1), BP1(:,2)); grayImage= zeros(...
14 years 前 | 0
提问
box counting to boundary
hi, i have a problem. i wanted to use box counting method to boundary. Boundary is done from bwboundaries function . how can i ...
14 years 前 | 3 个回答 | 0