Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
f0c488c5
Commit
f0c488c5
authored
Mar 05, 2013
by
Guillaume Lazzara
Browse files
scribo/subsampling/bilinear.hh: Update documentation.
parent
e97be13f
Changes
2
Hide whitespace changes
Inline
Side-by-side
scribo/ChangeLog
View file @
f0c488c5
2013-03-05 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/subsampling/bilinear.hh: Update documentation.
2013-03-05 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/io/img/save.hh: Add an optional reduction factor.
...
...
scribo/scribo/subsampling/bilinear.hh
View file @
f0c488c5
// Copyright (C) 2010, 2011 EPITA Research and Development
Laboratory
// (LRDE)
// Copyright (C) 2010, 2011
, 2013
EPITA Research and Development
//
Laboratory
(LRDE)
//
// This file is part of Olena.
//
...
...
@@ -47,9 +47,14 @@ namespace scribo
using
namespace
mln
;
/// \brief Bilinear subsampling.
/*!
\input[in] input An image.
\input[in] sub_ratio The subsampling size ratio.
*/
template
<
typename
I
>
mln_concrete
(
I
)
bilinear
(
const
Image
<
I
>&
input
_
,
int
sub_ratio
);
bilinear
(
const
Image
<
I
>&
input
,
int
sub_ratio
);
# ifndef MLN_INCLUDE_ONLY
...
...
Write
Preview
Supports
Markdown
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