Tested in ArUcoCameraCalibrationExample project
When use Chessboard Type and enable useFindChessboardCornersSBMethod(which is true by default), huge memory leak in profiler(around 1G per frame).
After tracking down the csharp code. The API causing this is calib3d_Calib3d_findChessboardCornersSB_10 from dllImport.
Tested in
ArUcoCameraCalibrationExample projectWhen use
ChessboardType and enableuseFindChessboardCornersSBMethod(which istrueby default), huge memory leak in profiler(around 1G per frame).After tracking down the csharp code. The API causing this is
calib3d_Calib3d_findChessboardCornersSB_10from dllImport.