You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To my understanding first one looks like the tag family of the tag that is being detected. For example, if it is the tag family 'HD17' then the first parameter should be '17'. Is that correct?
Also, what are the second(int) and third parameters(bool) correspond to?
The text was updated successfully, but these errors were encountered:
The first int refers to Tag family, the secend paras for Corrections bits. Corrections bits seems like that it is corelative to tag family. For More detail please check the original paper.
This repo just do a simple wrap upon stag, with out other changes on implementation of tag detection.
BTW, the third para inKeepLogs will log some infos (such as edges corners )within the detection process to the console, and save iamges to same folder of excutable.
stag.Detector(15, 7, False)
It seems like
stag.Detector()
takes 3 parameters.To my understanding first one looks like the tag family of the tag that is being detected. For example, if it is the tag family 'HD17' then the first parameter should be '17'. Is that correct?
Also, what are the second(
int
) and third parameters(bool
) correspond to?The text was updated successfully, but these errors were encountered: