개정판 e00d0e17
dev issue #507 : fix index
Change-Id: I14e77235dc2d33b6388bd6304bdf4a4c465014e6
DTI_PID/DTI_PID/RecognitionDialog.py | ||
---|---|---|
895 | 895 |
# if customMatch and len(customMatch) > 0: |
896 | 896 |
# for custom in customMatch: |
897 | 897 |
# hitRate = custom[0] |
898 |
# searchedItemSp = ( |
|
899 |
# custom[1][0] + round(offsetDrawingArea[0]), custom[1][1] + round(offsetDrawingArea[1])) |
|
898 |
# searchedItemSp = (custom[1][0] + round(offsetDrawingArea[0]), custom[1][1] + round(offsetDrawingArea[1])) |
|
900 | 899 |
# |
901 | 900 |
# is_add = True |
902 | 901 |
# for searched in searchedSymbolList: |
... | ... | |
918 | 917 |
# isDetectOnOrigin, symbolRotateCount, symbolOcrOption, |
919 | 918 |
# isContainChild, |
920 | 919 |
# originalPoint, connectionPoint, baseSymbol, additionalSymbol, |
921 |
# isExceptDetect, detectFlip=1 if index is 1 else 0,
|
|
920 |
# isExceptDetect, detectFlip=1 if flipped else 0,
|
|
922 | 921 |
# hasInstrumentLabel=hasInstrumentLabel) |
923 | 922 |
# threadLock.release() |
924 | 923 |
|
내보내기 Unified diff