Skip to content

projecthexsheffield/hexcv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Hex Computer Vision Repository

Running Demos

Should be in the build directory and can be run like any other program. OpenCV is a little strange and requires arguments to be passed using =, like the following:

./east --dmp=../models/frozen_east_text_detection.pb --rmp=../models/crnn.onnx --vp=../models/alphabet_36.txt

Toolchain

  • C++20 (no real excuse to use old standards)
  • C++ Modules (header files are disgusting)
  • Meson (less abhorrent than Make or CMake)
  • OpenCV (most mature computer vision library around)
  • Clang (has better linting, formatting, and module support)
  • Mold (because even linkers need to be specified...)
  • ccache (for some reason this isn't the default?)

Learning Resources

Shape Recognition

Character Recognition

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published