代码搜索结果

找到约 10,000 项符合 Image 的代码

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

image.java

/******************************************************************************* * Copyright (c) 2000, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying mater

image.java

package org.hibernate.test.interceptor; public class Image { private Long id; private String name; private Details details; public Details getDetails() { return details; } publ