From 23062c1049e357ffb3bf1515c9afcb66a45855b0 Mon Sep 17 00:00:00 2001 From: Sallee1 <885331635@qq.com> Date: Tue, 20 Jun 2023 21:10:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=A8=E4=BC=A0?= =?UTF-8?q?=E9=80=81=E5=90=8E=EF=BC=8C=E5=9D=90=E6=A0=87=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E9=A3=98=E7=A7=BB=E7=8E=B0=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cvAutoTrack/src/match/surf/SurfMatch.cpp | 3 +++ cvAutoTrack/src/version/version_tag.tag | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cvAutoTrack/src/match/surf/SurfMatch.cpp b/cvAutoTrack/src/match/surf/SurfMatch.cpp index 1e57e5f9..52e9afe7 100644 --- a/cvAutoTrack/src/match/surf/SurfMatch.cpp +++ b/cvAutoTrack/src/match/surf/SurfMatch.cpp @@ -153,7 +153,10 @@ void SurfMatch::match() continuity_retry = 0; if (isMatchAllMap) + { + isContinuity = false; isMatchAllMap = false; + } else isContinuity = true; diff --git a/cvAutoTrack/src/version/version_tag.tag b/cvAutoTrack/src/version/version_tag.tag index 4bc5d618..c638b289 100644 --- a/cvAutoTrack/src/version/version_tag.tag +++ b/cvAutoTrack/src/version/version_tag.tag @@ -1 +1 @@ -7.9.0 +7.9.4