OpenCV
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Image Processing (imgproc module)

The imgproc module in OpenCV is a collection of per-pixel image operations (color conversions, filters) drawing (contours, objects, text), and geometry transformations (warping, resize) useful for computer vision. Here's an overview of the content in the imgproc module, categorized for easier navigation:

Basic

These tutorials cover fundamental image processing tasks, such as drawing on images, applying filters, and morphological operations.

Transformations

These tutorials explore more advanced transformations that modify the image in various ways, such as filtering, warping, and edge detection.

Histograms

Histograms are vital for image analysis, and these tutorials cover operations like equalization, comparison, and back projection.

Contours

Contours are curves that represent the boundaries of objects in an image. These tutorials cover techniques to detect and analyze contours.

Others

These tutorials cover specialized image processing techniques for more complex tasks like deblurring, noise removal, and image segmentation.