Camera Calibrator: points at the intersection of the frames
1 次查看(过去 30 天)
显示 更早的评论
Hello, I have a problem with the Camera Calibrator app. My problem is that it introduces intersection points in places outside my correction panel, which makes my correction not correct. Is it possible to delete these points manually? And on the other hand, is it possible to manually place the points at the intersection of the frames?
0 个评论
回答(1 个)
Sachin Lodhi
2023-9-21
Hi Pedrp,
Based on the information provided, it seems that you are encountering an issue with incorrect intersection points generated by the Camera Calibrator app. The Camera Calibrator app utilizes the ‘generateCheckerboardPoints’ function to generate ‘worldPoints’. ‘worldPoints’ is a matrix, which contains the corner coordinates ‘[x, y]’ for the squares on a checkerboard. The size of the matrix is ‘M-by-2’, where ‘M’ represents the number of corners. It is worth noting that the point ‘[0, 0]’ corresponds to the lower-right corner of the top-left square on the board.
By modifying the coordinates of the points in the 'worldPoints' matrix, you can add or delete points as needed to align with your specific requirements.
For more detailed information on how to generate checkerboard corner locations using the ‘generateCheckerboardPoints’ function, I recommend referring to the following documentation: Generate checkerboard corner locations - MATLAB generateCheckerboardPoints - MathWorks India
I hope this information helps you in resolving the issue.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for USB Webcams 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!