Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions chapters/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
local: "unit1/feature-extraction/feature-matching"
- title: Real-world Applications of Feature Extraction in Computer Vision
local: "unit1/feature-extraction/real-world-applications"
- title: Exercise of Feature Extraction in Computer Vision
local: "unit1/exercise/exercise_classical_cv"
- title: Unit 2 - Convolutional Neural Networks
sections:
- title: Introduction to Convolutional Neural Networks
Expand Down
24 changes: 24 additions & 0 deletions chapters/en/unit1/exercise/exercise_classical_cv.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Classical CV Exercise

Dear Learner,

Welcome to the practical segment of this course unit. Here, we'll apply the concepts covered in the lessons to reinforce your understanding. While this isn't a graded assignment, completing it will help solidify your comprehension of the material.

## The Task 📄
Your objective is to locate the position of a smaller image within a larger one without employing any Artificial Neural Networks (ANN). You'll be provided with two images: one containing the full scene and the other, a subset of the larger image.

Here are the sample images for your reference:

big picture:
<div class="flex justify-center">
<img src="https://github.com/michaelshekasta/computer-vision-course/blob/exercies-cv-classical/chapters/en/unit1/exercise/full_image.jpg?raw=true" alt="full_picture">
</div>
small picture:
<div class="flex justify-center">
<img src="https://github.com/michaelshekasta/computer-vision-course/blob/exercies-cv-classical/chapters/en/unit1/exercise/sub_image.jpg?raw=true" alt="small_picture">
</div>

Best of luck!

Resource:
https://www.pexels.com/photo/close-up-shot-of-slices-of-pomegranate-on-a-black-surface-5989139/
Binary file added chapters/en/unit1/exercise/full_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapters/en/unit1/exercise/sub_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.