opencvd.photo

Undocumented in source.

Members

Enums

NORMAL_CLONE
anonymousenum NORMAL_CLONE
Undocumented in source.
RECURS_FILTER
anonymousenum RECURS_FILTER
Undocumented in source.

Functions

colorChange
void colorChange(Mat src, Mat mask, Mat dst, float red_mul, float green_mul, float blue_mul)
Undocumented in source. Be warned that the author may not have intended to support it.
detailEnhance
void detailEnhance(Mat src, Mat dst, float sigma_s, float sigma_r)
Undocumented in source. Be warned that the author may not have intended to support it.
edgePreservingFilter
void edgePreservingFilter(Mat src, Mat dst, int flags, float sigma_s, float sigma_r)
Undocumented in source. Be warned that the author may not have intended to support it.
fastNlMeansDenoising
void fastNlMeansDenoising(Mat src, Mat dst, float h, int templateWindowSize, int searchWindowSize)
Undocumented in source. Be warned that the author may not have intended to support it.
illuminationChange
void illuminationChange(Mat src, Mat mask, Mat dst, float alpha, float beta)
Undocumented in source. Be warned that the author may not have intended to support it.
pencilSketch
void pencilSketch(Mat src, Mat dst1, Mat dst2, float sigma_s, float sigma_r, float shade_factor)
Undocumented in source. Be warned that the author may not have intended to support it.
seamlessClone
void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat blend, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
stylization
void stylization(Mat src, Mat dst, float sigma_s, float sigma_r)
Undocumented in source. Be warned that the author may not have intended to support it.
textureFlattening
void textureFlattening(Mat src, Mat mask, Mat dst, float low_threshold, float high_threshold, int kernel_size)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta