34 Commits
Author SHA1 Message Date
dtmoodie 4566105578 fixed non c++11 warnings. 2017-10-15 12:12:00 -04:00
dtmoodie 3c229aa2eb async bugfix
upload winsize and iters as members to prevent async out of scope issues
2017-09-14 14:48:49 +00:00
Dan 8842b9b2b2 Newer versions of gstreamer use a slightly different include path on windows.
Newer versions of VTK have moved some of the reader objects into vtkIOGeometry.
2016-10-20 11:02:18 -04:00
Dan e9461d3feb templated std::vector<T> constructor was being called instead of const std::vector<cv::cuda::GpuMat>. 2016-04-14 15:50:24 -04:00
Dan da189ce1e0 Fixed regression in cv::VideoCapture with gstreamer back end that prevented viewing of rtsp streams. 2016-03-17 13:03:48 -04:00
Dan 1d21493302 Merge branch 'issue_6251' of http://github.com/dtmoodie/opencv into thrust_allocator_usage_pr 2016-03-15 11:18:41 -04:00
Dan a21ede9452 Thrust allocator usage. 2016-03-15 11:14:47 -04:00
Dan 7a934f9ee0 Compatibility and bug fixes. 2016-03-15 11:14:42 -04:00
Dan a8ca560684 Fixed more missing async calls. 2016-03-15 11:14:42 -04:00
Dan 79ecefb51f Implemented async calls. 2016-03-15 11:14:41 -04:00
Dan 42c36c0c80 Linux bug fix for ThrustAllocator. 2016-03-14 11:09:52 -04:00
Dan 95608b1b84 free -> deallocate 2016-02-18 15:05:13 -05:00
Dan c0e34934c8 Merge branch 'thrust_allocator' of https://github.com/dtmoodie/opencv 2016-02-18 00:43:18 -05:00
Dan da93a5527d Thrust allocator for temporary storage used with thrust algorithms. 2016-02-18 00:23:20 -05:00
Dan Moodie 66738d748f Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls.
Added unsigned char support for 1, 3, 4 channel images.
2015-12-29 10:48:14 -05:00
Dan Moodie 64a57f7c38 Support for opengl2 in vtk 7.1 2015-12-28 14:04:02 -05:00
Dan 46ec9c386b Gstreamer 1.0 on windows. 2015-12-09 09:11:45 -05:00
Dan 237f33d4f0 nullptr -> NULL 2015-12-08 12:19:15 -05:00
Dan 76760470f3 Cherry pick failed to grab interface changes. 2015-12-08 09:54:14 -05:00
Dan Moodie 4f373a4284 Clarified default allocator interface.
Conflicts:
	modules/core/src/matrix.cpp
2015-12-08 09:45:13 -05:00
Dan aa14b6d2f3 Merge branch 'thrust_tutorial' of http://github.com/dtmoodie/opencv into thrust_tutorial 2015-11-10 12:29:51 -05:00
Dan 01f40cfafc Corrected the case where channel == -1 2015-11-10 12:29:29 -05:00
Dan 1e1f20cfee Improved consistency. 2015-10-12 09:21:53 -04:00
Dan Moodie 3d1355efc1 Updated input / output array to support std::vector<cv::cuda::GpuMat>
Expanded support for std::vector<cv::cuda::GpuMat>.

Whitespace fix.
2015-10-09 15:12:57 -04:00
Dan Moodie f332f98757 Removed last trailing whitespace. Can't believe I missed it. 2015-10-05 20:21:46 -04:00
Dan e4184195a2 Looks like something automatically added tabs back in after I already fixed the white space. :/ 2015-09-28 09:37:10 -04:00
Dan 3efe131480 Merge branch 'thrust_tutorial' of http://github.com/dtmoodie/opencv into thrust_tutorial
Conflicts:
	samples/cpp/tutorial_code/gpu/gpu-thrust-interop/Thrust_interop.hpp
2015-09-25 08:58:53 -04:00
Dan ab84de967e More whitespace fixes. 2015-09-25 08:56:37 -04:00
Dan Moodie 7376c5311b Fixed tabs in whitespace. 2015-09-24 14:29:17 -04:00
Dan 12dcb1555e Missed one conversion of CV_TYPE to cv::DataType 2015-09-24 10:01:26 -04:00
Dan 00c2930709 improved comments. 2015-09-24 09:32:46 -04:00
Dan 23fc5930b7 Improved thrust interop tutorial. 2015-09-24 09:32:38 -04:00
Dan 09d392f09d Added thrust tutorial. 2015-09-24 09:32:27 -04:00
Dan a80e0cf8bd Added tutorials for using thrust. 2015-09-24 09:32:18 -04:00