0 votes
in Image processing by
Define Derivative filter in image processing?

1 Answer

0 votes
by
For a function f (x, y), the gradient f at co-ordinate (x, y) is defined as the

vector_f = _f/_x

_f/_y

_f = mag (_f) = {[(_f/_x) 2 +(_f/_y) 2 ]} ½
...