1. 18 11月, 2019 3 次提交
    • O
      Merge pull request #15888 from OrestChura:facebeautification_gapi_sample · af230ec1
      Orest Chura 提交于
      Introducing the sample of Face Beautification algorithm implemented via Graph-API
      
      * Introducing the sample of Face Beautification algorithm implemented via Graph-API
      - 'gapi/samples/face_beautification.cpp' added
      - FIXME added in 'gcpukernel.hpp'
      
      * INF_ENGINE fix
      - preprocessing clauses added not to run the sample without Inference Engine
      
      * INF_ENGINE fix 2
      - warnings removed
      
      * Fixes
      - checking IE version cut as there is no dependency
      - some alignments fixed
      - the comment about preprocessing commands fixed
      
      * ie::backend() issue fix (according to dmatveev)
      - as the sample needs the cv::gapi::ie::backend() to be defined regardless of having IE or not, there is its throw-error definition in `giebackend.cpp` now (by dmatveev)
      - for the same reason, #includes in `giebackend.hpp` are fixed
      - HAVE_INF_ENGINE check is removed from the sample
      af230ec1
    • A
      fc41c18c
    • A
      imgproc: fix bit-exact GaussianBlur() / sepFilter2D() (#15855) · f4d55d51
      Alexander Alekhin 提交于
      * imgproc: fix bit-exact GaussianBlur() / sepFilter2D()
      
      - avoid kernels with bad approximation
      - GaussiabBlur - apply error-diffusion approximation for kernel (8-bit fraction)
      
      * java(test): update features2d ref data
      
      * test: update test_facedetect
      f4d55d51
  2. 17 11月, 2019 2 次提交
  3. 16 11月, 2019 1 次提交
    • M
      Merge pull request #15100 from Volskig:cam_multiplexing_function_v · 1acadd36
      Maxim Pashchenkov 提交于
      Implement Camera Multiplexing API
      
      * IdideoCapture + two wrong function
      
      function waitAny
      
      Add errors catcher
      
      Stub for Python added.
      
      Sifting warnings
      
      One test added
      
      Two tests for camera and Perf tests added
      
      * Perf sync and async tests for waitAny() added, waitAnyInterior() deleted, getDeviceHandle() deleted
      
      * Variable OPENCV_TEST_CAMERA_LIST added
      
      * Without fps set
      
      * ASSERT_FAILED for environment variable
      
      * Perf tests is DISABLED_
      
      * --Trailing whitespace
      
      * Return false from cap.cpp deleted
      
      * Two functions deleted from interface, +range for, +environment variable in test_camera
      
      * Space deleted
      
      * printf deleted, perror added
      
      * CV_WRAP deleted, cv2 cleared from stubs
      
      * -- space
      
      * default timeout added
      
      * @param changed
      
      * place of waitAny changed
      
      * --whitespace
      
      * ++function description
      
      * function description changed
      
      * revert unused changes
      
      * videoio: rework API for VideoCapture::waitAny()
      1acadd36
  4. 15 11月, 2019 2 次提交
  5. 14 11月, 2019 8 次提交
  6. 13 11月, 2019 7 次提交
  7. 12 11月, 2019 4 次提交
  8. 10 11月, 2019 4 次提交
  9. 09 11月, 2019 4 次提交
  10. 08 11月, 2019 4 次提交
  11. 07 11月, 2019 1 次提交