Skip to content

#1 changed `std::Vec<RgbImage>` to `std::collections::Hashmap<String,RgbImage` provide more informations of processesd Data

Steven Fleischer requested to merge pixe_substractor_feature into image_processing

The output images should have the same name as the input images. Accordingly, the read-in vector was converted into a std::collections::HashMap<String,img::RgbImage>.

Merge request reports