-
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: annotation
Interesting annotation app.
One of the next steps within my Ph.D. is to create an annotation tool that can annotate a series of images. This will require capabilities like propagating annotations through time, propagating changes through time and facilitating pan/zoom actions. I recently … Continue reading
The Flower counting algorithm lives
I recently finished a flower counting algorithm and am very happy with the results. While the test was done with an easy set of images (yellow flowers over brown ground), I wanted to celebrate an important milestone in the project with … Continue reading
Posted in annotation, PhD
Tagged bayesian model, blobls, flower counting algorithm, morphology, naive bayesian model, plants, R
Leave a comment
Using Matlab was a mistake.
Because it is not free. I think its awesome. Image processing, handling really large matrices, creating GUIs… It’s a very well-rounded tool and the learning curve is almost non-existent (you start doing really crazy stuff with no effort). There is … Continue reading
Homography aided plot based Phenological measurements
Just came back from a wonderful couple of weeks in Zackenberg where I deployed two experimental plots that used multiple chessboard markers. At each plot corner a marker was placed. All four corners had different markers, and only one marker … Continue reading
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
Making sense of my software.
Today I needed a functionality that I was sure that I had already coded. Given that I have a bunch of active projects in different places in a semi-active status, I got a little confused and it took me some … Continue reading
imroi: bloated Matlab commands
I was working with rbbox on my Matlab GUI application to create squares that marked important stuff inside an image. I recently needed to move away from the rectangle based approach to a polygon based approach. This meant not using rbbox. … Continue reading
Better annotations -> Better PCA.
One of the issues that I identified in previous posts was that the original annotations were not of good quality. This included annotations that were incorrect and annotations that pointed to images that did not have enough differentiating information. I … Continue reading
Posted in annotation, PhD
Leave a comment
Annotations: Things to improve
Took a closer look at things that need to be improved in the annotation process. Spent the day extracting specific examples of what went wrong and how to solve/avoid it. Here are my findings: Improve the annotations themselves The nature … Continue reading
Expected non-exciting initial results…
I ran Principal Component Analysis (PCA) on the hog features that I calculating (Using Navneet Dalal’s code) and the result was not spectacular. I plotted the result and color coded the types of flowers (bud:red, female:green, unknownSex:blue, hair:cyan, male:magenta). The … Continue reading
Posted in annotation, PhD
Leave a comment