Hi everyone,
Inspired by the work done by @siki with GitHub - zsiki/Find-GCP: Find ArUco markers in digital photos (shown here Automating GCP detection on images ), and by what’s happening with GCP Editor Pro, I wanted a way to create my own Aruco markers to be used as GCPs.
Current solutions were not satisfactory, since they were creating fixed resolution picture, that then needed to be scaled properly. They also were not very open to customization.
I thus created the GCP Aruco Marker Generator .
It’s a python program that will help you create SVG of an aruco marker to be used as GCP.
You can chose the size of the marker, the presence of the border, the colors, a center target for location collection and even the text to use around the marker! It can create a single marker or the whole family if you need it.
You just then need to print it on canvas or on whatever you want to use. Here is a picture of one of my own in real use.
I’m working on setting up the proper parameters for Find-GCP to work properly.
Finally here is an example at a GSD of 14mm/px, real size.
Please chime in if you have comments or questions.