#include <iostream>
#include <wavelet2d/wavelet2d.h>
#include "pano_core/ImageAtom.h"
#include "pano_core/feature_utils.h"
#include "pano_core/QuadTree.h"
#include <opencv2/opencv.hpp>
#include <brief_descriptor/brief.h>
#include <fstream>
#include <list>
#include <string>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
Go to the source code of this file.
Functions | |
list< string > | getImageList (istream &input) |
int | main (int ac, char **av) |
void | rescaleFloatImage (cv::Mat &img) |
list<string> getImageList | ( | istream & | input | ) |
Definition at line 54 of file w2d_time.cpp.
int main | ( | int | ac, |
char ** | av | ||
) |
Definition at line 66 of file w2d_time.cpp.
void rescaleFloatImage | ( | cv::Mat & | img | ) | [inline] |
Definition at line 31 of file w2d_time.cpp.