write_json_line_by_line
write_json_line_by_line(data, file_path)
data
file_path
read_csv_to_dic_list
read_csv_to_dic_list(file_path)
read_json
read_json(file_path)
read_json_line_by_line
read_json_line_by_line(file_path)
find_file
find_file(pattern, path)
pattern
path
write_csv_from_json_list
write_csv_from_json_list(data, output_path)
output_path
group_dict
group_dict(data, lambda_expr)
lambda_expr
load_settings
load_settings(path)
get_grayscale
get_grayscale(image)
image
remove_noise
remove_noise(image)
thresholding
thresholding(image)
thresholding_med
thresholding_med(image)
dilate
dilate(image)
erode
erode(image)
opening
opening(image)
canny
canny(image)
deskew
deskew(image)
match_template
match_template(image, template)
template
extract_text
extract_text(img)
img
preprocess_img
preprocess_img(image)
extract_frames
extract_frames(video_path, out_path, fps)
video_path
out_path
fps
process_frame
process_frame(frame)
frame
from nbdev.export import notebook2script notebook2script()