How to find exact indoor wall corner using corner detection ?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello, I'm trying to find the exact corner on the indoor wall but I'm unable to find because of false corners on the wall.please help me to find the perfect corner on the wall, which works for different wall images. Thanks in advance :).
0 comentarios
Respuestas (1)
Jayaram Theegala
el 5 de Abr. de 2017
As you may already know, there are some functions in Computer Vision System Toolbox, for instance "detectFASTFeatures" which detect corners in a given image. To know more about these functions, click on the following URL:
But, as you mentioned these functions will detect all corners(not just the wall corner), hence after finding the corners you can check for some properties that are unique for a wall corner. Typically, the gradient in the region around a wall corner will be lower compared to other corners, may be you can write a custom function that can check for these unique properties and filter out only the wall corners. I hope this helps!
2 comentarios
Image Analyst
el 9 de Abr. de 2017
Maybe you should consider hiring an expert to finish the project. Do you have a deadline for getting it done, and a budget for completing it?
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!