Go to the documentation of this file.
10 #ifndef __mrpt_vision_image_pyramid_H
11 #define __mrpt_vision_image_pyramid_H
78 const bool smooth_halves =
true,
const bool convert_grayscale =
false);
87 const bool smooth_halves =
true,
const bool convert_grayscale =
false);
94 std::vector<mrpt::img::CImage>
images;
void buildPyramidFast(mrpt::img::CImage &img, const size_t nOctaves, const bool smooth_halves=true, const bool convert_grayscale=false)
Exactly like buildPyramid(), but if the input image has not to be converted from RGB to grayscale,...
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
~CImagePyramid()
Destructor, frees the stored images.
CImagePyramid()
Default constructor, does nothing.
void buildPyramid(const mrpt::img::CImage &img, const size_t nOctaves, const bool smooth_halves=true, const bool convert_grayscale=false)
Fills the vector images with the different octaves built from the input image.
A class for storing images as grayscale or RGB bitmaps.
std::vector< mrpt::img::CImage > images
The individual images:
Holds and builds a pyramid of images: starting with an image at full resolution (octave=1),...
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST | |