LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
checks/README.md
checks/check_add_to_hue_and_saturation.py
checks/check_addelementwise_timings.py
checks/check_affine.py
checks/check_affinecv2.py
checks/check_average_blur.py
checks/check_background_augmentation.py
checks/check_bb_augmentation.py
checks/check_bilateral_blur.py
checks/check_canny.py
checks/check_channel_shuffle.py
checks/check_clouds.py
checks/check_contrast.py
checks/check_crop_and_pad.py
checks/check_deprecation_warning.py
checks/check_directed_edge_detect.py
checks/check_dtype_float_to_int.py
checks/check_elastic_transformation.py
checks/check_fast_snowy_landscape.py
checks/check_fixed_size.py
checks/check_flip_performance.py
checks/check_fog.py
checks/check_handle_parameters_performance.py
checks/check_heatmaps.py
checks/check_impulse_noise.py
checks/check_imresize_function.py
checks/check_imshow.py
checks/check_jpeg_compression.py
checks/check_kmeans_color_quantization.py
checks/check_laplace_noise.py
checks/check_median_blur.py
checks/check_motion_blur.py
checks/check_multicore_pool.py
checks/check_multiply_hue_and_saturation.py
checks/check_noise.py
checks/check_old_new_draw_text.py
checks/check_parameters.py
checks/check_performance.py
checks/check_perspective_transform.py
checks/check_piecewise_affine.py
checks/check_poisson_noise.py
checks/check_polygons_stay_valid_during_augmentation.py
checks/check_pooling.py
checks/check_resize.py
checks/check_rot90.py
checks/check_seed.py
checks/check_segmentation_maps.py
checks/check_single_image_warning.py
checks/check_snowflakes.py
checks/check_snowflakes_layer.py
checks/check_some_of.py
checks/check_superpixels.py
checks/check_uniform_color_quantization.py
checks/check_visually.py
checks/check_voronoi.py
checks/check_with_hue_and_saturation.py
checks/check_withchannels.py
checks/check_withcolorspace.py
imgaug/DejaVuSans.ttf
imgaug/__init__.py
imgaug/dtypes.py
imgaug/imgaug.py
imgaug/multicore.py
imgaug/parameters.py
imgaug/quokka.jpg
imgaug/quokka_annotations.json
imgaug/quokka_depth_map_halfres.png
imgaug/random.py
imgaug/testutils.py
imgaug/validation.py
imgaug.egg-info/PKG-INFO
imgaug.egg-info/SOURCES.txt
imgaug.egg-info/dependency_links.txt
imgaug.egg-info/requires.txt
imgaug.egg-info/top_level.txt
imgaug/augmentables/__init__.py
imgaug/augmentables/batches.py
imgaug/augmentables/bbs.py
imgaug/augmentables/heatmaps.py
imgaug/augmentables/kps.py
imgaug/augmentables/lines.py
imgaug/augmentables/normalization.py
imgaug/augmentables/polys.py
imgaug/augmentables/segmaps.py
imgaug/augmentables/utils.py
imgaug/augmenters/__init__.py
imgaug/augmenters/arithmetic.py
imgaug/augmenters/blend.py
imgaug/augmenters/blur.py
imgaug/augmenters/color.py
imgaug/augmenters/contrast.py
imgaug/augmenters/convolutional.py
imgaug/augmenters/edges.py
imgaug/augmenters/flip.py
imgaug/augmenters/geometric.py
imgaug/augmenters/meta.py
imgaug/augmenters/overlay.py
imgaug/augmenters/pooling.py
imgaug/augmenters/segmentation.py
imgaug/augmenters/size.py
imgaug/augmenters/weather.py
imgaug/external/__init__.py
imgaug/external/opensimplex.py
imgaug/external/poly_point_isect_py2py3.py
test/test_dtypes.py
test/test_imgaug.py
test/test_multicore.py
test/test_parameters.py
test/test_random.py
test/test_readme_examples.py
test/augmentables/test_batches.py
test/augmentables/test_bbs.py
test/augmentables/test_heatmaps.py
test/augmentables/test_kps.py
test/augmentables/test_lines.py
test/augmentables/test_normalization.py
test/augmentables/test_polys.py
test/augmentables/test_segmaps.py
test/augmentables/test_utils.py
test/augmenters/test_arithmetic.py
test/augmenters/test_blend.py
test/augmenters/test_blur.py
test/augmenters/test_color.py
test/augmenters/test_contrast.py
test/augmenters/test_convolutional.py
test/augmenters/test_edges.py
test/augmenters/test_flip.py
test/augmenters/test_geometric.py
test/augmenters/test_meta.py
test/augmenters/test_mixed_files.py
test/augmenters/test_overlay.py
test/augmenters/test_pooling.py
test/augmenters/test_segmentation.py
test/augmenters/test_size.py
test/augmenters/test_weather.py