How to use CustomizedOpenCV module
Based on OpenCV 4.4.0, some functions are disabled so that it can be built with Unreal Engine.
It can be used in C++ by including the OpenCV header as shown below.
#undef check // the check macro causes problems with opencv headers
#include "opencv2/core/core.hpp"
See the official documentation for how to use OpenCV itself.