#pragma once #include // all opencv header namespace hdrplus { class finish { public: finish() = default; }; } // namespace hdrplus