Qbicz / real-time-shape-detection

CV/AI: use ARM Mali GPU on ODROID-XU4 single-board computer + OpenCL acceleration to achieve real time shape and orientation detection of fast moving objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Train SVM basing on acorn images

Qbicz opened this issue · comments

  • compute Hu moments
  • label Hu moment vectors in JSON
  • train SVM
  • try classification and tune SVM parameters

As #11 is merged, we can close it. Good job!