Skip to content
/ PDI Public

Exercises from a Digital Image Processing class.

License

Notifications You must be signed in to change notification settings

IBonato/PDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDI

Exercises from a Digital Image Processing class.

CubePerspective.c - draw a 3D colored cube and change the camera position by pressing F1 to F6. Compile: gcc -o CubePerspective CubePerspective.c -lglut -lGL -lGLU -lm

Histograma - adjust the brightness, contrast, convert to grayscale and generates the normalized histogram of a given image.

Compile:

  • Create a build folder
make
./PDI_example01 ../yourimage.jpg

About

Exercises from a Digital Image Processing class.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published