官术网_书友最值得收藏!

Properties of linear filters

Several computer vision applications are composed of step by step transformations of an input photo to output. This is easily done due to several properties associated with a common type of filters, that is, linear filters:

  • The linear filters are commutative such that we can perform multiplication operations on filters in any order and the result still remains the same:

a * b = b * a 

  • They are associative in nature, which means the order of applying the filter does not effect the outcome:

(a * b) * c = a * (b * c)

  • Even in cases of summing two filters, we can perform the first summation and then apply the filter, or we can also individually apply the filter and then sum the results. The overall outcome still remains the same:

b = (k+l) * a

  • Applying a scaling factor to one filter and multiplying to another filter is equivalent to first multiplying both filters and then applying scaling factor

These properties play a significant role later, when we look at computer vision tasks such as object detection, segmentation, and so on. A suitable combination of these filters enhances the quality of information extraction and as a result, improves the accuracy.

主站蜘蛛池模板: 涪陵区| 皮山县| 岢岚县| 边坝县| 东明县| 中阳县| 贺州市| 化州市| 资溪县| 化州市| 将乐县| 紫阳县| 田阳县| 札达县| 荆门市| 湄潭县| 镶黄旗| 恩施市| 甘泉县| 阳原县| 高碑店市| 天峻县| 中西区| 美姑县| 南平市| 卓资县| 鲁山县| 盐津县| 安图县| 清水县| 玉溪市| 屏东县| 延寿县| 鱼台县| 织金县| 三亚市| 象州县| 广州市| 石柱| 临潭县| 彰化市|