1. 15 Dec, 2017 6 commits
    • Sayed Adel's avatar
      core:ppc Fix several issues for VSX (#10303) · 1b8acd66
      Sayed Adel authored
      - fix conversion intrinsics compatibility with xlc
      - implement odd-elements 2 to 4 conversion intrinsics
      - improve implementation of universal intrinsic v_popcount
      - rename FORCE_INLINE to VSX_FINLINE in vsx_utils.hpp
      1b8acd66
    • LaurentBerger's avatar
      Simulated Annealing for ANN_MLP training method (#10213) · 7ad308ea
      LaurentBerger authored
      * Simulated Annealing for ANN_MLP training method
      
      * EXPECT_LT
      
      * just to test new data
      
      * manage RNG
      
      * Try again
      
      * Just run buildbot with new data
      
      * try to understand
      
      * Test layer
      
      * New data- new test
      
      * Force RNG in backprop
      
      * Use Impl to avoid virtual method
      
      * reset all weights
      
      * try to solve ABI
      
      * retry
      
      * ABI solved?
      
      * till problem with dynamic_cast
      
      * Something is wrong
      
      * Solved?
      
      * disable backprop test
      
      * remove ANN_MLP_ANNEALImpl
      
      * Disable weight in varmap
      
      * Add example for SimulatedAnnealing
      7ad308ea
    • zhijackchen's avatar
      Merge pull request #10283 from zhijackchen:exr_export · 6df8ac03
      zhijackchen authored
      * Fix issue #10114
      Convert table change
      From:
      CV_8U -> HALF
      CV_8S -> HALF
      CV_16U -> UINT
      CV_16S -> UINT
      CV_32S -> UINT
      CV_32F -> FLOAT
      To:
      CV_8U -> HALF
      CV_8S -> HALF
      CV_16U -> UINT
      CV_16S -> FLOAT
      CV_32S -> FLOAT loss precision
      CV_32F -> FLOAT
      Signed integer can't be presented well with UINT. Even adjust bias, CV16S and CV32S will be confused when load from exr file.
      Also fix CV_8S negative value incorrect bug
      
      * EXR import and export
      imread() from EXR returns CV_32F only
      imwrite() accepts CV_32 cv::Mat only and stores FLOAT images by default. Add imwrite() flag to store in HALF format.
      
      * fix compiling error
      
      * clean up
      
      * fix EXR import issues
      6df8ac03
    • Alexander Alekhin's avatar
    • Alexander Alekhin's avatar
      d0684ac1
    • Sayed Adel's avatar
      a8ae9cab
  2. 14 Dec, 2017 15 commits
  3. 13 Dec, 2017 13 commits
  4. 12 Dec, 2017 6 commits