搜索资源列表

  1. laplacebianhuan

    1下载:
  2. 这个程序是Laplace和Sobel的变换程序,在边缘检测时比较有用。-This procedure is Laplace and Sobel transformation procedures, the more useful when the edge detection.
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:2492416
    • 提供者:北方上午
  1. signalandsystem

    0下载:
  2. 这是信号与系统常用的公式,文件为pdf格式,包括傅里叶变换,拉普拉斯变换等-This is the signal with the system commonly used formula for the pdf file format, including Fourier transform, Laplace transform, etc.
  3. 所属分类:文件格式

    • 发布日期:2024-05-17
    • 文件大小:1942528
    • 提供者:格林格森
  1. lapulasibianhuan

    0下载:
  2. 图像的拉普拉斯变换,效果不错,希望对你有帮助-Laplace transform images, good results, and they hope to help you
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-17
    • 文件大小:160768
    • 提供者:章宋玉
  1. laplace_basics

    0下载:
  2. 此代码是用在被成为数学魔法师的MAPLE软件上运行的。此代码清晰的描述了拉普拉斯的基本变换。-This code is used in the magician to become the MAPLE mathematical software running. This code clearly describes the basic Laplace transform.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:李云飞
  1. laplas

    0下载:
  2. 在vc++中,使用单文档程序,对数字图像进行拉普拉斯变换。供有兴趣的朋友学习-In vc++, The use of single-document procedures Laplace transform digital images. For interested people in learning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:50176
    • 提供者:郑国盾
  1. EdgeContour

    0下载:
  2. 图像的边缘、轮廓检测。其边缘检测主要包括有Robert、Sobel、Prewitt、Gauss-Laplace等算子;以及Hough变换等常用的检测算法代码。-Image edge, contour detection. Its edge detection mainly including Robert, Sobel, Prewitt, Gauss-Laplace operator, etc. and Hough transform
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:2170880
    • 提供者:yusheng
  1. lap

    0下载:
  2. 对bmp格式的图像进行拉普拉斯变换进行边缘提取-Bmp format for image edge detection for Laplace transform
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 拉普拉斯变换表,很有用啊,快来下载吧,肯定对你有所帮助-Laplace transform table, useful ah, come to download it, will definitely help you
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:30720
    • 提供者:王晓鹏
  1. Image_Enhancement

    0下载:
  2. 首先使用拉普拉斯变换突出图像中的小细节,然后用梯度法突出其边缘。将变换图像与原图叠加,得到混合增强后的图像;最后对图像进行灰度变换(幂次变换)-Laplace transform to highlight the first to use images of small details, and then use the gradient method to highlight its edge. Will transform the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:89088
    • 提供者:shen hong
  1. smooth

    0下载:
  2. 图像平滑、锐化、中值滤波以及拉普拉斯变换。。h文件如下 #include "windows.h" #define IDM_LOADBMP 1 #define IDM_EXIT 2 #define IDM_SMOOTHING_BOX 40007 #define IDM_SMOOTHING_GAUSS 40008 #define IDM_SHARPENING_LAPLACIAN 40009 #define
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:万兴
  1. Laplacian

    0下载:
  2. 拉普拉斯变换,图形图像处理,已在项目系统中验证应用,对图形图像的处理优化有很大的参考作用-Laplace transform, graphics, image processing, has been in the project system to verify the application of image processing on the graphics which are great reference
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:319488
    • 提供者:王宇
  1. imagevary

    0下载:
  2. 利用拉普拉斯变换法、傅里叶变换法、小波变换法、梯度函数等,计算图像的梯度变化或能量。-The use of Laplace transform, Fourier transform, wavelet transform method, the gradient function,to calculate the gradient change or energy of the image 。
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 对一般的摄像头视频流进行基于opencv的拉普拉斯变换,然后通过前后模块对比,确定动点跟踪-On the general camera opencv-based video streaming of the Laplace transform, and then through the module before and after comparison, to determine fixed-point tracking
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-17
    • 文件大小:1385472
    • 提供者:何涛
  1. EdgeContour

    0下载:
  2. BMP图片边缘检测(包括Robert,Sobel,Prewitt,Kisch和Gauss-Laplace算子)与轮廓提取。此外,还有Hough变换,种子填充,轮廓跟踪等算法的实现方法。注意,BMP图片的需是256色以下。-BMP image edge contour (including Robert, Sobel, Prewitt, Kisch and Gauss-Laplace operator) and the contour e
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:2140160
    • 提供者:David
  1. NILT

    0下载:
  2. 本文件采用Matlab软件,实现了拉普拉斯逆变换的计算。-This document is the use of Matlab software, the realization of the inverse Laplace transform calculations.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:17408
    • 提供者:陈秀
  1. leogic

    0下载:
  2. 一、图像边缘检测里边包含3个程序: 1.边缘检测程序,包括robert 算子,sobel 算子,prewitt算子,gauss-laplace算子 2.hough变换检测直线 3.轮廓提取程序 二、图像配准程序 包括1个程序 三、图像复原程序 里边重点实现了由运动模糊造成的图像复原的算法。 上传作者简介:图像处理专业博士研究生。 恳请版主批准同意。谢谢!-edge detection image
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:2663424
    • 提供者:leogic
  1. program

    0下载:
  2. 压缩文件包含拉普拉斯变换,倒金字塔,卡曼滤波器,边缘检测和houghlines的C程序-Compressed file contains the Laplace Transform, the inverted pyramid, Kalman filter, edge detection and the C program houghlines
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:loffe
  1. lapla

    0下载:
  2. 使用C++语言,对图像进行拉普拉斯变换,其中用到CImg图像处理库。-The use of C++ language, Laplace transform of the image, which uses image processing CImg library.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:5339136
    • 提供者:dong
  1. exp01

    0下载:
  2. 1.运用Laplacian算子,基于二阶微分的图像增强,即拉氏变换法进行图像平滑 2.利用邻域平均法实现图像的平滑处理 3.利用Robert算子做锐化处理-1. The use of Laplacian operator, based on second-order differential of the image enhancement, that is, Laplace transform method for image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:虞佳霓
  1. MATLAB_code_of_image_processing

    1下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:398336
    • 提供者:guhuxiang
« 1 2 3 4 5 67 8 9 10 11 »

源码中国 www.ymcn.org