Hi,
I'm trying to determine if we have enough horsepower to perform the following processing using two C66x DSPs on the AM572x. I'm hoping to get a MHz estimate for each algorithm to help size up the total requirements. Anybody have any knowledge of the DSP processing requirements? Thanks.
1) Image rectification:
Rectify two 752x480x8bit images with bilinear interpolation.
2) Stereo matching and disparity map generation:
Generate a 6-element feature vector for each pixel of the two rectified images
with 6 19x11 binarized DCT kernels.
The cost function is SAD (Sum of Absolute Difference) of the above generated
feature vectors over 40 disparities.
The best disparity for each pixel is the one with minimum cost among the 40 disparities.