-
Recent Posts
Recent Comments
Archives
- January 2025
- November 2024
- April 2021
- January 2021
- December 2020
- November 2020
- October 2020
- November 2014
- October 2014
- September 2014
- August 2014
- May 2014
- April 2014
- March 2014
- October 2013
- September 2013
- August 2013
- June 2013
- April 2013
- March 2013
- September 2012
- July 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
Categories
Meta
Author Archives: joelgranados
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