79308980

Date: 2024-12-26 08:11:14
Score: 2
Natty:
Report link

This is the one I usually use: https://mvnrepository.com/artifact/org.openpnp/opencv

Example from the page:

<dependency>
    <groupId>org.openpnp</groupId>
    <artifactId>opencv</artifactId>
    <version>4.9.0-0</version>
</dependency>

Note that it uses a slightly different API from the official bindings:

https://github.com/openpnp/opencv?tab=readme-ov-file#api

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joshua Chen