Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 556 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 556 Bytes

opencvDatasetModifier

Creating large datasets from a small pool of images

Build Instructions: -Any C++ compiler that supports c++17 -Opencv4.X -ninja/make -mkdir build && cd build -cmake -G"Ninja" ..

To Do: 1)Bring linux support -Done(credits @Mehul Gupta(sombr3ro) 2)Remove black patches when rotating image 3)add more filters in addition to contrast and brightness 4) csv loader becomes slower for larger datasets,implementing a faster csv reader 5)Only supports full hd images ,support for higher resolution images coming up soon!!