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.

verilog/vhdl code for edge detection using sobel operator

Status
Not open for further replies.

harieandc

Newbie level 2
Joined
Mar 6, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,297
sir this is my project pls help me for writing code .and give some suggestion...
 

A Sobel operation is a matrix convolution
 

Sounds pretty straightforward. I wonder how far the OP has got.
 

Convolution van be set up to do all sorts of filters.

Consider the following 1x3 matrix: (-1 0 1). If you convolve this along a line (a video perhaps) you would have a basic edge detector, because solid blocks of intensity would cancel itself out, but when you hit a luma change, the output would have a magnitude greater or lower than 1 (giving you the gradient).
 

I wonder then what does a sobel operator has to do with edge detection :)
Sounds irrelevant, doesn't it?...
If you mean clock edge detection, then you're indeed correct. It has nothing to do with it. But when it comes to video edge detection, then it's a technique that is regularly used...
Just do a google search on Sobel and edge detection, you'll find some interesting stuff.
 
  • Like
Reactions: xtcx

    xtcx

    Points: 2
    Helpful Answer Positive Rating
Convolution van be set up to do all sorts of filters.

Consider the following 1x3 matrix: (-1 0 1). If you convolve this along a line (a video perhaps) you would have a basic edge detector, because solid blocks of intensity would cancel itself out, but when you hit a luma change, the output would have a magnitude greater or lower than 1 (giving you the gradient).

Yeah thanks for the piece of info buddy. I thought quite a different when I heard the name edge detection :) (I thought purely in terms of signals only, not to an image\video frame)

I got it....
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top