Skip to content

Ofloo/compv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,882 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Hand-written assembler
  • SIMD (SSE, AVX, NEON)
  • GPGPU
  • Smart multithreading (minimal context switch, no false-sharing, no boundaries crossing..)
  • Smart memory access (data alignment, cache pre-load, cache blocking, non-temporal load/store for minimal cache pollution, smart reference counting...)
  • Fixed-point math
  • ... and many more

About

Insanely fast computer vision library for ARM and x86 devices (Up to #50 times faster than OpenCV)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 49.5%
  • C 41.2%
  • Assembly 8.7%
  • Objective-C 0.4%
  • Perl 0.1%
  • Java 0.1%