ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lf_func Namespace Reference

Functions

def trans_order (imgSAIs)
 
def make_err_map (pr, gt, path, weight, duration)
 
def make_gird (src, ang_size, path)
 
def make_gif (src, path, duration)
 
def make_gif2 (src, path, duration)
 
def make_colorwheel ()
 
def flow_uv_to_colors (u, v, convert_to_bgr=False)
 
def flow_to_color (flow_uv, clip_flow=None, convert_to_bgr=False)
 
def trans_SAIs_to_LF (imgSAIs)
 
def img_to_blob (img)
 
def blob_to_img (blob)
 
def change_order (imgs, batch_size)
 

Function Documentation

◆ blob_to_img()

def lf_func.blob_to_img (   blob)

◆ change_order()

def lf_func.change_order (   imgs,
  batch_size 
)

◆ flow_to_color()

def lf_func.flow_to_color (   flow_uv,
  clip_flow = None,
  convert_to_bgr = False 
)

◆ flow_uv_to_colors()

def lf_func.flow_uv_to_colors (   u,
  v,
  convert_to_bgr = False 
)

◆ img_to_blob()

def lf_func.img_to_blob (   img)

◆ make_colorwheel()

def lf_func.make_colorwheel ( )

◆ make_err_map()

def lf_func.make_err_map (   pr,
  gt,
  path,
  weight,
  duration 
)
weight = 1.2

◆ make_gif()

def lf_func.make_gif (   src,
  path,
  duration 
)

◆ make_gif2()

def lf_func.make_gif2 (   src,
  path,
  duration 
)

◆ make_gird()

def lf_func.make_gird (   src,
  ang_size,
  path 
)

◆ trans_order()

def lf_func.trans_order (   imgSAIs)

◆ trans_SAIs_to_LF()

def lf_func.trans_SAIs_to_LF (   imgSAIs)