Author Archives: joelgranados

Unknown's avatar

About joelgranados

I'm fascinated with how technology and science impact our reality and am drawn to leverage them in order to increase the potential of human activity.

Packaging shore storage manager Beta 6.1.0

This will be list of issues that I found while creating the shore-storage-manager-devel package.  Everything that I talk about could be found in the srpm at [1].  That srpm was built in my system and it contains all the patches … Continue reading

Posted in Uncategorized | Leave a comment

Image adjust with opencv

I was surprised when it actually did what I thought it was going to do :).  Surprised and filled with excitement.  I’m talking about my image adjust command.  Today was the first time it took a video feed (AVI file) … Continue reading

Posted in opencv | Leave a comment

Opencv 2.1.0 for fedora13

After some frustrating hours of debugging I found out that my code was not being able to read the AVI file because I was using a opencv built without the gstreamer-devel package (among others).  It was a bit of a … Continue reading

Posted in opencv | Leave a comment

Convert 3gp to AVI

Took some video with my phone (HTC hero) and it ended up being encoded in 3gp.  When I went to use it with my opencv code: BUM!!!! it exploded.  So I chose to change from 3gp to AVI, which I … Continue reading

Posted in commands | Leave a comment

Fiddling with shore-storage-manager-beta-6.0.1

Among the things I’m doing ATM I have been meddling with shore-storage-manager[1].  I took the tar.bz2 file and ran ./bootstrap  ; ./configure ; make ; make check. Some test script strangeness. After running the last command in that list I … Continue reading

Posted in Uncategorized | Leave a comment

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