1. 27 Nov, 2019 1 commit
    • Dmitry Matveev's avatar
      Merge pull request #15753 from dmatveev:dm/ng-5000-security_barrier-interactive_face · fb5e7964
      Dmitry Matveev authored
      G-API: Introduced Security Barrier & Interactive Face Detection samples
      
      * G-API-NG/Samples: Added samples & relevant changes
      
      - Security barrier camera sample
      - Age/Gender/Emotions recognition sample
      - GIEBackend now loads CPU extension libraries
      - A couple of API-level workarounds added to deal with cv::Mat/Blob conversions
      
      * G-API-NG/Samples: removed HAVE_INF_ENGINE remnants
      fb5e7964
  2. 26 Nov, 2019 2 commits
  3. 22 Nov, 2019 5 commits
  4. 21 Nov, 2019 3 commits
  5. 20 Nov, 2019 6 commits
  6. 19 Nov, 2019 12 commits
  7. 18 Nov, 2019 10 commits
    • Alexander Alekhin's avatar
      ffmpeg/3.4: update FFmpeg wrapper · d00eb451
      Alexander Alekhin authored
      d00eb451
    • Alexander Alekhin's avatar
      videoio: fix ffmpeg wrapper build · 3f431a16
      Alexander Alekhin authored
      3f431a16
    • Alexander Alekhin's avatar
      593e240d
    • Alexander Alekhin's avatar
    • cudawarped's avatar
      videoio: retrieve encoded frames through FFmpeg backend · aff8c9bd
      cudawarped authored
      - backport 15290
      - add extra test case
      aff8c9bd
    • cudawarped's avatar
      Merge pull request #15290 from cudawarped:ffmpeg_raw_retrieve · 0867e318
      cudawarped authored
      Add retrieve encoded frame to VideoCapture
      
      * Add capacity to retrieve the encoded frame from a VideoCapture object.
      
      * Correct raw codec and pixle format output from ffmpeg capture.
      
      * Remove warnings from build.
      
      * Added VideoCaptureRaw subclass.
      
      * Include abstract base class VideoCaptureBase and rename new subclass VideoContainer as suggested by mshabunin.
      
      * Remove using.
      
      * Change base class name for compatibility with jave bindings generator.
      
      * Move grab and retrieve and add override specifier
      
      * Add setRaw and readRaw to IVideoCapture interface
      -setRaw to disable video decoding and enable bitstream filters from mp4 to h254 and h265.
      -readRaw to return the raw undecoded/filtered bitstream.
      Add createRawCapture to initiate a backend with setRaw enabled.
      Remove inheritance and use an independant VideoContainer subclass with IVideoCapture member.
      
      * Address unused parameter warings.
      Remove VideoContainer from python bindings as it no longer returns a Mat.
      Use opencv type uchar instead of unsigned char.
      Add missing destructor to VideoContainer class.
      
      * Address build warnings and include all params in documentation.
      
      * Include deprecated bitstream filtering API.
      
      * Update codec_id query to work with older ffmpeg api's.
      Change api version defines to be consistent - most recent api version first.
      
      * Fix typo.
      
      * Update test to work with naming of new files in the extra repo
      
      * Investigate test failure
      
      * Check bytes read by ffmpeg
      
      * Removed mp4 video container test
      
      * Applied suggested changes.
      
      * videoio: rework API for extraction of RAW video streams
      
      - FFmpeg only
      
      * address review comments
      0867e318
    • Ruslan Garnov's avatar
      Fixed own::Mat::empty() for non md case · 12615593
      Ruslan Garnov authored
      12615593
    • clunietp's avatar
      Fix 13577 · 2185bce4
      clunietp authored
      2185bce4
    • Orest Chura's avatar
      Merge pull request #15888 from OrestChura:facebeautification_gapi_sample · af230ec1
      Orest Chura authored
      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
    • Alexander Alekhin's avatar
  8. 17 Nov, 2019 1 commit