代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/447764/7545790
cpp logtestdlg.cpp
// LogTestDlg.cpp : implementation file
//
#include "stdafx.h"
#include "LogTest.h"
#include "LogTestDlg.h"
#include "OutPutLog_ctrl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/435390/7792675
txt readme.txt
dear sir,
to run the system
1. run "show_rgb.m"
2. then open any block vid_hist, vid_sad,vid_svr
3. the input is vr, just replace by video device input
www.eeworm.com/read/435315/7793754
c nt39106-16bit.c
/************************************************
dots 176*220
controller NT39106
interface 8080/16bits P0-L,P1-H
************************************************/
#include
#include
www.eeworm.com/read/434922/7800296
m dspimcat.m
function Iout = dspimcat(I1, I2)
%% display the catenated two images
[M N P] = size(I1);
if (P==1)
I1 = im2uint8(I1);
I1 = cat(3, I1, I1, I1);
end
I2 = label2rgb(I2, 'summer', 'k',
www.eeworm.com/read/399074/7896178
h maindlg.h
// maindlg.h : interface of the CMainDlg class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINDLG_H__66DFE0DA_AD21_4884_B746_43EE9A8502FF__I
www.eeworm.com/read/198820/7908797
searchresults 2440test_r04.searchresults
---- frameBuffer16BitTft240320 Matches (15 in 6 files) ----
Camif.c: frameBuffer16BitTft240320[y][x/2] = rgb_data0;
Camif.c: frameBuffer16BitTft240320[y][x/2] = rgb_data0;
Camif.c:// memcpy((un
www.eeworm.com/read/298821/7932961
cpp testbed.cpp
// TestBed.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TestBed.h"
#include "Label.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/333385/12684996
cpp color.cpp
// Author: SFr frydaysoft@gmx.de
#include "stdafx.h"
#include "color.h"
ColorList colList[COLLIST_MAX]=
{
{"DEF_BACKGROUND",DEF_BACKGROUND},
{"DEF_TEXT",DEF_TEXT},
{"DEF_SE
www.eeworm.com/read/145393/12727095
h sonix.h
#ifndef SONIXUSB_H
#define SONIXUSB_H
/****************************************************************************
# sonix sn9c102 library #
# Copyright (C
www.eeworm.com/read/331293/12834619
h sdl_bgrab.h
/*
SDL_bgrab - SDL based Threaded v4l Video Grabber
LGPL (c) A. Schiffler
*/
#ifndef _SDL_vnc_h
#define _SDL_vnc_h
#include
/* Set up for C function definitions, even when using C++ *