代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/477438/6735539

m s030.m

%rgb图像转换为ycbct图像,真彩显示 s030 I30=imread('1.jpg'); I300=rgb2ycbcr(I30); I301=1-I300(:,:,1); I302=1-I300(:,:,2); I303=1-I300(:,:,3); subplot(3,3,1),imshow(cat(3,I300(:,:,1),I300(:,:,2),I300(:,:,3)
www.eeworm.com/read/477090/6745261

m p0207.m

I=imread('Plane211.jpg'); I2=rgb2gray(I); imshow(I); figure,imshow(I2);
www.eeworm.com/read/265156/11279884

cpp colorbtnsampledlg.cpp

// colorBtnSampleDlg.cpp : implementation file // #include "stdafx.h" #include "colorBtnSample.h" #include "colorBtnSampleDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/264402/11316141

cpp tools.cpp

//tools.cpp #include "stdafx.h" #include "tools.h" /////////////////////////////////////////////////////////////////////////////// COLORREF HLS_TRANSFORM (COLORREF rgb, int percent_L, int percent_
www.eeworm.com/read/263560/11355109

cpp colorbtnsampledlg.cpp

// colorBtnSampleDlg.cpp : implementation file // #include "stdafx.h" #include "colorBtnSample.h" #include "colorBtnSampleDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/263471/11361751

c v4l2.c

/* * TEST V4L2 * * bushi@mizi.com * * preview : 240x160 overlay on 240x320 16bpp LCD * * capture : 640x480 * * */ #include #include #include
www.eeworm.com/read/263368/11365739

rc phinfo.rc

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed thi
www.eeworm.com/read/408803/11369456

cpp mycolor.cpp

// MyColor.cpp: implementation of the MyColor class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyColor.h" #ifdef _DEBUG #undef T
www.eeworm.com/read/405112/11471578

cpp cvideocapturefilter2.cpp

// // CVideoCaptureFilter2.cpp // #include "stdafx.h" #include "CVideoCaptureFilter2.h" #include "UDsUtils.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[
www.eeworm.com/read/347716/11643552

cpp chartdata.cpp

#include "stdafx.h" #include "chartdata.h" struct TCHARTCOLOR { int id; COLORREF color; }; struct TCHARTCOLOR InnerColors[] = { {CHARTCOLOR_RED , RGB(255, 0,