├── LICENSE ├── README.md ├── extract_xml_region.py └── xml_to_mask.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SarderLab/extract-xml-region/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SarderLab/extract-xml-region/HEAD/README.md -------------------------------------------------------------------------------- /extract_xml_region.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SarderLab/extract-xml-region/HEAD/extract_xml_region.py -------------------------------------------------------------------------------- /xml_to_mask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SarderLab/extract-xml-region/HEAD/xml_to_mask.py --------------------------------------------------------------------------------