1. 18 2月, 2023 1 次提交
  2. 17 2月, 2023 2 次提交
  3. 21 12月, 2022 1 次提交
  4. 16 12月, 2022 2 次提交
  5. 08 10月, 2022 1 次提交
    • P
      Merge pull request #21942 from pglotov:add-blob-contours · a3ebafbd
      Petr Glotov 提交于
      added blob contours to blob detector
      
      * added blob contours
      
      * Fixed Java regression test after new parameter addition to SimpleBlobDetector.
      
      * Added stub implementation of SimpleBlobDetector::getBlobContours to presume source API compatibility.
      a3ebafbd
  6. 26 5月, 2022 1 次提交
  7. 09 9月, 2021 1 次提交
  8. 07 6月, 2021 1 次提交
  9. 09 4月, 2021 1 次提交
  10. 19 3月, 2021 1 次提交
  11. 17 8月, 2020 1 次提交
  12. 03 8月, 2020 1 次提交
    • Y
      Merge pull request #17907 from Yosshi999:gsoc_asift-py2cpp · 92210806
      Yosshi999 提交于
      * Implement ASIFT in C++
      
      * '>>' should be '> >' within a nested template
      
      * add a sample for asift usage
      
      * bugfix empty keypoints cause crash
      
      * simpler initialization for mask
      
      * suppress the number of lines
      
      * correct tex document
      
      * type casting
      
      * add descriptorsize for asift
      
      * smaller testdata for asift
      
      * more smaller test data
      
      * add OpenCV short license header
      92210806
  13. 25 6月, 2020 1 次提交
  14. 23 4月, 2020 1 次提交
  15. 27 12月, 2019 1 次提交
  16. 26 12月, 2019 1 次提交
  17. 31 8月, 2019 1 次提交
  18. 05 6月, 2019 1 次提交
  19. 12 12月, 2018 1 次提交
  20. 11 12月, 2018 1 次提交
  21. 05 12月, 2018 1 次提交
    • O
      Merge pull request #13361 from okriof:brisk_getset · ef42baf9
      okriof 提交于
      * Get/Set functions for BRISK parameters, issue #11527.
      
      Allows setting threshold and octaves parameters after creating a brisk object. These parameters do not affect the initial pattern initialization and can be changed later without re-initialization.
      
      * Fix doc parameter name.
      
      * Brisk get/set functions tests. Check for correct value and make tests independent of default parameter values.
      
      * Add dummy implementations for BRISK get/set functions not to break API in case someone has overloaded the Feature2d::BRISK interface. This makes BRISK different from the other detectors/descriptors on the other hand, where get/set functions are pure virtual in the interface.
      ef42baf9
  22. 08 11月, 2018 1 次提交
  23. 28 9月, 2018 1 次提交
  24. 21 9月, 2018 1 次提交
    • H
      Merge pull request #12310 from cv3d:chunks/enum_interface · ef5579dc
      Hamdi Sahloul 提交于
      * Cleanup macros and enable expansion of `__VA_ARGS__` for Visual Studio
      
      * Macros for enum-arguments backwards compatibility
      
      * Convert struct Param to enum struct
      
      * Enabled ParamType.type for enum types
      
      * Enabled `cv.read` and `cv.write` for enum types
      
      * Rename unnamed enum to AAKAZE.DescriptorType
      
      * Rename unnamed enum to AccessFlag
      
      * Rename unnamed enum to AgastFeatureDetector.DetectorType
      
      * Convert struct DrawMatchesFlags to enum struct
      
      * Rename unnamed enum to FastFeatureDetector.DetectorType
      
      * Rename unnamed enum to Formatter.FormatType
      
      * Rename unnamed enum to HOGDescriptor.HistogramNormType
      
      * Rename unnamed enum to DescriptorMatcher.MatcherType
      
      * Rename unnamed enum to KAZE.DiffusivityType
      
      * Rename unnamed enum to ORB.ScoreType
      
      * Rename unnamed enum to UMatData.MemoryFlag
      
      * Rename unnamed enum to _InputArray.KindFlag
      
      * Rename unnamed enum to _OutputArray.DepthMask
      
      * Convert normType enums to static const NormTypes
      
      * Avoid conflicts with ElemType
      
      * Rename unnamed enum to DescriptorStorageFormat
      ef5579dc
  25. 28 3月, 2018 1 次提交
  26. 14 2月, 2018 1 次提交
  27. 01 2月, 2018 1 次提交
  28. 25 1月, 2018 1 次提交
  29. 07 12月, 2017 1 次提交
  30. 28 11月, 2017 1 次提交
  31. 13 10月, 2017 1 次提交
  32. 22 9月, 2017 1 次提交
  33. 15 9月, 2017 1 次提交
  34. 17 8月, 2017 1 次提交
    • J
      Merge pull request #9330 from hrnr:akaze_ocl · a5b56846
      Jiri Horner 提交于
      [GSOC] Enable OCL for AKAZE (#9330)
      
      * revert e0489cb4 - reenable OCL for AKAZE
      
      * deal with conversion internally in AKAZE
      
      * pass InputArray directly to AKAZE to allow distiguishing input Mat/UMat. deal with conversion there
      * ensure that keypoints orientations are always computed. prevents misuse of internal AKAZE class.
      
      * covert internal AKAZE functions to use InputArray/OutputArray
      
      * make internal functions private in AKAZE
      
      * split OCL and CPU paths in AKAZE
      
      * create 2 separate pyramids, 1 for OCL and 1 for CPU
      * template functions that use temporaries to always store them as correct type (UMat/Mat)
      
      * remove variable used only in OCL path
      
      causes unused variable warning
      
      * update AKAZE documentation
      
      * run ocl version only when ocl is enabled
      
      * add tests for OCL path in AKAZE
      
      * relax condition for keypoints angle
      a5b56846
  35. 15 8月, 2017 1 次提交
  36. 11 8月, 2017 1 次提交
  37. 29 5月, 2017 1 次提交
  38. 16 10月, 2016 1 次提交