Image Processing - Implementing Sobel Filter

后端 未结 8 1813
梦毁少年i
梦毁少年i 2020-12-13 02:46

I\'ve got a task to implement Sobel filter which is, as you know, an image processing filter for edge detection. But unfortunately, I\'ve got no experience in image processi

8条回答
  •  爱一瞬间的悲伤
    2020-12-13 03:20

    All the above mentioned steps in a R markdown file. Hopefully this makes it more visual and easier to understand. I needed to implement a sobel filter and this page helped me understand the concepts still I had some trouble in getting it done. So putting it all in one place hopefully it helps.

    http://rpubs.com/ghub_24/420754

提交回复
热议问题