Monthly Archives: July 2010

opencv camera extrinsics.

I’m interested in knowing the position of the camera with respect to a known object (calibration object).  This is of interest because I can normalize lots of pictures taken of the same place.  I can normalize them in such a … Continue reading

Posted in opencv | 30 Comments

Preparing for git repository publication

I have a bunch of git repositories that I started in my box.  Now I want to put them on a server and access them through ssh.  Here are the commands that I used to make that happen: Make a … Continue reading

Posted in git | Leave a comment

GIT, you have done it again. (history filtering)

My Friday post talked about my reasons to split my PhD repository into many sub-repositories.  At that moment I did not really know what I was supposed to do or if git even had a command that could help me.  … Continue reading

Posted in git | Leave a comment

Disecting my PhD git repo

I soon realized that the decision of taking everything i do on my PhD and put it in one git repository was no good.  Putting unrelated stuff in a git repository is, in my opinion, a no-no.  In the end, … Continue reading

Posted in git | Leave a comment