Hi,
Thanks for your post.
May be, I would recommend you to use DSP IMG library package available for download and even c67x devices are a part of c64x+ devices which does supports DSP IMG library package and you can download the same from the below…
Hi g.f,
I am not expert on this, you may be right. I will ask others to comment.
As per IMGLIB relase page, you can achieve higher performance than equivalent code written in standard ANSI C language.
http://www.ti.com/tool/sprc264
You can also…
Ali,
Good day!
1. For Ti processors, always choose the product folder and navigate to the software development tools from there, to get the latest
For example, for C6678,
1. I will first click on the product folder, https://www.ti.com/product…
Thanks,
I've been roaming through these forums but haven't been able to find enough data for comparisons.
Any help would be greatly apreciated.
ps: i just want to point out that the
Performance & Benchmarks
link at this page (http:/…
Hi,
Thanks for your post.
May be, I would recommend you to use DSP IMG library package available for download and even c67x devices are a part of c64x+ devices which does supports DSP IMG library package and you can download the same from the below…
Hello Volkan, As you mentioned the VLIB_convertUYVYint_to_RGBpl() function takes the interleaved frame UYVY and its output is planar format (3 arrays each one contains color channel of R or G or B) However you can do it in two steps: 1) Convert from UYUV…
Hi Bhargavi,
There are example projects in dvsdk package for DM6437.
You can try these example to get understanding how video frames are captured and processed.
software-dl.ti.com/.../index_external.html
You can download C64XPLUS-IMGLIB from…
1) Power routines are part of Mathlib
8) Transforms 9)Thresholds
Transforms are part of DSPlib (FFT), IMGlib(DCT, Wavelet).
http://www.ti.com/tool/sprc264
More Image processing transform (Hough) and thresholding functions are part of the vlib…