PyDIP User Manual

Contents

PyDIP is the project that defines the interface between DIPlib, a C++ library, and Python. Within Python, however, the package is called diplib (pydip was already taken on PyPI).

These pages will get you started using DIPlib within Python. If you are familiar with DIPlib as a C++ library, start with the last section, Differences from DIPlib.

Sections

  1. Installation
  2. PyDIP basics
  3. Indexing
  4. Tensor images and color images
  5. Filtering
  6. Measurement
  7. Displaying Images
  8. Combining PyDIP with NumPy
  9. DIPjavaio, or how to use Bio-Formats
  10. Differences from DIPlib