I have a very important question.
I need to use C6713 and CCSv5 for digital image processing application. Since digital image processing requires manipulation of 2-D vectors, I need to check whether the 2-D vector contains the data which are correct or not.
In matlab, I can check the 2-D vector values by using various plots like:
(this is a vector kernal containing 2d Gaussian distributed data)
(this is to visulize this vector with matlab plot).
But I need to use CCSv5 and C programming to defining and manipulating the 2-D vector. But I could only check the vector content like below:
(I can only check row by row).
Could you please tell me how to use CCS graph tools to visualize or check the vectors with similiar perspective as matlab?
This is a very important problem for me since I need to frequently check the vector content to make my image processing modules successful.
Thank you very much!
yu
