Is it possible to modify the detectChec​kerBoard-f​unction to detect all edge points?

3 ビュー (過去 30 日間)
Matthias Ernst
Matthias Ernst 2022 年 7 月 26 日
回答済み: Hornett 2024 年 9 月 12 日
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!

回答 (1 件)

Hornett
Hornett 2024 年 9 月 12 日
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!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by