[413088]: / src / mapping.h

Download this file

12 lines (9 with data), 291 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#include "Rcpp.h"
#include <opencv2/opencv.hpp>
#include "opencv2/xfeatures2d.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/shape/shape_transformer.hpp"
#ifndef MAPPING_H
#define MAPPING_H
Rcpp::NumericMatrix applyMapping(Rcpp::NumericMatrix coords, Rcpp::List mapping);
#endif