OpenCV Laboratory
stable
Installation
Dependencies
Introduction
Node mode
Node
Interconnecting of nodes
Incorrect input data of a node
Node view
Nodes
core
imgproc
GaussianBlur
HoughLines
HoughLinesP
Laplacian
Scharr
Sobel
adaptiveThreshold
approxPolyDP
arcLength
arrowedLine
bilateralFilter
blur
boundingRect
boxFilter
boxPoints
Canny
circle
clipLine
contourArea
convertMaps
convertScaleAbs
convexHull
copyMakeBorder
cornerHarris
cvtColor
dilate
distanceTransform
drawContours
ellipse
ellipse2Poly
equalizeHist
erode
filter2d
findContours
fitEllipse
fitLine
floodFill
getAffineTransform
getDefaultNewCameraMatrix
GetDerivKernels
getGaussianKernel
Functionality
Inputs
Outputs
Locals
Examples
getPerspectiveTransform
getRectSubPix
getRotationMatrix2D
getTextSize
initUndistortRectifyMap
integral
integral2
integral3
invertAffineTransform
isContourConvex
line
matchTemplate
minAreaRect
minEnclosingCircle
moments
morphologyEx
polylines
putText
pyrDown
pyrUp
rectangle
remap
resize
sepFilter2d
threshold
undistort
undistortPoints
warpAffine
warpPerspective
laboratory
objdetect
photo
video
OpenCV Laboratory
Docs
»
OpenCV Laboratory
»
imgproc
»
getGaussianKernel
Edit on GitHub
getGaussianKernel
¶
Functionality
¶
Returns Gaussian filter coefficients.
Inputs
¶
ksize_in – Aperture size. It should be odd.
ktype_in – Type of filter coefficients. It can be CV_32f or CV_64F.
sigma_in – Gaussian standard deviation.
Outputs
¶
kernel_out – Output kernel.
Locals
¶
Examples
¶
Read the Docs
v: stable
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.