diplib.h file

This is the main include file for the DIPlib library.

Contents

This header file is the core of DIPlib. It declares all classes, functions, macros and constants that form the basic library infrastructure. It does so by including all the header files in the “diplib/library” directory. Everything is declared within the dip namespace.

To access image processing or analysis functionality, include their corresponding header files.

Classes

struct dip::LibraryInformation
Holds information about the DIPlib binary.

Variables

dip::LibraryInformation const dip::libraryInformation
Constant that holds information about the DIPlib binary.