mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
Add Python test harness for openCVHelp class (#1557)
This commit is contained in:
@@ -107,7 +107,7 @@ class TargetModel:
|
||||
retVal = []
|
||||
|
||||
for vert in self.vertices:
|
||||
retVal.append(basisChange.apply(vert))
|
||||
retVal.append(basisChange.applyTranslation(vert))
|
||||
|
||||
return retVal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user