A simple camera tool
Click on any of the bars to be navigated to the respective page
Image Processing Algorithms
Reading the Learning Processing textbook gave me an impromptu, but effective introduction to image processing and computer vision concepts.
PImage Class/Data Type
Experimenting with loading and drawing images helped me understand functionality and many possibilities of manipulation by the use of pixels.
Video Library for Processing 4
Watching Daniel Shiffman's YouTube videos about working with videos in Processing gave me the most important tool to make my final project.
One of the first inspirations for my final project was the population MacOS application Photo Booth, which later on expanded to Photoshop.
Classes
Libraries
Functions
Video for Processing 4
Image Processing for Processing
Image Class (derived from PImage and Capture Class)
Button Class (for ClickButton and other Buttons)
Slider Class (for different sliders)
saveFrame() - to save image after click
saveImage() - to save after edits have been made
restart() - restarting the whole process after image has been saved
mousePressed() - detecting mouse clicks are making a better user interface
functions to implement image processing algorithms
Trying to imagine the project result to the best of my ability within the time constraints. The layout and visual aesthetic aren't different to a great degree. But there will definitely be some compromises and improvements throughout the coding process.
A simple camera tool