Feeds
提问
Shape analysis using regionprops()
image contains leaf vein structures. How regionprops() can be used for shape analysis? which features can be extracted from the...
9 years 前 | 1 个回答 | 0
1
个回答提问
ROI feature extraction needed
I have an image which is converted to BW image so that only 2 white lines extracted from it. I need to retain the region within ...
11 years 前 | 0 个回答 | 0
0
个回答提问
spatial coordinates of BW image
I have a BW image in which few pixels are white rest all are black.. I want to store the spatial co-ordinates of only white pix...
11 years 前 | 2 个回答 | 0
2
个回答提问
how to recognize pupil using connected components
Assuming pupil is the largest area in an eye image, using the below code, bw=im2bw(i,0.20); [labeled,numObjects] = bwlabel(bw,...
11 years 前 | 1 个回答 | 0