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.

need help in sobel edge detection

Status
Not open for further replies.

alangs

Member level 3
Joined
Feb 5, 2010
Messages
57
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Location
india
Activity points
1,681
someone can tell me how sobel algorithm is used in detection edges in an image...how exactly is works??:cry:
 

Sobel is one among best filters to find out edges in image.By using this filter do it once in X-axis with main image and do it once inY-axis with main image.
 

hi sureshreddy could you plz explain in detail....how exactly the edges are detected by sobel??
 

sir i want to simulate sobel edge detctor on Xilinux and modelsim using only VHDL.
tell me how we can load image on xilinux and detect edges without using matlab or other software and suggest code and refrences.
 

It works by taking the intensity difference at every point on the image (df/dx)

U can model in hardware if u can find the intensity difference at each point

Some good book u can refer for more correct info

Regards
M Kalyansrinivas
 
please suggest me some related books which are useful.
is it is possible to insert image on Xilinux without use of matlab?
please tell me how.
 

Hi

You can refer to this book digital image processing by gonzalez

You have to pre-store the image in a RAM for hardware modeling

regards
M Kalyansrinivas
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top