搜索资源列表

  1. Smoothed_Sobel_Gradient

    0下载:
  2. Sobel算子是图像处理中的算子之一,主要用作边缘检测。本程序使用Sobel算子检测图像边缘信息-Sobel operator is the image processing operator, one is mainly used for edge detection. This procedure using Sobel edge detection operator information
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:88064
    • 提供者:shen hong
  1. ImageProcessing

    0下载:
  2. 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能-Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch f
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:226304
    • 提供者:程璞
  1. JAVA

    0下载:
  2. 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:36864
    • 提供者:范卫华
  1. LRG51

    0下载:
  2. 实现两种锐化图像输出,要求采用两种梯度算子: (1)Sobel梯度算子(2)拉普拉斯算子:-The realization of two types of sharpening the image output request using two gradient operator: (1) Sobel gradient operator (2) Laplacian:
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:赵少敏
  1. sobel

    0下载:
  2. VC关于sobel的算法,利用OPENCV框架进行处理-VC on the sobel algorithm, using the fr a mework to deal with OPENCV
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:702464
    • 提供者:傅备栋
  1. SEED401_SobelEdge_part

    0下载:
  2. CCS环境下图像的边缘检测 Sobel边缘检测算子-CCS environment Image Edge Detection Sobel Edge Detection Operator
  3. 所属分类:DSP编程

    • 发布日期:2024-05-22
    • 文件大小:364544
    • 提供者:wmm
  1. LhfImage2

    0下载:
  2. 图像各种边缘检测算子的比较,包括介绍了四种边缘检测算子包括Roberts边缘检测算子、Sobel边缘检测算子、Prewitt边缘检测算子和高斯—拉普拉斯边算子-Image a variety of edge detection operator of comparison, including the introduction of the four edge detection operator, including Roberts
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:3748864
    • 提供者:李慧芳
  1. MotionSearch

    0下载:
  2. 本程序通过对两幅灰度图像的图像处理,找到它们的相似部分。可以用于图像拼接。 运行方法: 1.打开图像1,打开图像2 2.图像处理-》sobel变换 3.图像处理-》运动估计-This procedure of two gray-scale image of image processing, similar to find their part. Can be used in image stitching. Opera
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:9445376
    • 提供者:李成亮
  1. compare_of_edge_detect_methods

    0下载:
  2. 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-22
    • 文件大小:156672
    • 提供者:liujia
  1. Codejia.com_40df9b18b021a0ff2295123f1192b961

    0下载:
  2. 共创在线考试测试系统源码2.1.0版利用HOUGH变换提取边界特征,还有SOBEL算子的算法 -Create online exam testing system version 2.1.0 source code using HOUGH transform boundary feature extraction, as well as Sobel Operator Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:3615744
    • 提供者:qqqq
  1. bianyuan_jiance_bijiao

    0下载:
  2. 用六种算子(分别是gabor、拉普拉斯、priwitt、robert、sobel、wallis),对三种图象进行边缘检测比较,强烈推荐哦,是本人的毕业设计中的关键程序-The six operators (respectively gabor, Laplace, priwitt, robert, sobel, wallis), images of three edge detection comparison, strongly rec
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:873472
    • 提供者:吴海峰
  1. Q1

    0下载:
  2. 用matlab實做sobel corner detector,程式一開始會先讀檔,轉成灰階,並對影像做smooth的動作,再套用sobel opperator做corner detect的動作-Using matlab to do it sobel corner detector, the program will first read the beginning of one file into grayscale, and imag
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:發發
  1. image_processing

    0下载:
  2. 中值滤波 均值滤波 高频提升滤波 sobel算子 robert算子锐化 高斯噪声生成程序 图像处理-Median filter to enhance high-frequency filter mean filter sobel operator robert Operator Sharpens Gaussian noise to generate image processing procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:guan bo
  1. Sobel

    0下载:
  2. 非常好用的算法 里面的例子编译后可以直接使用 他的效果很明显-Algorithm is very useful examples of which can be directly compiled to use his obvious effect
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:709632
    • 提供者:奎本世
  1. tuxiangruihua

    0下载:
  2. 图像锐化 Sobel算子:是一种空域微分算子,可以通过它锐化图象-Image Sharpening Sobel operator: is a differential operator airspace through its Sharpens Image
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:陈杰
  1. sobelmatlabdetection

    0下载:
  2. 此代码是matlab下根据sobel原理编写的一段代码,优点:方便快捷且每一步都有非常详细的讲解、方便大家理解;缺点:缺少边缘细化-Matlab under this code is prepared in accordance with the principle of sobel code, advantages: convenience and every step very detailed explanation to fac
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:卫正
  1. ImageProcessing

    0下载:
  2. 大概包括:左右、上下、中心对称,中值滤波,平移、裁剪、二值处理、膨胀、腐蚀、提取边界、缩放、旋转(中心保持不变和中心随旋转变化)、加权平均滤波(里面将四邻域、八邻域、laplace、sobel算子定义为数组并调用)。-Perhaps include: around from top to bottom, the center symmetry, median filter, pan, cutting, deal with two val
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:26995712
    • 提供者:王敬
  1. myimage

    0下载:
  2. sobel边缘检测,简单的边缘检测程序,并可进行二值化处理,适合初学者。-edge detection, sobel
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:3768320
    • 提供者:Smith
  1. 200432590139

    0下载:
  2. 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图-Basic image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:3769344
    • 提供者:叶心怡
  1. SobelEdgeDetection

    0下载:
  2. Sobel Edge Detection of an Image. Edge Detection using Sobel MAsk
  3. 所属分类:多媒体

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:rghrgh
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »

源码中国 www.ymcn.org