what is property of an image?
이전 댓글 표시
When I use regionprops(), it returns the measurement of property of the image. What is the property here? color? something else?
채택된 답변
추가 답변 (1개)
Image Analyst
2013년 5월 28일
0 개 추천
It depends on what you asked it to measure. Look at the input argument list. You can ask it to measure certain things, or "all" things. If you didn't specify any measurements, then you'll get what it considers to be included in the "All" definition. See the regionprops() documentation for a list of things it can measure.
카테고리
도움말 센터 및 File Exchange에서 Author Block Masks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!