Ask Your Question
0

Camera calibration .exe

asked 2013-04-09 09:55:09 -0600

Hello,

I need to calibrate a camera. I know there is a way using a combination of "Visiual Studios", "cmake" and "openCV". Otherwise there is a already existing .exe usable, its really easy and fast to handle. Unfortunately I can't find this Programm. Can you help me?

regards Stefan

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
0

answered 2013-04-09 12:19:37 -0600

edit flag offensive delete link more
0

answered 2013-04-12 00:25:43 -0600

Thank you for the fast answer. Unfortunatly I do not have any idea of C/C++ so it is quite difficult for me to calcute the factors I need with the help of opencv.

I found the .exe I talked about: http://se.cs.ait.ac.th/cvwiki/opencv:tutorial:camera_calibration On the bottom of the side (Full source code)

I can't open the file, because a data is missing called "cv210.dll" Do you have any idea to start it?

edit flag offensive delete link more

Comments

First off all, please reply in your original post or in comments, but do not create a new answer every time. If you get errors that dll's are missing, you need to configure your linker setting inside visual studio. This link shows how to do that for visual studio 2010 : http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html. Btw, if you have no experience in C/C++ I would suggest either moving to python or java if you know that OR first try to do some basic C++ tutorials around the web.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-04-12 02:24:27 -0600 )edit

Question Tools

Stats

Asked: 2013-04-09 09:55:09 -0600

Seen: 2,016 times

Last updated: Apr 12 '13