搜索资源列表

  1. imageview

    0下载:
  2. 图象处理程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-Image processing procedures, provided the image histogram equalization, robert, sobel, prewitt,
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:550912
    • 提供者:lukecheng
  1. BMP_2

    0下载:
  2. 实现sobel,canny,LOG算法的边缘检测 以及EM算法的图象分割-achieve segmentation, canny, LOG edge detection algorithm and the EM algorithm for image segmentation
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:25600
    • 提供者:臧明
  1. 数字图像处理alpha版

    0下载:
  2. 本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度化等) 2.几何运算(旋转,放缩,镜像,平移) 3.几何空间增强(均值,中值滤波器,k近邻均值,中值滤波器,Roberts,sobel,priwitt,laplacian,wallis锐化算子等) 4.频率域增强(基2FFT进行空间域到频率域的转换,高斯,理想,巴特沃斯高低通滤波
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:3416064
    • 提供者:王晗
  1. sobel

    0下载:
  2. 用于图象边缘检测,是一个视频采集的基础-for image edge detection, is a collection of video
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:李红陶
  1. EdgeCode

    0下载:
  2. 各种图像边缘提取算法的C语言实现及一些测试用图像。这些算法包括:Marr、Canny、shen-Castan、Sobel等等。(注:这些代码是《Algorithms for Image Processing And Computer Vision》一书中的内容,要想理解代码最好参看原书)。-various Image Edge Extraction Algorithm in C language and some test images
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:2107392
    • 提供者:钱 峰
  1. SobelKirsch边缘检测

    0下载:
  2. Sobel/Kirsch边缘检测算法VC下可视化实现-Sobel/Kirsch edge detection algorithm VC Visual Realization
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:568320
    • 提供者:林沂蒙
  1. 图象处理程序

    0下载:
  2. 提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-the image histogram equalization, robert, segmentation, prewitt, "and Gauss methods of edge detec
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:582656
    • 提供者:姚立月
  1. 编码

    0下载:
  2. 图形图像处理中常用的编码,拉普拉斯高斯编码、游程编码、算术编码、Huffman编码、Sobel编码等。-graphics processing commonly used coding, coding Laplace Gaussian, RIc, arithmetic coding, Huffman coding, coding Sobel.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:dz
  1. FiltersCode

    0下载:
  2. 使用C#程式語言撰寫的邊緣檢測程式碼,可撰擇不同的計算方式如sobel, prewi-use C# programming language to write the edge detection code can be written Optional different calculation methods such as segmentation, prewitt
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-02
    • 文件大小:34816
    • 提供者:小明
  1. 基于win32api的边缘检测

    0下载:
  2. win32api程序,超经典,包括sobel、laplacian、hough等,内容丰富-A program about win32api,very cool,include sobel,laplacian,hough,etc. Useful.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-02
    • 文件大小:181248
    • 提供者:沈郑燕
  1. 图像处理22

    0下载:
  2. matlab的图像处理。图像编码(HUFFMAN编码)小波变换,1、 分别用sobel、Laplacian-Gaussian方法对一幅灰度图像进行边缘提取-Matlab image processing. Image Coding (HUFFMAN coding) wavelet transform, 1, respectively segmentation, Laplacian- Gaussian approach to a gray
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:6144
    • 提供者:陈大明
  1. 纤维处理软件sob+hough直线检测+自动判定

    0下载:
  2. 利用HOUGH变换提取边界特征,还有SOBEL算子的算法也一并附上.-use feature extraction border, SOBEL Operator algorithm also accompanied.
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:43008
    • 提供者:唐军
  1. 图形图象处理之边缘检测

    0下载:
  2. 这也是图形与图象处理中方面的---边缘检测;包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。-graphics and image processing-- the edge detection; : Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, L
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:206848
    • 提供者:王云华
  1. ArrayTest800131

    0下载:
  2. 采用VMR9完成对视频的采集,可以采集多个摄像头。能够对图像进行抓屏。对抓屏数据进行Sobel处理,可以辨别图像中的线条。-use VMR9 completed the acquisition of video, can be collected over a camera. Images can Capturing the Screen. Capturing the Screen right Sobel data processing
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-02
    • 文件大小:179200
    • 提供者:张海滨
  1. HistDemoA直方图与Sobel算子

    0下载:
  2. 直方图均衡化处理和边缘检测程序.vc6下完成,是基于对话框的程序,用到自己定义的类CImageWnd-histogram equalization processing and edge detection procedures. Vc6 complete, the dialog is based on the procedures used its own definition of the category CImageWnd
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:78848
    • 提供者:訾国伟
  1. BmpProject

    0下载:
  2. 数字图像的边沿检测算子,有关Roberts,sobel,prewitt,laplace的基于对话框的VC应用程序。-digital image edge detection operators, the Roberts, segmentation, prewitt, Laplace-based dialog VC applications.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:1957888
    • 提供者:黄光奇
  1. DIP程序

    0下载:
  2. 以前的数字图像处理作业,包括直方图,均衡,Sobel,中值,FFT,IFFT,DCT,IDCT,8*8DCT等-previous digital image processing operations, including the histogram, balanced and Sobel, values, FFT, IFFT, DCT, IDCT, 8* 8DCT etc.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-02
    • 文件大小:2109440
    • 提供者:李平
  1. edgesob

    0下载:
  2. 这是关于图像处理小程序,关于找如何找寻sobel边缘的程序。 -This is the image processing on small programs, to find how to find on the edge of the segmentation process.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:李姚
  1. 边缘检测程序

    0下载:
  2. 该程序主要包含了图像边缘检测的集中常用的方法,如sobel, Ccanny, kirsch等等的源代码,希望能对大家有所帮助dene-the program mainly includes the Edge Detection concentration commonly used methods, such as segmentation, Ccanny. "The source code, etc., we hope to
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:1358848
    • 提供者:hua
  1. EdgeCounterSobel

    0下载:
  2. 基于ti dsp图象处理专用芯片dm642上的sobel边缘检测算法,通过仿真器调试成功,保证能用-ti dsp-based image processing ASIC dm642 the pixel edge detection algorithm simulation to debug the success of guarantee can use
  3. 所属分类:DSP编程

    • 发布日期:2024-05-02
    • 文件大小:244736
    • 提供者:钟炜
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org