搜索资源列表
MATLAB环境下图像分形维数的计算
- MATLAB环境下图像分形维数的计算
图像分形维数计算
- 根据差分计盒计算图像分形维数原理,推导出的Matlab程序代码,不知道效果如何,至少可以让我们知道程序实现步骤。根据2^n为步长的算法实现,效率很快
gdal读写图像分块处理
- gdal读写图像分块处理,可以轻松实现读写tif格式
IDL实现的图像分形维数计算
- 使用IDL实现的计算图像分形维数的源码
基于DCT变换的图像编码方法研究
- 本文结合DCT变换的特性,利用分形的Peano一hilbert扫描曲线,对基于DCT变换的图像编码方法进行了研究,并提出了改进方法。主要工作分为两个部分: 一是在分块DCT基础上的改进。对分块后生成的各图像块矩阵,不直接作二维DCT变换,而是先进行扫描,使之重排成一维向量,再进行一维DCT变换,这样可以减少运算量。 其次是对层次余弦变换编码部分的改进。使用层次DCT变换与零树编码相结合的方法,并在扫描编码过程中,按Peano一hilbe
图像分屏effect
- 该程序可以实现图像浏览的效果切换变化 是用java编写的 -Image View switch changes the effect is prepared by the java
分块代表色
- 基于分块代表色的图像检索:固定划分图像,提取每个分块的代表色作为特征-Block-based representative color image retrieval : fixed classified images from each block of color as representative of
InvMat
- 利用矩阵的奇异值分解压缩图像,先将图像分块,对各块中的每个对应象素内积得到相关矩阵A,然后对A进行奇异值分解,选择n(n<N)个较大的特征值对应的特征向量,利用该向量与各块图像内积来压缩和恢复图像-matrix of singular value decomposition image compression, image first block of the block of each pixel corresponding t
image_block
- 几个将图像分块,将分块图像拼接,和裁减图像的实用小程序-several image block to block image mosaic, and the reduction of small images of practical procedures
Simple_Fractal_Dimension_for_Images
- 计算图像分形维数,从网上看到的,感觉还不错。-computing image fractal dimension, from the Internet to see, I feel pretty good.
finalblock
- 对图像分块,计算每个块的均值和方差,并给出了结果的图象化表示,易于观察-Image sub-blocks, each block calculated the mean and variance, and gives the results of the image that is easy to observe
NoiseEstimate
- 根据检测图像分块以后噪声的大小不同检测图片是否经过修改或处理,这里的处理一般指剪切和粘贴等明显处理-In accordance with block after the detection of image noise in images of different sizes detected whether to modify or deal with here generally refers to treatment such a
www.image2003.com
- 一种基于灰度评价的图像分块压缩算法解压密码:www.image2003.com.caj
ModularPCA
- matlab编写的Modular PCA的源代码,以Yale人脸库为例。Moduplar PCA首先对原始图像分块,然后对分块后的所有子图像进行PCA分析提取投影特征,对待识别图像也是先进行分块,然后分别计算子图像在投影特征下的投影系数,最后根据最近邻分类器进行分类。-Modular PCA prepared matlab source code to Yale face database as an example. Moduplar
SpPCA
- 利用Sub-pattern PCA在Yale人脸库上进行人脸识别的matlab源代码,子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。-Sub-pattern PCA use in the Yale face database for face recogni
work
- 很方便的小程序,可以将二维数组转为一维数组,还有im2block也可以将图像分块,在运动估计分析的时候很有用-Very convenient for small procedures, can be two-dimensional array into a one-dimensional array, there are im2block can also block images in the analysis of motion e
FD
- 计算图像分形维度,可以方便的计算出不同图像的分形维度-Calculation of fractal dimension of images, you can easily calculate the different images of fractal dimension
图像分块
- 实现简单图像的分块处理,可以对大图像或者目标复杂图像分成小块单独处理(To achieve simple image of the block processing, you can large images or targets complex images into small pieces, separate processing)
图像分块
- 将一张图像分成四个象限部分 提取出来 图像分块(Extracting an image into four quadrants)
图像分形维数计算
- 使用matlab语言,编写一个计算图像分形维数的小程序(Using matlab language, write a small program for calculating image fractal dimension)