代码搜索结果

找到约 73,884 项符合 Image 的代码

image.m

%IMAGE Image display, no menubar % % h = image(A,n) % % Displays all images stored in the dataset A. The standard Matlab % image-command is used, so scaling has to be done manually. % The number of ho

image.py

import wx from Main import opj #---------------------------------------------------------------------- def runTest(frame, nb, log): bmp = wx.Image(opj('bitmaps/image.bmp'), wx.BITMAP_

image.c

/* Portions Copyright 2003, Jordan Crouse (jordan@cosmicpenguin.net) */ #define MWINCLUDECOLORS #include "nxlib.h" #include #include /* * X Image routines. Messy. Not done y

image.c

#include "const.h" #include "resource.h" #include "project.h" #include "page.h" #include "microwin.h" #include "queue.h" #include "liaison.h" #include "image.h" BOOL CreatePageImage(const

image.dsp

# Microsoft Developer Studio Project File - Name="image" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Con

image.plg

Build Log --------------------Configuration: image - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMINI~

image.cpp

/* 程序名: image.cpp 功能: 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似 */ #include "cv.h" #include "highgui.h" int main( int argc, char** argv ) { // 结构中载入图像:图像也是BMP图像(cvLoadImag