Scyllarus: C++ Hyperspectral Processing Library
Hyperspectral Image Processing Pipeline
|
#include <armadillo>
#include <boost/program_options.hpp>
#include <boost/filesystem.hpp>
#include <opencv2/opencv.hpp>
#include "input/input.h"
#include "input/hdr_input.h"
#include "output/output.h"
#include "output/hdr_output.h"
#include "ocv_tools.h"
#include "pipeline.h"
Functions | |
int | main (int argc, char **argv) |
Variables | |
std::vector< int > | crop |
bool | click_two = true |
int main | ( | int | argc, |
char ** | argv | ||
) |
bool click_two = true |
std::vector<int> crop |