1. 21 12月, 2022 1 次提交
  2. 16 12月, 2022 1 次提交
    • P
      Merge pull request #22907 from partheee:patch-1 · 50da209d
      Parthiban Marimuthu 提交于
      * Update windows_install.markdown
      
      Fixing Issue - #22053 Inaccuracy in the tutorial for installation for Windows
      
      * Update windows_install.markdown #22907
      
      Changed all changes mentioned in the comments
      
      * Update windows_install.markdown #22907
      
      * fix whitespace, update configurations order (64-bit goes first)
      
      - x86 is optional and not available by default in packages
      50da209d
  3. 04 10月, 2022 3 次提交
  4. 28 9月, 2022 1 次提交
  5. 10 9月, 2022 1 次提交
  6. 09 9月, 2022 1 次提交
  7. 08 9月, 2022 2 次提交
  8. 05 8月, 2022 1 次提交
  9. 19 7月, 2022 1 次提交
  10. 20 6月, 2022 1 次提交
  11. 19 6月, 2022 1 次提交
  12. 24 5月, 2022 2 次提交
  13. 13 5月, 2022 1 次提交
  14. 30 4月, 2022 1 次提交
  15. 18 3月, 2022 1 次提交
  16. 02 2月, 2022 1 次提交
  17. 10 1月, 2022 1 次提交
  18. 24 12月, 2021 2 次提交
  19. 22 12月, 2021 2 次提交
  20. 17 12月, 2021 3 次提交
  21. 14 12月, 2021 2 次提交
  22. 11 12月, 2021 1 次提交
  23. 28 11月, 2021 1 次提交
  24. 23 11月, 2021 1 次提交
    • R
      Merge pull request #21094 from Ryyyc:patch-2 · a6dbef89
      Ruan 提交于
      * Update how_to_use_OpenCV_parallel_for_new.markdown
      
      Fix an incorrect jump link in the tutorial how_to_use_OpenCV_parallel_for_new.
      
      * Update how_to_use_OpenCV_parallel_for_new.markdown
      
      Update the URL of the tutorial code.
      a6dbef89
  25. 29 10月, 2021 1 次提交
  26. 27 10月, 2021 1 次提交
  27. 09 10月, 2021 1 次提交
    • Y
      Merge pull request #20422 from fengyuentau:dnn_face · 34d359fe
      Yuantao Feng 提交于
      Add DNN-based face detection and face recognition into modules/objdetect
      
      * Add DNN-based face detector impl and interface
      
      * Add a sample for DNN-based face detector
      
      * add recog
      
      * add notes
      
      * move samples from samples/cpp to samples/dnn
      
      * add documentation for dnn_face
      
      * add set/get methods for input size, nms & score threshold and topk
      
      * remove the DNN prefix from the face detector and face recognizer
      
      * remove default values in the constructor of impl
      
      * regenerate priors after setting input size
      
      * two filenames for readnet
      
      * Update face.hpp
      
      * Update face_recognize.cpp
      
      * Update face_match.cpp
      
      * Update face.hpp
      
      * Update face_recognize.cpp
      
      * Update face_match.cpp
      
      * Update face_recognize.cpp
      
      * Update dnn_face.markdown
      
      * Update dnn_face.markdown
      
      * Update face.hpp
      
      * Update dnn_face.markdown
      
      * add regression test for face detection
      
      * remove underscore prefix; fix warnings
      
      * add reference & acknowledgement for face detection
      
      * Update dnn_face.markdown
      
      * Update dnn_face.markdown
      
      * Update ts.hpp
      
      * Update test_face.cpp
      
      * Update face_match.cpp
      
      * fix a compile error for python interface; add python examples for face detection and recognition
      
      * Major changes for Vadim's comments:
      
      * Replace class name FaceDetector with FaceDetectorYN in related failes
      
      * Declare local mat before loop in modules/objdetect/src/face_detect.cpp
      
      * Make input image and save flag optional in samples/dnn/face_detect(.cpp, .py)
      
      * Add camera support in samples/dnn/face_detect(.cpp, .py)
      
      * correct file paths for regression test
      
      * fix convertion warnings; remove extra spaces
      
      * update face_recog
      
      * Update dnn_face.markdown
      
      * Fix warnings and errors for the default CI reports:
      
      * Remove trailing white spaces and extra new lines.
      
      * Fix convertion warnings for windows and iOS.
      
      * Add braces around initialization of subobjects.
      
      * Fix warnings and errors for the default CI systems:
      
      * Add prefix 'FR_' for each value name in enum DisType to solve the
      redefinition error for iOS compilation; Modify other code accordingly
      
      * Add bookmark '#tutorial_dnn_face' to solve warnings from doxygen
      
      * Correct documentations to solve warnings from doxygen
      
      * update FaceRecognizerSF
      
      * Fix the error for CI to find ONNX models correctly
      
      * add suffix f to float assignments
      
      * add backend & target options for initializing face recognizer
      
      * add checkeq for checking input size and preset size
      
      * update test and threshold
      
      * changes in response to alalek's comments:
      
      * fix typos in samples/dnn/face_match.py
      
      * import numpy before importing cv2
      
      * add documentation to .setInputSize()
      
      * remove extra include in face_recognize.cpp
      
      * fix some bugs
      
      * Update dnn_face.markdown
      
      * update thresholds; remove useless code
      
      * add time suffix to YuNet filename in test
      
      * objdetect: update test code
      34d359fe
  28. 05 10月, 2021 2 次提交
  29. 28 9月, 2021 2 次提交