Ask Your Question
0

Sobel Filter

asked 2016-04-23 06:22:25 -0600

updated 2016-04-23 16:48:01 -0600

i meet this page and wonder why output of SOBEL is different from cv::Sobel output.

image description

image description

just when i was going to post my question i saw this question which has no answer yet.

maybe someone will give some information.

thanks in advance

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-04-23 10:58:58 -0600

Tetragramm gravatar image

Indeed OpenCV does. It's called Structured Forests for fast Edge Detection and is in the ximgproc module. There's a tutorial HERE.

edit flag offensive delete link more

Comments

i think my question is not clear. i will update to be more clear soon. anyway thank you for your answer.

sturkmen gravatar imagesturkmen ( 2016-04-23 16:35:58 -0600 )edit

Oh, I see. It doing some sort of skeletonization and flips the black/white OpenCV typically uses. The code, I think, comes from [HERE](http://www.philkr.net/home/gop, so give it a look.

Tetragramm gravatar imageTetragramm ( 2016-04-23 17:25:45 -0600 )edit

Question Tools

Stats

Asked: 2016-04-23 06:22:25 -0600

Seen: 253 times

Last updated: Apr 23 '16