Skip to content

Geometric hashing implementation for model-based visual tracking

Notifications You must be signed in to change notification settings

DanMesh/GeoHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GeoHash

Geometric hashing implementation for model-based visual tracking

A first attempt at a complete model-based tracking system for my EEE4022S thesis project.

OpenCV Setup

1. Download OpenCV

brew install pkg-config
brew install opencv

2. Set XCode search paths

In the project's Build Settings:

  • Set 'Header Search Paths' to /usr/local/Cellar/opencv/3.4.2/include
  • Set 'Library Search Paths' to /usr/local/Cellar/opencv/3.4.2/lib

3. Add the relevant frameworks to the project

  • Right click on the project in the naviagtor and select "Add Files to [Project]..."
  • Navigate to /usr/local/Cellar/opencv/3.4.2/lib/
  • Add the following files:
    libopencv_core.3.4.2.dylib
    libopencv_highgui.3.4.2.dylib
    libopencv_imgproc.3.4.2.dylib
    

About

Geometric hashing implementation for model-based visual tracking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages