1. 10 Sep, 2013 4 commits
    • Alex Leontiev's avatar
      Eliminate use of 32-bit floating pt type · a29863ee
      Alex Leontiev authored
      Replace all "float" by "double" (64-bit) to avoid "lose precision"
      warnings.
      a29863ee
    • Alex Leontiev's avatar
      Minor fixes · 1207cd13
      Alex Leontiev authored
      Fixed integer vs unsigned integer comparison in .cpp test source and
      trailing whitespaces in source code
      1207cd13
    • Alex Leontiev's avatar
      Minor fixes · 11fa0651
      Alex Leontiev authored
      As the opencv's build-bot did not want to compile this revision, I had
      to do some changes. In particular,
      1) Removed unsigned int vs int comparisons, that were treated as errors
      2) Removed unused variables and functions
      3) Removed functions without previous declaration
      4) Fixed whitespaces
      11fa0651
    • Alex Leontiev's avatar
      Primal-dual algorithm · ccc71ac1
      Alex Leontiev authored
      This is an implementation of primal-dual algorithm, based on the C++
      source code by Vadim Pisarevsky. It was extended to handle the denoising
      based on multiple observations. It also contains documentation and
      tests.
      ccc71ac1
  2. 09 Sep, 2013 6 commits
  3. 06 Sep, 2013 15 commits
  4. 05 Sep, 2013 15 commits