Altera_Forum
Honored Contributor
16 years agoHow to insert pixel values?
I am new in VHDL and i am currently working on my diploma thesis which is about hardware implementation of a neural network that does face detection using viola-jones algorithm.My question is that i want to insert a window(let's say 20x20 pixels).So i want to know which is the most efficient way to insert the values of the pixels serially(one by one).I think of making an 2 dimensional array but it uses a lot of pins.As i said before i am new in VHDL so please understand my lack of knowledge.Thanks in advance.
PS. The value of each pixel would be an std_logic_vector or bit_vector since the image would be in grayscale mode.