do you know how to identify a filter, when we know the mask? Is there any rule which says how to distinguish that is a high pass filter or low pass filter? the mask, for example:
1 0 -1;
2 0 -2;
1 0 -1;
Somebody told me to try test it with ESF but I not sure.
I know that this filter is a high pass filter, I know that is a Sobel filter but how to determinate it when we have got different matrix?