General Tso
Panzer General
I'm have a couple of questions about CvSelectionGroup.generatePath(), and would greatly appreciate some help on the matter.
1. The last three variables passed to it are. INT iFlags, BOOL bReuse, INT piPathTurns. Where do i find the values for iFlags and what do bReuse and piPathTurns do?
2. The variable piPathTurns needs to be a pointer to an integer. How do I create a pointer to an integer in Python?
I've tried looking all over, but I can't find any answers for these questions.
1. The last three variables passed to it are. INT iFlags, BOOL bReuse, INT piPathTurns. Where do i find the values for iFlags and what do bReuse and piPathTurns do?
2. The variable piPathTurns needs to be a pointer to an integer. How do I create a pointer to an integer in Python?
I've tried looking all over, but I can't find any answers for these questions.