S W A T 1x3 May 2026
: The final sequence of these output values forms a feature map , which represents the detected presence and strength of the target pattern across the entire input. Practical Applications
A 1x3 filter generates a "feature" by performing a —a mathematical operation where the filter slides across an input array to identify specific patterns like edges, gradients, or intensities. S W A T 1x3
: The filter is placed over the first three elements of the input space. Each value in the filter is multiplied by the corresponding input value, and the results are summed to create a single output pixel . Example : If the input is [2, 4, 6] , the result is : The final sequence of these output values
