搜索资源列表
edge
- 本代码是关于医学图像的边缘检测,可实现快速的的收敛到感兴趣边缘,matlab编程。
matlabquzao
- 利用水平积的方法对一个2维的图像进去去噪处理,在MATLAB下实现的代码
lunkuo
- 用matlab实现找背景图像中目标轮廓的算法(带代码注释)-Contour algorithm to find the target
GUI
- 一个matlab实现的image matting的代码。包括Possion matting等四种不同的matting算法的实现。-Achieved a matlab code image matting. Possion matting, such as including four different types of matting algorithm.
siftmatlab
- sift算法的matlab实现,属于sift算法的几个权威示例代码之一。-matlab implementation of the sift algorithm, one of several authoritative sample code belonging to sift algorithm.
outline
- 这是关于遥感图像的地物边界提取与填充,是在matlab中实现的,减少了很多繁琐的代码,简单实用-extraction of Feature in digital image on matlab .This is a mathod for the Remote sensing image processing which is very useful.With this method we can Reduce a lot of tedious code.
AMLE
- AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
huffman
- 数字图像处理的MATLAB代码,通过霍夫曼编码实现对图像的处理!-This software is used to process the picture!
2DimensionalHistogra
- 图像的二维直方图在matlab中的实现代码-Two-dimensional histogram of the image in the implementation code in matlab
Ostu
- 该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) fig
PCA-SIFT
- 用matlab实现的pca-sift代码,基于2004年的一篇CVPR论文实现-Pca-sift achieved using matlab code, based on a CVPR papers in 2004 to achieve
examp01
- 用matlab编程,显示怎么用matlab实现曲线的拟合,拟合曲线的代码-curve fitting curve diagram,how to use matlab to realize the curve fitting curve diagram
nearset
- 最邻近插值的matlab实现代码,可以对图像进行插值,插值的方法为最邻近插值法-The nearest neighbor interpolation matlab code, image interpolation, interpolation methods nearest neighbor interpolation
ZHONGXINQIEPIAN
- 此代码为如何用matlab实现对于中心切片定理的证明-This code for how to use matlab to achieve the central slice theorem
lbp
- 本代码为lbp算子的matlab实现,并附有简单的测试代码。可用于提取图片纹理特征,计算不同图片纹理差异等。-The code for lbp operator matlab implementation, together with a simple test code. Can be used to extract image texture features, calculate different picture texture differences.
JSteg
- JSteg隐写技术matlab实现代码--基本思想:用秘密信息比特直接替换JPEG图像中量化后DCT系数的最低比特位,但若量化后DCT系数为0或者1,则不进行处理。(DCT系数的LSB嵌入) -JSteg steganography matlab code- the basic idea: direct replacement with the secret information bits JPEG image quantized DCT coefficients in the leas
222
- 本代码使用matlab实现理想高通滤波增强图像-Matlab to achieve ideal high-pass filtering to enhance the image
MATLAB-code
- 立体矫正是用于立体匹配之前 此代码用MATLAB实现了立体校正-Stereo rectiting is used to stereo matching.This code use Matlab to complete the stereo)rectity.
halftone
- 半色调误差扩散算法 matlab实现的半色调的一种方法代码-halftone error diffusion algrothm
denseCRF_matlab-master
- MIT的nips11文章的matlab实现,全连接crf做图像语义分割示例,代码很清晰,方便自己改进-matlab implementation of MIT s paper in nips11 articlesFully connected crf do semantic image segmentation example, the code is very clear, easy to improve themselves