can we get geometrical dimensions from image input
2 ビュー (過去 30 日間)
古いコメントを表示
Given an image input, can we extract height, length, breadth from the image
1 件のコメント
Ameer Hamza
2020 年 9 月 26 日
Can you show an example of what information you are trying to extract from the image? Is there an object in the image, and you are trying to find its dimensions?
回答 (1 件)
Nagasai Bharat
2020 年 9 月 29 日
Hi,
Use the function size() with the image matrix as input and we get length, breadth, depth as outputs in terms of pixels.
You can refer to following documentations
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!