프로젝트

일반

사용자정보

개정판 c9176a4d

IDc9176a4db844c827f5c1b6e9564a4db53ebcf36c
상위 1bf74fbc
하위 0a10fcee

함의성이(가) 약 4년 전에 추가함

issue #000: label restore

Change-Id: Iccddc557d51206fd27c07023318a6b6a9718908f

차이점 보기:

DTI_PID/DTI_PID/MainWindow.py
2007 2007
                            for item in tile_symbols:
2008 2008
                                rect = item.sceneBoundingRect()
2009 2009
                                label, xMin, yMin, xMax, yMax = item.name, int(rect.x() - 5 - x), int(rect.y() - 5 - y), int(rect.x() + rect.width() + 5 - x), int(rect.y() + rect.height() + 5 - y)
2010
                                label = 'small' if index == 0 else 'big' # for single class test
2010
                                #label = 'small' if index == 0 else 'big' # for single class test
2011 2011
                                xMin = xMin if xMin > 0 else 0
2012 2012
                                yMin = yMin if yMin > 0 else 0
2013 2013
                                xMax = xMax if xMax < size else size

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)