搜索资源列表

  1. pdp_opencv

    0下载:
  2. opencv code in hand detect with pdp
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:274432
    • 提供者:hduzhang
  1. pix_opencv

    0下载:
  2. opencv code in hand detect with pix
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:845824
    • 提供者:hduzhang
  1. MotionDetection

    0下载:
  2. 利用emgucv 所開發的移動物體偵測可以偵測移動物體之方向即位移-Emgucv developed by use of a moving object detection can detect moving objects that is the direction of displacement
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:張乃文
  1. image-detect

    0下载:
  2. 基于图像处理的相机自动调焦系统!可以自动调整图像的大小跟分辨率-Based on image processing camera automatic focusing system! Can automatically adjust the image size with the resolution
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2112512
    • 提供者:王英妹
  1. houghline

    0下载:
  2. hough 变换提取直线 MATLAB程序 可以很好的检测出一副图像中的直线-Extraction of straight line hough transform MATLAB program can detect a very good image of a straight line
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:tdw
  1. USB

    0下载:
  2. 可以检测到插入到USB的设备的插入或者拔出-Can detect the USB device inserted into the insertion or pull-out
  3. 所属分类:USB编程

    • 发布日期:2024-05-20
    • 文件大小:551936
    • 提供者:78952ang
  1. SPtrack

    0下载:
  2. 本程序能够检测图像中的单个粒子并跟踪其运动轨迹。在matlab环境中运行时,请输入>SPtrack-This procedure can detect a single particle image and track its trajectory. Matlab environment in the run-time, please enter> SPtrack
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:蓓贝
  1. example1

    0下载:
  2. Corner Detect using OpenCV
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1043456
    • 提供者:liang
  1. detect-eyes

    0下载:
  2. 关于人脸识别中眼睛位置定位的一篇文章,并提出一种新的比较容易实现的椭圆处理算法。-Face Recognition in the eye position on the positioning of an article and a new easier-processing algorithms to achieve the oval.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:167936
    • 提供者:严君
  1. HwDetect

    0下载:
  2. this a user-mode application to detect device change on the system, i.e. plug-in a USB drive, iPod, USB wireless network card, etc. -this a user-mode application to detect device change on the system, ie plug-in a USB dr
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:王明
  1. FaceAnalysis

    0下载:
  2. 一个脸部检测的实现代码,能检测静态和动态的脸部信息,动态需要*avi格式的文件。-The realization of a face detection code can detect static and dynamic facial information, the dynamic needs of* avi format.
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:308224
    • 提供者:许益铭
  1. coldemo

    0下载:
  2. 本示例程序采用的Visual C++进行开发的,可以检测两个旋转物体的碰撞检测,采用的是包围盒算法。-Procedures used in this example Visual C++ For development, can detect the two rotating object collision detection, using the bounding box algorithm.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:220160
    • 提供者:陈华
  1. HandDetect

    0下载:
  2. 人手检测根据肤色模型检测人的手所在位置。并根据模板判断手势。-Detection of manpower under the color model to detect the location of the hand. And in accordance with the template to determine gesture.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:737280
    • 提供者:鹿角菜
  1. FaceDetect_VC

    0下载:
  2. 实现人脸的检测和识别,有效的检测人脸和准确的跟踪-face detect and track
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3659776
    • 提供者:王雪峤
  1. Face-Eye-Detection

    0下载:
  2. 此matlab程序,用来检测并定位人脸及人眼。采用的算法是肤色的颜色分隔。附件中的文件包括 eyematch.m, eyematch2.m, face.m, findeye.m,skin.m, k001.JPG-This matlab procedures used to detect and locate human faces and the human eye. Algorithm used in the color of ski
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2217984
    • 提供者:王杰
  1. detection

    0下载:
  2. 用openCV实现,利用背景建模检测运动目标-opencv,detect motion target using background modeling
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:27105280
    • 提供者:笑笑
  1. Circle

    0下载:
  2. 利用霍夫变换检测圆,可检测多个。内有详细介绍。-Using Hough Transform Detect circular, can detect multiple. There is a detailed introduction.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2143232
    • 提供者:吴俊
  1. LANE_NEW

    0下载:
  2. 高速公路收费系统车道软件. 功能: 1 检测公路过往车辆 2 收费过程控制和数据采集 3 车辆信息和图片上传服务器.-Lane highway toll system software. Functions: 1 Detect road vehicles 2 charging process control and data acquisition 3 vehicles information and picture uploa
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-20
    • 文件大小:1152000
    • 提供者:tangyongjun
  1. mov_detector

    0下载:
  2. TO detect movement in matlab
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Laser
  1. Motion

    0下载:
  2. 在Delphi 6下自行開發之Motion Detect範例,自動感應錄影,使用TVideoGrabber元件-At Delphi 6 under the self-developed examples of Motion Detect, automatic recording, use TVideoGrabber components
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3831808
    • 提供者:Carl Tsui
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org