CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - 结果显示

搜索资源列表

  1. blockmatching

    0下载:
  2. 采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。-Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18995739
    • 提供者:wujin
  1. Cammer-Distance

    0下载:
  2. Opencv摄像机测量距离,两点成线测量,将结果在右侧方框中显示,有比较高的精度-Opencv camera measuring distance, two points into the line of measurement, will result in the right side of the box shows a relatively high accuracy
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1885604
    • 提供者:小坦克
  1. mianYuanFa

    0下载:
  2. 基于面元法的鱼类表面压力以及速度的统计,工程中用高斯列元法进行方程组的求解,结果的显示是使用opencv来实现-hello world!!!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:1125099
    • 提供者:roc
  1. Cell

    1下载:
  2. 细胞图像分析输入:图像文件cell1.bmp 输出要求: 1. 该图像中的细胞数量; 2. 最大细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置; 3. 最小细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置; 4. 所有细胞的平均面积(以像素为单位); 5. 将主要的中间步骤处理结果的图像都用OpenCV 的cvShowImage 显示出来。-Cell image analysis type: image file cell1.bmp output req
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:2341
    • 提供者:萧白
  1. Oval

    0下载:
  2. 圆及椭圆拟合输入: 图像文件seal1.jpg、seal2.jpg、coin1.jpg 任务: 尝试将上述三个文件中圆或椭圆的外轮廓拟合出来 输出要求: 1. 每个拟合圆或椭圆的中心坐标,半径或长短轴长度; 2. 将主要的中间步骤及最终拟合结果用OpenCV的cvShowImage 显示出来。-Circle and ellipse fitting type: image file seal1.jpg, seal2.jpg, coin1.jpg task: Try the
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1572
    • 提供者:萧白
  1. 2010OPENCV

    0下载:
  2. 一个最简单的OPENCV入门程序,读取图像,显示其反转片效果,给初学者一个很浅显的概念,同时帮你检验你的opencv平台是否搭建成功。用的是最“土”的控制台程序,压缩文件里有编译结果和运行方法,-OPENCV a simple entry application, read the image, showing the effect of reversal film, giving beginners a simple and obvious concept, but to help you c
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:21101287
    • 提供者:jerry
  1. oneshowmanyImages

    1下载:
  2. 基于openCV学习的实用实例,在一个窗中实时显示多个摄像头拍摄状况及图像处理结果-Practical instance based on openCV learning, real-time display of multiple camera shooting position and the image processing results in a window
  3. 所属分类:OpenCV

    • 发布日期:2014-06-01
    • 文件大小:4517888
    • 提供者:gaosuwen
  1. opencv_dft

    0下载:
  2.   本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。   实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:931840
    • 提供者:wuwei
  1. 基于opencv的svm分类识别

    0下载:
  2. 附件是初始入门学习opencv的SVM简单程序,可以用于了解opencv中关于svm部分的使用,以及训练模块,便于快速上手SVM。开发环境是opencv2.0+vs2008,需要先安装opencv2.0才能够运行看到结果。显示第一个结果后,按回车等待几秒,即可显示分类结果。
  3. 所属分类:OpenCV

  1. 1

    0下载:
  2. 输入一幅图像对其进行显示,再对其进行高斯平滑,分析结果。-Input an image to display it, then its Gaussian smoothing analysis results.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-29
    • 文件大小:561
    • 提供者:刘小燕
  1. opencv-figure

    0下载:
  2. 此程序实现读取一幅彩色图像,进行一次比例缩放, 并显示原图像和结果图像-This program reads a color image, the time scaling, and display the original image and the resulting image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:1383049
    • 提供者:shang
  1. 拟合圆或椭圆的中心坐标

    0下载:
  2. 1. 拟合相应的圆以及椭圆 2. 每个拟合圆或椭圆的中心坐标,半径或长短轴长度; 3. 将主要的中间结果及最终拟合结果用OpenCV的cvShowImage显示出来。-1 fitting corresponding circular and elliptical. Each fit the center coordinates of the circle or ellipse, the radius or length of the shaft length 3. Major in
  3. 所属分类:OpenCV

    • 发布日期:2017-11-05
    • 文件大小:1449
    • 提供者:sdsdsdfg
  1. disparity-image

    0下载:
  2. 本代码得到的结果是图像的视差图,通过灰度的不同来显示距离的远近-The results obtained in this code is the disparity map of the image, to display different gradation distances
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:2957548
    • 提供者:陈凯
  1. blend

    0下载:
  2. 将一张图片上的某一区域与另一张图片上的某一区域进行同等比例的融合,并将结果显示在其中一张图片上-A picture of a region with a region of the other pictures on the same proportion of the fusion and displays the results in one picture
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:468551
    • 提供者:guohaiyun
  1. OPenCV_programs

    0下载:
  2. 里面有OPenCV环境变量的设置,OpenCV入门的各种常用程序,全部经过测试能运行,有结果。包括图片显示,图片反相,鼠标事件,播放AVI文件,画几何图形,图像边缘检测,从摄像头读取数据等等程序。-There is OPenCV environment variable Settings, OPenCV entry of all sorts of commonly used procedures, can all through the test run, have the result. In
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:9589306
    • 提供者:夏辉
  1. ConsoleApplication9

    0下载:
  2. 对摄像机立体标定,并且返回内外参数,,显示过程结果图像,具有参考价值-Stereo camera calibration and returns inside and outside the parameters, showing how the resulting image with a reference value
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10214615
    • 提供者:焦杰
  1. cvCvtColor

    0下载:
  2. 一个可以对图像进行把彩色RGB图像转化成灰度图像并将原图和结果图像的程序。根据此模板可以进行处理显示结果的类似程序-An image can be converted to RGB color images to grayscale images and artwork and the resulting image program. This template can be processed according to display the results of a similar prog
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2213947
    • 提供者:图像处理
  1. SIFT

    0下载:
  2. 加载两幅图像,对图像分别提取SIFT特征,提取SIFT特征后进行图像匹配,并显示匹配结果-After loading the two images, the images were extracted SIFT features extracted SIFT features for image matching and displays matching results
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3192102
    • 提供者:刘天少
  1. canny

    0下载:
  2. 利用opencv来实现边缘检测。可以通过改变函数参数来显示不同的结果。-canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:8039705
    • 提供者:韦彩金
  1. OpenCV_OpticalFlow

    0下载:
  2. 光流法检测目标,对每一帧的图像进行检测,并把结果显示在图像上-Optical flow characteristics
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4452561
    • 提供者:杨昭
« 12 »
搜珍网 www.dssz.com