-
SPA
连续投影算法的Matlab程序 下载后可以直接使用(Successive projections algorithm
)
- 2020-12-07 09:59:21下载
- 积分:1
-
matlab_MRF_toy_examples
matlab 马尔科夫随机场简单的实现例子(Markov random field matlab implementation simple example)
- 2009-03-06 17:11:59下载
- 积分:1
-
testArea
一个求多边形面积的程序
也许会对某些人有用(Area of a polygon for the procedure may be useful to some people)
- 2007-11-16 03:45:14下载
- 积分:1
-
hl5
discrete hartley trnasform paper
- 2013-05-11 13:05:25下载
- 积分:1
-
SVM
高光谱图像的分类,适合各种光谱数据或者RGB图像。只需要调整输出路径就好了。(Hyperspectral image classification, for a variety of spectral data or RGB images. Only you need to adjust the output path just fine.)
- 2015-07-14 10:01:20下载
- 积分:1
-
optical_tools_matlab
光学组件的matlab工具包,利用它,你可以仿真spot,几何像差,如慧差,球差,还有mtf仿真等(Optical components matlab toolkit, use it, you can simulation spot, geometric aberration, such as the Hui poor, spherical aberration, as well as simulation mtf)
- 2021-04-08 14:19:00下载
- 积分:1
-
drtoolbox.tar
这是一个MATLAB工具箱包括32个降维程序,主要包括 pca,lda,MDS等十几个程序包,对于图像处理非常具有参考价值!!( ,This Matlab toolbox implements 32 techniques for dimensionality reduction. These techniques are all available through the COMPUTE_MAPPING function or trhough the GUI. The following techniques are available:
- Principal Component Analysis ( PCA )
- Linear Discriminant Analysis ( LDA )
- Multidimensional scaling ( MDS )
- Probabilistic PCA ( ProbPCA )
- Factor analysis ( FactorAnalysis )
- Sammon mapping ( Sammon )
- Isomap ( Isomap )
- Landmark Isomap ( LandmarkIsomap )
- Locally Linear Embedding ( LLE )
- Laplacian Eigenmaps ( Laplacian )
- Hessian LLE ( HessianLLE )
- Local Tangent Space Alignment ( LTSA )
- Diffusion maps ( DiffusionMaps )
- Kernel PCA ( KernelPCA )
- Generalized Discriminant Analysis ( KernelLDA )
)
- 2009-03-21 11:43:08下载
- 积分:1
-
bag_words_demo
bag of words 图像识别算法,斯坦福大学李飞飞实验室做的demo(bag of words)
- 2009-10-15 21:25:37下载
- 积分:1
-
Gabor
gabor滤波,优点是分析周围的像素点,是一种物质的可能性大。(gabor filter, the advantage of pixel analysis surrounding the possibility of a substance is large.)
- 2015-10-21 20:52:00下载
- 积分:1
-
JPEGCompression
编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1