photo

syafienaz anuar


Last seen: fast 4 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten