代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/135779/13900022
m example76_result.m
%%%example76_result
%%%%imread the image samples
figure('name','测试图像','numbertitle','off');
imgx=imread('example76_imgx.bmp');
subplot(1,3,2),imshow(rgb2gray(imgx));
figure('name','测试图像特征提取',
www.eeworm.com/read/135779/13900510
m example75_figure.m
%%%example75_figure
%%%%imread the image samples
figure('name','实验图像','numbertitle','off');
img1=imread('example75_img1.bmp');
img2=imread('example75_img2.bmp');
subplot(1,2,1),imshow(rgb2gray(
www.eeworm.com/read/135754/13902184
m example76_result.m
%%%example76_result
%%%%imread the image samples
figure('name','测试图像','numbertitle','off');
imgx=imread('example76_imgx.bmp');
subplot(1,3,2),imshow(rgb2gray(imgx));
figure('name','测试图像特征提取',
www.eeworm.com/read/135754/13902588
m example75_figure.m
%%%example75_figure
%%%%imread the image samples
figure('name','实验图像','numbertitle','off');
img1=imread('example75_img1.bmp');
img2=imread('example75_img2.bmp');
subplot(1,2,1),imshow(rgb2gray(
www.eeworm.com/read/300173/13930115
lkf debug.lkf
-z -q -c -m"graph.map" -o"./Debug/graph.out" -x -i"c:/ti22/c6000/bios/lib" -i"c:/ti22/c6000/rtdx/lib" -i"c:/ti22/c6000/xdais/lib" -i"c:/ti22/C6000/dsk6713/lib" -i"c:/ti22/c6000/cgtools/lib"
"D:\Work\
www.eeworm.com/read/300173/13930138
lkv debug.lkv
-z -q -c -m"graph.map" -o"./Debug/graph.out" -x -i"c:/ti22/c6000/bios/lib" -i"c:/ti22/c6000/rtdx/lib" -i"c:/ti22/c6000/xdais/lib" -i"c:/ti22/C6000/dsk6713/lib" -i"c:/ti22/c6000/cgtools/lib"
"D:\Work\
www.eeworm.com/read/201155/15415565
cpp dynsplitview2.cpp
// DynSplitView2.cpp : implementation file
//
#include "stdafx.h"
#include "DSplit.h"
#include "DynSplitView2.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE
www.eeworm.com/read/111979/15497727
htm combo_color_picker.shtml.htm
Controls - Combobox Color Picker
www.eeworm.com/read/110033/15543289
cpp xpbutton.cpp
// XPButton.cpp : implementation file
// Modified by jingzhou xu
//////////////////////////////////////////////////
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_
www.eeworm.com/read/109288/15560447
txt readme.txt
关于jpeg2000(for vxworks)编码软件的使用说明
关于jpeg2000标准的介绍,前面已经有文章专门讲述。这里不再重复。本文只提供了软件实现方面有关的内容。
这个软件提供了一个jpeg2000(也叫j2k,jp2)的库,其中只包含了两个函数和一个数据结构定义。
分别叙述如下:
编码参数结构J2K_COMPRESS_PARA :
struct J2K_C ...