#include // all opencv header #include #include "hdrplus/merge.h" #include "hdrplus/burst.h" namespace hdrplus { void merge::process( const hdrplus::burst& burst_images, \ std::vector>>>& alignments, \ int ISO, \ int white_level, \ double black_level ) { } } // namespace hdrplus