perf: 用 numpy 加速 is_blank_frame/compute_binary_matrix/compute_iou 三个像素遍历函数

This commit is contained in:
simonkoson
2026-06-12 18:04:57 +08:00
parent a826212302
commit 47e17179c7
2 changed files with 14 additions and 28 deletions
+1
View File
@@ -16,6 +16,7 @@ authors = [
dependencies = [
"Pillow>=10.0.0",
"imagehash>=4.3.1",
"numpy>=1.24.0",
"requests>=2.31.0",
"python-dotenv>=1.0.0",
"click>=8.1.0",