-
The repository includes:
- all refined assignments of SJTU SE342 (Authum 2016)
-
SE342 is a compulsory course on introduction to computer vision for those whose major is Software Engineering(Digital Media).
- Not published
- Fauxtoshop (From CS106X Assignment 1 )
- A photo editor with advanced features like green screen, “scatter” blur effect, and edge detection.
- To make use of C++ basics such as Strings and Streams.
- WordLadder, Two flavors of AI (From CS106X Assignment 2)
- A word ladder is a connection from one word to another formed by changing one letter at a time with the constraint that at each step the sequence of letters still forms a valid word.
- Two flavors of random sentence generator: (1)Statistical Random Sentence Generator; (2)Grammar Rules Random Sentence Generator.
- To make use of the notion of abstraction and C++ class templates.