搜索资源列表
lpfilter
- Matlab中非图像工具箱的生成拉普拉斯滤波器的源程序。-Matlab Toolbox African Image Generation Laplace filter of the source.
edge_detection
- sobel边缘检测及拉普拉斯边缘检测算法的matlab实现。-edge detection and segmentation Laplace edge detection algorithm to achieve the Matlab.
pyramid
- 边缘检测,自己做的高斯金字塔和拉普拉斯金字塔,matlab2009-gaussian and laplasial pyramid
matrix
- 返回拉普拉斯抠图矩阵,实现用matlab抠图功能-Back matting Laplacian matrix, implemented by the matting function matlab
6
- 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
gauspyr4a
- 高斯金字塔:Laplacian Pyramid Decomposition matlab 拉普拉斯金字塔分解;matlab源程序 说明:该函数的作用是对输入图像做金字塔分解。 level为指定分解图像的层次 -Gaussian Pyramid
matlab_code
- 利用matlab进行图像的重建和修复,利用福利也计算和拉普拉斯变化得到的.-Use of matlab for image reconstruction and restoration, use of welfare also changes the calculation and Laplace received.
NILT
- 本文件采用Matlab软件,实现了拉普拉斯逆变换的计算。-This document is the use of Matlab software, the realization of the inverse Laplace transform calculations.
10[1].1.1.106.2867
- 使用matlab开发软件,通过采用拉普拉斯核分类器,实现道路标志分类。-Using matlab software development, through the use of Laplace nuclear classifier, to achieve classification of road signs.
Laplace
- 本实验探讨了如何使用拉普拉斯来达到图像的增强效果(图像锐化)。-This study investigated how to use Laplace to achieve image enhancement (image sharpening).
log_edge
- 用matlab编写的拉普拉斯高斯算子代码(LoG算子),用该函数实现LoG算子提取图像边缘点的功能。-Written by matlab Laplacian of Gaussian operator code (LoG operator), using the LoG operator functions for extracting the image edge points of the function.
laplacian_eigen
- 拉普拉斯特征映射,采用热核构造权重,是一种基于流行学习的非线性降维技术,可用于图像分割提高聚类的性能-Laplacian Eigenmap is a kind of nonlinear dimensionality reduction technique which based on manifold study, it choose the weights W using the heat kernel and it can be used for image segmentation to
MATLAB-function
- 包括各种波形函数(含拉普拉斯分布),各种概率密度函数-including many wave function(Laplasse function),many pdf function
MATLAB
- 简单的MATLAB拉普拉斯变换,单位阶跃响应的程序-Simple MATLAB Laplace transform of unit step response procedures
拉普拉斯图像融合
- 基于拉普拉斯的图像融合技术,附件中放有示例图片,采用matlab开发
积分变换
- 傅里叶变换 Z变换 拉普拉斯变换的gui(Fu Liye transform, Z transform, Laplasse transform, GUI)
MLRI_MATLAB_CODE
- 最小拉普拉斯残差插值的彩色图像去马赛克 源代码(Minimal Laplacian residual interpolation color image to mosaic source code)
matlab
- 拉普拉斯特征映射,最大差异展开,时频域特征(Laplacian Eigenmap Maximum difference expansion Fast Maximum difference expansion ISOMAP)
数字图像处理3
- 任务1。一维测试信号的FFT 计算和可视化长度为B=64的下列测试信号的傅立叶变换的幅度: 任务2。二维测试信号的FFT。计算和可视化尺寸为128*128的下列测试信号的傅立叶变换的幅度: 任务3。图像的FFT 在以下处理之后,计算下列图像“Lena”的傅立叶变换的幅度并将其可视化:1)向测试图像添加一个加性高斯噪声(选择您选择的噪声的参数)。 2)使用大小为3*3和5*5的盒式滤波器对测试图像进行平滑。 3)应用Sobel梯度掩模寻找梯度图像的x和y分量。 4)应用拉普拉斯口罩。比较处理
Log算子图像分割的matlab程序
- Log算子图像分割的matlab程序,高斯滤波+拉普拉斯算子运算,阈值可以自己设置