代码搜索结果
找到约 8,819 项符合
RGB 的代码
misc.h
/* random stuff */
#ifndef MISC_H
#define MISC_H
#include
#ifndef M_PI
#define M_PI 3.141592653589793
#endif
typedef unsigned char uchar;
typedef struct { uchar r, g, b; } rgb;
inline bo
linedetec.m
I = imread('test10.jpg');
rotI = rgb2gray(I);
[x,y,z] = size(I);
% Edge detection by using canny
BW = edge(rotI,'canny');
% Classic hough transform
[H,T,R] = hough(BW);
% ?? houghpeaks, how to
unit1.dfm
object Form1: TForm1
Left = 249
Top = 90
Width = 665
Height = 482
Caption = 'TColor'#20540#21040'RGB'#20540#30340#36716#21464'-'#39118#20113#24037#20316#23460' LLK'
Color = clBtnFace
unit1.~dfm
object Form1: TForm1
Left = 192
Top = 114
Width = 665
Height = 482
Caption = 'TColor'#20540#21040'RGB'#20540#30340#36716#21464'-'#39118#20113#24037#20316#23460' LLK'
Color = clBtnFac
subject_26288.htm
序号:26288 发表者:zfl 发表日期:2002-12-30 21:10:08
主题:图例颜色与变量值的对应关系
内容:在计算机绘图时常用颜色来表示所要显示的变量值。如果颜色用RGB()函数来实现,如何将变量值与RGB()中的三个变量对应?盼各位大侠赐教。
返回上页
dvd_stb.h
/// Important!!! For the EEPROM address/values to be shared by STB,
/// 1. comment/uncomment below defines based on other .h's settings
/// 2. copy langid.h (after OSD languages are set) & thi
mapug.html
M_Map: A Mapping package for Matlab
vgastop.asm
title "VGA/15khz RGB detector by Tim Worthington"
; 15/7/04
; pin 5 = Horizontal sync input
; pin 6 = Logic output (high < 17KHz > low)
; pin 7 = inverted logic output (low < 17KHz > high)
第七章7.txt
void CEx_A7View::OnDraw(CDC* pDC)
{ …
int nBkMode = m_dcMem.SetBkMode( TRANSPARENT ); // 设置透明背景模式
CPen pen( PS_SOLID, 3, RGB( 0, 192, 0 ) );
CPen *oldPen = m_dcMem.SelectObject( &pen );
for