프로젝트

일반

사용자정보

개정판 e059dda0

IDe059dda0f857424aa3f046b486843924ee87764b
상위 de06897c
하위 e3b106af

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

issue #663: change comment

Change-Id: Ib65a94b2cf43bf330068fd2078c3659259b77c43

차이점 보기:

DTI_PID/DTI_PID/RecognitionDialog.py
1409 1409
        lines_found = []
1410 1410
        lines_shape = []
1411 1411

  
1412
        # detemine line type broken
1412
        # detemine line type : broken
1413 1413
        for line in lines:
1414 1414
            rect = line.boundingRect()
1415 1415
            image_line = image[round(rect.y()):round(rect.y() + rect.height()), round(rect.x()):round(rect.x() + rect.width())]
......
1489 1489
                if m.distance < 0.75 * n.distance:
1490 1490
                    good.append([m])
1491 1491
            '''
1492
        # determine line type
1492
        # determine line type : solid
1493 1493
        for line, image_line in lines_shape:
1494 1494
            for line_type, line_shape in line_shapes.items():
1495 1495
                shape = line_shape[0].copy()

내보내기 Unified diff

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