0

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

Sher Mi
  • 548
  • 2
  • 5
  • 14

1 Answers1

0

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

Sher Mi
  • 548
  • 2
  • 5
  • 14