"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "5eeedd9e3336882d598091e191559f67433b6427"
Commit 10307342 authored by Davis King's avatar Davis King
Browse files

Clarified spec

parent 828f834d
......@@ -157,6 +157,9 @@ namespace dlib
- #out_img[r][c] == filtered pixel corresponding to in_img[r*downsample][c*downsample]
- returns a rectangle which indicates what pixels in #out_img are considered
non-border pixels and therefore contain output from the filter.
- Note that the first row and column of non-zero padded data are the following
- first_row == ceil(floor(col_filter.size()/2.0)/downsample)
- first_col == ceil(floor(row_filter.size()/2.0)/downsample)
!*/
// ----------------------------------------------------------------------------------------
......
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