代码搜索结果
找到约 10,000 项符合
Image 的代码
image.h
/***********************************************************************************
@author Chandar
@version 1.0
Development Environment : Visual C++ 6.0
Name of the File :
image.h
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
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.dat
7
0 0 1 0 0 0 0
0 0 1 1 0 0 0
0 0 0 0 1 0 0
0 0 0 1 1 0 0
1 0 0 0 1 0 0
1 1 1 0 0 0 0
1 1 1 0 0 0 0
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
*
**************************************************