OpenCV
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Computational Photography

Here you will learn different OpenCV functionalities related to Computational Photography like image denoising etc.

  • Image Denoising

    See a good technique to remove noises in images called Non-Local Means Denoising

  • Image Inpainting

    Do you have a old degraded photo with many black spots and strokes on it? Take it. Let's try to restore them with a technique called image inpainting.

  • High Dynamic Range (HDR)

    Learn how to merge exposure sequence and process high dynamic range images.