MATLAB File Help: cv.buildPyramid Index
cv.buildPyramid

Constructs the Gaussian pyramid for an image

dst = cv.buildPyramid(src)
dst = cv.buildPyramid(src, 'OptionName',optionValue, ...)

Input

Output

Options

The function constructs a vector of images and builds the Gaussian pyramid by recursively applying cv.pyrDown to the previously built pyramid layers, starting from dst{1}==src.

See also