ThresholdImageOps.threshold() doesn't work(Android)

21 Views Asked by At

After the import of boofcv-android and boofcv-core libraries I'm trying to use the ThresholdImageOps.threshold(...) function but it doesn't seem to work. Also, tried GThresholdImageOps.threshold(...), without any success. enter image description here

1

There are 1 best solutions below

0
Sher Mi On BEST ANSWER

The solution, strangely, was to catch the return value: enter image description here