androidthresholdboofcv

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


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


Solution

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