CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - Transformation 的程序

搜索资源列表

  1. AffineTrans

    0下载:
  2. 本程序实现了对图像的读取,仿射变换以及显示的操作,基于openCV编写。-This program enables the image to read, affine transformation and display the operation, based on openCV preparation.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:163.38kb
    • 提供者:宗凯彬
  1. ImageProcessing(openCV)

    4下载:
  2. 一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
  3. 所属分类:OpenCV

    • 发布日期:2014-04-05
    • 文件大小:1.86mb
    • 提供者:llc
  1. logpolar

    0下载:
  2. 此程序是基于OPENCV的用于进行极坐标变换。它可以作为进行目标检测和识别中提取特征前的预处理-This program is based on the OPENCV for for polar transformation. It can be used as target detection and recognition to extract features on Pretreatment
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.5mb
    • 提供者:胡锦
  1. 6-2

    0下载:
  2. 用opencv写的一个把输入图片进行仿射变换的程序,图片由用户输入路径-Opencv written with the input image to an affine transformation process, the picture from the user input path
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:5kb
    • 提供者:zhujian
  1. 6-3

    0下载:
  2. 用opencv写的一个对图片进行透视变换的程序,图片由用户输入路径-Opencv write with the picture of a perspective transformation of the program, pictures, enter the path by the user
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:4.56kb
    • 提供者:fallrice
  1. HoughLine

    0下载:
  2. 这是一个实现HoughLine变换的程序,在VC6.0和OpenCV环境下开发。-This is a program implemented the hough transformation under the platform of VC6.0 and Opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:160.16kb
    • 提供者:yg
  1. shuzhifenxi

    0下载:
  2. 基于三种插值方法同时应用的图像变换程序,采用OpenCV读写图形,可以实现图像部分错位,而且可以随意更改坐标变换函数以达到需要的效果。-Interpolation method based on three applications of the same image transformation process, the image part of the dislocation can be achieved, and can change the coordinate transforma
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:12.99mb
    • 提供者:ch
  1. fenkuaiDCT

    0下载:
  2. 此程序用C语言,opencv语言共同写的离散余弦变换的程序,在程序中对离散余弦的变换是8*8分块的变换,以便后续处理。-This program written in C language, opencv language program of the discrete cosine transform, discrete cosine transformation in the program is 8* 8 block transform, for subsequent processing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.88mb
    • 提供者:wangjing
  1. Image-geometry-transform

    0下载:
  2. 本程序要求输入的图像都是256色的位图。这个代码实现了对图像的几何变换。使用了双线性插值算法-This program requires the input images are 256-color bitmap. This code implements the geometric transformation of image. Using a bilinear interpolation algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:679.6kb
    • 提供者:程雷鸣
  1. Hw01

    0下载:
  2. 利用OpenCV,实现一幅图像的欧氏变换、仿射变换和射影变换,cpp文件中程序各函数和变量的功能进行了说明。-Euclidean transform, affine transformation and projective transformation of an image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:1.81mb
    • 提供者:zhangyigong
  1. 360_panorama

    0下载:
  2. 360-panorama,360度柱面图像拼接,程序在VS2008环境下开发,opencv2.4.3版本,程序可以直接运行,以将所需依赖项添加在文件夹中,源图像放在source_pic中,最后生成结果在result_pic中。 实现步骤:1先将图像投影到柱面坐标上,2提取图像SIFT描述子,3将SIFT描述子配对,4用RANSAC算法根据配对成功的描述子统计出变换矩阵T,5图像拼接。 对于拼接后的图像,没有做进一步细化处理,使用者可以在生成的图像上再做进一步编辑。-360-panoram
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:7.32mb
    • 提供者:大卫
  1. OpenCV

    0下载:
  2. 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.6mb
    • 提供者:jianglei
  1. GRAY

    0下载:
  2. 基于VC6.0和opencv的灰度变换程序,实现灰度变换的基本功能-Gray-scale transformation programs based VC6.0 and opencv to achieve the basic functions of gray transform
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1.36mb
    • 提供者:黄文君
  1. faceTracking

    0下载:
  2. 一个人脸跟踪程序,实现了根据人脸的姿态变换,在OpenGL下实时显示姿态,小角度下尚可,大角度还需要改进。-A face tracking program, implemented according to the attitude transformation of human face, the real time display on OpenGL attitude, small angle can be, large angle still need to improve.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:377.61kb
    • 提供者:
  1. SIKRS

    0下载:
  2. 在matlab平台上实现的关于图象线性变换和几何畸变校正算法的程序(On matlab platform to realize about the image of linear transformation and geometric distortion correction algorithm procedures)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-20
    • 文件大小:19kb
    • 提供者:Doraxbf
搜珍网 www.dssz.com