aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* dnn: abstract dnn inference engine class and derive object detection classzongwave2019-04-015-150/+376
* dnn: check function return valuezongwave2019-03-292-74/+97
* dnn: add dnn module based on openvino inference enginezongwave2019-03-284-1/+1283
* stitch: calculate the overlap of feature match automaticallyYinhang Liu2019-03-273-12/+16
* cv-feature-match: correct spelling mistakeYinhang Liu2019-03-271-1/+1
* render-makefile: correct render Makefile dependent libraryzongwave2019-03-041-2/+7
* vulkan-stitch: support feature matchYinhang Liu2019-01-173-6/+155
* gles-stitch: support feature matchYinhang Liu2019-01-152-29/+201
* ocl-stitching: support enabling or disabling feature matchYinhang Liu2019-01-152-4/+28
* soft-stitch: support multiple versions of feature matchYinhang Liu2019-01-155-15/+62
* feature-match: simplify function interfaceYinhang Liu2019-01-158-255/+290
* feature-match: rename CVFMConfig to FMConfigYinhang Liu2019-01-152-6/+6
* cv-debug: move image write to cv_utilsYinhang Liu2019-01-156-77/+71
* video-buffer: support extracting specific range to MatYinhang Liu2019-01-155-16/+19
* opencv: use Mat instead of ArrayYinhang Liu2019-01-154-55/+37
* feature-match: remove residual UMat codesYinhang Liu2019-01-152-41/+12
* opencv: remove CVBaseClass classYinhang Liu2019-01-1520-143/+99
* build: optimize MakefilesYinhang Liu2019-01-087-302/+268
* opencv: extract cv files into modules/ocvYinhang Liu2019-01-0824-61/+65
* opencv: remove CVContext classYinhang Liu2019-01-087-113/+7
* opencv: remove OpenCL dependencyYinhang Liu2019-01-0812-251/+213
* build: fix unused warningsYinhang Liu2019-01-081-1/+2
* thread: remove unnecessary PTHREAD_LDFLAGSYinhang Liu2018-12-146-6/+0
* soft-worker: fix illegal usage in boolean contextYinhang Liu2018-12-141-2/+2
* render: fix logical errorYinhang Liu2018-12-141-1/+1
* build: comment out unused functionYinhang Liu2018-12-141-0/+2
* test: render vulkan stither output textureszongwave2018-12-121-2/+2
* buffer-management: fix segmentation faultYinhang Liu2018-12-121-1/+1
* aiq: fix potential null pointer issueYinhang Liu2018-12-121-1/+2
* soft-blend: change pyramid level to 2 to improve performanceYinhang Liu2018-12-122-3/+5
* gl-blend: change pyramid level to 2 to improve performanceYinhang Liu2018-12-122-3/+5
* gl-blend: move function definition into namespaceYinhang Liu2018-12-121-66/+66
* soft-stitch: change infomation print mode to debugYinhang Liu2018-12-121-4/+4
* gl-blend: remove unnecessary calls to callback functionYinhang Liu2018-12-121-8/+3
* gl-stitch: change infomation print mode to debugYinhang Liu2018-12-121-4/+4
* vk-stitch: support image stitchingYinhang Liu2018-12-1211-9/+789
* vk-framework: add blender handlerYinhang Liu2018-12-123-0/+1659
* vk-geomap: support the execution of callback functionYinhang Liu2018-12-122-6/+34
* vk-copy: support the execution of callback functionYinhang Liu2018-12-122-6/+29
* gl-handler: move execute_done to ImageHandlerYinhang Liu2018-12-122-22/+0
* vk-buf-desc: simplify constructor interfaceYinhang Liu2018-12-123-7/+16
* vk-buffer: support VKBufInfoYinhang Liu2018-12-123-0/+53
* gl-blend-test: support frame synchronizationYinhang Liu2018-12-122-24/+52
* gl-test: support synchronization for copy and remapYinhang Liu2018-12-124-0/+10
* render: start render viewer in a separate threadzongwave2018-12-124-26/+54
* build: check minimum open scene graph required versionzongwave2018-12-051-1/+1
* robust: fix potential null pointer misuse issuezongwave2018-12-041-1/+3
* render: add OSG based render to show texture on windowzongwave2018-11-269-1/+1097
* robust: fix potential issues of unvalidated stringYinhang Liu2018-10-182-17/+19
* gl_stitcher: fix bad referenceYinhang Liu2018-10-181-3/+2