代码搜索结果
找到约 8,819 项符合
RGB 的代码
tmp.m
function result=tmp(image1,image2);
if size(image1,3)==3
image1=rgb2gray(image1);
end
if size(image2,3)==3
image2=rgb2gray(image2);
end
% check which one is target and which one is
ximacfg.h
#if !defined(__ximaCFG_h)
#define __ximaCFG_h
/////////////////////////////////////////////////////////////////////////////
// CxImage supported features
#define CXIMAGE_SUPPORT_ALPHA 1
ximacfg.h
#if !defined(__ximaCFG_h)
#define __ximaCFG_h
/////////////////////////////////////////////////////////////////////////////
// CxImage supported features
#define CXIMAGE_SUPPORT_ALPHA 1
makefile.am
noinst_LTLIBRARIES = libjpeg.la
libjpeg_la_SOURCES = \
jpeg.c \
jpeg_bits.c \
jpeg_huffman.c \
jpeg_rgb_decoder.c \
jpeg_tables.c
noinst_HEADERS = \
cogcompat.h \
jpeg.h \
jpeg_bits.h \
j
gps_jpeg.h
#ifndef gps_jpeg_h_______
#define gps_jpeg_h_______
#include "gps_protocal.h"
fixed_status gps_jpeg_init(int widht, int height);
void gps_jpeg_close(void);
/* 需要重新画图*/
/* 上层程序需要定期检查,
img.h
/****************************
Imaging Ultilities
****************************/
void RGB565Rotate(unsigned long BufIn, unsigned long BufOut, unsigned long imgH, unsigned long imgV, unsigned
img.c
/****************************
Imaging Ultilities
****************************/
#include "img.h"
//
// Clockwise rotation
// for 16bit image
//
void RGB565Rotate(unsigned long B
ssd1289.c
/*============================================= */
/* IC: ST7787 */
/* 8080 series TFT 176RGB*220 Dots 8BIT */
/*
/* 2006/7/13 He Jianghuai
/*=======
img.h
/****************************
Imaging Ultilities
****************************/
void RGB565Rotate(unsigned long BufIn, unsigned long BufOut, unsigned long imgH, unsigned long imgV, unsigned
img.c
/****************************
Imaging Ultilities
****************************/
#include "img.h"
//
// Clockwise rotation
// for 16bit image
//
void RGB565Rotate(unsigned long B