photo

syafienaz anuar


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Splitting & Analyzing Subimages
How can I split image into a constant of 50 horizontally and get the black pixels for each sub image?

4 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 0 answers | 0

0

answers