README.md
setup.cfg
setup.py
ovl/__init__.py
ovl.egg-info/PKG-INFO
ovl.egg-info/SOURCES.txt
ovl.egg-info/dependency_links.txt
ovl.egg-info/requires.txt
ovl.egg-info/top_level.txt
ovl/camera/__init__.py
ovl/camera/camera.py
ovl/camera/camera_calibration.py
ovl/camera/camera_settings.py
ovl/connections/__init__.py
ovl/connections/connection.py
ovl/connections/http_connection.py
ovl/connections/network_location.py
ovl/connections/network_tables_connection.py
ovl/connections/network_validation.py
ovl/connections/serial_connection.py
ovl/detectors/__init__.py
ovl/detectors/detector.py
ovl/detectors/haar_cascade_detector.py
ovl/detectors/threshold_detector.py
ovl/direction_modifiers/__init__.py
ovl/direction_modifiers/direction_modifier.py
ovl/direction_modifiers/stop_if_close_modifier.py
ovl/directions/__init__.py
ovl/directions/directing_functions.py
ovl/directions/director.py
ovl/exceptions/__init__.py
ovl/exceptions/exceptions.py
ovl/helpers/__init__.py
ovl/helpers/function_description.py
ovl/helpers/get_defined_functions.py
ovl/helpers/remove_none_values.py
ovl/helpers/team_number_to_ip.py
ovl/helpers/types.py
ovl/helpers/vision_detector_arguments.py
ovl/image_filters/__init__.py
ovl/image_filters/image_filter.py
ovl/image_filters/image_filters.py
ovl/image_filters/kernels.py
ovl/image_utilities/__init__.py
ovl/image_utilities/display_contours.py
ovl/image_utilities/display_image.py
ovl/image_utilities/is_image.py
ovl/image_utilities/naming_conventions.py
ovl/image_utilities/open_image.py
ovl/image_utilities/photo_array.py
ovl/math/3d_math.py
ovl/math/__init__.py
ovl/math/contours.py
ovl/math/default_math_functions.py
ovl/math/geometry.py
ovl/math/image.py
ovl/math/shape_fill_ratios.py
ovl/morphological_functions/__init__.py
ovl/morphological_functions/morphological_functions.py
ovl/partials/__init__.py
ovl/partials/filter_applier.py
ovl/partials/keyword_partial.py
ovl/partials/reverse_partial.py
ovl/target_filters/__init__.py
ovl/target_filters/conditional_contour_filter.py
ovl/target_filters/contour_filter.py
ovl/target_filters/contour_filters.py
ovl/target_filters/sorter_helper_functions.py
ovl/target_filters/sorters.py
ovl/target_filters/shape_filters/__init__.py
ovl/target_filters/shape_filters/circle_filter.py
ovl/target_filters/shape_filters/constraining_circle_filter.py
ovl/target_filters/shape_filters/horizontal_rectangle_filter.py
ovl/target_filters/shape_filters/polygon_filter.py
ovl/target_filters/shape_filters/rotated_rectangle_filter.py
ovl/target_filters/shape_filters/rotated_square_filter.py
ovl/target_filters/shape_filters/straight_rectangle_filter.py
ovl/target_filters/shape_filters/straight_square_filter.py
ovl/target_filters/shape_filters/triangle_filter.py
ovl/target_filters/shape_filters/vertical_rectangle_filter.py
ovl/thresholds/__init__.py
ovl/thresholds/binary_threshold.py
ovl/thresholds/canny_edge.py
ovl/thresholds/threshold.py
ovl/thresholds/color/__init__.py
ovl/thresholds/color/built_in_colors.py
ovl/thresholds/color/color.py
ovl/thresholds/color/multi_color.py
ovl/visions/__init__.py
ovl/visions/ambient_vision.py
ovl/visions/load_vision_json.py
ovl/visions/multi_vision.py
ovl/visions/vision.py