Commits on Mar 3, 2019

  1. clean up C API

    sturkmen72 committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    3d1dbd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. fix dftFilter2D

    take1014 committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    e0b664f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Merge tag '4.1.0'

    alalek committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    072b524 View commit details
    Browse the repository at this point in the history
  2. '-dev' version

    alalek committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    64168fc View commit details
    Browse the repository at this point in the history
  3. ts: test tags for flexible/reliable tests filtering

    - added functionality to collect memory usage of OpenCL sybsystem
    - memory usage of fastMalloc() (disabled by default):
      * It is not accurate sometimes - external memory profiler is required.
    - specify common `CV_TEST_TAG_` macros
    - added applyTestTag() function
    - write memory usage / enabled tags into Google Tests output file (.xml)
    alalek committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    b38de57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0841f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    7ce2397 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    15bb0b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a1fb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Merge pull request #14276 from kiwixz:pr/fix_compound

    Do not use compound literals (fix MSVC C4576) (#14276)
    
    * do not use compound literals (compat cpp98)
    
    * only fix msvc path
    
    * remove unnecessary cplusplus check
    kiwixz authored and alalek committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    c8056b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14292 from alalek:issue_14291

    * macosx: fix C++11 build
    
    backporting commit c3cf35a
    
    * macosx: eliminate build warning
    alalek committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    7621b91 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14294 from alalek:issue_14286

    cmake: fix WITH_OPENCL_D3D11_NV check
    alalek committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    39630e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14278 from mshabunin:fix-osx-camera-auth-rt

    * AVFoundation: Use runtime check for camera authorization
    mshabunin authored and alalek committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    5cb0ede View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    d68e722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ddf12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2bbfa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    227ec19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f50069 View commit details
    Browse the repository at this point in the history
  6. cmake: fix PCH generation

    process defines from INTERFACE targets
    alalek committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    9515137 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64629cb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #13709 from michal-kowalczyk:flush-processed-sampl…

    …es-number
    
    * Add flushing to printing number of processed positive/negative samples so that user is informed of updates quickly.
    
    * use flush C api instead of C++ api
    michal-kowalczyk authored and alalek committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    a246d8d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #14255 from l-bat:networks_visualization

    * Add networks visualization
    
    * Disable CXX11
    
    * Fixed multy inputs support
    
    * Added output shapes
    
    * Added color for DLIE/CPU
    
    * Fixed graph colors
    l-bat authored and alalek committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    60a841c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #14297 from shxuy:patch-1

    fix just a typo of the word 'word' (#14297)
    shxuy authored and alalek committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    169dc9c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Configuration menu
    Copy the full SHA
    0cfd95c View commit details
    Browse the repository at this point in the history
  2. Fix dnn with IE from GitHub

    dkurt committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    92cbec6 View commit details
    Browse the repository at this point in the history
  3. Fix compile error with external TBB and -DBUILD_SHARED_LIBS=OFF.

    Adds IMPORTED for the TBB::tbb alias target as otherwise cmake produces
    the following error:
    
    CMake Error: install(EXPORT "OpenCVModules" ...) includes target "opencv_core" which requires target "tbb" that is not in the export set.
    
    This problem occurs with the defaults used by homebrew on macOS, which
    compiles both static and shared versions of TBB and OpenCV.
    m000 committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    ef16e42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4635356 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64fd1c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Configuration menu
    Copy the full SHA
    86561fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1387b2 View commit details
    Browse the repository at this point in the history
  3. Fix OpenCVConfig.cmake for Arch Linux.

    lain committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    2467333 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    c9a76ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a56c122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78384d8 View commit details
    Browse the repository at this point in the history
  4. cmake: use absolute library paths from 'pkgconfig'

    - drop legacy check_module() macro
    - drop 'ALIASOF_'
    alalek committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    0d747da View commit details
    Browse the repository at this point in the history
  5. Changed the way Images are converted into rgba Mats so that JavaCamer…

    …a2View also shows correct colors when the Image contains I420 or YV12 data
    Victorlouisdg committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    00861b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    3902694 View commit details
    Browse the repository at this point in the history
  2. Fix Normalize layer for Mac

    dkurt committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    62d079f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a304069 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59e4f85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c1d9fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebe13a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ad5d21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74d5cdb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ef046b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    621e3ea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c667de9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d3ae8d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dedd966 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    52f16e0 View commit details
    Browse the repository at this point in the history