搜索资源列表

  1. nnzCalibCamera

    0下载:
  2. 该程序是基于OpenCV的相机标定程序,能进行亚像素角点提取,采用张式标定算法。-the program is based on the OpenCV camera calibration procedure can be carried out subpixel corner extraction, Zhang used calibration algorithm.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:30800
    • 提供者:njg
  1. edgeOpencv

    0下载:
  2. 图象边缘检测,边缘角点提取. (使用opencv开发)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1370835
    • 提供者:xian
  1. matching

    1下载:
  2. 双目视觉的图片匹配,角点提取等等。基于opencv的图象匹配算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1182771
    • 提供者:陈忠翔
  1. takecharacepoint

    0下载:
  2. 这是用opencv写的提取角特征点的vc++程序.-This is the extraction was OpenCV Corner point vc procedures.
  3. 所属分类:Static控件

    • 发布日期:2024-10-13
    • 文件大小:7168
    • 提供者:武为
  1. IMPROVEDSUSANDETECT

    0下载:
  2. 经典的SUSAN角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。- The classical SUSAN vertex examination algorithm after the improvement VC code, may use for to withdraw the gradation image characteristic point, uses in to
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-10-13
    • 文件大小:3293184
    • 提供者:陈宣雅
  1. nnzCalibCamera

    0下载:
  2. 该程序是基于OpenCV的相机标定程序,能进行亚像素角点提取,采用张式标定算法。-the program is based on the OpenCV camera calibration procedure can be carried out subpixel corner extraction, Zhang used calibration algorithm.
  3. 所属分类:图形图象

    • 发布日期:2024-10-13
    • 文件大小:30720
    • 提供者:njg
  1. corner_opencv

    0下载:
  2. 这是一个基于opencv的角点特征点提取的程序,,希望对大家有帮助-opencv on the corner Feature Extraction procedure, and I hope to be helpful
  3. 所属分类:图形图象

    • 发布日期:2024-10-13
    • 文件大小:2488320
    • 提供者:shh
  1. edgeOpencv

    0下载:
  2. 图象边缘检测,边缘角点提取. (使用opencv开发)-Image edge detection, edge angle point extraction. (Using opencv Development)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-13
    • 文件大小:1370112
    • 提供者:xian
  1. matching

    0下载:
  2. 双目视觉的图片匹配,角点提取等等。基于opencv的图象匹配算法-Binocular vision of the picture matching, Corner Detection and so on. Opencv-based image matching algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-13
    • 文件大小:3585024
    • 提供者:陈忠翔
  1. corner

    0下载:
  2. vc++和OpenCV结合找出图片中的角点,并且做出标记。此程序同时可以用于图片特征点的提取,用于特征匹配的后续开发做准备。-vc++ and OpenCV combination to find the picture of the corner and make a tag. At the same time, this procedure can be used for image feature points extractio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-13
    • 文件大小:1583104
    • 提供者:黄蓝
  1. camera-method-based-on-OpenCV

    0下载:
  2. 针对双目立体视觉系统研制过程中的摄像机标定步骤,分析了计算机视觉函数库OpenCV中的摄像机模型,其 中的非线性畸变考虑到了切向畸变和径向畸变,采用Bouguet角点提取算法,实现了基于OpenCV的摄像机标定.该 算法具有很高的标定精度和计算效率、良好的跨平台移植性,可以满足双目立体视觉系统的需要. -System are directly used in the internal parameters of the ca
  3. 所属分类:软件工程

    • 发布日期:2024-10-13
    • 文件大小:41984
    • 提供者:wangtao
  1. camera-method

    0下载:
  2. 针对双目立体视觉系统研制过程中的摄像机标定步骤,分析了计算机视觉函数库OpenCV中的摄像机模型,其 中的非线性畸变考虑到了切向畸变和径向畸变,采用Bouguet角点提取算法,实现了基于OpenCV的摄像机标定.该 算法具有很高的标定精度和计算效率、良好的跨平台移植性,可以满足双目立体视觉系统的需要. -System are directly used in the internal parameters of the ca
  3. 所属分类:软件工程

    • 发布日期:2024-10-13
    • 文件大小:41984
    • 提供者:wangtao
  1. siftalgorithm

    0下载:
  2. sift特征检测算子,主要是对一幅图像进行角点提取。本算法结合OPENCV实现-sift feature detection operator, the main image of a corner extraction. Combined with the realization of the algorithm OPENCV
  3. 所属分类:图形图象

    • 发布日期:2024-10-13
    • 文件大小:2678784
    • 提供者:binbin
  1. Harris

    0下载:
  2. OpenCV编写的Harris角点提取函数-Harris prepared OpenCV corner detection function
  3. 所属分类:OpenCV

    • 发布日期:2024-10-13
    • 文件大小:1750016
    • 提供者:sunxiyan
  1. vsHarris

    0下载:
  2. 基于opencv和vs的harris角点提取代码-Opencv and based on the harris corner detection vs code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-13
    • 文件大小:3254272
    • 提供者:汪洋
  1. OPenCV-feature--summary

    0下载:
  2. 包括 颜色提取 形状提取,形状提取包括 Candy算子对边缘提取、  角点提取、 Hough直线提取-Including color extraction shape extraction, including  Candy shape extraction operator for edge detection,   corner
  3. 所属分类:技术管理

    • 发布日期:2024-10-13
    • 文件大小:448512
    • 提供者:
  1. OpenCV-feature-extraction

    0下载:
  2. openCV特征提取代码总结,包括:颜色直方图提取,形状特征提取,角点提取、Hough直线提取、边缘提取、纹理特征提取等等。-OpenCV feature extraction code summary, including: color histogram extraction, shape feature extraction, angular point extraction, Hough straight line extrac
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-13
    • 文件大小:274432
    • 提供者:吴哲
  1. corners

    0下载:
  2. OPenCV角点提取程序,VS2010运行环境!-OPenCV corner extraction program, VS2010 runtime environment!
  3. 所属分类:OpenCV

    • 发布日期:2024-10-13
    • 文件大小:571392
    • 提供者:山姆
  1. CReadJiaodian

    0下载:
  2. 可以实现凸显中的角点提取,有利于进一步提取图像特征方便锦衣部的识别,可以比较好的上手。(It can be used to extract the corner points, which can further extract the image features and facilitate the identification of the clothing department.)
  3. 所属分类:其他小程序

  1. 新建文件夹

    0下载:
  2. 用opencv对图像进行处理实现图像角点提取(Extract the feature corner from the images)
  3. 所属分类:OpenCV

    • 发布日期:2024-10-13
    • 文件大小:2048
    • 提供者:fengxi123
« 12 3 »

源码中国 www.ymcn.org