Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Image/Video Reader Without OpenCV

Usage

from SimpleReader import Reader


reader = Reader("filename/folder/")
for image in reader():
    # image: (H, W, C), BGR format
    pass 

TODO

  • More TEST
  • Output RGB/RGBA instead of BGR

License

MIT License

About

A Simple Image/Video Reader Without OpenCV

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages