#include "pano_core/ImageAtom.h"
#include "pano_core/feature_utils.h"
#include "pano_core/MoleculeProcessor.h"
#include "pano_core/CaptureEngine.h"
#include "pano_core/ModelFitter.h"
#include "pano_core/Blender.h"
#include "pano_core/panoutils.h"
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "pano_core/BlurDetector.h"
#include <sstream>
#include <iostream>
#include <list>
Go to the source code of this file.
Functions | |
int | main (int ac, char **av) |
int main | ( | int | ac, |
char ** | av | ||
) |
Definition at line 40 of file test/video_stitcher.cpp.