Module opencv::xphoto

source ·
Expand description

Modules

Structs

  • Gray-world white balance algorithm
  • More sophisticated learning-based automatic white balance algorithm.
  • A simple white balance algorithm that works by independently stretching each of the input image channels to the specified range. For increased robustness it ignores the top and bottom inline formula of pixel values.
  • This algorithm decomposes image into two layers: base layer and detail layer using bilateral filter and compresses contrast of the base layer thus preserving all the details.
  • The base class for auto white balance algorithms.

Enums

Constants

  • Execute only first step of the algorithm
  • Execute only second step of the algorithm
  • Execute all steps of the algorithm
  • Un-normalized Haar transform
  • Performs Frequency Selective Reconstruction (FSR). One of the two quality profiles BEST and FAST can be chosen, depending on the time available for reconstruction. See GenserPCS2018 and SeilerTIP2015 for details.
  • See #INPAINT_FSR_BEST
  • This algorithm searches for dominant correspondences (transformations) of image patches and tries to seamlessly fill-in the area to be inpainted using this transformations

Traits

Functions