代码搜索结果

找到约 8,819 项符合 RGB 的代码

yuv_vs_quant.txt

RGB -> YUV introduces error just like a quantizer (actually you could make it lossless with YUV_EXTRA == 4 , but thats add four nearly-random bits !) so, compare on the beam1.128x3 te

stdafx.h

#include #include #include #include /* plot points */ //color = CV_RGB(255,255,255) #define draw_cross( center, color, d )

views.cpp

#include "views.h" #include "canvas.h" #include "fft.h" #include "recorder.h" COLORREF MapColor (int s) { if ( s < 16 ) return RGB(0, 0, 128); else if ( s < 32) retu

gui.h

#ifndef GUI_H #define GUI_H #include "CTYPE.h" #include "Queue.h" #define MAX_WINSLOT 32 typedef unsigned long RGB; typedef enum{ eWinDesktop, eWinTaskBar, eWinNormal, }Enum

views.cpp

#include "views.h" #include "canvas.h" #include "fft.h" #include "recorder.h" COLORREF MapColor (int s) { if ( s < 16 ) return RGB(0, 0, 128); else if ( s < 32) retu

colorfilter.java

// ColorFilter.java // ColorFilter is an Java2DImageFilter that alters the // RGB color bands in a BufferedImage. package com.deitel.advjhtp1.java2d; // Java core packages import java.awt.imag

17232.html

Given a RGB color value (e.g 255), how to get its red,green and blue values?(no text) Giv

cvbm3d.m

function [Xdenoised] = CVBM3D(Xnoisy, sigma, Xorig) % CVBM3D denoising of RGB videos corrupted with AWGN. % % % [Xdenoised] = CVBM3D(Xnoisy, sigma, Xorig) % % INPUTS: % % 1) Xnoisy --> Either a