{
"image": [
[
1,
2,
3,
4
],
[
2,
3,
4,
5
],
[
3,
4,
5,
6
],
[
4,
5,
6,
7
]
],
"stride": 1,
"template": [
[
2,
3
],
[
3,
4
]
]
}[
0,
0,
1
]| Argument | Type |
|---|---|
| image | np.ndarray |
| stride | int |
| template | np.ndarray |
| Return Name | Type |
|---|---|
| value | tuple |