Welcome![Sign In][Sign Up]
Location:
Search - gray rgb matlab

Search list

[Special EffectsRGB2gray

Description: 本程序可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-this procedure can be imported RGB images into gray image! Matlab programming environment.
Platform: | Size: 1432 | Author: 宋军 | Hits:

[Special Effectsgray2rgb

Description: 将输入的灰度图像转化为RGB伪彩色图像进行输出。在Matlab中编程实现!-importation of gray RGB images into pseudo-color image output. In Matlab programming!
Platform: | Size: 75148 | Author: 宋军 | Hits:

[Picture Viewershowhis

Description: 显示图像的灰度直方图,能分别对灰度图像和RGB图像进行处理。-display images histogram, respectively, and the gray-scale image processing RGB images.
Platform: | Size: 2048 | Author: 柳青 | Hits:

[matlabgray2rgb

Description: Change gray image to rgb image-Change gray image to image rgb
Platform: | Size: 63488 | Author: ying | Hits:

[GDI-Bitmapfcmapp

Description: 用FCM算法实现图像分割(图像源可以是灰度、索引和RGB图像)-FCM image segmentation algorithm (image source can be gray, indexes and RGB images)
Platform: | Size: 1024 | Author: 温智 | Hits:

[Special EffectsRGB2gray

Description: 本程序可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-this procedure can be imported RGB images into gray image! Matlab programming environment.
Platform: | Size: 1024 | Author: 宋军 | Hits:

[Special Effectsgray2rgb

Description: 将输入的灰度图像转化为RGB伪彩色图像进行输出。在Matlab中编程实现!-importation of gray RGB images into pseudo-color image output. In Matlab programming!
Platform: | Size: 74752 | Author: 宋军 | Hits:

[Compress-Decompress algrithmsSPIHT-compress

Description: 输入:为需要压缩图象的名称,该主程序仅能构处理256灰度图,读者可以自行改编为RGB处理;ratio为压缩比率;level为小波分解的级数 输出:是解压完毕的图象数据矩阵-input : the need for image compression name, the main program can only handle 256 gray level structure, Readers can own adaptation of RGB; ratio of compression ratio; wavelet decomposition level for the series output : is finished unpacking the image data matrix
Platform: | Size: 54272 | Author: 林颖 | Hits:

[Graph programmatlabbasis

Description: 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像-code P0201 Note : MATLAB assignment P0202 : MATLAB for the cycle P0203 : MATLAB for the cycle, and if conditions P0205 : MATLAB image processing basic operation P0206 : High MATLAB image processing P0207 : According to RGB images to create a gray-scale image P0208 : binary images from the operation of the anti-P0209 : use imshow function displays images
Platform: | Size: 28672 | Author: wind | Hits:

[Graph programgray_fft

Description: matlab图象处理中非常有用的程序,RGB图象转化为灰度图象的程序,在运用中很有效-Matlab image processing is very useful procedure, RGB images into gray-scale images procedures, in the use of very effective
Platform: | Size: 1024 | Author: 李里 | Hits:

[Special EffectsPseudoColor

Description: 灰度图像到RGB彩色的伪彩色图像的转变程序-Gray-scale image to RGB color of the pseudo-color image change procedures
Platform: | Size: 857088 | Author: 朱为总 | Hits:

[Graph programshuiying

Description: 由于二维DCT变换是对数字图像矩阵而言的,所以对于RGB位图不能进行DCT变换我在这里先将它转换成灰度图像再把水印嵌入到灰度图像中来进行基于DCT变换的图像水印研究。-As the two-dimensional DCT transform on the digital image matrix is concerned, therefore, for the RGB bitmap should not be DCT Transform I first convert it into gray image and then watermark is embedded into gray-scale images for image based on the DCT Transform watermarking research.
Platform: | Size: 1024 | Author: chf068 | Hits:

[Special Effectsmatlab_2

Description: 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像-Procedure Code Description P0201: MATLAB assignment P0202: MATLAB s for circulation P0203: MATLAB in if conditions for cycling and P0205: MATLAB image processing basic operation P0206: MATLAB high-level image processing operations P0207: under the RGB image to create a piece of gray images P0208: binary image of the check operation of anti-P0209: display images using imshow function P0210: in the same window display two images
Platform: | Size: 24576 | Author: pride | Hits:

[Special EffectsBasicExamples

Description: 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 -Procedure Code Description P0201: MATLAB assignment P0202: MATLAB s for circulation P0203: MATLAB in if conditions for cycling and P0205: MATLAB image processing basic operation P0206: MATLAB high-level image processing operations P0207: under the RGB image to create a piece of gray images P0208: binary image of the check operation of anti-P0209: display images using imshow function P0210: in the same window display two images
Platform: | Size: 15360 | Author: 肖伟 | Hits:

[OtherShape-Recognition

Description: 這是一個可以自動尋找图像中的長方形, 正方形, 圓形, 菱形的程式-1- Read the RGB (colored) image in from user. 2- Convert image from (RGB) colored to gray image. 3- Threshold the image (convert gray image to binary image). 4- Invert the binary image (in order to speed up the time of processing). 5- Find the boundaries concentrate. 6- Determine shapes properties (ratio of dimensions, roundness). 7- Classify shapes according to its properties.
Platform: | Size: 51200 | Author: tom | Hits:

[Special EffectsPseudoColorImageProcessing

Description: 本实验要求编写程序实现课本图6.23伪彩色图像处理能力框图,实现灰度级到彩色的转换,程序的输入为图像中指定的两个灰度级范围,程序的输出为RGB格式图像,其中一个灰度级范围显示为指定的彩色,其余的像素以RGB形式显示为与对应输入图像像素相同的灰度色-Prepared at the request of the experimental procedures to achieve pseudo-textbook Figure 6.23 Block diagram of color image processing capabilities to achieve gray-scale to color conversion, image input process as specified in the scope of the two gray-scale, the program output for the RGB format images, one of which range of gray-scale display for the specified color, and the rest of the pixels in RGB and the corresponding form for the same input image pixel gray-scale color
Platform: | Size: 305152 | Author: jhm | Hits:

[matlabgray2rgb

Description: MATLAB实现gray到RGB的转化,包括图像文件及M文件-MATLAB realization of gray to RGB conversion, including image files and M files
Platform: | Size: 74752 | Author: 贾佳 | Hits:

[matlabconvert

Description: convert from gray to rgb
Platform: | Size: 1024 | Author: omar | Hits:

[Special Effectsrgb_to_gray

Description: Rgb to Gray/hsv .by matlab. sourcedode
Platform: | Size: 2048 | Author: mooi | Hits:

[2D Graphicwavecompression

Description: The following implementation steps have been made for the devised algorithm, which is based on 2D-wavelet. 1. Reading an image of either gray scale or RGB image. 2. Converting the image into grayscale if the image is RGB. 3. Decomposition of images using wavelets for the level N. 4. Selecting and assigning a wavelet for compression. 5. Generating threshold coefficients using Birge-Massart strategy. 6. Performing the image compression using wavelets. 7. Computing and displaying the results such as compressed image, retained energy and Zero coefficients. 8. Decompression the image based on the wavelet decomposition structure. 9. Plotting the reconstructed image. 10. Computing and displaying the size of original image, compressed image and decompressed image.
Platform: | Size: 1024 | Author: fer | Hits:
« 12 3 4 »

CodeBus www.codebus.net