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