Enlist different types of filters available in OpenCV?

devquora
devquora

Posted On: Feb 22, 2018

 

The different types of linear and non-linear filter that you can apply to a picture using OpenCV are, BaeColumn filter, Base filter, BaseRow filter, FilterEngine, Bilateral filter, AdaptiveBilateral Filter, Blur, BorderInterpolate, BoxFilter, BuildPyramid, copyMakeBorder, createBoxFilter, createDerivFilter, createGuassionFilter, createLinear filter, createMorphology filter, createSeparableLinear filter, dilate, erode, filter2D, GuassianBlur, getDerivKernels, getKernelType, getStructuringElement, medianBlur, morphologyEx, Laplacian, pyrDown, pyrUp, pyrMeanShiftFiltering, sepFilter2D, Smooth, Sobel, Scharr.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    OpenCV Interview Questions

    What is OpenCV?

    OpenCV is Open Source Computer Vision Library relaesed under BSD license, which is free for both commercial and academic..

    OpenCV Interview Questions

    Enlist different types of video filters available in OpenCV ?

    Blurring, Smoothing, Distortion, Warp Stabilizer, alpha extract, bilateral, color matrix, chrome hold are few video filters available in OpenCV....

    OpenCV Interview Questions

    What is use of Mat class in OpenCV?

    The primary use of the Mat class in OpenCV is to store and obtain the values of any image. This class is used in representing the n-dimensional array and is utilized in storing data of the image of gr...