(detection)
| 483 | } |
| 484 | |
| 485 | showDetectionInfo(detection) { |
| 486 | // 可以在UI中显示检测信息 |
| 487 | console.log(`检测到像素块大小: ${detection.blockSize}, 置信度: ${(detection.confidence * 100).toFixed(1)}%`); |
| 488 | } |
| 489 | |
| 490 | /** |
| 491 | * 处理图片 |
no outgoing calls
no test coverage detected