double cv::getFontScaleFromHeight(
    const int fontFace,
    const int pixelHeight,
    const int thickness = 1
)
double Cv2.GetFontScaleFromHeight(
    HersheyFonts fontFace,
    int pixelHeight,
    int thickness = 1
)
retval = cv2.getFontScaleFromHeight(
    fontFace,
    pixelHeight,
    thickness = None
)


요약(Summary)

픽셀 단위 높이가 되는 글꼴의 크기를 계산합니다.

매개변수(Parameter)

글꼴(fontFace) 크기를 계산하려는 글꼴

픽셀 단위 높이(pixelHeight) 크기를 계산하려는 글꼴의 픽셀 높이

두께(thickness) 크기를 계산하려는 글꼴의 두께

반환값(Returns)

글꼴 크기(retval) 글꼴의 크기