Feeds
提问
Splitting & Analyzing Subimages
How can I split image into a constant of 50 horizontally and get the black pixels for each sub image?
6 years 前 | 0 个回答 | 0
0
个回答提问
How can I measure the height and width of the object inside the image, including the small particle inside the object? I'm using the bounding box, but it give me different measurement when i measure the object height and width using distance tool.
I = imread('image964.jpg'); BW = im2bw(I,0.5); stats = regionprops('table',BW, 'Area','Perimeter','BoundingBox'); B = bwbou...
9 years 前 | 0 个回答 | 0