Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab RGB gray
Search - matlab RGB gray - List
显示图像的灰度直方图,能分别对灰度图像和RGB图像进行处理。-display images histogram, respectively, and the gray-scale image processing RGB images.
Update : 2025-02-19 Size : 2kb Publisher : 柳青

DL : 0
Change gray image to rgb image-Change gray image to image rgb
Update : 2025-02-19 Size : 62kb Publisher : ying

DL : 0
用FCM算法实现图像分割(图像源可以是灰度、索引和RGB图像)-FCM image segmentation algorithm (image source can be gray, indexes and RGB images)
Update : 2025-02-19 Size : 1kb Publisher : 温智

本程序可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-this procedure can be imported RGB images into gray image! Matlab programming environment.
Update : 2025-02-19 Size : 1kb Publisher : 宋军

将输入的灰度图像转化为RGB伪彩色图像进行输出。在Matlab中编程实现!-importation of gray RGB images into pseudo-color image output. In Matlab programming!
Update : 2025-02-19 Size : 73kb Publisher : 宋军

输入:为需要压缩图象的名称,该主程序仅能构处理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
Update : 2025-02-19 Size : 53kb Publisher : 林颖

程序代码说明 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
Update : 2025-02-19 Size : 28kb Publisher : wind

matlab图象处理中非常有用的程序,RGB图象转化为灰度图象的程序,在运用中很有效-Matlab image processing is very useful procedure, RGB images into gray-scale images procedures, in the use of very effective
Update : 2025-02-19 Size : 1kb Publisher : 李里

灰度图像到RGB彩色的伪彩色图像的转变程序-Gray-scale image to RGB color of the pseudo-color image change procedures
Update : 2025-02-19 Size : 837kb Publisher : 朱为总

由于二维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.
Update : 2025-02-19 Size : 1kb Publisher : chf068

程序代码说明 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
Update : 2025-02-19 Size : 24kb Publisher : pride

程序代码说明 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
Update : 2025-02-19 Size : 15kb Publisher : 肖伟

這是一個可以自動尋找图像中的長方形, 正方形, 圓形, 菱形的程式-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.
Update : 2025-02-19 Size : 50kb Publisher : tom

本实验要求编写程序实现课本图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
Update : 2025-02-19 Size : 298kb Publisher : jhm

DL : 0
MATLAB实现gray到RGB的转化,包括图像文件及M文件-MATLAB realization of gray to RGB conversion, including image files and M files
Update : 2025-02-19 Size : 73kb Publisher : 贾佳

DL : 0
convert from gray to rgb
Update : 2025-02-19 Size : 1kb Publisher : omar

Rgb to Gray/hsv .by matlab. sourcedode
Update : 2025-02-19 Size : 2kb Publisher : mooi

transform figure which has gray level to RGB
Update : 2025-02-19 Size : 1kb Publisher : NNN

DL : 0
matlab提供了rgb2gray的函数,但是如果gray想要换成rgb,就要自己写了。-matlab function rgb2gray provided, but if you want gray into rgb, should write their own.
Update : 2025-02-19 Size : 1kb Publisher : 竹笑

Monochromatic (gray scale) low resolution image is converged to colored image by false color mapping to "hot" color scheme. This RGB image is then converted to Hue, Saturation and Value (HSV) image. Value component is replaced by higher resolution image and the resulting HSV image is converted back to RGB. This RGB merged image converted to gray scale is a merged image with improved spatial resolution.
Update : 2025-02-19 Size : 44kb Publisher : sofi
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.