Thesis

Athena on August 14th, 2011

Once you have a *.xml file that you created from training the classifier then you can test the performance of that classifier cascade against your prositive test or you could create a validation test set to test performance against. OpenCV comes with a built in performance utility C:\OpenCV2.2\bin>opencv_performance.exe -data “C:\My Documents\HaarClassifier\haarcascade\haarcascade.xml” -info “C:\My Documents\Positive Test […]

Continue reading about Performance Testing your Classifier

Athena on August 8th, 2011

Machine Learning is a rapidly growing Haar Classifier is a supervised classifier, it has mainly been used for facial detection but it can also be trained to detect other objects. Computer vision is such a growing field that there are so many resources available for your own personal use. OpenCV provides a lot of functionality […]

Continue reading about What is a Haar Classifier?

Athena on August 8th, 2011

Solar Cavities are said (in theory) to be precursors to CMEs (Coronal Mass Ejections). These prominences are therefor clues to the state of the corona prior to emitting a CME, which in turn could be the signature of stored magnetic energy that is then capable of creating and driving the CME.

Continue reading about Solar (Coronal) Cavities

Athena on August 5th, 2011

Spreadsheet of the literature review for numerous papers covering Automated Detection Techniques for detecting and tracking Coronal Mass Ejections (CMEs). This just provides a brief summary of the papers as well as what I found interesting and what my opinion was on the techniques that were presented in the papers. Download “PDF” Literature Review Presentation […]

Continue reading about CME Literature Review

Athena on August 5th, 2011

Spreadsheet of the literature review for numerous papers covering image processing and feature extraction techniques, which also includes various machine learning algorithms. This just provides a brief summary of the papers as well as what I found interesting and what my opinion was on the techniques that were presented in the papers. Download “PDF” Literature […]

Continue reading about Image Processing Literature Review