c++ - Common Vehicle Type Recognition Algorithms -


i trying write program in c++ using opencv toolkit accepts single back-view image containing @ 1 vehicle input, , classifies 4 categories:

  • car
  • truck
  • light truck
  • bus

what looking common algorithms used challenges this.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -