Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21611 Discussions

Background Subtraction

Altera_Forum
Honored Contributor II
1,059 Views

Hi  

I am doing Background subtraction with Altera DE2 and Terasic D5M camera. 

i want to use Frame difference algorithm but i have problem. 

please help me if you know how to do that. 

 

the formula is  

| I_frame – I_background| > Th 

then update background is  

B(i + 1)= α * F(i)+ (1 - α) * B(i) 

but it's not work for me
0 Kudos
0 Replies
Reply