代码搜索结果
找到约 8,819 项符合
RGB 的代码
videopro.m
trafficObj = mmreader('viptraffic.avi');
frameRate = get(trafficObj,'FrameRate');
% video = read(trafficObj);
% implay(video, frameRate);
darkCarValue = 50;
darkCar = rgb2gray(read(trafficO
tryit_view.asp@filename=trycss_border
p
{
border: medium double rgb(250,0,255)
}
Some text
seamcut.m
function x=SeamCut(x,SeamVector)
% SEAMCUT takes as input a RGB or grayscale image and SeamVector array to
% find the pixels contained in the seam, and to remove them from the image.
% Each col of
blndma.c
//=============================================================
// 文件名称: BLNDMA.c
// 功能描述: 实现数据由YUV向RGB转换
// 维护记录: 2007-8-13 by liuxue created
//=======================================================
people.java
/**
* @author: WangJinTao,MengQingChang 2006
*/
package jfaceViewer;
import org.eclipse.swt.graphics.RGB;
public class People {
private Integer id;
private String name;
private bo
showvoronoi.m
function showvoronoi(vals, voronoiStruct)
%Function showvoronoi(vals, voronoiStruct)
%displays a graph by the voronoi cells
%
%Inputs: vals - An Nx1 (grayscale) or Nx3 (RGB) matrix indicating the
seamcut.m
function x=SeamCut(x,SeamVector)
% SEAMCUT takes as input a RGB or grayscale image and SeamVector array to
% find the pixels contained in the seam, and to remove them from the image.
% Each col of
bmp.txt
Microsoft Windows Bitmap Format
Note: the constants BI_RGB, BI_RLE8, and BI_RLE4 have the values 0, 1, and 2,
respectively.
=======================================================================
win.cpp
#include "win.h"
QLabel* PixmapLabel1;
QPainter *paint;
QImage img;
unsigned char * ppm = new unsigned char [10000];
//unsigned char *rgb;
// --------------------------------RTP------------------
win.cpp~
#include "win.h"
QLabel* PixmapLabel1;
QPainter *paint;
QImage img;
unsigned char * ppm = new unsigned char [10000];
//unsigned char *rgb;
// --------------------------------RTP------------------