Skip to content

progjogos3d/imageapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imageapi

A simple image API used in Tech Art classes. It includes:

  • A Vector3 class
  • Color conversion functions (toRGB, hsvToRGB, etc)
  • Image unary and binary filters (filter, hsvFilter)
  • Image convolution
  • Histogram and accumulated histogram calculation

The codes are educational, so performance is NOT a factor taken into account. Also, the code is based on static functions and a few lambdas, not in object oriented programming.

It also contains a bunch of Activities files, with exercises.

Version history

19/03/2020 - First commit

About

A simple image API used in Tech Art classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages