프로젝트

일반

사용자정보

개정판 d8ddd93d

IDd8ddd93d0b2769694a47583108f4aa8196f87350
상위 449a742f
하위 17345074

humkyung 이(가) 약 7년 전에 추가함

Add function to rotate point

차이점 보기:

DTI_PID/DTI_PID/DTI_PID.py
113 113
def cvtGrayImage(img):
114 114
    return cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
115 115

  
116
'''
117
    @brief  rotate and translate by given angle
118
    @author jwkim
119
    @date   2018.??.??
120
'''
116 121
def getCoordOnRotatedImage(rAngle, x, y, originImageWidth, originImageHeight):
117 122
    rx = None
118 123
    ry = None

내보내기 Unified diff

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