cohenaj194 / open-cv-projects

Apache License 2.0
0 stars 51 forks source link

CAI 2840C

How to install needed packages

pip install -r requirements.txt

Alternative method

pip install opencv-python requirements

If that doesnt work use pip3

# run this
pip install -r requirements.txt

# or use this if the first one doesnt work
pip install opencv-python requirements

Round 1

  1. Facial Feature Art Project: Students will create an artistic representation by detecting and manipulating facial features in images. This project emphasizes understanding facial recognition techniques in OpenCV.

  2. Dynamic Color Filtering Art: This project involves creating art through dynamic color filtering. Students will learn to isolate and manipulate specific colors in images or video streams, showcasing creative uses of color segmentation.

  3. Motion Capture Artistic Display: Utilizing motion detection capabilities of OpenCV, students will create an artistic display that responds to motion, highlighting their understanding of motion tracking algorithms.

  4. Pattern and Texture Synthesis Project: In this project, students will experiment with creating unique patterns or textures using image transformations and blending techniques. It focuses on advanced image processing skills like texture synthesis and pattern generation.

Round 2

  1. From [Notebook] Week 2 (Dimensionality Reduction) . Code for csv files found on https://www.kaggle.com/datasets/oddrationale/mnist-in-csv?resource=download . For your assignment try to get new csv files from here https://www.kaggle.com/c/digit-recognizer/code

Round 3

Round 4

foobar