using System.ComponentModel;https://www.blogger.com/blogger.g?blogID=6557891375939926939&pli=1#editor/target=post;postID=826790246490890601;onPublishedMenu=allposts;onClosedMenu=allposts;postNum=0;src=postname
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using AForge.Video;
using AForge.Video.DirectShow;
using AForge.Vision.Motion;
MotionDetector Detector;
float NivelDeDeteccioon;
Detector = New MotionDetector;
////tres detectores
////cuatro procesadores
En un frame....
NivelDeDeteccioon = Detector.ProcessFrame(image);
En un timer para evitar problemas con los procesadores
textBox1.text = String.Format("{0:00.0000}", NivelDeDeteccion); // funcionaraa
Ref:
https://www.youtube.com/watch?v=3qsrsVEvPK8
A forge http://www.aforgenet.com/framework/downloads.html
Detectar movimiento https://www.youtube.com/watch?v=Jeo5IFlvIlg
No hay comentarios:
Publicar un comentario
Si gustas puedes dejar un comentario.