repo.or.cz
/
seam-carving.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use separate compilation.
[seam-carving.git]
/
src
/
all.hh
blob
b3ed98430ef840ec1ac49a746fde8c831f4b4372
1
#ifndef ALL_HH_
2
# define ALL_HH_
3
4
# include <mln/core/image2d.hh>
5
# include <mln/value/rgb8.hh>
6
7
using
mln
::
image2d
;
8
using
mln
::
point2d
;
9
using
mln
::
value
::
rgb8
;
10
11
float
get_nrg
(
const
image2d
<
rgb8
>&
i
,
const
point2d
&
p
);
12
13
#endif
/* !ALL_HH_ */