Skip to content

DoubangoTelecom/compv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is our R&D Computer Vision project. For now there is no documentation and it's not intended to be used by other companies.

Speed comparison against OpenCV: speed_compare (core i7 quad@4ghz).txt


Insanely faaaaast

  • Hand-written assembler (10% of the code)
  • SIMD (SSE, AVX, NEON)
  • GPGPU (CUDA, OpenVINO, OpenCL, OpenGL, NNAPI and Metal)
  • 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

SDKs using our code

Online demo apps using our code

Technical questions

Please check our discussion group or twitter account