0

I am trying to implement the Viola-Jones algorithm on FPGA. I am not sure what I should do about the cascade of classifiers. How should I implement it on the FPGA?

Roxana_A
  • 3
  • 2

1 Answers1

0

Check out this paper, seems exactly what you're looking for. You'll need a handle on VHDL or some hardware-description-language as well as some sort of breakout board like the Altera they are using.

Project Files and Source Code

Jello
  • 420
  • 6
  • 13