本文介绍了图像处理中的滑动窗口概念的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

海,
我正在寻找在图像上实现滑动窗口的概念.
如何选择窗口以及更好的尺寸.我正在处理256x256尺寸的图像.
或者至少有人可以解释如何选择滑动窗口并在矩阵(2-d数组)上实现

Hai,
I am looking for implementing sliding window concept on images.
How to select the window and what size is preferable.I am working on 256x256 size image.
Or atleast someone could explain how to choose sliding window and implement on a matrix(2-d array)

推荐答案


这篇关于图像处理中的滑动窗口概念的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-27 20:55