搜索资源列表

  1. SobelKirsch

    0下载:
  2. sobel 图像处理中的边缘检测 直接调试可以运行 包含工作站和源码-sobel edge detection. image processing can be run directly to debug. source code contains the workstation
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:2533376
    • 提供者:戴旭光
  1. ImageProcess2

    0下载:
  2. 灰度图像边缘检测 1.编程实现以下六种图像边缘检测算子。 (1)Roberts边缘算子 (2)Sobel边缘算子 (3)Prewitt边缘算子 (4)拉普拉斯边缘算子 (5)Kirsch边缘算子 2.根据检测结果,分析与比较各种边缘检测算法的主要区别。 -Edge Detection 1. Programming to achieve the following six kinds of image ed
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:4334592
    • 提供者:李莫愁
  1. gg

    0下载:
  2. MATLAB code for simple edge detection algorithms including simple mask, sobel mask, Gaussian derivatives.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:陈志立
  1. EDGESOB

    0下载:
  2. Sobel edge detection algorithm for C++ Builder 6
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:cosma87
  1. Project7_edgedetection

    0下载:
  2. 各种边缘检测算子实现图像边缘检测功能,有laplacian, Roberts, Sobel -edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:彭勇
  1. dspappliation

    0下载:
  2. 把含有数字的图像,如车牌,身份证等读取到DSP的SDRAM中,利用图像处理算法把数字从图像中定位出来 首先把图像二值化,二值化算法选择固定阈值、直方图或最大类间方差法,比较各个二值化算法的效果;对二值化的图像做边缘提取,选择Sobel或者Laplace边缘提取算法并比较效果;经过二值化和边缘提取后的图像,利用投影法定位数字在图像中的位置,并给出数字在图像中的外接矩形;利用CCS把处理结果显示出来。-To contain digital
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:98304
    • 提供者:liujia
  1. CsSobelCode

    0下载:
  2. Sobel scr ipt to watch video files with project
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:60416
    • 提供者:veli tuncay
  1. EdgeContour

    0下载:
  2. 数字图像处理的边缘检测,包括Sobel算子,拉普拉斯算子,Hough变换等!-Digital image processing, edge detection, including the Sobel operator, Laplacian, Hough transform!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:4077568
    • 提供者:琚常龙
  1. sobel8grad

    1下载:
  2. 一种新的图像清晰度评价函数,该函数对经典采用八方向模板Sobel边缘检测算子来检测梯度值-a clarity-evalua tion function was researched. An improved eight model Sobel function was proposed,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:3166208
    • 提供者:焦慧娟
  1. DE2_LCM_CCD_sobel

    0下载:
  2. 基于DE2的图像边缘检测源代码,利用sobel实现其功能。-Image edge detection based on DE2 source code, using sobel to achieve its function.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:404480
    • 提供者:邵一峰
  1. edgedemo

    0下载:
  2. edge detection.Real-time Canny/Sobel edge detection. Requires: Matlab Image Proc. Toolkit liveimagejpg.m . Tested: Matlab version 7.0 (linux)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:dinhpv87
  1. EDGELAP

    0下载:
  2. Based on this one-dimensional analysis, the theory can be carried over to two-dimensions as long as there is an accurate approximation to calculate the derivative of a two-dimensional image. The Sobel operator performs a
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:siva
  1. sobel_verilog

    0下载:
  2. Based on this one-dimensional analysis, the theory can be carried over to two-dimensions as long as there is an accurate approximation to calculate the derivative of a two-dimensional image. The Sobel operator performs a
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:siva
  1. cvThreshold_cvCanny

    0下载:
  2. open cv 邊緣化 用Canny作邊緣化處理 cvCanny, void cvCanny( const CvArr* image, CvArr* edges, double threshold1, double threshold2, int aperture_size=3 ) image 單通道輸入圖像. edges 單通道存儲邊緣的輸出圖像 threshold1 第一個閾
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:69632
    • 提供者: 張天彥
  1. ruihua

    0下载:
  2. 图像的几种锐化处理,包括sobel算子,roberts梯度法和laplace算子锐化。并且将四种图像放在一起形成对比。-Several image sharpening, including sobel operator, roberts gradient and laplace operator sharpening. And will contrast the four images together.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:74752
    • 提供者:o璐璐
  1. EdgeDetection

    0下载:
  2. 利用MFC实现了一个边缘检测算法,本程序实现了Sobel边缘检测。-MFC implements a use of edge detection algorithms, this program implements Sobel edge detection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:257024
    • 提供者:ver
  1. computer--vision

    0下载:
  2. 主要是计算机专业研究生,图像处理方向的课程作业,实现图像处理,比如说用到的sobel算子,拉普拉斯算子的实现!-Mainly computer science graduate course work in the direction of image processing, Image processing, for example, the sobel operator is used, the realization of the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1603584
    • 提供者:gengboting
  1. ImageTest5

    0下载:
  2. Visual C/C++图形图像与游戏编程典型实例解析---图像边缘检测 涵盖内容: 1>Roberts算子 2>Prewitt算子 3>Sobel算子 4>Laplacian算子 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 实验环境: Win+VC6
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:214016
    • 提供者:hty
  1. CannyEdgeDetection

    0下载:
  2. Canny边缘检测的高斯卷积,索贝尔operation.entire代码组成,是在建MATLAB函数任何自由,除了必须改变形象reading.threshold根据图像和被提取的特征。 做检查更新的高斯卷积文件,它比前一个准确 请注意,代码的执行时间是low.This是因为没有内在的功能被使用。 为了提高车速了,请改为内置的功能“conv2“的卷积码 -canny edge detection compris
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:namind
  1. vbedgeti

    0下载:
  2. 实现彩图的Roberts、Prewitte、Sobel等边缘提取源代码,经测试可用.-To achieve color pictures of Roberts, Prewitte, Sobel edge detection and other source code, the test is available.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:526336
    • 提供者:清醒
« 1 2 ... 43 44 45 46 47 4849 50 »

源码中国 www.ymcn.org