"git@developer.sourcefind.cn:ox696c/ktransformers.git" did not exist on "7199699d78211ffc3ef754ec1d6d0d1de846ec87"
Commit 707a6b4c authored by Davis King's avatar Davis King
Browse files

fixed typo in spec

parent 4649193f
......@@ -836,10 +836,10 @@ namespace dlib
- OUT.nc() == 1+(IN.nc()-nc()%2)/stride_x()
- for all valid s, k, r, and c:
- image_plane(OUT,s,k)(r,c) == max(subm_clipped(image_plane(IN,s,k),
r*stride_y(),
c*stride_x(),
nr(),
nc()))
centered_rect(r*stride_y(),
c*stride_x(),
nr(),
nc())))
!*/
public:
......@@ -936,10 +936,10 @@ namespace dlib
- OUT.nc() == 1+(IN.nc()-nc()%2)/stride_x()
- for all valid s, k, r, and c:
- image_plane(OUT,s,k)(r,c) == mean(subm_clipped(image_plane(IN,s,k),
r*stride_y(),
c*stride_x(),
nr(),
nc()))
centered_rect(r*stride_y(),
c*stride_x(),
nr(),
nc()))
!*/
public:
......
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