代码搜索结果

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

rgbtoyiq.m

%RGBtoYIQ.m function Y=RGBtoYIQ(I) % RGBtoYIQ to YIQ representation if (~isrgb(I)) error ('La imagen I no es una imagen color en RGB') end matConv= [0.299 0.587 0.114 0.596 -0

bak.prg

DEFINE CLASS form1 AS form ADD OBJECT shape1 AS shape WITH ; Top = 166, ; Left = 24, ; Height = 72, ; Width = 328, ; BackStyle = 1, ; Curvature = 7, ; BackColor = RGB(255,24

char2.m

%% Character Recognition Example (II):Automating Image Pre-processing %% Read Image I = imread('sample.bmp'); imshow(I) %% Convert to grayscale image Igray = rgb2gray(I); imshow(Igray) %%

parsecolor.c

#include "nxlib.h" #include #include /* Parse colors of format: * #RGB #RRGGBB #RRRGGGBBB #RRRRGGGGBBBB */ static int _parseColorStr(_Xconst char **str, int size) { char par

matlabjuanji.txt

%main function %-------------------- img = imread( 'gh2.bmp '); image = rgb2gray(img); theta_input = 240.0; additional_theta = theta_input + 90; w = 2*pi; t

main.c

/**** A P P L I C A T I O N N O T E ************************************ * * Title : MultiLED RGB-Calibrator (RDM responder) * Version : v0.5 * Last updated : 26.01.09 * Target : Transcei

parsecolor.c

#include "nxlib.h" #include #include /* Parse colors of format: * #RGB #RRGGBB #RRRGGGBBB #RRRRGGGGBBBB */ static int _parseColorStr(_Xconst char **str, int size) { char par

bak.prg

DEFINE CLASS form1 AS form ADD OBJECT shape1 AS shape WITH ; Top = 166, ; Left = 24, ; Height = 72, ; Width = 328, ; BackStyle = 1, ; Curvature = 7, ; BackColor = RGB(255,24

modifying-and-querying-cells.html

Xlib Programming Manual: Modifying and Querying Colormap Cells 6.7 Modifying and Querying Colormap Cells To store an RGB value in a

internal_bfin.s

/* * Copyright (C) 2007 Marc Hoffman * April 20, 2007 * * Blackfin Video Color Space Converters Operations * convert I420 YV12 to RGB in various form