MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
vision.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _CCObjectInfo
 

Macros

#define CCMaxMetrics   16
 

Typedefs

typedef struct _CCObjectInfo CCObjectInfo
 

Functions

MagickExport ImageConnectedComponentsImage (const Image *, const size_t, CCObjectInfo **, ExceptionInfo *)
 
MagickExport ImageIntegralImage (const Image *, ExceptionInfo *)
 

Macro Definition Documentation

◆ CCMaxMetrics

#define CCMaxMetrics   16

Definition at line 25 of file vision.h.

Typedef Documentation

◆ CCObjectInfo

typedef struct _CCObjectInfo CCObjectInfo

Function Documentation

◆ ConnectedComponentsImage()

MagickExport Image * ConnectedComponentsImage ( const Image ,
const  size_t,
CCObjectInfo **  ,
ExceptionInfo  
)

◆ IntegralImage()