This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch exp/inpainting has been updated
via 39bb98056d362c03aa92a0c83b667671ada0c3c6 (commit)
from ca14b5cb20b525406712cff3249b4042ca57b573 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
39bb980 Add: TV L2 norm metric.
-----------------------------------------------------------------------
Summary of changes:
milena/mln/inpainting/derivative_kernels.hh | 41 +++++++++++++++++++
milena/mln/inpainting/metric/tv_l2_norm.hh | 57 +++++++++++++++++++++++++++
milena/mln/inpainting/tv.hh | 35 ++--------------
3 files changed, 102 insertions(+), 31 deletions(-)
create mode 100644 milena/mln/inpainting/metric/tv_l2_norm.hh
hooks/post-receive
--
Olena, a generic and efficient image processing platform
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch exp/inpainting has been updated
via ca14b5cb20b525406712cff3249b4042ca57b573 (commit)
from 28a4ed0d52a219ebbc04a76d2bcb2b8f76ba25f9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
ca14b5c Fix output image encoding. Some cleaning.
-----------------------------------------------------------------------
Summary of changes:
milena/mln/inpainting/fast_isotropic_diffusion.hh | 3 --
milena/mln/inpainting/inpaint.hh | 22 ++++++++++++--------
milena/mln/inpainting/lpde.hh | 2 -
milena/mln/inpainting/tv.hh | 10 +++-----
4 files changed, 17 insertions(+), 20 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch exp/inpainting has been updated
via 28a4ed0d52a219ebbc04a76d2bcb2b8f76ba25f9 (commit)
from 0885c7d8dd7b793359d5fc697aa9de65c90a08ff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
28a4ed0 Add: out error variable to inpaint()
-----------------------------------------------------------------------
Summary of changes:
milena/mln/inpainting/inpaint.hh | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch exp/inpainting has been updated
via 0885c7d8dd7b793359d5fc697aa9de65c90a08ff (commit)
via 8b1b95c4d94d77f584a6109f9c3a55e6dcc86200 (commit)
via ee33739a3f9bf16c17ed0ca0e0b635be64e6b2cb (commit)
via 818dc3790f71951840711e1031a7c965c2e45df8 (commit)
via dd1d663316ca05dd1ea0af8f63eb6bb7a892a461 (commit)
from 33248b9f4649130b71e97d3a15599a52502d9643 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
0885c7d Add: better integration of the tv diffusion term. cleaning. fix image copy.
8b1b95c Add: forward and backward difference kenrels for TV method, replaced tv method with primal dual version.
ee33739 Add: initialize unknown area with mean value, value normalization, mean gradient error print. fix image copy.
818dc37 fix image copy
dd1d663 Add: new mean gradient error metric. Some metric refactoring.
-----------------------------------------------------------------------
Summary of changes:
milena/mln/inpainting/derivative_kernels.hh | 91 ++++--
milena/mln/inpainting/fast_isotropic_diffusion.hh | 16 +-
milena/mln/inpainting/inpaint.hh | 64 +++-
milena/mln/inpainting/lpde.hh | 172 ++++-----
.../mln/inpainting/metric/mean_gradient_error.hh | 75 ++++
milena/mln/inpainting/metric/mean_l1_error.hh | 57 +++
milena/mln/inpainting/metric/{psnr.hh => mse.hh} | 23 +-
milena/mln/inpainting/metric/psnr.hh | 29 +--
milena/mln/inpainting/tv.hh | 372 +++++++++++++++++---
9 files changed, 663 insertions(+), 236 deletions(-)
create mode 100644 milena/mln/inpainting/metric/mean_gradient_error.hh
create mode 100644 milena/mln/inpainting/metric/mean_l1_error.hh
copy milena/mln/inpainting/metric/{psnr.hh => mse.hh} (60%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform