-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds finding GCPs from your known GCP_list.txt
most simple way to find your QR code in images. put your QR text from the image into the gcp_list.txt. also add the lat/long values. all with colons. end it with an asterisk "*". the code will now check all QR codes for this list. and prints, when it finds it. format should be discussed!
- Loading branch information
Showing
2 changed files
with
45 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
5;50.0;10.0* | ||
23;51.1;11.1* | ||
42;52.2;12.2* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters