------------------
- fixed `idc.imgaug.filter.transfer_region` method: image segmentation layers now use values (0,255)
- using underscores now instead of dashes in dependencies (`setup.py`)
- renamed `idc.imgaug.filter._sub_images_utils.process_image` to `extract_regions`
- added `crop-to-label` filter that crops the image to the bbox of the annotation with the specified label
- the `sub-images` and `meta-sub-images` filter now have options to generate a regions via predefined number
of rows/cols or row height/col width on the fly, useful when dealing with images of differing dimensions
(and the regions parameter is now optional)