Home
last modified time | relevance | path

Searched refs:rego (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/
H A DCameraPreviewActivity.java541 InferenceResult.Recognition rego = recognitions.get(i); in showTrackSelectResults() local
542 RectF detection = rego.getLocation(); in showTrackSelectResults()
553 …mTrackResultCanvas.drawText(rego.getTrackId() + " - " + mInferenceResult.mPostProcess.getLabelTitl… in showTrackSelectResults()