Missing procedure entry point for histogramPhaseUnwrapping
Hi All,
I've just installed OpenCV 4.3.0 from source. The builds took a long time, over 12 hours, but where successful.
I've written and compiled a short app that, among other things, calls phase_unwrapping. The program compiles without error, but when run I get the usual Entry Point Not Found Dialog for: ??0Params@HistogramPhaseUnwrapping@phase_unwrapping@cv@@QEAA@XZ.
Can anyone point me in the right direction to fix this?
Thanks, Scott