Commit 707a6b4c authored by Davis King's avatar Davis King

fixed typo in spec

parent 4649193f
...@@ -836,10 +836,10 @@ namespace dlib ...@@ -836,10 +836,10 @@ namespace dlib
- OUT.nc() == 1+(IN.nc()-nc()%2)/stride_x() - OUT.nc() == 1+(IN.nc()-nc()%2)/stride_x()
- for all valid s, k, r, and c: - for all valid s, k, r, and c:
- image_plane(OUT,s,k)(r,c) == max(subm_clipped(image_plane(IN,s,k), - image_plane(OUT,s,k)(r,c) == max(subm_clipped(image_plane(IN,s,k),
r*stride_y(), centered_rect(r*stride_y(),
c*stride_x(), c*stride_x(),
nr(), nr(),
nc())) nc())))
!*/ !*/
public: public:
...@@ -936,7 +936,7 @@ namespace dlib ...@@ -936,7 +936,7 @@ namespace dlib
- OUT.nc() == 1+(IN.nc()-nc()%2)/stride_x() - OUT.nc() == 1+(IN.nc()-nc()%2)/stride_x()
- for all valid s, k, r, and c: - for all valid s, k, r, and c:
- image_plane(OUT,s,k)(r,c) == mean(subm_clipped(image_plane(IN,s,k), - image_plane(OUT,s,k)(r,c) == mean(subm_clipped(image_plane(IN,s,k),
r*stride_y(), centered_rect(r*stride_y(),
c*stride_x(), c*stride_x(),
nr(), nr(),
nc())) nc()))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment