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.
Asked
Active
Viewed 17 times
0

Sher Mi
- 548
- 2
- 5
- 14
-
1This this issue: https://github.com/lessthanoptimal/BoofCV/issues/135 – zvi Oct 18 '22 at 06:05
-
Just to double check, you have the import statement for ThresholdImageOps, correct? – lessthanoptimal Nov 04 '22 at 22:28
-
@lessthanoptimal Yes. The bug was fixed, see the new comment below – Sher Mi Nov 06 '22 at 09:00