-
Recent Posts
Recent Comments
Archives
- 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
Category Archives: opencv
The average of an angle… (mean of Hue Value)
My solution to this issue was to write a bunch of code to handle the behavior of the average calculation at the 0 and 360 points. It was a pain in the neck, and I probably have it wrong :(. … Continue reading
Posted in opencv, PhD
Tagged angle average, arctan, arctan2, circular, hue, mean, mean circular quantities, opencv
Leave a comment
Homography Aided Plot Based Phenology Measurements
Before going home yesterday I left a process running that had the latest version of the homography algorithm. The new trial included multiple markers and changing the way of calculating the image transformation. When I arrived this morning, I found … Continue reading
Posted in annotation, opencv, PhD
Tagged data collection, morphology, phenology, plot image normalization
Leave a comment
About HOG transform in opencv2.2
This post could also be titled: “Why I’ve decided not to use the HOGDescriptors from opencv”. There are three main reasons why I chose not to use the provided HOG functionality in Opencv: What is in Opencv is not only … Continue reading
Posted in opencv, PhD
2 Comments
opencv add padding
I was surprised that this function was so difficult to find. I googled with the title of this post and did not find any real solution to what I was looking for. I just want to add some pixels of … Continue reading
About opencv cornerSubPix
There were some issues with some of the classification tests I ran on the chessboard pictures from last week (you can find pictures here). The ones that were taken from a distance of a couple of meters or less, classified … Continue reading
Posted in opencv, PhD
Leave a comment
Image labeling is taking shape.
After discovering that the accuracy of the chessboard detection is increased by adding a black frame around the chessboard, I went on to create a python library based on what I already had. I created a python/C++ interface and some … Continue reading
Posted in opencv, PhD
Leave a comment
Chessboard format
It’s reasonable to describe the chessboard format. It’s relevant because not all chessboard dimensions are valid, The current implementation only detects 6 colors and there needs to be a black margin around the chessboard (among other reasons). Chessboard dimensions: We … Continue reading
Posted in opencv, PhD
Leave a comment
Unexpected solution to a detection problem
Before leaving for vacations I was fighting a very curious issue with my chessboard detection algorithm. All my tests were done with pictures of chessboards that occupied most of the image. The tests where very positive even for outside picture … Continue reading
Posted in opencv, PhD
Leave a comment
The marker thingy worked :)
After a week of debugging I got the code to do what I wanted. I have successfully detected a bit stream in the chessboard marker image. I had to correct for a small error that I encountered las week that … Continue reading
Posted in opencv, PhD
Leave a comment
New project image label
After some weeks of fiddling with opencv chessboard functions, I finally managed to detect some information on a modified board. I do still need to address some small mistakes that are related to color detection. These should be ironed out … Continue reading
Posted in opencv, PhD
Leave a comment