Functions | |
def | cvt2HeatmapImg (img) |
def | denormalizeMeanVariance (in_img, mean=(0.485, 0.456, 0.406), variance=(0.229, 0.224, 0.225)) |
def | normalizeMeanVariance (in_img, mean=(0.485, 0.456, 0.406), variance=(0.229, 0.224, 0.225)) |
def | resize_aspect_ratio (img, square_size, interpolation, mag_ratio=1) |
Copyright (c) 2019-present NAVER Corp. MIT License
def node_scripts.craft.imgproc.cvt2HeatmapImg | ( | img | ) |
Definition at line 71 of file imgproc.py.
def node_scripts.craft.imgproc.denormalizeMeanVariance | ( | in_img, | |
mean = (
0.485, 0.456, 0.406) , |
|||
variance = (
0.229, 0.224, 0.225) |
|||
) |
Definition at line 28 of file imgproc.py.
def node_scripts.craft.imgproc.normalizeMeanVariance | ( | in_img, | |
mean = (
0.485, 0.456, 0.406) , |
|||
variance = (
0.229, 0.224, 0.225) |
|||
) |
Definition at line 14 of file imgproc.py.
def node_scripts.craft.imgproc.resize_aspect_ratio | ( | img, | |
square_size, | |||
interpolation, | |||
mag_ratio = 1 |
|||
) |
Definition at line 41 of file imgproc.py.