代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/101742/7138333
h hsi.h
/**$6
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/462042/7211741
txt 代码29.6.1.txt
function Gray_Callback(hObject, eventdata, handles)
file=get(handles.edit1,'string'); % 得到图像的文件名和路径
rgb=imread(file); % 读入图像
A=rgb2gray(rgb); %
www.eeworm.com/read/458178/7302815
cpp v4l.cpp
///////////////////////////////////////////////////////
// FileName: v41.cpp (modified from v4l.c by b1gm0use)
// Author: Unknown
// Project: myvideo
#include
#include
#include
www.eeworm.com/read/456596/7344077
cpp houghcircles.cpp
#include
#include
#include
int main(int argc, char** argv)
{
IplImage* img;
if( argc == 2 && (img=cvLoadImage(argv[1], 1))!= 0)
{
IplImage* gray = cvCr
www.eeworm.com/read/445746/7591283
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/441524/7669380
cpp directshowhelpers.cpp
#include "StdAfx.h"
#include "DirectShowHelpers.h"
#include
#include
#include
#include
#include
// Make a lowercase copy of s:
vo
www.eeworm.com/read/437466/7747614
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "BMPEdit.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FIL
www.eeworm.com/read/436863/7761415
cpp lengthinq.cpp
// LengthInq.cpp : implementation file
//
#include "ComboListCtrl.h"
#include "stdafx.h"
#include "Measure.h"
#include "LengthInq.h"
#include "Afx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/435371/7792792
txt hough.txt
#include
#include
#include
int main(int argc, char** argv)
{
IplImage* img = cvLoadImage("circle.jpg", 1);;
IplImage* gray = cvCreateImage(cvGetSize(img), 8
www.eeworm.com/read/252959/7807219
h define.h
#ifndef _DEFINE
#define _DEFINE
typedef unsigned char BYTE, uchar;
typedef unsigned short int WORD;
typedef unsigned long