- Remove ALPR_OD Tracker and voting system.
- Disable debugview
This commit is contained in:
@@ -1032,6 +1032,11 @@ namespace ANSCENTER {
|
||||
}
|
||||
|
||||
bool ANSALPR_OD::shouldUseALPRChecker(const cv::Size& imageSize, const std::string& cameraId) {
|
||||
// Master switch for tracker + voting post-processing. Off by default;
|
||||
// flip with SetTrackerVotingEnabled(true) to re-enable alprChecker
|
||||
// voting and ensureUniquePlateText dedup in all Inference/RunInference paths.
|
||||
if (!_enableTrackerVoting) return false;
|
||||
|
||||
// Force disabled → never use
|
||||
if (!_enableALPRChecker) return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user