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