Hi,
I have to write a real-time RA application for an internship. So I have to deal with commercial use of the libraries. I don't really know if TBB is useful because I have a Xeon + Nvidia Quadro. I was wondering about how TBB works : I saw that optimizations are already implemented in OpenCV and including TBB when I build with Cmake will allow these optimizations to be used. So if I write my application without TBB and do some benchmarks with the 30days evaluation later, will I see some improvements ? I think that it's to simple to work... If I recompile OpenCV with TBB support later, will I have to recompile everything ? Because CUDA support is quite long.
Thanks !