1. f0ad60c build: fix compile error if build/src in separate directories by Yinhang Liu · 7 years ago
  2. 789a8e8 gitignore: update gitignore in different folders by Yinhang Liu · 7 years ago
  3. 4bd7e36 build: download cl_intel.h for local comipilation by Yinhang Liu · 7 years ago
  4. c1809d7 cv-image-deblurring: add the usage of CVWienerFilter class by Andrey Parfenov · 7 years ago
  5. 90fbf97 add CVWienerFilter class by Andrey Parfenov · 7 years ago
  6. ab08ee7 cv-image-deblurring: add the usage of CVEdgetaper class by Andrey Parfenov · 7 years ago
  7. dee0d5e add CVEdgetaper class by Andrey Parfenov · 7 years ago
  8. 5a47e53 cv-image-deblurring: add the usage of CVImageSharp class by Andrey Parfenov · 7 years ago
  9. 5166ac3 add CVImageSharp class by Andrey Parfenov · 7 years ago
  10. 120ec29 cv-image-deblurring: add the usage of CVImageProcessHelper by Andrey Parfenov · 7 years ago
  11. b3d6aa3 add CVImageProcess class by Andrey Parfenov · 7 years ago
  12. 51be38a cv-base-class: apply CVBaseClass for all OpenCV related features by Andrey Parfenov · 7 years ago
  13. 38bf96a cv-base-class: add CVBaseClass for all OpenCV related features by Andrey Parfenov · 7 years ago
  14. e60e967 build : export cl_blender.h for dev package by zongwave · 7 years ago
  15. 2635fa4 add test for iterative blind deblurring algorithm by Andrey Parfenov · 7 years ago
  16. a5f5ff5 cv-image-deblurring: implement iterative blind deblurring algorithm by Andrey Parfenov · 7 years ago
  17. 4db0476 version: 1.1.0 startup by Wind Yuan · 7 years ago
  18. a7fe91e release version 1.0.0 by Wind Yuan · 7 years ago
  19. d5ac614 cl-binary: remove clx_bin directory by Wind Yuan · 7 years ago
  20. 75f7941 robust: fix potential mem-leak from klocwork scan by Wind Yuan · 7 years ago
  21. 4322c56 cl-binary: simplify usage of binary kernel by Yinhang Liu · 7 years ago
  22. 87e64d3 robust: fix klocwork critical issue by zongwave · 7 years ago
  23. 2a8bc67 cl-wavelet-hat: fix half image green issue by Wind Yuan · 7 years ago
  24. 55898e4 cl-binary: fix aborted issue by Yinhang Liu · 7 years ago
  25. 65c45d9 cl-dvs: fix crash in performance test by zongwave · 7 years ago
  26. 96edb95 test: extract functions into test_inline.h by Wind Yuan · 7 years ago
  27. 08b065d cl-geo-map: fix crash when lsc disabled by Wind Yuan · 7 years ago
  28. f488e30 cl-dvs: fix gyro-dvs bug by zongwave · 7 years ago
  29. d3bee01 cl-dvs: add video stabilization using gyroscope by zongwave · 7 years ago
  30. 4ef4b69 cl-3d-denoise: fix cl kernel warnings/errors by Yinhang Liu · 7 years ago
  31. 7110f89 file-path: standardize the path of header files by Yinhang Liu · 7 years ago
  32. 6cf6606 wrapper: remove unnecessary functions by Wind Yuan · 7 years ago
  33. 63dbfb9 cl-stitch: support fisheye lens shading correction by Yinhang Liu · 7 years ago
  34. 2bacd01 cl-stitch: fix undeclared issue in test-image-stitching by Yinhang Liu · 7 years ago
  35. 5fdf3e4 cl-API: fix deprecated issue with OpenCL 2.0 by Yinhang Liu · 7 years ago
  36. be50504 cl-framework: refine cl kernel handler arguments by Wind Yuan · 7 years ago
  37. d502149 cl-stitch: support 4k resolution mode by Yinhang Liu · 7 years ago
  38. c13d2c5 cl-stitch: restructure feature match by Yinhang Liu · 7 years ago
  39. 938324e libdvs: check OpenCV videostab module before build by zongwave · 7 years ago
  40. 3006239 cl-stitch: improve quality in stitching area by Yinhang Liu · 8 years ago
  41. 810e197 pkg-config: rename xcam pkg-config file by zongwave · 8 years ago
  42. bacdd3e cl-stitch: enable buffer pool for fisheye and scaler by Yinhang Liu · 8 years ago
  43. 848b0da cl-stitch: correct variable type in xcamfilter by Yinhang Liu · 8 years ago
  44. 24df762 libdvs: enable dvs opencl path by zongwave · 8 years ago
  45. 01c571d stitching: add option for fisheye map by Wind Yuan · 8 years ago
  46. 1a4c563 cl-fisheye: support option for geo table map by Wind Yuan · 8 years ago
  47. 932f1aa cl-stitch: optimize feature match for performance by Yinhang Liu · 8 years ago
  48. 070c759 ocl-profiling: fix profiling variables uninitialized by Yinhang Liu · 8 years ago
  49. b1449d9 doc: update framework and pipeline diagram by Wind Yuan · 8 years ago
  50. 6853553 libdvs: convert opencv image format to gray if necessary by zongwave · 8 years ago
  51. 1db3300 version: 1.0.0 startup by Wind Yuan · 8 years ago
  52. a682b9e release version 0.9.0 by Wind Yuan · 8 years ago
  53. 4042399 cl-3dnr: fix cl build program failed issue by zongwave · 8 years ago
  54. 4ac3d36 robust: enhance compiler flags by Yinhang Liu · 8 years ago
  55. 9d88f91 pkg-config: merge capi/ocl/core libs into one module by Yinhang Liu · 8 years ago
  56. 6802757 cl-stitch: support default stitch info by Yinhang Liu · 8 years ago
  57. e99f3f0 capi: fix input buffer offset calculation error by zongwave · 8 years ago
  58. 37e53cc cl-stitch: fix build issue without opencv by Yinhang Liu · 8 years ago
  59. 1ce739e test-stitch: support loop for perf tests by Wind Yuan · 8 years ago
  60. e025f4a feature-match: move log print into debug by Wind Yuan · 8 years ago
  61. 3e73fa2 capi: support cpu-copy external buffer to xcam-buf by zongwave · 8 years ago
  62. a5ebaa8 feature-match: speed video convergency by Wind Yuan · 8 years ago
  63. 5aad612 cl-binary: move kernel binary to text as built-in by Yinhang Liu · 8 years ago
  64. 52d45b3 cl-360-stitch: integrate stitching features into module by Yinhang Liu · 8 years ago
  65. 7af9c97 xcamfilter: negotiate caps between input and output by Yinhang Liu · 8 years ago
  66. 99e5467 fix typo of copyright year by Wind Yuan · 8 years ago
  67. f2b7a8a APIs: support c interfaces in capi by Wind Yuan · 8 years ago
  68. 226b6af buffer: support external buffer conversion by Wind Yuan · 8 years ago
  69. 3350693 build: mv pthread flags to confiugre by Wind Yuan · 8 years ago
  70. d826284 version: correct xcam version number by Yinhang Liu · 8 years ago
  71. 5525344 xcamsrc: remove gstxcaminterface dependency by Yinhang Liu · 8 years ago
  72. 024a234 log: fix spelling errors/typos by Yinhang Liu · 8 years ago
  73. 2bdc67a robust: fix warnings reported by klocwork by Yinhang Liu · 8 years ago
  74. 286d04b README: add instructions to refine readme by Yinhang Liu · 8 years ago
  75. 72ca7c7 build: support configure in autogen.sh by Yinhang Liu · 8 years ago
  76. 0c3b87f cl-360-stitch: add global auto-scale for quality by Yinhang Liu · 8 years ago
  77. ee0b305 cl-360-stitch: auto-scale stitching buffer for quality by Yinhang Liu · 8 years ago
  78. 28dabfb cl-scale: support non-uniform scale by Yinhang Liu · 8 years ago
  79. b7f6991 xcam-thread: fix crash issue when thread stopped by Wind Yuan · 8 years ago
  80. 59ad969 cl-warp: fix crash bug produced by test-cl-image by zongwave · 8 years ago
  81. 9d5e6a3 cl-modules: obsolete unused handlers by Wind Yuan · 8 years ago
  82. 765dc61 cl-360-stitch: fix build issue without opencv by Yinhang Liu · 8 years ago
  83. 0111c74 cl-360-stitch: adaptively adjust sititch info on videos by Yinhang Liu · 8 years ago
  84. bacae1c cl_kernel: fix CL build double precision constant casting to float warning by zongwave · 8 years ago
  85. a2761c2 cl-360-stitch: support specifying output size in test case by Yinhang Liu · 8 years ago
  86. aeedc8f release version 0.8.0 by zongwave · 8 years ago
  87. ed294a4 smartlib: Modify dvs plugin config parameter by zongwave · 8 years ago
  88. efe4f0f cl-wdr: fix abort issue for WDR raw-file input test case by Yinhang Liu · 8 years ago
  89. 2457e45 cl-3d-denoise: (fix bug) 3D denoise use inappropriate tuning parameter by zongwave · 8 years ago
  90. 337b0e4 smartlib: build libdvs as static library by zongwave · 8 years ago
  91. 3adcbbb xcamfilter: fix hang issue with cached buffer number by Yinhang Liu · 8 years ago
  92. d684dc6 cl-360-stitch: add optical flow for feature match by Yinhang Liu · 8 years ago
  93. d2d28ad smartlib: add DVS plugin based on opencv stabilizer by zongwave · 8 years ago
  94. 8034ce1 configure: add opencv dependency by Yinhang Liu · 8 years ago
  95. effb7ef tests: support image stitching bases on fisheye image by Yinhang Liu · 8 years ago
  96. c9e84b4 cl_360_stitch: enable 360 image stitching by Wind Yuan · 8 years ago
  97. 7b0a63e cl_framework: support multiple handlers by Wind Yuan · 8 years ago
  98. 95b94fe test-cl-image: fix fisheye wide angle by Wind Yuan · 8 years ago
  99. a892283 cl-warp: fix image shadows caused by offset by zongwave · 8 years ago
  100. 74f9fda cl-fisheye: support fisheye correction by Wind Yuan · 8 years ago