CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab image
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab image - List
[
Other
]
Matlabimageprocess
DL : 0
matlab应用图像处理,一本挺不错的入门类书-matlab image processing applications, a very good introductory books
Date
:
Size
: 8.15mb
User
:
hanyuer
[
Special Effects
]
entropy_2D
DL : 0
运用二维最大熵方法对灰度图象进行分割的matlab源码-The use of two-dimensional maximum entropy method of gray-scale image segmentation matlab source
Date
:
Size
: 1kb
User
:
wind
[
matlab
]
IMAGZOOM
DL : 0
matlab图像处理的基本例程,图像放大和缩小-matlab image processing basic routines, image zoom in and out
Date
:
Size
: 193kb
User
:
joe
[
matlab
]
matlab
DL : 0
matlab下的数字图象处理例程,其中有关图片文件只要随便找个图片就可以了-matlab under the digital image processing routines, including the relevant picture file as long as you can not find a picture of the
Date
:
Size
: 50kb
User
:
snowwa
[
Special Effects
]
LevelSet_Active_contour
DL : 0
Active contour的matlab源码。 Active contour方法是图像分割算法的一 个重大突破。其具有如下非常吸引人的优点: 1. 任何条件下可得到封闭的边界 2. 对噪声不太敏感,可用于超声波图像处理 3. 克服弱小边界问题 -Active contour of matlab source. Active contour segmentation algorithm is a significant breakthrough. It has very attractive advantages as follows: 1. Any condition of the border can be closed 2. Less sensitive to noise, can be used for ultrasonic image processing 3. To overcome the weak border issues
Date
:
Size
: 43kb
User
:
yangocean
[
Special Effects
]
noisecomp
DL : 0
Code for denoising images. This code differs from standard wavelet denoising techniques in that it uses non-orthogonal wavelets, and unlike existing techniques, ensures that phase information is preserved in the image. Phase information is of crucial importance to human visual perception. Also, this code does have an effective way of determining threshold levels automatically. -Code for denoising images. This code differs from standard wavelet denoising techniques in that it uses non-orthogonal wavelets, and unlike existing techniques, ensures that phase information is preserved in the image. Phase information is of crucial importance to human visual perception. Also, this code does have an effective way of determining threshold levels automatically.
Date
:
Size
: 4kb
User
:
wang gang
[
Graph Recognize
]
picture
DL : 0
用MATLAB对两幅图片进行图像匹配,程序运用了两种匹配算法:1.基于灰度值的模板匹配2.模板匹配的改进算法 采用界面输入输出方式-Using MATLAB for image matching two images, the program uses two types of matching algorithm: 1. Based on the gray value of the template matching 2. Template matching algorithm to improve the way input and output interface
Date
:
Size
: 192kb
User
:
蒋周云
[
Graph program
]
im2bw_ent
DL : 0
国外全新方法实现二值化This fucntion convert an intensity image to a binary image by using Entropy-based method-Foreign brand-new method Binarization This fucntion convert an intensity image to a binary image by using Entropy-based method
Date
:
Size
: 1kb
User
:
yemaoqiu
[
Graph program
]
KLtransform
DL : 0
KL变换的matlab代码,KL变换是图像正交变换的一种,在图像压缩领域有着广泛应用。很有用哦-KL transform matlab code, KL transform is a kind of orthogonal transformation image in the field of image compression have broad application. Oh, very useful
Date
:
Size
: 1kb
User
:
张燕
[
Program doc
]
imagemosaicbasedonwavelet
DL : 0
一种基于小波分解的多图象拼接技术.对在多个图象间进行非规则形状图象拼接的多分辨整合技术进行了研究。运用Multi2masks方法将多个图象的选定区域同时融合在一起, 减小了计算量, 并利用小波变换对图象进行多分辨分解, 采用与频段宽度成正比的加权拼接宽度来消除拼缝的影响.-Based on wavelet decomposition of multi-image stitching technology. Between the images in a number of non-rules shapes multiresolution image stitching technology integration is studied. Multi2masks methods use multiple images of the selected regions together at the same time, reduces the computation and use of wavelet transform for image multiresolution decomposition, using the band width is proportional to the width of the weighted splicing to eliminate the拼缝impact.
Date
:
Size
: 138kb
User
:
依静
[
Fractal program
]
Matlab
DL : 0
Date
:
Size
: 2kb
User
:
王胜斌
[
Special Effects
]
MatlabFns
DL : 0
digital image processing using matlab, 这里有许多程序员编的函数,以及一些具体的例子,怎么来应用这些函数实现图像处理-digital image processing using matlab, here there are many programmers made a function, as well as some specific examples, how to apply these functions to achieve image processing
Date
:
Size
: 8.75mb
User
:
方文利
[
Special Effects
]
texture_synthesis
DL : 0
基于样本的纹理合成,采取点替换的方法,可以合成brodatz类的纹理。采取的方法是先对图像分析,然后合成。-Texture synthesis based on samples taken at the replacement of the method of texture synthesis brodatz category. Approach taken is to firstly image analysis, and then synthesis.
Date
:
Size
: 2kb
User
:
熊雄
[
Video Capture
]
TSsear
DL : 0
1. this function is for image (width=176, hight=144) only. but you can modify the related value to fit yours. 2. it is used to evaluate the motion vector between the Nth image and N-1th image. 3. it use Three Steps search algorithm. 4. this algorithm finds the closest pixel near the original pixel in three times.-1. This function is for image (width = 176, hight = 144) only. But you can modify the related value to fit yours.2. It is used to evaluate the motion vector between the Nth image and N-1th image.3 . it use Three Steps search algorithm.4. this algorithm finds the closest pixel near the original pixel in three times.
Date
:
Size
: 92kb
User
:
samk
[
Other
]
orders
DL : 0
matlab图像处理命令,相当的多,而且方便有用-matlab image processing command, a considerable number of useful and convenient
Date
:
Size
: 417kb
User
:
yh
[
Special Effects
]
optical_flow_Lucas_Kanade_matlab_code
DL : 0
一个光流算法的matlab源程序,在图像处理、前景检测与跟踪等方面有很多应用,推荐-An optical flow algorithm matlab source code in image processing, the prospects for detection and tracking, etc. There are many applications, the recommendation
Date
:
Size
: 4kb
User
:
chinon
[
Special Effects
]
Skeletonmatlab
DL : 0
用Matlab实现了对一副图像骨架的提取,方法简单,易于掌握。内附实例-Using Matlab to achieve an image of the skeleton extraction method is simple, easy to master. Containing examples
Date
:
Size
: 211kb
User
:
李进
[
Special Effects
]
imageprocessing1
DL : 1
实验内容: 1.求下列3个模板的频率响应,并显示其三维图形;选择一幅图 像,利用这3个模板分别对该图像进行卷积运算,将卷积运算 获得的图像与原始图像进行比较,说明各模板的类型以及模板 (b)、(c)的区别与联系。 2. 选择一幅图像,对其进行离散Fourier变换,仅利用其相位谱重构原图像,然后仅利用其振幅谱重构原图像,比较实验结果; 选择两幅不同类型的图像,分别进行Fourier变换,交换二者的相位谱后求Fourier反变换,比较实验结果,说明图像Fourier相位谱的重要性。-Experimental contents: 1. Template for the following three frequency response and to show its three-dimensional graphics select an image using the three templates, respectively, of the image convolution operation, the convolution operation to obtain the images were compared with the original image to illustrate the template the type of template (b), (c) the difference with the contact. 2. Select an image, its discrete Fourier transform, only to use its phase spectrum remodeling the original image, and then only the use of its amplitude spectrum reconstruction of the original image to compare experimental results choice of two different types of images, respectively Fourier Transform, the exchange between the two after the phase spectrum for Fourier Transform, compare experimental results to illustrate the image of the importance of Fourier phase spectrum.
Date
:
Size
: 1kb
User
:
syq
[
Special Effects
]
imageprocessing3
DL : 2
1.选择一幅图像,利用散焦模型或运动模糊模型对该图像进行模糊处理;利用逆滤波对模糊图像进行复原处理,显示原始图像、模糊图像以及复原处理后的图像。 2.利用迭代算法对模糊图像进行逆卷积复原处理,显示原始图像、模糊图像以及复原处理后的图像。 -1. Select an image, the use of defocusing model or the model of the motion-blurred images fuzzy processing the use of inverse filtering for fuzzy image restoration processing, display the original image, fuzzy images, as well as recovery after treatment images. 2. Use of iterative algorithm for fuzzy image restoration deconvolution processing, show the original image, fuzzy images, as well as recovery after treatment images.
Date
:
Size
: 2kb
User
:
syq
[
Special Effects
]
lbp_matlab
DL : 0
LBP算法实现图像的纹理分类,基于论文:multiresolution gray scale and rotation invariant texture classification with location binary patterns-LBP algorithm image texture classification, based on the thesis: multiresolution gray scale and rotation invariant texture classification with location binary patterns
Date
:
Size
: 3kb
User
:
xiao guilin
«
1
2
...
22
23
24
25
26
27
28
29
30
31
32
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.