CSBVision

Results 7 comments of CSBVision
trafficstars

> Another idea: could delayed loading be the solution? (on Windows) See #5642 Since we worked on delayed loading, we wanted to add here: Delay loading is well suited to...

Might be true, thanks for pointing out, we did not test this at all because to our knowledge VTK is a mandatory dependency. Even though it can be omitted, it...

We ran into the same issue while using OpenEXR as a third-party library for OpenCV. It seems that OpenEXR's dependency to zlib adds a reference to `zlib_static.lib`. Here, not only...

We recently noticed this issue as well. Evaluating OpenCV's alternatives to save/load of floating point images shows that TIFF and HDR formats work, but are not lossless (at least for...

Sorry for reopening this issue, but after updating to the recently available 4.9.0 version of OpenCV and recompiling, this issue still exists. First, not adding OpenVINO to the dependencies of...

Thanks for your comment, we investigated the issue further. Actually, we found no direct documentation on these features in the OpenCV resources, thus our conclusions are based on investigating the...