Close

923 Results for "OpenCV"

  • Beacon Controller

  • As explain, edog will participate in the Eurobot cup.  To do so, I need to know the robot position in (x, y) on the table. But I can't use embedded lidar or using triangulation due to its small size and its limited capacity to carry heavy...
  • Beer Goggles Code Running Windows

  • In order to test full body detection (and see just how fast I can get OpenCv to run on a relatively beefy Gaming PC) I decided the edit my code to run on windows using a hacked Eye Toy webcam.Getting the Eye Toy to run was easy enough, several drivers...
  • Beer Goggles Code Running Windows

  • In order to test full body detection (and see just how fast I can get OpenCv to run on a relatively beefy Gaming PC) I decided the edit my code to run on windows using a hacked Eye Toy webcam.Getting the Eye Toy to run was easy enough, several drivers...
  • Visioneer

  • 2017 HackadayPrizeFinal VideoGitHub:  https://github.com/MakerVisioneer/prototype Google Drive: https://drive.google.com/drive/folders/0B3wmJbFj6cTCTGMzemFlTmdGbnc?usp=sharing The problem Those of us who have never struggled with a vision impairment...
  • Rep counter

  • With old age & senility, it gets harder to count reps.  There is of course the ages old https://www.amazon.com/GOGO-Counter-Carnival-Manual-Mechanical/dp/B001KX1VW2 counter from grumpy old school bus driver lore.  Maybe it was too rooted in...
  • Raspberry Pi Setup

  • What I did to Raspberry Pi 3 B (for now)... Do not use NOOBS (I don't think it allows analog composite video output as we need it) Install just RASPBIAN, use 'stretch' update only (I think?).perform: -update pip3perform: sudo apt...
  • Face tracker

  • The decision was made to transfer to using a face tracker instead of manually pointing the pole cam.  Manual pointing would override the face tracker if the remote control was powered on, but it was expected to disappear.  The lion kingdom...
  • Face tracker 2

  • Face tracking based on size alone is pretty bad & nieve.  It desperately needs a recognition step. There is an older face detector using haar cascades. opencv/samples/python/facedetect.py These guys used a haar cascade with a dlib correlation function...
  • YET Another IR Vein Detector

  • The project is based on the idea to create a cheap way to map veins on medical patients in order to canalize them. Knowing there are devices that already do the task, the goal is to achieve it in a cheaper way. In order to do so, the idea is to use a...