Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages