Skip to content

CS598TeamAwesome/Project1-ColorTextureShape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project1-ColorTextureShape

Implementation of Project 1 for extracting Color, Texture, and Shape features

Assignment Description

How To

  1. Get Dependencies
  1. Set up build
  • Create a build directory
  • run cmake and specify the source and build directories ($ cd build && cmake path/to/source), on windows you will also need to specify the location of OpenCV
  1. Build
  • Use builder of your preference generated by cmake ($ make, xbuild /p:Configuration=Release, ...)
  1. Extract test data
  • Extract "wang_subset.zip" into your build directory
  1. Run
  • $ Test
  • Will generate colorhist_ranks.out, correlogram_ranks.out, hog_ranks.out, ...

About

Implementation of Project 1 for extracting Color, Texture, and Shape features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages