| Japanese | English |
Design Specification
1. Purpose2. Design enviroment
3. Principle
3-1. HOG
3-2. SVM
3-3. Algorithm
4. Challenge
20th LSI Design Contests・in Okinawa Design Specification - 4
4.Challenge
In the basic challenge, along the following main flow, it will be carried out the design of the circuit for performing the human detection by Histogram of Oriented Gradients of image.
1.Input the image (static image or moving image)
2.Converting input image to the grayscale image
3.Human detection by HOG and classifier
4.Fusion multiple
5.Output the resulting image
(As can be seen by a third party, you should mark the matched portions of the resulting image.)
About input and output
Input:image (static image or moving image) (Size:640×480)
Output:Resulting image (Size:640×480)
※In Level1 we may be we change about the input and output.
In free challenge, have them create a circuit for human detection by Histogram of Oriented Gradients a variety of algorithms.
About input and output
Input:image (static image or moving image) (Size:Arbitrary Values)
Output:Resulting image (Size:Same of Searching image)