代码搜索结果

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

image.h

/*! ************************************************************************ * \file image.h * ************************************************************************ */ #ifndef _IMAGE

image.h

/*! ************************************************************************ * \file image.h * * \brief * prototypes for image.c * **************************************************

image.h

/*! ************************************************************************ * \file image.h * * \brief * headers for image processing * * \author * Inge Lille-Langoy

image.c

/******************************************************************************* * * image.h * * Original code from dillo http://dillo.sourceforge.net * * Hacked by Garett Spencley for the Chee

image.h

/******************************************************************************* * * image.h * * Original code from dillo http://dillo.sourceforge.net * * Hacked by Garett Spencley for the Chee

image.out

Enter image size The input image is 0010000 0011000 0000100 0001100 1000100 1110000 1110000 The labeled image is 0020000 0022000 0000300 0003300 4000300 4440000 4440000

image.cpp

// label image components #include #include "lqueue.h" #include "make2db.h" class Position { friend void InputImage(); friend void OutputImage(); friend void Label();

image.h

/*! ************************************************************************ * \file image.h * * \brief * prototypes for image.c * **************************************************

image.h

/*! ************************************************************************ * \file image.h * * \brief * headers for image processing * * \author * Inge Lille-Langoy

image-canvas.java

import java.awt.*; public class image-canvas extends Canvas { Image im; public image-canvas (Image im) { this.im = im; MediaTracker mt = new MediaTracker (this); mt.addImage (im,