WilcoBT

Results 2 issues of WilcoBT

This has already been reported before in https://answers.opencv.org/question/232189/opencl-error-cl_invalid_value-in-findchessboardcornerssb/ I ran into this now and dove a little deeper and got to > parallel_for_(Range(parameters.min_scale,parameters.max_scale+1),[&](const Range& range){ in chessboard.cpp line 722 The...

bug
platform: ios/osx
category: ocl

Hallo, I am trying this tool to generate a C interface for our C++ project. I followed the manual and added this to the makefile: > include(FetchContent) > FetchContent_Declare( >...