photo

syafienaz anuar


Last seen: 거의 4년 전 2017년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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

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

7년 초과 전 | 답변 수: 0 | 0

0

답변