Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello i wanna ask for help. how can i do camera calibration using opencv if i already know the pixel coordinate of the square corner? i'm really new with this thing so i wanna ask for your help, what is the source code? please help me. thank you in advance...

What I have tried:

i've tried looking for the code but i don't know which one-
Posted
Updated 28-Jul-16 20:53pm

1 solution

Here Camera calibration With OpenCV — OpenCV 2.4.13.0 documentation[^] is tutorial on camera calibration. It looks you need a specific patterns (e.g. the chessboard) in order to perform the operation.
 
Share this answer
 
Comments
devilmushroom 30-Jul-16 22:49pm    
Thank you for the link, i already read the tutorial.. But i kinda can't find the answer for my problem. The example there is chessboard pattern rite? And umm i need to do calibration with square grid pattern so i'm trying to find the pixel coordinate on square in my picture first then i want to do camera calibration with that coordinate... But i don't know how to modify the code....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900