搜索资源列表

  1. Opencv

    0下载:
  2. OPENGL书籍,想学OPENGL的人可以看看,蛮不错的中文书籍.-OPENGL books, I wanted to learn OPENGL can look pretty good Chinese books.
  3. 所属分类:OpenGL

    • 发布日期:2024-04-20
    • 文件大小:410624
    • 提供者:autumn
  1. circle_calibration

    0下载:
  2. 检测图片里的圆,并提取出圆心坐标和半径数据,需要安装OPenCV。-Detection picture in the round, and extracted the center coordinates and radius data, need to install OPenCV.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-20
    • 文件大小:2416640
    • 提供者:converse
  1. Motion_Muisc

    0下载:
  2. 本程序是基于VC++6.0 + opencv,根据人体运动识别播放音乐。设计到的技术有计算机视觉,canny边缘检测,人体分割等。-This procedure is based on the VC++ 6.0 opencv, according to human motion to identify playing music. Design to have computer vision technology, canny ed
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-20
    • 文件大小:40960
    • 提供者:Yilun Ma
  1. MyBook

    1下载:
  2. 用windows api写的关于C++下模拟翻书效果的程序。可以采用鼠标和摄像头双重控制。同时摄像头检测是通过opencv来做的-Use windows api to write on the C++ Book under the effect of simulation procedures. Can use the mouse and camera dual control. At the same time, the camera
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-20
    • 文件大小:2095104
    • 提供者:Phoebuson Ryao
  1. ConsoleCV

    0下载:
  2. OpenCV 读取文件的示例程序 控制台文件 供初学者参考-OpenCV sample programs to read documents console file reference for beginners
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-20
    • 文件大小:18432
    • 提供者:张华振
  1. blobtrack

    0下载:
  2. 运动物体跟踪vc源码 本程序需要opencv库的支持-Moving object tracking vc-source opencv library in this process requires the support of
  3. 所属分类:中间件编程

    • 发布日期:2024-04-20
    • 文件大小:19860480
    • 提供者:桂祖恒
  1. template_match

    0下载:
  2. 基于opencv的模板匹配算法测试,效果还不错,需要先安装opencv-Opencv-based template matching algorithm testing, the effect was not bad, need to install opencv
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-20
    • 文件大小:2332672
    • 提供者:赵学敏
  1. detectMotion

    0下载:
  2. 用Opencv实现背景与前景的分离以检测运动对象,效果很好!-With Opencv realize the separation of background and prospects to detect moving objects, the effect of good!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-20
    • 文件大小:1345536
    • 提供者:王月领
  1. facedetect

    0下载:
  2. VC与opencv环境下实现人脸角点检测与运动跟踪,效果蛮不错的-VC environment and realize opencv face corner detection and motion tracking, the effect pretty good
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-04-20
    • 文件大小:3957760
    • 提供者:王月领
  1. cornerdetect

    0下载:
  2. 较为经典的角点检测算法,在Opencv编译环境下实现,较为理想-More classic corner detection algorithm, in the compiler environment Opencv realize more ideal
  3. 所属分类:图形图象

    • 发布日期:2024-04-20
    • 文件大小:1341440
    • 提供者:王月领
  1. 3

    0下载:
  2. Camshift算法VC++实现 利用OpenCV库写的,vc++图像处理原程序-_图像 处理-Camshift algorithm VC++ Realize using OpenCV library written, vc++ Images deal with the original program-_ Image Processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-20
    • 文件大小:4503552
    • 提供者:桂祖恒
  1. contours

    0下载:
  2. 利用OPENCV来检测轮廓,绘制出轮廓的边缘,便于进一步的进行目标检测与跟踪-OPENCV to detect the use of contours, draw the outline of the edge, easy to carry out further target detection and tracking
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-20
    • 文件大小:11264
    • 提供者:lily
  1. hello.c

    0下载:
  2. 在OPENCV环境中,显示一幅图片,进而可以对图片进行处理-In OPENCV environment, show a picture, and then deal with the picture
  3. 所属分类:图片显示浏览

    • 发布日期:2024-04-20
    • 文件大小:98304
    • 提供者:lily
  1. hardyfish

    0下载:
  2. 基于opencv库的联机手写大写英文字母识别的源码。利用了联机手写的笔画数目,笔画轨迹做为特征量进行识别。
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-20
    • 文件大小:262144
    • 提供者:马连洋
  1. BezierOPENCV

    0下载:
  2. 在opencv下实现贝赛尔曲线. 可以修改控制点,连接多条曲线,修改曲线精度。-Opencv realize in the next Bezier curve. Can modify the control point to connect a number of curves, modify curve accuracy.
  3. 所属分类:图形图象

    • 发布日期:2024-04-20
    • 文件大小:11264
    • 提供者:马连洋
  1. Calibration

    0下载:
  2. 摄像头标定的代码,OPENCV没有提供完整的示例,自己整理了一下,贴出来记录。利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置, 再用cvCalibrateCamera2计算内参, 最后用cvUndistort2纠正图像的变形。 -Camera calibration code, OPENCV did not provide a complete example of its own colla
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-20
    • 文件大小:15360
    • 提供者:马连洋
  1. time-stepping

    0下载:
  2. 利用差分法基于opencv实现视频序列中的运动目标轮廓。-Difference method using opencv realize video sequence based on the moving object silhouette.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-20
    • 文件大小:1918976
    • 提供者:马连洋
  1. snake

    0下载:
  2. 用opencv实现的用snake求物体边缘的例子。执行时先框住一个物体,然后就根据snake算法求最小能量曲线,即得到物体的边缘。框子越接近物体,效果越好。 运行需要opencv库。在VS2005下做的。-Opencv realize with the use of snake for example the edge of objects. When the first live implementation of an obje
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-20
    • 文件大小:4652032
    • 提供者:cwl
  1. Paint

    0下载:
  2. opencv中的鼠标事件响应例子,拖动鼠标可以在opencv窗口的图像上画出矩形。 在VS2005下做的,运行需要opencv库。-opencv response of the mouse event example, drag the mouse in the window image opencv draw rectangle. VS2005 to do in the next, and run opencv library n
  3. 所属分类:绘图程序

    • 发布日期:2024-04-20
    • 文件大小:3163136
    • 提供者:cwl
  1. snake_track

    0下载:
  2. 用opencv实现的snake跟踪算法。 执行中在播放的视频中的某一帧用鼠标框住一个物体,然后就进行自动跟踪。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-20
    • 文件大小:56824832
    • 提供者:cwl
« 1 2 ... 44 45 46 47 48 4950 »

源码中国 www.ymcn.org