代码搜索结果
找到约 8,819 项符合
RGB 的代码
iopin.c
#include "ICETEK-C6713-A.h"
//////////////////////////////////////////////
// 1.在程序中"break point"注释行语句上加软件断点
// 2.看大图:菜单view->graph->Image:
// color space = RGB
// Start
iopin.c.bak
#include "ICETEK-C6713-A.h"
//////////////////////////////////////////////
// 1.在程序中"break point"注释行语句上加软件断点
// 2.菜单view->graph->Image:
// color space = RGB
// Start Addr
iopin.c
#include "ICETEK-C6713-A.h"
//////////////////////////////////////////////
// 1.在程序中"break point"注释行语句上加软件断点
// 2.看大图:菜单view->graph->Image:
// color space = RGB
// Start
iopin.c.bak
#include "ICETEK-C6713-A.h"
//////////////////////////////////////////////
// 1.在程序中"break point"注释行语句上加软件断点
// 2.菜单view->graph->Image:
// color space = RGB
// Start Addr
gen-color-table.pl
#!/usr/bin/perl -w
if (@ARGV != 1) {
die "Usage: gen-colors.pl rgb.txt > pango-color-table.h\n";
}
open IN, $ARGV[0] || die "Cannot open $ARGV[0]: $!\n";
@colors = ();
while (defined($_ = )
cpixelrgb32.h
//
// CPixelRGB32.h
//
#ifndef __CPixelRGB32_h__
#define __CPixelRGB32_h__
/*
RGB32 format: BGR-BGR-
*/
class CBasePixel;
class CPixelRGB32 : public CBasePixel
{
public:
CPixelRGB32
tif
#!/bin/sh
#
# RCSID $Id: tif,v 1.1.1.1 2002/09/05 03:13:18 ken Exp $
#
# This script is OBSOLETE -- rgb, May 6th, 1998
# forward path
../utils/addrt 10.1.0.0 255.255.0.0 10.3.0.0 255.255.0.0 10.2.0.
contcapt.py
import sys
import sv, SV
import gl, GL, DEVICE
def main():
format = SV.RGB8_FRAMES
framerate = 25
queuesize = 16
samplingrate = 2
v = sv.OpenVideo()
# Determine maximum window size based on si
svgrab24.c
/*
* svgrab24 - Grab the current video input image into an rgb file.
*
* Jack Jansen, CWI, May 93.
*
* Adapted from grabone.c
*/
#ident "$Revision: 1.1 $"
#include
#include