cv4j icon indicating copy to clipboard operation
cv4j copied to clipboard

The target is to set up a high quality and real-time image process and machine learning library which is implemented in pure java. The framework can run application on java desktop and android platfor...

Results 15 cv4j issues
Sort by recently updated
recently updated
newest added

能否判断一张图片的清晰度?

public void onPreviewFrame(final byte[] data, final int width, final int height) { super.onPreviewFrame(data, width, height); threadPoolManager.addTask(new Runnable() { @Override public void run() { findQRCode(data, width, height); } }); } private...

Could not find artifact com.cv4j:cv4j:jar:0.1.1.5 in central (https://repo.maven.apache.org/maven2)

我看到了你那个标注文字的方法,但是我不知道怎么把旋转过后的文字矫正过来

请问有没有想过做图片相似度对比?

使用Rx版本的 没有保存的方法吗?另一个版本的有

用同一张图片巴氏距离计算结果可能大于1,是不是正常的? 相关性因子是1.