xphoto
All modules / xphoto
Implements an efficient fixed-point approximation for applying channel gains, which is
xphoto_bm3dDenoisingfunctionPerforms image denoising using the Block-Matching and 3D-filtering algorithm
xphoto_bm3dDenoising1functionPerforms image denoising using the Block-Matching and 3D-filtering algorithm
xphoto_Bm3dStepsclassBM3D algorithm steps
xphoto_createGrayworldWBfunctionCreates an instance of GrayworldWB
xphoto_createLearningBasedWBfunctionCreates an instance of LearningBasedWB
xphoto_createSimpleWBfunctionCreates an instance of SimpleWB
xphoto_createTonemapDurandfunctionCreates TonemapDurand object
xphoto_dctDenoisingfunctionThe function implements simple dct-based denoising
xphoto_GrayworldWBclassGray-world white balance algorithm
xphoto_inpaintfunctionThe function implements different single-image inpainting algorithms.
xphoto_InpaintTypesclassVarious inpainting algorithms
xphoto_LearningBasedWBclassMore sophisticated learning-based automatic white balance algorithm.
xphoto_oilPaintingfunctionoilPainting
xphoto_oilPainting1functionoilPainting
xphoto_SimpleWBclassA simple white balance algorithm that works by independently stretching
xphoto_TonemapDurandclassThis algorithm decomposes image into two layers: base layer and detail layer using bilateral filter
xphoto_TransformTypesclassBM3D transform types
xphoto_WhiteBalancerclassThe base class for auto white balance algorithms.
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
xphoto_HAARUn-normalized Haar transform
xphoto_BM3D_STEPALLExecute all steps of the algorithm
xphoto_BM3D_STEP1Execute only first step of the algorithm
xphoto_BM3D_STEP2Execute only second step of the algorithm
xphoto_INPAINT_SHIFTMAPThis algorithm searches for dominant correspondences (transformations) of image patches and tries to seamlessly fill-in the area to be inpainted using this transformations
xphoto_INPAINT_FSR_BESTSee #INPAINT_FSR_BEST
xphoto_INPAINT_FSR_FASTSee #INPAINT_FSR_BEST