#include <stdio.h>
#include <stdlib.h>
#include "idima.h"
#include "idmac.h"
#include "iderr.h"
#include "idprint.h"
Go to the source code of this file.
Data Structures | |
struct | CONNEX |
struct | MODELE |
Defines | |
#define | Malloc(type) (type *)malloc(sizeof(type)) |
#define | NB_MAX_TRANS 25 /* Nb maximum de transitions Noir/Blanc par ligne */ |
#define | NB_MAX_COUL 1024 /* Nombre maximum d'objets (en cours) */ |
#define | deb 0 /* 1: Mode debug-suivi - 0 : Mode execution normale */ |
#define | DEBUG(a) |
Typedefs | |
typedef enum BOOL | bool |
typedef CONNEX | connexe |
typedef MODELE | modele |
Enumerations | |
enum | BOOL { false, true } |
Functions | |
int | IdImaLabel (PPIMAGE_UCHAR im, PPIMAGE_SHORT imo, int surf_min, FILE *fich_res, FILE *fich_mod, int connexite) |
|
Definition at line 72 of file imalabel.c. Referenced by DisplayVol(), and IdSigMinMaxInterv(). |
|
Definition at line 76 of file imalabel.c. |
|
Definition at line 68 of file imalabel.c. Referenced by IdImaLabel(). |
|
Definition at line 70 of file imalabel.c. Referenced by IdImaLabel(). |
|
Definition at line 69 of file imalabel.c. |
|
|
|
|
|
|
|
Definition at line 79 of file imalabel.c. |
|
Definition at line 166 of file imalabel.c. References MODELE::coul, DEBUG, IDERR_WRONG_TYPE, IdErrno, IdErrPrintf(), IdExit(), IdImaDimX(), IdImaDimY(), IdImaType(), IdPrintf(), IMA_SHORT, IMA_UCHAR, Malloc, NB_MAX_COUL, MODELE::suivant, CONNEX::suivant, MODELE::surface, CONNEX::trans, and CONNEX::trans_cours. Referenced by IdImaFill(). |