代码搜索结果
找到约 8,819 项符合
RGB 的代码
decoder.cfg
test.264 ........H.26L coded bitstream
test_dec.yuv ........Output file, YUV/RGB
test_rec.yuv ........Ref sequence (for SNR)
1 .......
decoder.cfg
test.264 ........H.26L coded bitstream
test_dec.yuv ........Output file, YUV/RGB
test_rec.yuv ........Ref sequence (for SNR)
1 .......
decoder.cfg
test.264 ........H.26L coded bitstream
test_dec.yuv ........Output file, YUV/RGB
test_rec.yuv ........Ref sequence (for SNR)
1 .......
8bps.c
/*
* Quicktime Planar RGB (8BPS) Video Decoder
* Copyright (C) 2003 Roberto Togni
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
于健.txt
clear;
close all;
I=imread('D:\于健-驾驶中的眼睛定位方法研究\WL001.BMP');
figure;
imshow(I);
I2=rgb2ycbcr(I);%
I3=rgb2gray(I);
I4=I3;
figure;
imshow(I3);
Cb=I2(:,:,2);
Cr=I2(:,:,3);
for i=1:288
for
untitled7.asv
clear ;
close all;
%Step1 获取图像 装入待处理彩色图像并显示原始图像
Scolor = imread('3.jpg');%imread函数读取图像文件
%将彩色图像转换为黑白并显示
Sgray = rgb2gray(Scolor);%rgb2gray转换成灰度图
figure,imshow(Scolor),title('原始彩色图像');%figure命令
vb6+
#include "stm32f10x.h"
#include "systick.h"
#include "GLCD.h"
#include
u8 FLAG=0;
u8 iii;
u16 count=0;
u16 rgb;
u8 RGB_BUFFER[7]={1,2,3,4,5,6,7};
void USART1IRQHandle(void);
void
图像增强.m
i=imread('D:\mypicture\图片\5.bmp');
imshow(i);
i2=rgb2gray(i);%将RGB图像转换为灰度图像;
figure,imhist(i2);%显示灰度图像的直方图;
[j,t]=histeq(i2,64);%实现直方图的均匀化,有64个灰度级;
figure,imshow(j);
figure,imhist(j);
figure,pl
globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#define WIDTHBYTES(bits) (((bits) + 31) / 32 * 4)
typedef struct
{
byte R;
byte G;
byte B;
}bmp_RGB;
//------------------------------------
colorgrad.m
function [VG, A, PPG]= colorgrad(f, T)
%COLORGRAD Computes the vector gradient of an RGB image.
% [VG, VA, PPG] = COLORGRAD(F, T) computes the vector gradient, VG,
% and corresponding angle arr