79350586

Date: 2025-01-12 19:45:35
Score: 2.5
Natty:
Report link

En mi caso, use este código en onCreate para Kotlin.

    if (OpenCVLoader.initLocal()) {
        println("OpenCV loaded successfully")
    } else {
        println("OpenCV initialization failed!")
        return
    }
Reasons:
  • Blacklisted phrase (2): código
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SRD