CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - operator

搜索资源列表

  1. houghlines

    0下载:
  2. hough算子线检测,houghline函数-hough line detection operator, houghline function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.56kb
    • 提供者:tsai
  1. image-differential-operator

    0下载:
  2. 基于VC++图像处理程序,包含图像微分运算。-Based on VC++ image processing procedures, including image differential operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:283.61kb
    • 提供者:andy
  1. Gaussian-smooth

    0下载:
  2. 一种图像平滑处理方法,利用高斯算子进行,但会造成模糊-An image smoothing method, using the Gaussian operator is, but can cause blurred
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:162.56kb
    • 提供者:飞羽流星
  1. Canny-edge-operator

    0下载:
  2. 用Canny算子提取边缘,vc源码,是图像处理入门的好源码-Extracted with the Canny edge operator, vc source code, is a good entry-source image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:172.52kb
    • 提供者:张国庆
  1. Extracted-by-Canny-edge-operator

    0下载:
  2. 本程序是基于visual c++下编程实现了利用canny算子实现了对图像的边缘提取。-This procedure is based on visual c++ programming under the operator realized by using canny edge detection of images.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:955.91kb
    • 提供者:weizhen
  1. Using-Canny-edge-extraction-operator

    0下载:
  2. 边缘检测:用canny算子提取边缘,原始lena图像。这是边缘检测的一种方法-Edge detection: The canny operator edge extraction, the original lena image. This is a method of edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5.34mb
    • 提供者:王兴杰
  1. Canny-operator-with-edge-extraction

    0下载:
  2. 用MFC实现用Canny算子提取边缘),是C++的基础学习,MFC编程-Using MFC Canny operator to extract edge), is the basis for learning C++, MFC Programming
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:390.89kb
    • 提供者:海之帆
  1. sift-operator

    0下载:
  2. 利用SIFT算子提取图像特征,经典算法源代码-Operator to extract images using SIFT features, the classical algorithm source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:367.34kb
    • 提供者:小浩
  1. Image-Process-operator

    0下载:
  2. 这是一篇介绍图像处理中各种边缘检测的微分算子简单比较(Sobel,Robert, Prewitt,Laplacian,Canny)的文章,对初学者非常有用。-This is a descr iption of various edge detection image processing of relatively simple differential operator (Sobel, Robert, Prewitt, Laplacian, Canny) of the article, ver
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:12.39kb
    • 提供者:zhu bo
  1. Canny-operator-on-edge-detection

    0下载:
  2. 采用Canny算子进行边缘检测,常应用于数字图像处理-The Canny operator on edge detection, often used in the digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:jianghui
  1. Edge-extraction-with-Canny-operator

    0下载:
  2. 用Canny算子提取边缘 用Can 用Canny算子提取边缘ny算子提取边缘-Edge extraction with Canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:172.47kb
    • 提供者:lygbyy
  1. Edge-extraction-with-Canny-operator

    0下载:
  2. 将彩色图像进行灰度变换以后,利用candy算子提取图像边缘。创建一个MFC工程框架,然后通过点击菜单功能实现边缘化提取。-Color images to gray-scale transformation, candy operator edge extraction. Create an MFC project framework, the marginalized and then by clicking on the menu functions extract.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.15mb
    • 提供者:毛毛
  1. Edge-operator

    0下载:
  2. 边缘算子,非常完善,能够运行,效果很好。--Edge operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6.6mb
    • 提供者:zhaojian
  1. Canny-operator

    0下载:
  2. canny边缘检测算子,可以检测出单像素的图像边缘,能够检测出细微的边缘,效果好-canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.16mb
    • 提供者:ljd
  1. Canny-operator-to-extract-edge

    0下载:
  2. 图像处理基本变换-源程序之用Canny算子提取边缘程序-Image processing basic transformation- the source of the Canny operator to extract edge program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5.29mb
    • 提供者:Yu Roger
  1. Matlab-edge-detection-operator

    1下载:
  2. 自己整理的经典边缘检测算子matlab源程序 图像处理必备 1、canny算子 2、kirsch算子 3、laplacian算子 4、log算子 5、prewitt算子 6、robert算子 7、robinson算子 8、sobel算子-Own finishing classical edge detection operator matlab source image processing necessary 1, canny operator, kirsc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:897.16kb
    • 提供者:笑傲江湖
  1. canny-operator

    0下载:
  2. canny算子代码 自己理解,重新改写的算法。OpenCV之简单VC++实现-canny operator code to understand, to rewrite the algorithm. The OpenCV s simple VC++ achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:9.48kb
    • 提供者:zouxianjian
  1. Forstner-Operator-and-Improvement

    0下载:
  2. 对于数字影像中的目标我们想要确定它的位置,只靠简单的数据是不够的,这时候我们就要借用算子。就算子进行介绍并引入了算子的一些改进思想。 关键词:Forstner算子;Harris算子;改进-Digital image of the target that we want to determine its location, rely on simple data is not enough, this time we will borrow operator. Even if the chil
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:124.47kb
    • 提供者:spider
  1. Canny-operator

    0下载:
  2. 用Canny算子提取边缘Canny operator edge extraction routines-Canny operator edge extraction routines
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:156.09kb
    • 提供者:jkzxhkjf
  1. laplacian-operator

    0下载:
  2. 在MATLAB中使用拉普拉斯算子检测图像边沿,多个参数对比-In MATLAB using the Laplasse operator to detect image edge, multiple parameters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:19.56kb
    • 提供者:孙峰
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com