Add Python test harness for openCVHelp class (#1557)

This commit is contained in:
Lucien Morey
2024-11-15 03:10:08 +11:00
committed by GitHub
parent c04e13ef93
commit c50c657193
7 changed files with 450 additions and 12 deletions

View File

@@ -107,7 +107,7 @@ class TargetModel:
retVal = []
for vert in self.vertices:
retVal.append(basisChange.apply(vert))
retVal.append(basisChange.applyTranslation(vert))
return retVal