All projects and assignments are based on '2024 Spring Computer Vision(1)' by KNU CVMIP Lab.
This lecture is 'Blended Learning'; Video Lecture for theories, In-person Class for coding practice.
Week.02 ~ Week.07 : Closed-book Hand-writing (From Lecture and Assignments)
- Homogeneous Coordinate Calculation
- Sobel Mask Direction Vector Calcualtion
- Moravec Algorithm Confidence Calculation
- Covariance Matrix of Test Scores from Two Students
- Hand-writing Code: Dissolve of Two Images (week03)
Week.09 ~ Week.12 : Closed-book Hand-writing (Includes Basis from Previous Lecture)
- Euclidean Distance Calculation of Two Vectors
- SIFT : Feature Descriptor Direction Vector Quantization, Weighted Vector, and Normalized Histogram
- PCA : Calculate Eigen Value and Vector of Two Images and Dimensionality Reduction
- Hand-writing Code: Harris Corner Confidence Map Calculation (p = Gdy2, q = Gdx2, r = Gdxy)