导入boofcv-android和boofcv-core库之后,我尝试使用ThresholdImageOps.threshold(...)函数,但它似乎不起作用。同时,尝试了GThresholdImageOps.threshold(...),但没有成功。
boofcv-android
boofcv-core
ThresholdImageOps.threshold(...)
GThresholdImageOps.threshold(...)
发布于 2022-11-06 09:04:08
奇怪的是,解决办法是捕捉返回值:
https://stackoverflow.com/questions/74041457
相似问题