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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0