parser = argparse.ArgumentParser(description='This program shows how to use background subtraction methods provided by \ OpenCV. You can process both videos and images.') parser.add_argument('--input' ...
This script processes a set of images to generate depth maps and corresponding point clouds. The resulting point clouds are saved in the specified output directory. Usage: python script.py --encoder ...