Welcome![Sign In][Sign Up]
Location:
Search - color image decomposition

Search list

[matlabloadcode

Description: 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet decomposition algorithm; Choice of two small Porgy; Three pairs of classic pieces of black-and-white and color images DWT; Four zero tree, grid-based Tower vector quantization, LBG-based algorithm, based on the scalar quantization Wavelet Transform Coding ; 5 analyzed the results of the comparison. The purpose : a comprehensive training program students; Two pairs of the high number and the method of computation, programming, data structures, algorithms, digital image processing and review of the curriculum used; Three students can develop the algorithm design and analysis.
Platform: | Size: 34816 | Author: aa | Hits:

[Graph programCompression

Description: 用MatLab实现图像压缩。以真彩图像的处理为例,对由它转换来的彩色索引矩阵进行二进小波多层分解,对低频近似的系数矩阵作相应的截取处理,以及优化索引图像的彩色图。-Realize image compression using MatLab. To deal with true color images for example, by its conversion to the color index matrix dyadic wavelet decomposition of multi-storey, low-frequency approximation of the coefficient matrix for the corresponding interception treatment, as well as the optimization of image color map index.
Platform: | Size: 446464 | Author: 郝鹏翼 | Hits:

[Compress-Decompress algrithmsimage_compress

Description: 本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。 -This procedure using singular value decomposition of 3-channel color image compression decomposition, concrete steps are as follows: compression process: 1. Select the sub-image size K value, the image is decomposed into M × M sub-image, IMG (s), s = 1, 2, ..., M2, in which M = N/K, the original image IMG size N × N. 2. M2 calculate the average of sub-image average, for each sub-image minus the new images mean images. 3. Calculation of correlation matrix R, defined as its elements. 4. Calculation of the characteristics of R value and eigenvector calculated each sub-image with the largest eigenvector of the inner product, they will have to code, that is, the compressed images.
Platform: | Size: 334848 | Author: wangweiming | Hits:

[Audio programwaveletandcomp

Description: 根据对所输入的png格式的真彩图像、小波类型(db9或haar)和相应的阈值进行了三级非标准小波harr或db9的分解和重构,从而达到了对原图像的压缩处理的 -Entered based on the true color of the png format images, wavelet type (db9 or haar) and the corresponding threshold for the three non-standard or harr wavelet decomposition and reconstruction of the db9 to achieve a compression of the original image processing
Platform: | Size: 1024 | Author: 罗红 | Hits:

[Windows DevelopHAAR

Description: 共享HAAR小波实现图象的分解与重构的C程序. 功能: 就是 经典的digital image processing 中小波那章中haar小波,完成一幅图象的分解与重构, 图象要求是bmp, 24位或8位均可. 而且在分解的子图象中,拉一个矩形框可以实现上步的还原,做到局部放大的效果. 同时 还附带 空间域的 反色和直方图均衡化(灰度图)以及 位图的重载, 放大缩小等.-Sharing the HAAR Wavelet Image Decomposition and Reconstruction of C procedures. Functions: is the classical digital image processing in the wavelet haar wavelet that chapter, complete an image of the decomposition and reconstruction, image requirements are bmp, 24 8-bit or can be. but also in the decomposition of a subset of images, drawing a rectangular box can be achieved on further reduction, so the effect of amplification of a part. At the same time, also attached to the space domain and the anti-color histogram equalization (gray Figure), as well as the heavy bitmaps, zoom and so on.
Platform: | Size: 698368 | Author: 英子 | Hits:

[Special Effectsrgbquadtree

Description: 四叉树分解算法对RGB彩色图像进行分割,MATLAB代码,包括实验图片-Quad-tree decomposition algorithm RGB color image segmentation, MATLAB code, including test images
Platform: | Size: 126976 | Author: 猪哥不亮 | Hits:

[matlabimcompr

Description: 基于奇异值分解的图像压缩。分别给出了灰度及RGB真彩图的压缩代码。   -Based on singular value decomposition of the image compression. Are given respectively grayscale and RGB true color pictures of the compression code.
Platform: | Size: 1024 | Author: 秦关 | Hits:

[Special Effectsctex

Description: In this project, we intend to segment natural images by combing colour and texture information. For this we will be using an unsupervised image segmentation framework (referred to as CTex) that is based on the adaptive inclusion of color and texture in the process of data partition. It is new formulation for the extraction of color features that will evaluate the input image in a multispace color representation. To achieve this, we will be using the opponent characteristics of the RGB and YIQ color spaces where the key component will be the inclusion of the Self Organizing Map (SOM) network in the computation of the dominant colors and estimation of the optimal number of clusters in the image. The texture features will be computed using a multichannel texture decomposition scheme based on Gabor filtering.
Platform: | Size: 347136 | Author: rupesh | Hits:

[matlabimColorSep

Description: 对一个全彩色图像进行色彩通道的分解,从而可以看到不同的颜色通道下的图像。-IMCOLORSEP Displays the RGB decomposition of a full-color image
Platform: | Size: 2048 | Author: xucaichen | Hits:

[Special Effectswatermarking-usin-svd

Description: color image watermarking using singular value decomposition
Platform: | Size: 1049600 | Author: sushmi | Hits:

[matlabimage-process

Description: 介始了图像增强的主要技术,特别是图像直方图、频率域滤波、彩色图像分解处理技术,有matlab代码。-Medium before the main image enhancement technology, especially the image histogram, frequency domain filtering, color image decomposition process technology, a matlab code.
Platform: | Size: 1060864 | Author: g_sd | Hits:

[Graph Recognizergb

Description: 读取并分解24位真彩图像,可以提取其中数字的特征值并输出,也可输出分解后的图像-Read and decomposition of 24-bit true color image, you can extract the characteristics of digital values ​ ​ and output, can output the image decomposition
Platform: | Size: 1168384 | Author: daviddy | Hits:

[Special Effectsa-method-of-detecting-color-ring

Description: 图像分解、颜色空间的变换、颜色识别、 图像分割。-Image decomposition, color space transformation ,color recognition, image segmentation.
Platform: | Size: 90112 | Author: 周央央 | Hits:

[Special Effectsimg_tucengfenjie

Description: 使用matlab编程,实现彩色图层分解,可帮助分析图像特征-The use of MATLAB programming, the realization of color layer decomposition, can help to analyze the image features
Platform: | Size: 98304 | Author: 宋富强 | Hits:

[Special Effectsyasuograymat

Description: 用小波基函数bior3.7完成对二维伪彩色图像的多分辨率分解,进而完成对图像信息的压缩 -Using wavelet basis function of bior3.72D Pseudo Color Image multiresolution decomposition, and completion of image information compression
Platform: | Size: 1024 | Author: xiangkongyue | Hits:

[Special EffectsyasuoRGB

Description: 用小波基函数bior3.7完成对二维彩色图像的多分辨率分解,进而完成对图像信息的压缩-Using wavelet basis function bior3.7performed on a two-dimensional color Image multiresolution decomposition, and completion of image information compression
Platform: | Size: 1024 | Author: xiangkongyue | Hits:

[Special Effectsimage-fusion

Description: 图像融合程序基于小波分解的图像融合将真彩色图像转换为灰度图像 -Image fusion based on wavelet decomposition program image fusion will true color image into gray image
Platform: | Size: 5120 | Author: 思鱼 | Hits:

[WaveletRBF

Description: 针对二维图像和彩色图像的小波分解与重构,使用sym函数-Color image decomposition
Platform: | Size: 1024 | Author: lihua | Hits:

[Special EffectsCsharp-Color-image-processing

Description: 彩色图像处理基础知识包括彩色位图的颜色的分解,RGB分别单色处理,和平均处理 -A color image processing based knowledge includes the decomposition of the color of the color bitmap RGB monochrome processing, respectively, and the average processing
Platform: | Size: 23552 | Author: 小玉 | Hits:

[Special EffectsWavelet-transform---image-fusion

Description: 小波变换-图像融合的matlab代码~ 图像融合实验。显微镜或照相机在某一次固定焦距下清晰成像的物距是一定的,即成像的物体只有一个层面是清晰而其它层面是模糊的,需要我们把各幅在不同焦距下的图像融合成一张图像,使得远近的物体都清晰。 设定好融合图像数、小波分解的层数、彩色图像的通道数等几个参数后,可对原图像进行融合。 本算法首先对彩色图像变成YIQ空间,对所有图像的各个颜色分量进行小波分解,然后在小波变换域上根据某种策略选取系数,最后做小波反变换和YIQ反变换即得结果图像。-Wavelet transform- image fusion matlab code to image fusion experiments. Microscope or camera in a fixed focal lengths clear imaging object distance is certain that the imaging of objects is only one level is clear and at other levels is vague, we need various pieces of different focal lengths, image fusion into an image, near and far objects in focus. Set fused image, wavelet decomposition of the number of layers, the number of channels of the color image and several other parameters, the original image fusion. The algorithm first color image into the YIQ space, each color component of the image wavelet decomposition, according to a strategy selection coefficient in the wavelet transform domain, and finally do the inverse wavelet transform and YIQ inverse transform to obtain the resulting image.
Platform: | Size: 4661248 | Author: 吴迪 | Hits:
« 12 »

CodeBus www.codebus.net