Skip to content

constdigit/nano-die

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano Die

This is a small project targeted to embedded devices (e.g. Nvidia Jetson) in which we try to mix some methods of digital image enhancement.

We plan to introduces a set of automatic presets and ability to perform some manual actions on image or ROI.

Contributing

For contributing to this project follow next steps:

  1. Clone repository and make your own branch.
  2. Adhere to Mozilla Coding Style with this distinctions:
  • camelCase for functions names
  • Don't use prefix 'a' for functions arguments
  • SCREAMING_SNAKE_CASE reserved for macros
  • Constants as in Google C++ Style Guide
  • Files extensions for source and headers - .cpp/.hpp respectively
  • snake_case for files naming
  1. Push your changes.

About

Tiny project for testing some image enhancement methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published