Giter Club home page Giter Club logo

calib_toolbox_addon's People

Contributors

christianwengert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

calib_toolbox_addon's Issues

How to run code

When I run autocalibrate.m, "n_ima" is udefined,can you tell me why?Thank you !

typo in either function call or function definition

function call: (handeye.m > line: 105)
[Hcam2marker_, err] = TSAIleastSquareCalibration(Hm2w2, Hcam2grid2)

function definition: (TSAIleastSquareCalibration.m > line: 30)
function [Hcam2marker_, err] = TSAIleastSquareCalibration(Hmarker2world, Hgrid2cam)

Here it is not clear whether Hcam2grid is to be used or its inverse Hgrid2cam.
Same is the problem with other function calls for the different algorithms listed.


Also, why the inverse is taken two times here: (handeye.m > lines: 77-78)
Hgrid2cam(:,:,correctSets) = inv(([Rc Tc;[ 0 0 0 1]]));
Hcam2grid(:,:,correctSets) = inv(Hgrid2cam(:,:,correctSets));

calibration pattern and dx dy default

you said the dots where spaced 2mm and had a diameter of 1mm,The main bars are 3, respectively 2 dots large,so if i largen the size of dots to 10 times. the dx dy default in the autocalibrate.m need to be change from 2 to 20? am i right?thank you.the attachment is a calibration pattern made by myself and the dots size is 20mm.

Can not find "rodrigues()" function

Hi,
I try to use the calibration code, but I occurred the error " undefined function or variables 'rodrigues' ". And from the handeye.m, we know that it should be a function, but it didn't in the calib_toolbox_addon. Could you please help to add the function 'rodrigues' to the toolbox? Thank you!

calibration pattern

where should I get the calibration pattern to run the autocalibrate.m? Because the pattern should have the black bar to check the axis. Or could you please send me the pattern? Thank you very much.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.