DSPRelated.com
Forums

DM6437 with edge detection code

Started by pabl...@ctag.com July 8, 2011
I have EVM6437 and I want to do some video processing (such edge detection, morphological transformation, segmentation, etc ) but I don't know where I find projects for this board.Has anyone some image processing code/projects for DM6437?

Thanks a lot.

_____________________________________
I have EVM6437 and I want to do some video processing (such edge detection, morphological transformation, segmentation, etc ) but I don't know where I find projects for this board.Has anyone some image processing code/projects for DM6437?
>
>Thanks a lot.
>
>_____________________________________
>
>Hi
"I have EVM6437 and I want to do some video processing (such edge detection, morphological transformation, segmentation, etc ) but I don't know where I find projects for this board.Has anyone some image processing code/projects for DM6437?"

i would like to know what had to do .
plz any will provide how to do this and Demo code for this .where to change .

_____________________________________
badriindia,

My suggestion is to perform your research for an existing application on the
TI.com and spectrum digital web sites.

Since this is your project, I would suggest your research should be toward the
acquisition of knowledge on how such programing is performed. Then if your
search for a pre-written application is not successful, you can write your own.

We are happy to help you debug your code.

You will learn LOTS more and actually know how your code works, then you will be
able to modify your code to exactly fit the needs of your project.

R. Williams
---------- Original Message -----------
From: b...@gmail.com
To: c...
Sent: Sat, 23 Jul 2011 14:34:35 -0400
Subject: [c6x] Re: DM6437 with edge detection code

> I have EVM6437 and I want to do some video processing (such edge
> detection, morphological transformation, segmentation, etc ) but I
> don't know where I find projects for this board.Has anyone some image
> processing code/projects for DM6437?
> >
> >Thanks a lot.
> >
> >_____________________________________
> >
> >Hi
> "I have EVM6437 and I want to do some video processing (such edge
> detection, morphological transformation, segmentation, etc ) but I
> don't know where I find projects for this board.Has anyone some image
> processing code/projects for DM6437?"
>
> i would like to know what had to do .
> plz any will provide how to do this and Demo code for this .where to
> change .
------- End of Original Message -------

_____________________________________
Hello,

we have used VLIB do do canny edge detection on a DM6446, I think you
can use it with any C6x (or C64x not sure) In any case it comes with a
full CCS project example.

http://processors.wiki.ti.com/index.php/Software_libraries#VLIB

You should also have a look to IMGLIB and VICP.

Best regards,

Sara

b...@gmail.com wrote:
>
> I have EVM6437 and I want to do some video processing (such edge
> detection, morphological transformation, segmentation, etc ) but I
> don't know where I find projects for this board.Has anyone some image
> processing code/projects for DM6437?
> >
> >Thanks a lot.
> >
> >_____________________________________
> >
> >Hi
> "I have EVM6437 and I want to do some video processing (such edge
> detection, morphological transformation, segmentation, etc ) but I
> don't know where I find projects for this board.Has anyone some image
> processing code/projects for DM6437?"
>
> i would like to know what had to do .
> plz any will provide how to do this and Demo code for this .where to
> change .