44#ifndef OPENCV_STITCHING_TIMELAPSERS_HPP 
   45#define OPENCV_STITCHING_TIMELAPSERS_HPP 
   47#include "opencv2/core.hpp" 
   67    CV_WRAP 
virtual void initialize(
const std::vector<Point> &corners, 
const std::vector<Size> &sizes);
 
   68    CV_WRAP 
virtual void process(InputArray img, InputArray mask, 
Point tl);
 
   69    CV_WRAP 
virtual const UMat& getDst() {
return dst_;}
 
   73    virtual bool test_point(
Point pt);
 
   83    virtual void initialize(
const std::vector<Point> &corners, 
const std::vector<Size> &sizes) CV_OVERRIDE;
 
Template class for 2D rectangles
Definition: core/types.hpp:421
 
Definition: timelapsers.hpp:81
 
Definition: timelapsers.hpp:58
 
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75
 
Definition: cvstd_wrapper.hpp:74