Showing posts with label edge. Show all posts
Showing posts with label edge. Show all posts

Tuesday, October 22, 2019

Convolution



In Image Processing, one of the most important operation is the convolution because it is used everywhere for designing filters, mathematical morphology operators, analyzing particles, etc. Here is a small introduction...


Monday, December 26, 2011

Exploring Gradient Direction



When working with gradient (for edge detection), it's rather interesting to visualize its orientation by drawing arrows and that's a good opportunity to try my previously published function drawArrow(...) [see post].