Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 动态图像中人脸的快速捕捉跟踪方法 提出一种快速人脸跟踪方法.首先根据模板匹配方法作人脸区域的初步定位,然后使<br> 用支持向量机作为分类器进行最终确认,再采用基于Mean-Shift的CamShift跟踪算法保持跟<br> 踪,当有遮挡发生时通过Kalman滤波进行参数辨识和状态估计.实验结果表明,该方法具有<br> 较强的实时性、有效性和鲁棒性.<br>
  • renliangenzong.m 程序可以进行有效的进行人脸识别,并且可以动态的识别和跟踪,采用CAMSHIFT算法进行有效的处理,程序下载后可以直接运行。
  • satori ... best motion segment region to use as the start window for CAMSHIFT - assuming that feature points were used to choose the start window, keep checking that the CAMSHIFT box contains a good percentage of the points, otherwise may need ...
  • MAID-ROBOT JAN KEN POI CAMSHIFT OPENCV HIRO opencv finger detection c++ is located in camshiftdemo.cpp opencv2.1 HIRO robot
  • ofxCamshift A camshift implementation for openFrameworks
  • Attention-Meter ... Installation: Use Adobe Flash CS5 to open flash-cs5/webcamFace.fla. Roadmap =============== * OpenCV face detect + Camshift * Render in OpenGL * Websocket Client/Server architecture * Attention Meter + Video Chat (under development) ...
  • CellTrack ... Otherwise, each frame serves as template for only its immediately proceeding frame. ~~END_FLOAT_LEFT~~ ===== CAM-Shift tracking ===== {{ camshift.jpg|}} Command: ''Tracking -> CAM-Shift tracking (Ctrl+C)'' Continuously Adaptive Mean SHIFT (CAM-Shift) ...
  • CamShift-on-iOS Track color by using opencv on iOS
  • LipReader ... detection is actually performed only once every 2 seconds to conserve CPU. The face tracking on our live video is done through CamShift which is fast way to keep track of moving objects. There are two methods for setting the parameters smin and vmin: ...
  • OpenCV ... and the like appear to work, as does the source code that provides mean shift based tracking (meanshift and CAMShift), optical flow (good features to track, LK pyramids), histograms and back projection. The machine learning components needed for ...