Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
19355742
Commit
19355742
authored
Oct 10, 2011
by
Davis King
Browse files
Improved spec
parent
c13f46e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/matrix/matrix_conv_abstract.h
dlib/matrix/matrix_conv_abstract.h
+1
-1
No files found.
dlib/matrix/matrix_conv_abstract.h
View file @
19355742
...
@@ -58,7 +58,7 @@ namespace dlib
...
@@ -58,7 +58,7 @@ namespace dlib
- R is the convolution of m1 with m2. In particular, this function is
- R is the convolution of m1 with m2. In particular, this function is
equivalent to performing the following in matlab: R = conv2(m1,m2,'same').
equivalent to performing the following in matlab: R = conv2(m1,m2,'same').
In particular, this means the result will have the same dimensions as m1 and will
In particular, this means the result will have the same dimensions as m1 and will
contain the central part of the full convolution. Th
is means
conv_same(m1,m2) is
contain the central part of the full convolution. Th
erefore,
conv_same(m1,m2) is
equivalent to subm(conv(m1,m2), m2.nr()/2, m2.nc()/2, m1.nr(), m1.nc()).
equivalent to subm(conv(m1,m2), m2.nr()/2, m2.nc()/2, m1.nr(), m1.nc()).
- R::type == the same type that was in m1 and m2.
- R::type == the same type that was in m1 and m2.
- R.nr() == m1.nr()
- R.nr() == m1.nr()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment