搜索资源列表

  1. dllCapture-2004-04-27_

    0下载:
  2. VB face detect use OpenCV -VB face detect use OpenCV
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:4154368
    • 提供者:張永騰
  1. FaceDetection

    0下载:
  2. 本程序能实现人脸检测,在经过人脸区域检测、人眼的检测定位、人嘴的检测定位,最后勾画出人脸。-This procedure enables Face Detection, after facial region detection, the human eye detect the positioning of the detection of human mouth positioning, and finally lays out a
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-17
    • 文件大小:642048
    • 提供者:张金泉
  1. FaceDetect

    0下载:
  2. 人脸检测,我在VC中已实现,能够快速检测到人脸。代码仅用于研究,严禁商用。-Face detection, I realize in VC have been able to rapidly detect the human face. Code used only for research, business is strictly prohibited.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:罗亮
  1. detect

    0下载:
  2. matlab编写的,检测编码是否为唯一可译码的小程序,仅供参考-matlab prepared to detect whether encoding decoding only a small procedure, for reference only
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:孙少卿
  1. detect-sound-cards

    0下载:
  2. 如何检测声卡,采用的开发语言为C++ Builder.-How to detect sound card, using a development language for the C++ Builder.
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:29696
    • 提供者:Almond Lee
  1. detect

    0下载:
  2. 这个程序是基于DCT域的数字水印嵌入程序的提取程序,不需要原始图像,就可以从加水印的图像中提取水印图像-This procedure is based on the DCT domain of the digital watermark embedding process of the extraction procedure does not require the original image, you can add a wate
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:128000
    • 提供者:晁文婷
  1. handDetection

    0下载:
  2. 人手检测小程序 需要OPENCV库-Manpower is required to detect small OPENCV Library
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1433600
    • 提供者:
  1. hongh

    0下载:
  2. hongh变换,可以用来检测圆和直线,是一种很效的方法-hongh transform, can be used to detect circular and straight line is a very effective method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:4063232
    • 提供者:陈煊
  1. CarCrash

    0下载:
  2. LPR 可以检测车牌,并把它从图片中提取出来,在应用领域是非常广泛的,也希望可以不帮助需要的人 -LPR can detect number plates, and it extracted from the picture, in the application of the field is very broad, but also hope that we can not help those who need it
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:46080
    • 提供者:joan
  1. pf-jth-03

    0下载:
  2. PARTICLE FILTER TRACK BEFORE DETECT ALGORHTMS.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:550912
    • 提供者:haiser
  1. houghcircle

    0下载:
  2. Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. upper left
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:wang gang
  1. CircledetectionbasedonrandomHoughtransform

    0下载:
  2. 基于随机Hough变换的圆检测方法,可检测不同位置、半径的圆。-Based on random Hough transform circle detection method can detect a different location, the radius of the circle.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:94208
    • 提供者:wang gang
  1. HarrisCorner

    0下载:
  2. harris角点检测算法代码,可以检测图像中的角点并在图像上显示出角点位置,采用VC实现,编译后可以直接运行。-harris corner detection algorithm code, can detect images in the corner and shown in the image on the corner position, the realization of the use of VC, the compile
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:64512
    • 提供者:sdfsdf
  1. Hough-matalab

    0下载:
  2. 基于Hough变换的圆检测 -matalab程序,能有效地检测圆曲线,在matalab下运行-Based on the Hough transform circle detection-matalab procedures, can effectively detect circular curve, in the run matalab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:98304
    • 提供者:哥琴
  1. list

    0下载:
  2. (1)写一个final参数类M,包括比较次数、交换次数、探测次数属性,并重写构造器和toString方法。 (2)写一个抽象类A,其中包括要排序的数据。提供三个final方法,分别完成比较、探测、交换操作的同时,正确改变私有的M类对象成员的相关属性。并提供一个虚方法doSort,同时提供一个final方法sort(先设置M对象初值,然后调用doSort方法,返回M对象引用) (3)写三个采用不同方法排序的A类的派生类A1,A2,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:jiuyou
  1. leitongjiance

    0下载:
  2. 主要用于检测源代码是否相同,以防止抄袭,特别是教学中-Mainly used to detect whether the same source code in order to prevent plagiarism, especially in teaching
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:16384
    • 提供者:shaobing
  1. HoughChange

    1下载:
  2. 检测图形中的直线,在程序中稍微改动,即可检测多条直线-Detection of graphics in a straight line, a slight change in the procedure, can detect more than a straight line
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-17
    • 文件大小:2965504
    • 提供者:赵笑可
  1. shibielujing

    0下载:
  2. 该程序可以检测出马路上的斑马线,具有典型的图像边缘检测提取功能-The program can detect the involvement of the zebra crossing on the road, with a typical image edge detection feature extraction
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:39936
    • 提供者:高尚兵
  1. Detect

    0下载:
  2. 德国一家叫SILICON OPTIX公司的图像处理芯片源代码,参考一下吧-SILICON OPTIX called a German company s image processing chip source code, refer to it
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:50176
    • 提供者:
  1. USBTest

    0下载:
  2. 该程序用来检测USB接口,无论端口接HID设备或者优盘,都能检测到-The procedure used to detect USB interface, regardless of access ports or USB HID devices, can detect the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:80896
    • 提供者:wuxl
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org