代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/204745/15334250
h sp5xxfw2.h
#ifndef SP5XXFW2_H
#define SP5XXFW2_H
/****************************************************************************
# Sunplus spca504(abc) spca533 spca536 library #
# Copyright (C)
www.eeworm.com/read/104466/15691576
c truemotion1.c
/*
* Duck TrueMotion 1.0 Decoder
* Copyright (C) 2003 Alex Beregszaszi & Mike Melanson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Les
www.eeworm.com/read/101955/15796258
cpp colourpopup.cpp
// ColourPopup.cpp : implementation file
//
#include "stdafx.h"
#include "CProgressCtrl.h"
#include "ColourPopup.h"
//#include "ColourPicker.h"
#include "math.h"
#ifdef _DEBUG
#define ne
www.eeworm.com/read/239395/4601591
h cvideomixcontroller.h
//
// CVideoMixController.h
//
#ifndef __H_CVideoMixController__
#define __H_CVideoMixController__
#define RGB565_MASK_RED 0xF800
#define RGB565_MASK_GREEN 0x07E0
#define RGB565_MASK_BL
www.eeworm.com/read/477111/1364023
m sumarize11_5_4b.m
%载入图像
RGB = imread('saturn.png');
%RGB转换为灰度图
I = rgb2gray(RGB);
%加入高斯白噪声
J = imnoise(I,'gaussian',0,0.005);
%采用自适应滤波
K = wiener2(J,[5 5]);
%显示原始图像、加入噪声的图像以及滤波后的噪声
imshow(I)
figure,imshow(J)
www.eeworm.com/read/466484/1510688
m sumarize11_5_4b.m
%载入图像
RGB = imread('saturn.png');
%RGB转换为灰度图
I = rgb2gray(RGB);
%加入高斯白噪声
J = imnoise(I,'gaussian',0,0.005);
%采用自适应滤波
K = wiener2(J,[5 5]);
%显示原始图像、加入噪声的图像以及滤波后的噪声
imshow(I)
figure,imshow(J)
www.eeworm.com/read/218114/4864265
m sumarize11_5_4b.m
%载入图像
RGB = imread('saturn.png');
%RGB转换为灰度图
I = rgb2gray(RGB);
%加入高斯白噪声
J = imnoise(I,'gaussian',0,0.005);
%采用自适应滤波
K = wiener2(J,[5 5]);
%显示原始图像、加入噪声的图像以及滤波后的噪声
imshow(I)
figure,imshow(J)
www.eeworm.com/read/304591/3796170
m sumarize11_5_4b.m
%载入图像
RGB = imread('saturn.png');
%RGB转换为灰度图
I = rgb2gray(RGB);
%加入高斯白噪声
J = imnoise(I,'gaussian',0,0.005);
%采用自适应滤波
K = wiener2(J,[5 5]);
%显示原始图像、加入噪声的图像以及滤波后的噪声
imshow(I)
figure,imshow(J)
www.eeworm.com/read/402141/2332643
m sumarize11_5_4b.m
%载入图像
RGB = imread('saturn.png');
%RGB转换为灰度图
I = rgb2gray(RGB);
%加入高斯白噪声
J = imnoise(I,'gaussian',0,0.005);
%采用自适应滤波
K = wiener2(J,[5 5]);
%显示原始图像、加入噪声的图像以及滤波后的噪声
imshow(I)
figure,imshow(J)