Skip to content

Commit

Permalink
Update exercise_classical_cv.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshekasta committed May 1, 2024
1 parent ef68368 commit a28c992
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions chapters/en/unit1/exercise/exercise_classical_cv.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
TBD
https://www.pexels.com/photo/close-up-shot-of-slices-of-pomegranate-on-a-black-surface-5989139/
# 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/

0 comments on commit a28c992

Please sign in to comment.