#include "hdrplus/hdrplus_pipeline.h"
int main( int argc, char** argv )
{
hdrplus::hdrplus_pipeline pipeline;
pipeline.run_pipeline();
}