-
1 month ago
Emgu CV Head Movement Direction Tutorial
In this tutorial i show how to perform head movement tracking using EmguCV, an opencv c# wrapper. The custom approach i've used is based on optical...
5,868 views
badrepent
commented:
-
1 month ago
Emgu CV (openCV wrapper) Eye Detection Tutorial
In this tutorial i show how to perform eyes detection using EmguCV, an opencv c# wrapper. The first approach i show you is based on haar classifier...
25,068 views
badrepent
commented:
@Yashu808
It simply means that there's some error with emgu imageBox control. It could depend on non correct loading of emgu dll's. Take a look at references section of my project and check that all dll's does not contain a yellow triangle. You should also take a look at emgu website where there...
-
7 months ago
Kinect OpenCV+OpenNI PointCloud
Kinectで得た深度データをPointCloudで表しまし
た。 kuwahatairvs • 346 views
badrepent
liked
-
7 months ago
Mr. Simpatia - Fabri Fibra
Una delle migliori canzoni dell'album Mr. Simpatia! Scusate per il video un po' penoso...!
Quando giro in città c'è chi mi chiede curioso "hei Fib...
Larva91 • 411,231 views
badrepent
liked
-
8 months ago
Emgu CV Hand Gestures Recognition Advanced Tutorial
In this tutorial i show how to perform hand gestures recognition using EmguCV, an opencv c# wrapper. The approach i show you is based on skin detec...
15,725 views
badrepent
commented:
@KMKT89
If you are using my code, it's based on skin detection so it extracts both hand and arm, you should
do some clever convexity processing to define hand location and it seems that you are doing it.
You should experiment with some custom ideas I have no reference for your scenario right now...
-
10 months ago
Morris Water Maze Tracking using Computer Vision Techniques
In this video we develop a custom experimental setup to analyze mice data coming from Morris Water Maze test. Opencv library (emgucv) has been used...
339 views
badrepent
uploaded
-
10 months ago
Predator: Camera That Learns
The technology behind Predator is further developed by a start-up company TLD Vision (http://tldvision.com).
ekalic2 • 608,155 views
badrepent
liked
-
11 months ago
Emgu CV (openCV wrapper) Cursor Position Face Control
In this tutorial i show you how to control your mouse cursor position moving your head. This tutorial is based on an openCV c# wrapper called Emgu ...
6,612 views
badrepent
commented:
@xeneon452
Grazie mille, di solito questi video vengono apprezzati ( come si vede nei commenti) da gente non italiana.
Sono contento quindi che ti siano stato di aiuto, con Emgu mi ci trovo bene in effetti!!!!
La pronuncia è un mix anglo-toscano, mi immagino che risate che ti sarai fatto!!!!
-
1 year ago
Kinect Hand Detection
This is a graphical interface inspired by the movie "Minority Report". It
uses the Kinect sensor from Microsoft, and the recently released
libfree...
MITCSAIL • 798,412 views
badrepent
liked
-
1 year ago
Bayes' Formula
Bayes' Theorem formulas an intuitive idea: we adjust our perspective (the probability set) given new, relevant information. Formally, Bayes' Theore...
bionicturtledotcom • 73,564 views
badrepent
liked
-
1 year ago
Tracking fingers with the Wii Remote
Using an IR led array and some reflective tape, you can track fingers in thin air using the Wii Remote by Johnny Chung Lee, Carnegie Mellon Univers...
jcl5m • 2,923,175 views
badrepent
liked
-
1 year ago
ジャンケンぽい絶対負けないメイドロボット
Rock scissors paper robot with high speed camera project by
Yamagata university 山形大学
Social robotics group
iteration 2
based on:
opencv EMGU
uses:...
joseinTokyo • 1,229 views
badrepent
liked
-
1 year ago
Facial Features Eyes and Mouth Detection Demos
Facial features extraction demos using an opencv c# wrapper called EmguCV. Face detection is based on viola jones algorithm, eyes and mouth detecti...
1,471 views
badrepent
commented:
@rodolfocondee
Ok now i better understand your request... i have coded facial features extraction to perform face recognition. in this moment i have completed features extraction but need more time to do full face recognition.
@gianlucero
The error you are receiving comes from x64 opencv gpu dll's.
If you use the same version of dll's that I attach with source code you should find no issues. If you wamt you can also grab emgu code from svn repository, compile it using cmake gui with proper flags and then reference onl...