Best possible technique to extract dimensions of a box from an image.
1 view (last 30 days)
Show older comments
Hi, I am working on a project in which I have extract out dimensions(length, width and height) of a box from its picture. For that I applied edge detection filter (sobel filter using edge command), But it gives too much disconnected lines at the edges. I apply imdilate to remove those discontinuities but with that I am afraid it wont give the correct dimensions. So I needed guidance what would be a good starting point i.e which process would result in better extraction of dimensions. Thanks you.
Answers (1)
Walter Roberson
on 26 May 2015
The best possible technique starts with creating customized universes, and evolves from there. Are you certain that you have the resources to implement the best possible technique?
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!