![]() |
|
|
|
#1 |
|
Hi people... I am trying to find a vhdl code for 3x3 sobel algorithm to implement on a Spartan 3, FPGA. I have found many papers on the subject but they are all from a high level of abstraction and none include any actual code. Any help would be greatly appreciated. Ross Albi rossalbi |
|
|
|
|
#2 |
|
Posts: n/a
|
On 11 Dec, 12:59, rossalbi <rossa...@hotmail.com> wrote:
> Hi people... > > I am trying to find a vhdl code for 3x3 sobel algorithm to implement > on a Spartan 3, FPGA. > > I have found many papers on the subject but they are all from a high > level of abstraction and none include any actual code. > > Any help would be greatly appreciated. > > Ross Albi This is because, companies would normally sell the code as IP. So either you will have to find someone who sells it, or write one yourself. Tricky |
|
|
|
#3 |
|
Posts: n/a
|
> rossalbi wrote: >> I am trying to find a vhdl code for 3x3 sobel algorithm to implement >> on a Spartan 3, FPGA. >> >> I have found many papers on the subject but they are all from a high >> level of abstraction and none include any actual code. >> One in C... http://www.pages.drexel.edu/~weg22/edge.html sprocket |
|