can we get geometrical dimensions from image input
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Given an image input, can we extract height, length, breadth from the image
1 Kommentar
Ameer Hamza
am 26 Sep. 2020
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?
Antworten (1)
Nagasai Bharat
am 29 Sep. 2020
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 Kommentare
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!