|
Scyllarus: C++ Hyperspectral Processing Library
Hyperspectral Image Processing Pipeline
|
#include <opencv2/opencv.hpp>#include <armadillo>Go to the source code of this file.
Namespaces | |
| scyl | |
Functions | |
| cv::Mat | scyl::arma_to_ocv (const arma::fmat &in) |
| arma_to_ocv() converts a Armadillo mat of floats to a OpenCV Mat of floats. More... | |
| arma::fmat | scyl::ocv_to_arma (const cv::Mat &in) |
| ocv_to_arma() converts a OpenCV Mat of floats to a Armadillo mat of floats. More... | |
1.8.6