LICENSE
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_configuration.py
ovl/camera/camera_properties.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/directions/target_selector.py
ovl/exceptions/__init__.py
ovl/exceptions/exceptions.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/morphological_functions/__init__.py
ovl/morphological_functions/morphological_functions.py
ovl/networktables_connection/__init__.py
ovl/networktables_connection/network_tables_connection.py
ovl/networktables_connection/network_validation.py
ovl/ovl_math/__init__.py
ovl/ovl_math/contours.py
ovl/ovl_math/geometry.py
ovl/ovl_math/image.py
ovl/ovl_math/math_3d.py
ovl/ovl_math/shape_fill_ratios.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/contour_filters.py
ovl/target_filters/predicate_target_filter.py
ovl/target_filters/shape_filter_constants.py
ovl/target_filters/sorter_helper_functions.py
ovl/target_filters/sorters.py
ovl/target_filters/target_filter.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/utils/__init__.py
ovl/utils/constants.py
ovl/utils/get_function_name.py
ovl/utils/team_number_to_ip.py
ovl/utils/types.py
ovl/utils/vision_detector_arguments.py
ovl/visions/__init__.py
ovl/visions/ambient_vision.py
ovl/visions/multi_vision.py
ovl/visions/vision.py