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
[
Algorithm
]
FFT
DL : 0
实现快速傅立叶变换,此源码最大的特点是简捷明了。易于理解-Fast Fourier transform, the biggest feature of this source is simple to understand. Easy to understand
Date
:
Size
: 1kb
User
:
蔡志成
[
Algorithm
]
Gauss-Hermite
DL : 0
国外比较好用的高斯-厄米特数值积分源代码-the code of gauss-hermite
Date
:
Size
: 1kb
User
:
CXChou
[
Algorithm
]
VowelExraction
DL : 0
Vowel extraction using HU moments of binary image in matlab
Date
:
Size
: 8kb
User
:
ddokok
[
Algorithm
]
EllipseFit
DL : 0
基于MATLAB的椭圆拟合算法,有主程序,带结果显示图片-MATLAB-based ellipse fitting algorithm, with the main program, with results show that image
Date
:
Size
: 24kb
User
:
mafulu
[
Algorithm
]
trojansearching
DL : 0
Copy all files in Matlab current directory and type "facerec" on Matlab command window. First, select an input image clicking on "Select image". Then you can - add this image to database (click on "Add selected image to database" - perform face recognition (click on "Face Recognition" button) Note: If you want to perform face recognition database has to include at least one image. If you choose to add image to database, a positive integer (face ID) is required. This posivive integer is a progressive number which identifies a person (each person corresponds to a class).-Copy all files in Matlab current directory and type "facerec" on Matlab command window. First, select an input image clicking on "Select image". Then you can - add this image to database (click on "Add selected image to database" - perform face recognition (click on "Face Recognition" button) Note: If you want to perform face recognition database has to include at least one image. If you choose to add image to database, a positive integer (face ID) is required. This posivive integer is a progressive number which identifies a person (each person corresponds to a class).
Date
:
Size
: 9kb
User
:
fais
[
Algorithm
]
codelama
DL : 0
watermarking image using lsb method and matlab
Date
:
Size
: 170kb
User
:
viruz
[
Algorithm
]
xiaobotuxiang
DL : 0
用matlab实现小波压缩和小波重构程序,并且通过相位相关对图像进行了拼接。-Using matlab wavelet compression and wavelet reconstruction implementation procedures, and phase correlation of the image by the stitching.
Date
:
Size
: 255kb
User
:
[
Algorithm
]
MergeAndSeperate
DL : 0
hide text behind image using matlab
Date
:
Size
: 1kb
User
:
saeed1
[
Algorithm
]
MATLAB6.0
DL : 0
matlab6.0数学手册,详细介绍了矩阵运算、数值计算、数据分析、符号运算、概率统计、模糊逻辑、图形处理及matlab编程等内容,共8章。-matlab6.0 Mathematics Handbook, a detailed matrix operations, numerical calculation, data analysis, symbolic computation, probability and statistics, fuzzy logic, image processing and matlab programming content, a total of 8 chapter
Date
:
Size
: 16.89mb
User
:
cuiyiming
[
Algorithm
]
fgt
DL : 0
fgt软件包是关于快速高斯变换的matlab程序包,主要用来处理聚类问题,可以用在图像处理和人工智能,统计等应用领域-the fgt package fast Gaussian transform matlab program package is mainly used to deal with the problem of clustering can be used in applications of image processing and artificial intelligence, statistics, etc.
Date
:
Size
: 93kb
User
:
[
Algorithm
]
SVD
DL : 0
用matlab仿真,通过不同的方法计算矩阵的SVD分解,并用SVD的方法计算最小二乘问题和进行图像压缩-Matlab simulation, different ways to calculate the matrix SVD decomposition and the SVD method to calculate the least squares problem and the image compression
Date
:
Size
: 418kb
User
:
沈年凤
[
Algorithm
]
CV_BY_LXZ.m
DL : 0
CV模型两相图像分割,利用水平集进行计算,matlab实现-The CV model two-phase image segmentation, level set is calculated, matlab achieve
Date
:
Size
: 2kb
User
:
富矿
[
Algorithm
]
The-Warholer
DL : 0
matlab 图形图像处理。通过GUI,用户可以自由的变换RGB颜色等等。-The color of each pixel in an image is specified by a combination of three values: red, green, and blue. These values typically take 256 levels, leading to 256^3 ~ 17 million possible colors. In this GUI you can set a threshold value for each channel (R/G/B). If the color is above the threshold, it takes the maximum value (255) if not, it takes the minimum value (0). This "all or nothing" approach means that each color channel has only two possible levels, resulting in only 2^3 = 8 colors. Hence, each of the 17 million possible colors is "rounded" to one of: red, green, blue, cyan, yellow, magenta, black, and white. The result is an effect reminiscent of Andy Warhol s iconic celebrity paintings.
Date
:
Size
: 87kb
User
:
林真天
[
Algorithm
]
image_correction
DL : 0
matlab code image correction
Date
:
Size
: 16kb
User
:
skakz
[
Algorithm
]
PIG
DL : 0
matlab 中多峰函数介绍,以及多峰函数的图像matalab图和函数简要分析-matlab in multimodal function descriptions, as well as an image matalab multimodal function diagram and a brief analysis of the function
Date
:
Size
: 179kb
User
:
[
Algorithm
]
NPTool
DL : 0
NPTool_a Matlab software for nonnegative image restoration with Newton projection methods
Date
:
Size
: 4.22mb
User
:
xiaoguanglv
[
Algorithm
]
f
DL : 0
雨流计数法 读取txt文档中的2列数组,利用雨流计数法查找节点,输出原图像、极点图像、节点图像(Rain flow counting method Read out the 2 column array in the txt document, use the rain flow counting method to look up the node, output the original image, the pole image, the node image.)
Date
:
Size
: 1kb
User
:
malvina
[
Algorithm
]
wpsnr.m
DL : 0
This function displays the PSNR (peak signal-to-noise ratio) between two images. The answer is in decibels (dB). PSNR is very common in image processing. A sample use is in the comparison between an original image and a coded/decoded image. Typical quoted PSNR figures are in the range +25 to +35dB. The syntax for this file is PSNR(A,B), where A and B are MATLAB Intensity Images, with matrix-elements in the interval [0,1] The function can be adapted for images with 256 gray levels.
Date
:
Size
: 1kb
User
:
yokiqust
[
Algorithm
]
image_deblurring
DL : 0
De-blurr a blur image, this code has been taken from github
Date
:
Size
: 27.15mb
User
:
saira
[
Algorithm
]
sh_nano
DL : 0
image segmentation by partial differential equation
Date
:
Size
: 368kb
User
:
gherbi
«
1
2
3
4
5
6
7
8
9
10
11
...
22
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.