这是我在纸上发现的一种用于卫星图像中车辆检测的算法,该算法适用于滑动窗口技术。

我有一个基本的想法,但我不明白如何创建车辆定位窗口,任何帮助都会很好,谢谢。
混合深层神经网络
发布于 2015-12-15 21:36:43
这是我的解释。
- Rotating every image 11 times by: 0, 4.5, 9, ··· , 45 degrees
- Shrinking or enlarging the non-rotating images into multi-scalings: 0.8, 0.9, 1.0, 1.1, 1.2, 1.3.
- For each generated image, we get four preprocessed images: Gray, Gradient, Gradient1 and Gradient2 (see the (a), (b), (c) of Fig. 1). These preprocessed images are normalized into 48 × 48 size and [0,255] gray range.
所有这些旋转、缩小或放大的预处理图像都存储在它们的数据库中,并发送给HDNN。
https://stackoverflow.com/questions/34299645
复制相似问题