Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chandnii7/Corner-Detection

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corner Detection and HOG Feature Comparison

Objectives:

  1. Gaussian Noise and Smoothing
  2. Harris Corner Detection
  3. Non-maximum Suppression
  4. Corner Localization
  5. Extract Feature Vectors with HOG
  6. Feature Comparison

Interactively controlled parameters:

  • Variance for gaussian (scale)
  • Smoothing value for gaussian smoothing (filter size)
  • Neighborhood size for computing the correlation matrix
  • Weight of the trace in the Harris corner detection
  • Threshold value for non-maximum Suppression

Program was implemented using Python and OpenCV. Refer the report for further implementation details and instructions to run the code: View Report

Results:

  1. Corner Detection with implemented Harris corner detection function and OpenCV:
Implemented Harris Corner Detection OpenCV

  1. Corner Detection with Gaussian Noise (variance = 1) and Gaussian Smoothing (filter size = 15):
Implemented Harris Corner Detection OpenCV

  1. Feature Comparison with Features Extracted:
Image 1 Image 2

About

Program for Harris Corner Detection with non-maximum Suppression, HOG Feature Extraction, Feature Comparison, Gaussian Noise and Smoothing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.