For which applications can I use the dagle beagleboard kernel? Can I use DSP acceleration for background subtraction algorithm?

For which applications can I use the dagle beagleboard kernel? Can I use DSP acceleration for background subtraction algorithm in OpenCV?

+5
source share
4 answers

You can use DSP for all kinds of calculations. It is a general purpose processor optimized for DSP applications. So yes, even floating point things will work, although performance will not be great.

DSP , . DSP , .

, : , - ( bayer). 8- 24- . , beagleboard DSP, ~ 350 , 144 . .

DSP hello world . DSP ( DSPLINK). () DSP/ARM, . .

, , DSP, , DMA, .

, , DSP, Cortex-A8, . , , . ARM9, DSP, , .

+6

, , OpenCV, .

DSP BeagleBoard , (320x240, , 640x480), .. , .

:

DSP TI C6xxx : (C64xx) , (C67xx) . , Intel.

BeagleBoard-xm C64xx, . , , , , , . , .

+3

, , GPP (ARM) DSP. dsp c64x. . DSP BIOS: http://omappedia.org/wiki/DSPBridge_Project

, NEON Cortex A8 , . , C DSP-/.

+1

Not applicable to ARM devices, but for people landing here after searching for “DSP” and “OpenCV,” for high performance on x86-based servers, the TI c66x processor series, which has 32-bit fixed and floating instructions, is a good choice. OpenCV has been ported to c66x accelerator cards and works without problems:

http://processors.wiki.ti.com/index.php/C66x_opencv

0
source

All Articles