From bb59b7964d6c63e3731d5eba5d4eb4395b4e9e6a Mon Sep 17 00:00:00 2001 From: tunm Date: Tue, 14 Mar 2023 19:49:25 +0800 Subject: [PATCH] Context modify --- cpp/src/context_module/hyper_lpr_context.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp/src/context_module/hyper_lpr_context.cpp b/cpp/src/context_module/hyper_lpr_context.cpp index e455835..1f0d157 100644 --- a/cpp/src/context_module/hyper_lpr_context.cpp +++ b/cpp/src/context_module/hyper_lpr_context.cpp @@ -19,8 +19,6 @@ void HyperLPRContext::operator()(CameraBuffer &buffer) { m_plate_detector_->Detection(process_image, true, 1.0f); PlateResultList().swap(m_object_results_); auto &detect_results = m_plate_detector_->m_results_; -// cv::imwrite("/storage/emulated/0/Android/data/com.hyperai.hyperlpr_sdk_demo/files/bug.jpg", process_image); - // std::sort(detect_results.begin(), detect_results.end(), // [](PlateLocation a, PlateLocation b) { return xyxyArea(a.x1, a.y1, a.x2, a.y2) > xyxyArea(b.x1, b.y1, b.x2, b.y2); }); //