Feeds
提问
How do I put this in a for loop
labeledImage = bwlabel(originalImage); blobMeasurements = regionprops(labeledImage, 'EulerNumber','Area'); numberOfBl...
9 years 前 | 0 个回答 | 0
0
个回答提问
I used regionprops to find euler number and area. How do i get area of euler number 0
clc clear all close all I = imread('GGGG.tif'); originalImage=rgb2gray(I); labeledImage = bwlabel(origi...
9 years 前 | 1 个回答 | 0
1
个回答提问
Count amount of contours in images
<</matlabcentral/answers/uploaded_files/30280/done.png>> In this picture there are 3 closed small contours ( circle like ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How do i remove all the open contours
In the picture attached, I have used canny edge detection I wanna get rid of those lines and open contours and want to retain o...
9 years 前 | 1 个回答 | 0
1
个回答提问
I need help desperately for this image segmentation
For the image attached, I have already segmented and place the 9 balls into bounding boxes. But inside each of the balls, there...
9 years 前 | 0 个回答 | 0
0
个回答提问
How do i display segmented pictures
I have 9 balls in a picture and i segmented them and placed all 9 in bounding boxes. After doing that how do i display those se...
9 years 前 | 0 个回答 | 0
0
个回答提问
How do I get this object in the image
In the follow image there are 9 'round objects' in the round object there are black and white defects, how am i suppose to obtai...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to I get a threshold value from looking at histogram
I need to get a threshold value not by looking at the graph I was told there is a way to calculate the threshold value from th...
9 years 前 | 1 个回答 | 0