OpenCalib/CalibAnything

Unable to compile calibration.cpp ->void Calibrator::RandomSearch std::default_random_engine

Closed this issue · 2 comments

image
image

System:Ubuntu 20.04
architecture:x86_64
opencv version:3.5.4(from source)
pcl version:1.10.0(from package)
eigen3 version:3.3.7 (from package)

Just add:

#include <random>

Just add:

#include <random>

It's working, thanks!