CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - opencv 图像

搜索资源列表

  1. OPENCV-

    0下载:
  2. 利用opencv函数操作图像,本程序实现图片的翻转。可以自设参数,完成各种翻转,十分有趣,方便。 -, The program picture flip to use opencv operation image. Own parameters to complete a variety of flip, very interesting.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1705972
    • 提供者:李飞翔
  1. lenaTest

    0下载:
  2. Opencv 图像读取示例,配置好opencv运行环境,使用VS2010+opencv249,-imread(image)mfc OpencvTest
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-30
    • 文件大小:12518315
    • 提供者:msbullet
  1. txpj-opencv

    0下载:
  2. 图像拼接,sift算法的c算法,基于opencv的,一个大牛写得,很厉害的。-Image mosaic algorithm, C SIFT algorithm, based on OpenCV, a bull is written, very powerful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3931760
    • 提供者:levin
  1. opencv1_2

    0下载:
  2. 一个简单的程序 opencv 图像的缩放程序 vs2010+opencv2.31-A simple program opencv image scaling program vs2010+ opencv2.31
  3. 所属分类:Other systems

    • 发布日期:2017-06-12
    • 文件大小:19142653
    • 提供者:majiaqing
  1. image-text-segmentation

    0下载:
  2. opencv 图像文字分割,摄像头抓取后 作为O字符识别前一部 将字符分割开-opencv text image segmentation, after the camera as front crawl O character recognition a character separated
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-28
    • 文件大小:10503436
    • 提供者:jinbo
  1. ConsoleApplication2

    0下载:
  2. 将原始图像的像素坐标进行变换成桶状投影,改变图像外形,不改变图像其他属性(The pixel coordinates of the original image is transformed into a barrel shaped projection)
  3. 所属分类:其他

    • 发布日期:2017-08-18
    • 文件大小:6174720
    • 提供者:majic1123
  1. 角度识别-OPENCV

    0下载:
  2. vc++ 及OpenCV实现图像中原件的角度识别(Vc++ and OpenCV to achieve the image of the original angle recognition)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2420736
    • 提供者:飞飞鱼儿
  1. 光流法运动估计OpticalFlow

    0下载:
  2. 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2038784
    • 提供者:赵嘉慧
  1. easycentroidpoint

    0下载:
  2. 提取二值图像的轮廓,根据hu矩求轮廓质心点(Extract the contour of the two value image, and calculate the contour centroid point according to the Hu moment)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:5400576
    • 提供者:digpeak
  1. bmp

    0下载:
  2. 利用opencv将jpg格式图像转化为bmp格式(Using OpenCV to convert JPG format images into bmp format)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:7239680
    • 提供者:Emmaxi
  1. CReadHoughCircle

    0下载:
  2. 可以提取图像上的圆形区域,比较好上手的opencv程序(You can extract the circular area of the image and compare the opencv program with good hands)
  3. 所属分类:其他

  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. dollar

    0下载:
  2. 基于$1和opencv机器学习方法的图像识别(Image recognition based on machine learning method based on $1 and opencv)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:376832
    • 提供者:bossluoshiqi
  1. MQL_OpenCV4

    0下载:
  2. 通过提取图像里特征,进行聚类分析,从而可以判断天气情况。(Through the extraction of features in the image, the cluster analysis can be used to judge the weather conditions.)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:20937728
    • 提供者:我的1919年
  1. OpencvPython

    0下载:
  2. Program for real time tracking of faces using dlib
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:72411136
    • 提供者:g2p
  1. Source code

    1下载:
  2. 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:25252864
    • 提供者:半瓶墨水
  1. main.cpp

    0下载:
  2. 图像操作中比较基础的就是透视变换,初进open cv,实现了透视变换,代码如压缩吧所示(Perspective transformation by opencv)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:zch111
  1. 新建 Microsoft Word 文档

    0下载:
  2. opencv实现傅里叶变换,傅立叶变换是把图像从空间域转化到频率域的变换。空间域:一般的情况下,空间域的图像是f(x,y)=灰度级(0-255),形象一点就是一个二维矩阵,每个坐标对应一个颜色值。频率域:频率:对于图像来说可以指图像颜色值的梯度,即灰度级的变化速度,幅度:可以简单的理解为是频率的权,即该频率所占的比例:能量=幅度(可能不太准确),变换结果为F(u,v),F代表幅度值,u代表x方向的频率,v代表y方向的频率(Fu Liye transform is the transformati
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:ambition123
  1. 1RawToBmpgr

    0下载:
  2. 基于openCV。 读取raw图像,并将raw格式到bpm格式转换的源代码。(Based on openCV. Read the raw image and convert the raw format into the source code of the BPM format.)
  3. 所属分类:其他

  1. harrisdemo

    0下载:
  2. 对图像进行harris特征点提取,代码是用opencv和C++书写(Image harris feature extraction, the code is written with opencv and C ++)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:2869248
    • 提供者:热火
« 1 23 4 5 6 »
搜珍网 www.dssz.com