개정판 0adeae22
issue #663: fix drawing size save
Change-Id: Ie0efc2e2ab27d538c7e9a5b6b9201769cd5720db
DTI_PID/DTI_PID/Drawing.py | ||
---|---|---|
185 | 185 |
self._image = cv2.morphologyEx(self._image, cv2.MORPH_OPEN, kernel) |
186 | 186 |
|
187 | 187 |
self._image_origin = self._image.copy() |
188 |
self.height, self.width = self._image.shape |
|
188 | 189 |
|
189 | 190 |
return self._image |
190 | 191 |
|
minorTools/xmlTextSearcher.py | ||
---|---|---|
3 | 3 |
def finder(): |
4 | 4 |
print("finder start") |
5 | 5 |
|
6 |
targetText = ['restriction orif union<']
|
|
7 |
path = 'W:\ID2_Project\POSCO\Temp'
|
|
6 |
targetText = ['Free draining<']
|
|
7 |
path = 'W:\ID2_Project\REB\Temp'
|
|
8 | 8 |
|
9 | 9 |
print("target : " + str(len(targetText))) |
10 | 10 |
print("path : " + path) |
내보내기 Unified diff