- Edge: https://www.mathworks.com/help/images/ref/edge.html
- Edge detection Example: https://www.mathworks.com/help/images/edge-detection.html#buh9ylp-13
- Edge detection with MATLAB: https://www.mathworks.com/discovery/edge-detection.html
Is it possible to modify the detectCheckerBoard-function to detect all edge points?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I want to detect all edge points on a Checkerboard, which is not rectangular. I am using the Funktion: detectCheckerboardPoints
I need this to calculate the distortion on an Area.
Thanks for your answers!
0 commentaires
Réponses (1)
Hornett
le 12 Sep 2024
I understand that you want to detect edges in a checkered image which is not rectangular. The “detectCheckerboardPoints” function only works on rectangular images, you can use “edge” function from Image Processing Toolbox which can detect edges in non-rectangular images.
Here are few resources which I feel will be helpful in your implementation.
Hope this helps!
0 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!