This post is using OpenCV method VideoCapture to stream live from the web cam and to enable the video to respond to left mouse click.
Author: AnthonyC
Python OpenCV – Face Detection on a Image
The result of print(len(faces)) return 9. And the image result is as per below. You can see that out of the 9 detection, 2 are
Python OpenCV – Reading a Video from cam or saved file
Python OpenCV library can be use to read a video, the video can be a live camera feed or a recorded video file. The below
Data Logged LM35 temperature sensor values into Excel spreadsheet through Arduino
Hi, this post is about data logging your sensor values into Excel. Here I’m using LM35 temperature sensor with Arduino Uno, 16×2 LCD screen, resistor
Java(for Android) links
Explanation for Local, Instance and static variable (https://www.geeksforgeeks.org/variables-in-java/) Explanation for Local, Instance and static variable (https://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html)
Python OpenCV – Template Matching
Template Matching is a technique for locating a template image in a larger image. In this example the template image is a red LED. And
