getMat(); if (maxValue < 0) { // 二值化后值小于0,图像都为0 dst = Scalar(0); return; } CALL_HAL(adaptiveThreshold, cv_hal_adaptiveThreshold, ...
確定! 回上一頁