Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Req: - FPGA IMPLEMENTATIONS

Status
Not open for further replies.

arunragavan

Advanced Member level 1
Joined
Jul 1, 2004
Messages
415
Helped
30
Reputation
60
Reaction score
9
Trophy points
1,298
Location
India
Activity points
5,028
FPGA IMPLEMENTATION OF SUM OF SQUARES ARITHMETIC FOR EDGE DETECTION

well guys the above s the topic which am currently dealin with.. am kinda confused with wot the input of by blocks are.. how do i input a matrix into my blocks.. etc etc.. can anyone help me on the above topic with relevent topics..

with regards,
 

Does your project has anything to do with the implementation of algorithms for Image Processing?
Are you looking for a specific algorithm? If yes why don't you have a look at IEEE?
Or have you find it and have problem in implementation with vhdl/verilog?
 

well i want to implement sobel algorithm for edge detection.. I want to implement this in VHDL or verilog.. kinda very confused.. i want someone who can help me on this.. some codes for sobel's edge detection method.


with regards,
 

arunragavan said:
well i want to implement sobel algorithm for edge detection.. I want to implement this in VHDL or verilog.. kinda very confused.. i want someone who can help me on this.. some codes for sobel's edge detection method.


with regards,

/http://www.pages.drexel.edu/~weg22/edge.html

this site gives a code in C, see if this helps in ggetting an idea to write a VHDL code.


not only u need to adopt the sqrt(Gx^2 + Gy^2) method, u oculd also use |Gx| + |Gy| also. use google to search for the method search string: "sober operator tutorials"

/cedance
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top