개정판 a6f10552
issue #663: fix opc
Change-Id: I98bd52abf6c79d59240135cb9469585897604282
DTI_PID/DTI_PID/RecognitionDialog.py | ||
---|---|---|
487 | 487 |
opc_xmin = searchedOPCList[index].getSp()[0] |
488 | 488 |
opc_ymin = searchedOPCList[index].getSp()[1] |
489 | 489 |
opc_xmax = searchedOPCList[index].getSp()[0] + searchedOPCList[index].getWidth() |
490 |
opc_ymax = searchedOPCList[index].getSp()[0] + searchedOPCList[index].getHeight()
|
|
490 |
opc_ymax = searchedOPCList[index].getSp()[1] + searchedOPCList[index].getHeight()
|
|
491 | 491 |
valid = False |
492 | 492 |
for text_info in textInfoList: |
493 | 493 |
info_center = text_info.center |
내보내기 Unified diff