CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - 变换算法

搜索资源列表

  1. 基于opencv实现的灰度变换

    0下载:
  2. 基于opencv实现的灰度变换,低通滤波,直方图均衡化,边缘检测等算法。-Opencv implementation based on gray-scale transformation, low-pass filtering, histogram equalization, edge detection algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3.21mb
    • 提供者:张少明
  1. ImageEnhance

    0下载:
  2. 图像增强的几种算法,包括图像反转,图像变换,直方图均衡化算法。-Several image enhancement algorithms, including image inversion, image transformation, histogram equalization algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.69mb
    • 提供者:songning
  1. Distortion Correction

    4下载:
  2. VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
  3. 所属分类:OpenCV

    • 发布日期:2012-11-15
    • 文件大小:5.84mb
    • 提供者:wk
  1. Hough_opencv

    0下载:
  2. 上传一个VC++写的基于Opencv的广义Hough变换匹配算法-From a VC++ to write the generalized Hough transform-based Opencv matching algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:256.45kb
    • 提供者:Oscar
  1. OpenCV

    1下载:
  2. 摄影测量学发展而来的直接线性变换(DLT)方法和扩展的直接线性变换方法,有基于径向排列约束(RAC) 的两步法(Tsai方法),有基于不同位置平面模板的张正友法(Zhang),也有基于摄像机本身移动无需外部标 定物的自标定方法。 OpenCV是Intel开源计算机视觉库,它由一系列c函数和少量C++类构成,具有强大的图像处理、图 像分析和图像理解功能,它的函数实现了很多经典的图像处理和计算机视觉方面的算法,是机器视觉研究 与开发的良好工具。-Photogrammetry de
  3. 所属分类:OpenCV

    • 发布日期:2014-04-07
    • 文件大小:444kb
    • 提供者:崔鹏举
  1. opencv

    0下载:
  2. 基于OPENcv的顶帽变换求图像的边缘算法-openCV detect the edge
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:8.86kb
    • 提供者:裴玉东
  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. HoughLine

    0下载:
  2. 用于道路的检测,通过调用opencv中的直线检测算法Hough变换,检测结构化道路的道路引导线-For road detection, Hough transform, by calling the line detection algorithm in opencv detect structural road road guide line
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:26.96mb
    • 提供者:
  1. water_cheti

    0下载:
  2. 8.4 水域分割 水域分割,又称watershed变换,是模仿地形图浸没过程的一种形态学分割算法,其本质是利用图像的区域特征来分割图像的,它将边缘检测与区域成长的优点结合起来,能够得到单像素的,连通的,封闭的,并且位置准确的轮廓。因此是应用比较广泛的一种图像分割算法。 -Image Watershed Segmentation This is the implementation of the algorithm based on immersion model.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:13.94kb
    • 提供者:徐卫东
  1. cx

    0下载:
  2. SIFT(即尺度不变特征变换)算法其中一个必要的程序代码-The SIFT algorithm wherein a necessary program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:4.82kb
    • 提供者:yjh
  1. ImageProcessing

    0下载:
  2. 十分强大的图像处理程序,其中包含了图像增强,图像复原,图像变换,图像编码,图像配准,活动检测,特征提取,图像分割图像识别等常用的图像处理算法-A very powerful image processing program, which includes image enhancement, image restoration, image conversion, image coding, image registration, activity detection, feature extr
  3. 所属分类:OpenCV

    • 发布日期:2017-12-09
    • 文件大小:4.78mb
    • 提供者:乔乔
  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. CV2

    1下载:
  2. 利用opencv进行图像特征抽取,包括使用高斯滤波和sobel算子进行边缘提取,使用harris算法进行角点检测,使用hough变换找出图像中最长直线,使用Ranec算法找出图像中直线,Gabor滤波-Using opencv image feature extraction, including the use of Gaussian filtering and Sobel operator edge extraction, Harris algorithm corner detection,
  3. 所属分类:OpenCV

    • 发布日期:2017-01-06
    • 文件大小:3.16mb
    • 提供者:
  1. DFT

    0下载:
  2. opencv快速傅里叶变换算法,对图形进行频域高通滤波-failed to translate
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:128.28kb
    • 提供者:
  1. 5-1

    0下载:
  2. 对图像进行拉普拉斯变换,然后采用canny算法进行边缘检测-Laplace transform of the image, then use the canny edge detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1.34mb
    • 提供者:殷勇
  1. SIFT-feature-matching-

    0下载:
  2. SIFT 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处 理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄 的图像也具备较为稳定的特征匹配能力。该算法目前外文资料较多,但中文方面的介绍较少。为此 我撰写了这篇文档,以帮助国内的研究学者尽快入门,以最快的速度去体验 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处 理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.56mb
    • 提供者:yangzhijuan
  1. Twisted-transformation

    0下载:
  2. 基于opencv对扭曲变换的算法的实现,读取图片实现扭曲变换-Opencv to achieve distortion transform algorithm, read distorted images to achieve transformation
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:21.71mb
    • 提供者:季新成
  1. 基于OpenCV 2.X提升小波变换类

    0下载:
  2. 基于提升小波变换算法的C++类,利用OpenCV 2.x实现
  3. 所属分类:OpenCV

    • 发布日期:2014-01-13
    • 文件大小:1.92kb
    • 提供者:avonhu@126.com
  1. WarpPerspective

    0下载:
  2. 图像透视变换,是一种基础的图像变换算法,常用于图像配准模型。-Image perspective transformation, is a basic image transformation algorithms used in image registration model
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1.36mb
    • 提供者:leo
  1. GHoughMaster

    1下载:
  2. 提供模板图像,在原图像中利用广义霍夫变换算法找到与模板图像相似的目标图像-Providing a template image, using generalized Hough transform algorithm found in the original image and the template image similar to the target image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:8.73mb
    • 提供者:
« 12 »
搜珍网 www.dssz.com