1. 23 11月, 2017 11 次提交
  2. 22 11月, 2017 7 次提交
  3. 21 11月, 2017 14 次提交
  4. 20 11月, 2017 6 次提交
    • A
    • D
      add loading TensorFlow/Caffe net from memory buffer · f723cede
      David Geldreich 提交于
      add a corresponding test
      f723cede
    • D
      Replace caffe::NormalizedBBox to local structure · 6c5dd5cf
      Dmitry Kurtaev 提交于
      6c5dd5cf
    • T
      Merge pull request #9753 from tomoaki0705:universalMatmul · 3cbe60cc
      Tomoaki Teshima 提交于
      * add accuracy test and performance check for matmul
        * add performance tests for transform and dotProduct
        * add test Core_TransformLargeTest for 8u version of transform
      
      * remove raw SSE2/NEON implementation from matmul.cpp
        * use universal intrinsic instead of raw intrinsic
        * remove unused templated function
        * add v_matmuladd which multiply 3x3 matrix and add 3x1 vector
        * add v_rotate_left/right in universal intrinsic
        * suppress intrinsic on some function and platform
        * add pure SW implementation of new universal intrinsics
        * add test for new universal intrinsics
      
      * core: prevent memory access after the end of buffer
      
      * fix perf tests
      3cbe60cc
    • G
      Merge pull request #10093 from gdkessler/gdal_image_read_fix_10089 · 2674c6b5
      gdkessler 提交于
      Fix GDAL image decoding color problems identified by issue #10089, by: (#10093)
      
      * Fix GDAL image decoding color problems identified by issue #10089, by:
      
      Fixing CV_8UC1 symbol, which should be CV_8UC3 for RGB GDAL color table images.
      
      Fixing image.ptr<VecX>(row,col)[] to be (*image.ptr<VecX>(row,col))[] to correctly access VecX array elements, as ptr<VecX>() returns a pointer to the VecX, not the first element of VecX. This fixes the color problem with color table gif images, and avoids out-of-bounds memory access.
      
      Respecting the color identification of raster bands provided by the GDAL image driver, and produce BGR or BGRA images. Note that color bands of images using the HSL, CMY, CMYK, or YCbCr color space are ignored, rather than converting them to BGR.
      
      * When reading image files using the GDAL decoder, exit with an error if a color band is encountered that isn't used (eg. from CMYK or YCbCbr), rather than silently ignoring the band's data.
      2674c6b5
    • W
      45d11dde
  5. 19 11月, 2017 2 次提交