1. 20 2月, 2021 2 次提交
  2. 19 2月, 2021 5 次提交
  3. 18 2月, 2021 3 次提交
    • M
      VA sample: device autodetection changed · 9a7df7a8
      Maksim Shabunin 提交于
      9a7df7a8
    • M
      plugins: use RTLD_NOW instead of RTLD_LAZY · b5a4bd22
      Maksim Shabunin 提交于
      b5a4bd22
    • L
      Merge pull request #19026 from chargerKong:dualquat · 0aca3fb5
      Liangqian 提交于
      Dual quaternion
      
      * create dual quaternion;
      basic operations, functions(exp,log,norm,inv), to/from mat, sclerp.
      
      * add dqb, dqs, gdqb, to/from affine3;
      change algorithm of norm, inv, getTranslation, createFromPitch, normalize;
      change type translation to Vec3;
      comment improve;
      
      * try fix warning: unreferenced local function
      
      * change exp calculation;
      add func(obj) operations;
      
      * Change the algorithm of log function;
      add assumeUnit in getRotation;
      remove dqs;
      change std::vector to InputArray
      
      * fix warning: doxygen and Vec<double, 0>
      
      * fix warning: doxygen and Vec<double, 0>
      
      * add inputarray param for gdqb
      
      * change int to size_t
      
      * win cl warning fix
      
      * replace size_t by int at using Mat.at() function
      
      * replace double by float
      
      * interpolation fix
      
      * replace (i, 0) to (i)
      
      * core(quat): exclude ABI, test_dualquaternion=>test_quaternion.cpp
      Co-authored-by: Narsaratovtsev <arsaratovtsev@intel.com>
      Co-authored-by: NAlexander Alekhin <alexander.a.alekhin@gmail.com>
      0aca3fb5
  4. 17 2月, 2021 2 次提交
  5. 16 2月, 2021 5 次提交
    • A
      20d5d1c4
    • A
    • D
      Merge pull request #19516 from dbudniko:dbudniko/gapi_render_frame_cpu · 0cdbdfdf
      Dmitry Budnikov 提交于
      Render Frame NV12 on CPU
      
      * render frame on CPU
      
      * doxygen fix
      
      * address review from Alexey
      
      * comment fixes
      
      * Address comments from Ruslan
      
      * remove NV12 specific
      
      * mat clone and more renaming
      
      * misprint fix
      0cdbdfdf
    • A
      Merge pull request #19392 from... · 47426a8a
      Amir Tulegenov 提交于
      Merge pull request #19392 from amirtu:OCV-165_finalize_goodFeaturesToTrack_returns_also_corner_value_PR
      
      * goodFeaturesToTrack returns also corner value
      
      (cherry picked from commit 4a8f06755cf93785a82a455a2035a2ff572cafae)
      
      * Added response to GFTT Detector keypoints
      
      (cherry picked from commit b88fb40c6ea037e5283e4fbcf0ffde160c65a035)
      
      * Moved corner values to another optional variable to preserve backward compatibility
      
      (cherry picked from commit 6137383d32859efad7b44dd8a798e7b69f68dec5)
      
      * Removed corners valus from perf tests and better unit tests for corners values
      
      (cherry picked from commit f3d0ef21a78b7d0dc8696c457a6fabecfbe5e8ff)
      
      * Fixed detector gftt call
      
      (cherry picked from commit be2975553ba01a7d2e63f549fadccec6d7d56797)
      
      * Restored test_cornerEigenValsVecs
      
      (cherry picked from commit ea3e11811faee63487449983c0b80ff8ee35bbac)
      
      * scaling fixed;
      mineigen calculation rolled back;
      gftt function overload added (with quality parameter);
      perf tests were added for the new api function;
      external bindings were added for the function (with different alias);
      fixed issues with composition of the output array of the new function (e.g. as requested in comments) ;
      added sanity checks in the perf tests;
      removed C API changes.
      
      * minor change to GFTTDetector::detect
      
      * substitute ts->printf with EXPECT_LE
      
      * avoid re-allocations
      Co-authored-by: NAnas <anas.el.amraoui@live.com>
      Co-authored-by: Namir.tulegenov <amir.tulegenov@xperience.ai>
      47426a8a
    • A
      core(parallel): plugins support · cc73c36e
      Alexander Alekhin 提交于
      cc73c36e
  6. 15 2月, 2021 1 次提交
  7. 14 2月, 2021 2 次提交
  8. 13 2月, 2021 4 次提交
  9. 12 2月, 2021 3 次提交
  10. 11 2月, 2021 7 次提交
  11. 10 2月, 2021 5 次提交
  12. 09 2月, 2021 1 次提交