Functions | |
def | adjustResultCoordinates (polys, ratio_w, ratio_h, ratio_net=2) |
def | getDetBoxes (textmap, linkmap, text_threshold, link_threshold, low_text, poly=False) |
def | getDetBoxes_core (textmap, linkmap, text_threshold, link_threshold, low_text) |
def | getPoly_core (boxes, labels, mapper, linkmap) |
def | warpCoord (Minv, pt) |
Copyright (c) 2019-present NAVER Corp. MIT License
def node_scripts.craft.craft_utils.adjustResultCoordinates | ( | polys, | |
ratio_w, | |||
ratio_h, | |||
ratio_net = 2 |
|||
) |
Definition at line 318 of file craft_utils.py.
def node_scripts.craft.craft_utils.getDetBoxes | ( | textmap, | |
linkmap, | |||
text_threshold, | |||
link_threshold, | |||
low_text, | |||
poly = False |
|||
) |
Definition at line 300 of file craft_utils.py.
def node_scripts.craft.craft_utils.getDetBoxes_core | ( | textmap, | |
linkmap, | |||
text_threshold, | |||
link_threshold, | |||
low_text | |||
) |
Definition at line 25 of file craft_utils.py.
def node_scripts.craft.craft_utils.getPoly_core | ( | boxes, | |
labels, | |||
mapper, | |||
linkmap | |||
) |
Definition at line 116 of file craft_utils.py.
def node_scripts.craft.craft_utils.warpCoord | ( | Minv, | |
pt | |||
) |
Definition at line 17 of file craft_utils.py.