AliceVision
Photogrammetric Computer Vision Framework
Classes | Public Member Functions | List of all members
aliceVision::LaplacianPyramid Class Reference

Classes

struct  InputInfo
 

Public Member Functions

 LaplacianPyramid (size_t base_width, size_t base_height, size_t max_levels)
 
bool initialize ()
 
bool apply (aliceVision::image::Image< image::RGBfColor > &source, aliceVision::image::Image< float > &mask, aliceVision::image::Image< float > &weights, const BoundingBox &outputBoundingBox, const BoundingBox &contentBoudingBox)
 
bool merge (const aliceVision::image::Image< image::RGBfColor > &oimg, const aliceVision::image::Image< float > &oweight, size_t level, int offset_x, int offset_y)
 
bool rebuild (image::Image< image::RGBAfColor > &output, const BoundingBox &roi)
 

The documentation for this class was generated from the following files: