代码搜索结果

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

image.pri

# -*-mode:sh-*- # Qt image handling # Qt kernel module HEADERS += \ image/qbitmap.h \ image/qicon.h \ image/qimage.h \ image/qimage_p.h \ image/qimageiohandle

image.js

/* * Copyright (c) 2001-2007, TIBCO Software Inc. * Use, modification, and distribution subject to terms of license. */ jsx3.require("jsx3.gui.Block");jsx3.Class.defineClass("jsx3.gui.Image",jsx3.g

image.exp

## The following functions need to have tests written for them: # colormap # gray # image # imagesc # imshow # ind2gray # ind2rgb # rgb2ntsc # ntsc2rgb # ocean # rgb2ind # saveimage

image.c

/***************************************************************************** * image.c : image video output ***************************************************************************** * Copyrig

image.c

/***************************************************************************** * image.c : wrapper for image reading/writing facilities **************************************************************

image.java

package cn.myapps.test; import java.sql.Blob; /** * @hibernate.class table="test_image" */ public class Image { private String id; private byte[] image; private Blob image2; p