Fiber Segmentation in concrete image
조회 수: 6(최근 30일)
표시 이전 댓글
I am new to image processing and trying to segment fiber (white streaks and dots) from the concrete sample images. I am using MATLAB, I have tried some techniques but it seems that techniques it not accurate.
- How to segment fiber from the image?
- How to calculate the percentage of fiber in the image?
- Orientation of fiber?
I would really appreciate your help with correct code.
Thanks.

댓글 수: 0
답변(1개)
Tarunbir Gambhir
2021년 7월 14일
I suggest you go through the documentation page on regionprops. I beleive properties like Area, BoundingBox, Centroid, and Orientation might be helpful here.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!