what is property of an image?
3 ビュー (過去 30 日間)
古いコメントを表示
When I use regionprops(), it returns the measurement of property of the image. What is the property here? color? something else?
0 件のコメント
採用された回答
Jeff E
2013 年 5 月 28 日
By and large, the properties returned are usually numbers that describe each contiguous region in a binary mask.
It is also used to describe binary mask regions in relation to a grayscale image. i.e. given a circle in binary mask, what is the average intensity in a corresponding grayscale image.
Some "properties" returned are arrays that represent the subregion corresponding to binary mask regions. These arrays are either the raw data, or modifications of the binary mask i.e. ConvexHull.
0 件のコメント
その他の回答 (1 件)
Image Analyst
2013 年 5 月 28 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Author Block Masks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!