OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
This is the complete list of members for OpenCVForUnity.PhotoModule.Photo, including all inherited members.
colorChange(Mat src, Mat mask, Mat dst, float red_mul, float green_mul, float blue_mul) | OpenCVForUnity.PhotoModule.Photo | static |
colorChange(Mat src, Mat mask, Mat dst, float red_mul, float green_mul) | OpenCVForUnity.PhotoModule.Photo | static |
colorChange(Mat src, Mat mask, Mat dst, float red_mul) | OpenCVForUnity.PhotoModule.Photo | static |
colorChange(Mat src, Mat mask, Mat dst) | OpenCVForUnity.PhotoModule.Photo | static |
createAlignMTB(int max_bits, int exclude_range, bool cut) | OpenCVForUnity.PhotoModule.Photo | static |
createAlignMTB(int max_bits, int exclude_range) | OpenCVForUnity.PhotoModule.Photo | static |
createAlignMTB(int max_bits) | OpenCVForUnity.PhotoModule.Photo | static |
createAlignMTB() | OpenCVForUnity.PhotoModule.Photo | static |
createCalibrateDebevec(int samples, float lambda, bool random) | OpenCVForUnity.PhotoModule.Photo | static |
createCalibrateDebevec(int samples, float lambda) | OpenCVForUnity.PhotoModule.Photo | static |
createCalibrateDebevec(int samples) | OpenCVForUnity.PhotoModule.Photo | static |
createCalibrateDebevec() | OpenCVForUnity.PhotoModule.Photo | static |
createCalibrateRobertson(int max_iter, float threshold) | OpenCVForUnity.PhotoModule.Photo | static |
createCalibrateRobertson(int max_iter) | OpenCVForUnity.PhotoModule.Photo | static |
createCalibrateRobertson() | OpenCVForUnity.PhotoModule.Photo | static |
createMergeDebevec() | OpenCVForUnity.PhotoModule.Photo | static |
createMergeMertens(float contrast_weight, float saturation_weight, float exposure_weight) | OpenCVForUnity.PhotoModule.Photo | static |
createMergeMertens(float contrast_weight, float saturation_weight) | OpenCVForUnity.PhotoModule.Photo | static |
createMergeMertens(float contrast_weight) | OpenCVForUnity.PhotoModule.Photo | static |
createMergeMertens() | OpenCVForUnity.PhotoModule.Photo | static |
createMergeRobertson() | OpenCVForUnity.PhotoModule.Photo | static |
createTonemap(float gamma) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemap() | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapDrago(float gamma, float saturation, float bias) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapDrago(float gamma, float saturation) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapDrago(float gamma) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapDrago() | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapMantiuk(float gamma, float scale, float saturation) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapMantiuk(float gamma, float scale) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapMantiuk(float gamma) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapMantiuk() | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapReinhard(float gamma, float intensity, float light_adapt, float color_adapt) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapReinhard(float gamma, float intensity, float light_adapt) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapReinhard(float gamma, float intensity) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapReinhard(float gamma) | OpenCVForUnity.PhotoModule.Photo | static |
createTonemapReinhard() | OpenCVForUnity.PhotoModule.Photo | static |
decolor(Mat src, Mat grayscale, Mat color_boost) | OpenCVForUnity.PhotoModule.Photo | static |
denoise_TVL1(List< Mat > observations, Mat result, double lambda, int niters) | OpenCVForUnity.PhotoModule.Photo | static |
denoise_TVL1(List< Mat > observations, Mat result, double lambda) | OpenCVForUnity.PhotoModule.Photo | static |
denoise_TVL1(List< Mat > observations, Mat result) | OpenCVForUnity.PhotoModule.Photo | static |
detailEnhance(Mat src, Mat dst, float sigma_s, float sigma_r) | OpenCVForUnity.PhotoModule.Photo | static |
detailEnhance(Mat src, Mat dst, float sigma_s) | OpenCVForUnity.PhotoModule.Photo | static |
detailEnhance(Mat src, Mat dst) | OpenCVForUnity.PhotoModule.Photo | static |
edgePreservingFilter(Mat src, Mat dst, int flags, float sigma_s, float sigma_r) | OpenCVForUnity.PhotoModule.Photo | static |
edgePreservingFilter(Mat src, Mat dst, int flags, float sigma_s) | OpenCVForUnity.PhotoModule.Photo | static |
edgePreservingFilter(Mat src, Mat dst, int flags) | OpenCVForUnity.PhotoModule.Photo | static |
edgePreservingFilter(Mat src, Mat dst) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoising(Mat src, Mat dst, float h, int templateWindowSize, int searchWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoising(Mat src, Mat dst, float h, int templateWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoising(Mat src, Mat dst, float h) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoising(Mat src, Mat dst) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoising(Mat src, Mat dst, MatOfFloat h, int templateWindowSize, int searchWindowSize, int normType) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoising(Mat src, Mat dst, MatOfFloat h, int templateWindowSize, int searchWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoising(Mat src, Mat dst, MatOfFloat h, int templateWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoising(Mat src, Mat dst, MatOfFloat h) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingColored(Mat src, Mat dst, float h, float hColor, int templateWindowSize, int searchWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingColored(Mat src, Mat dst, float h, float hColor, int templateWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingColored(Mat src, Mat dst, float h, float hColor) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingColored(Mat src, Mat dst, float h) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingColored(Mat src, Mat dst) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingColoredMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, float h, float hColor, int templateWindowSize, int searchWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingColoredMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, float h, float hColor, int templateWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingColoredMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, float h, float hColor) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingColoredMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, float h) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingColoredMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, float h, int templateWindowSize, int searchWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, float h, int templateWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, float h) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, MatOfFloat h, int templateWindowSize, int searchWindowSize, int normType) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, MatOfFloat h, int templateWindowSize, int searchWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, MatOfFloat h, int templateWindowSize) | OpenCVForUnity.PhotoModule.Photo | static |
fastNlMeansDenoisingMulti(List< Mat > srcImgs, Mat dst, int imgToDenoiseIndex, int temporalWindowSize, MatOfFloat h) | OpenCVForUnity.PhotoModule.Photo | static |
illuminationChange(Mat src, Mat mask, Mat dst, float alpha, float beta) | OpenCVForUnity.PhotoModule.Photo | static |
illuminationChange(Mat src, Mat mask, Mat dst, float alpha) | OpenCVForUnity.PhotoModule.Photo | static |
illuminationChange(Mat src, Mat mask, Mat dst) | OpenCVForUnity.PhotoModule.Photo | static |
inpaint(Mat src, Mat inpaintMask, Mat dst, double inpaintRadius, int flags) | OpenCVForUnity.PhotoModule.Photo | static |
INPAINT_NS | OpenCVForUnity.PhotoModule.Photo | static |
INPAINT_TELEA | OpenCVForUnity.PhotoModule.Photo | static |
LDR_SIZE | OpenCVForUnity.PhotoModule.Photo | static |
MIXED_CLONE | OpenCVForUnity.PhotoModule.Photo | static |
MONOCHROME_TRANSFER | OpenCVForUnity.PhotoModule.Photo | static |
NORMAL_CLONE | OpenCVForUnity.PhotoModule.Photo | static |
NORMCONV_FILTER | OpenCVForUnity.PhotoModule.Photo | static |
pencilSketch(Mat src, Mat dst1, Mat dst2, float sigma_s, float sigma_r, float shade_factor) | OpenCVForUnity.PhotoModule.Photo | static |
pencilSketch(Mat src, Mat dst1, Mat dst2, float sigma_s, float sigma_r) | OpenCVForUnity.PhotoModule.Photo | static |
pencilSketch(Mat src, Mat dst1, Mat dst2, float sigma_s) | OpenCVForUnity.PhotoModule.Photo | static |
pencilSketch(Mat src, Mat dst1, Mat dst2) | OpenCVForUnity.PhotoModule.Photo | static |
RECURS_FILTER | OpenCVForUnity.PhotoModule.Photo | static |
seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat blend, int flags) | OpenCVForUnity.PhotoModule.Photo | static |
seamlessClone(Mat src, Mat dst, Mat mask, in Vec2d p, Mat blend, int flags) | OpenCVForUnity.PhotoModule.Photo | static |
seamlessClone(Mat src, Mat dst, Mat mask, in(double x, double y) p, Mat blend, int flags) | OpenCVForUnity.PhotoModule.Photo | static |
stylization(Mat src, Mat dst, float sigma_s, float sigma_r) | OpenCVForUnity.PhotoModule.Photo | static |
stylization(Mat src, Mat dst, float sigma_s) | OpenCVForUnity.PhotoModule.Photo | static |
stylization(Mat src, Mat dst) | OpenCVForUnity.PhotoModule.Photo | static |
textureFlattening(Mat src, Mat mask, Mat dst, float low_threshold, float high_threshold, int kernel_size) | OpenCVForUnity.PhotoModule.Photo | static |
textureFlattening(Mat src, Mat mask, Mat dst, float low_threshold, float high_threshold) | OpenCVForUnity.PhotoModule.Photo | static |
textureFlattening(Mat src, Mat mask, Mat dst, float low_threshold) | OpenCVForUnity.PhotoModule.Photo | static |
textureFlattening(Mat src, Mat mask, Mat dst) | OpenCVForUnity.PhotoModule.Photo | static |