March 2020
Intermediate to advanced
366 pages
9h 8m
English
To run the application, we will turn to the chapter1.py script. Follow these steps to do so:
import wximport cv2import numpy as np
from wx_gui import BaseLayoutfrom tools import apply_hue_filterfrom tools import apply_rgb_filtersfrom tools import load_img_resizedfrom tools import spline_to_lookup_tablefrom tools import cartoonizefrom tools import pencil_sketch_on_canvas
def ...