AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | Protected Attributes | List of all members
aliceVision::Warper Class Reference
Inheritance diagram for aliceVision::Warper:
aliceVision::GaussianWarper

Public Member Functions

virtual bool warp (const CoordinatesMap &map, const aliceVision::image::Image< image::RGBfColor > &source)
 
const aliceVision::image::Image< image::RGBfColor > & getColor () const
 
const aliceVision::image::Image< unsigned char > & getMask () const
 
size_t getOffsetX () const
 
size_t getOffsetY () const
 

Protected Attributes

size_t _offset_x = 0
 
size_t _offset_y = 0
 
aliceVision::image::Image< image::RGBfColor_color
 
aliceVision::image::Image< unsigned char > _mask
 

Member Function Documentation

◆ warp()

bool aliceVision::Warper::warp ( const CoordinatesMap map,
const aliceVision::image::Image< image::RGBfColor > &  source 
)
virtual

Copy additional info from map

Create buffer No longer need to keep a 2**x size

Simple warp


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