Export: Added exposure fusion option

This commit is contained in:
matlabbe
2017-03-30 21:33:15 -04:00
parent f33b838204
commit accbe5a423
4 changed files with 130 additions and 51 deletions

View File

@@ -33,6 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <opencv2/core/core.hpp>
#include <rtabmap/core/Transform.h>
#include <rtabmap/core/Parameters.h>
#include <vector>
namespace rtabmap
{
@@ -148,6 +149,9 @@ cv::Mat RTABMAP_EXP brightnessAndContrastAuto(
float clipLowHistPercent=0,
float clipHighHistPercent=0);
cv::Mat RTABMAP_EXP exposureFusion(
const std::vector<cv::Mat> & images);
} // namespace util3d
} // namespace rtabmap