Record Video with OpenCV and C#
In yesterday’s article, I showed you how to do eye tracking with OpenCV and C#. In that article, I mentioned that you can also save your video feed to a stream and write it to a file. So, it’s time...
View ArticleOpenCV Corner Detection with C#
Last week, I wrote a few articles that showed you the basics for using OpenCV with C#. I taught you how to do video capture and basic edge detection. I taught you how to do eye tracking using OpenCV...
View ArticleOpenCV Eye Tracking with C#
A while back, I wrote a few articles about using OpenCV with C#. One of those articles was titled “OpenCV Eye Tracking with C#”. However, I had titled that article wrong. The article was actually...
View ArticleUse OpenCV in a Windows Form Application in C#
A couple of days ago, I got an email from a reader asking about OpenCV in C#. He was interested in using OpenCV inside a Windows Form Application so that he could add standard form buttons to control...
View ArticleMore Eye Tracking with OpenCV and C#
One of our readers is working on a project that does eye tracking with OpenCV and C#. He has asked for a little bit of assistance with his project. So, I’ve thrown together a basic starting point for...
View ArticleTemplate Matching with OpenCV and C#
Apparently, a lot of people are interested in my OpenCV articles. In fact, my OpenCV articles receive more visits than any other page on this site. The OpenCV articles receive about 100 hits each...
View ArticleAugmented Reality Video
Alrighty. I finally took the time to create a quick video of my Augmented Reality application in action. I used OpenCV and C# to do this. So, be sure to checkout my OpenCV articles on this site to...
View ArticleHow to Train OpenCV Haar Classifiers
Of all the emails I receive thru this website, the question I am asked the most is “how do I teach OpenCV to detect my own objects?” Although the questions are usually worded very differently, they’re...
View ArticleAugmented Reality Using C# and OpenCV
As I’ve mentioned before, my articles about using OpenCV and C# are the most viewed articles on this site. Among those articles, I get more emails asking about using OpenCV and C# for augmented...
View ArticleLane Detection with OpenCV and C#
It’s easy to recognize when a semester is drawing near. Every computer science college student on the planet begins scouring the internet, looking for projects they can call their own and submit as...
View Article