Skip to content

Commit

Permalink
fix: 修复在传送后,坐标出现飘移现象
Browse files Browse the repository at this point in the history
  • Loading branch information
Sallee1 committed Jun 20, 2023
1 parent e749d1e commit 23062c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cvAutoTrack/src/match/surf/SurfMatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ void SurfMatch::match()
continuity_retry = 0;

if (isMatchAllMap)
{
isContinuity = false;
isMatchAllMap = false;
}
else
isContinuity = true;

Expand Down
2 changes: 1 addition & 1 deletion cvAutoTrack/src/version/version_tag.tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.9.0
7.9.4

0 comments on commit 23062c1

Please sign in to comment.