Skip to content

Kratos-The-Rover/opencvDatasetModifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!!

About

Creating large datasets from a small pool of images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • CMake 2.6%