head 1.4; access; symbols pkgsrc-2014Q2:1.3.0.8 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.6 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.4 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.2 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.1.0.4 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.2 pkgsrc-2013Q1-base:1.1; locks; strict; comment @// @; 1.4 date 2014.07.09.19.57.36; author ryoon; state dead; branches; next 1.3; commitid bsdfxYp7aU3hYJHx; 1.3 date 2013.08.07.13.01.20; author fhajny; state Exp; branches; next 1.2; commitid 6HuEBGA8qUKSsw0x; 1.2 date 2013.08.05.12.27.48; author fhajny; state Exp; branches; next 1.1; commitid yHTXKPpn9bZVjg0x; 1.1 date 2013.02.26.23.38.08; author joerg; state Exp; branches; next ; desc @@ 1.4 log @Update to 2.4.9 Changelog: 2.4.9 April, 2014 Several improvements in OpenCL optimizations (ocl::sum, ocl::countNonZero, ocl::minMax, bitwise operationss, Haar face detector, etc) Multiple fixes in Naitve Camera (NativeCameraView, cv::VideoCapture); Improved CUDA support for all CUDA-enabled SoCs. New VTK-based 3D visualization module viz stabilized and back-ported to 2.4 branch. The module provides a very convenient way to display and position clouds, meshes, cameras and trajectories, and simple widgets (cube, line, circle, etc.). Full demo video can be found at Itseez Youtube channel Numerous bugfixes in code and docs from community 156 pull requests have been merged since 2.4.8 55 reported bugs have been closed since 2.4.8 2.4.8 December, 2013 User provided OpenCL context can be used by OpenCV ( ocl::initializeContext ) A separate OpenCL command queue is created for every CPU thread (allows concurrent kernels execution) Some new OpenCL optimizations and bug-fixes NVidia CUDA support on CUDA capable SoCs; Android 4.4 support, including native camera; Java wrappers for GPU-detection functions from core module were added; New sample with CUDA on Android was added; OpenCV Manager and apps hanging were fixed on Samsung devices with Android 4.3 (#3368, #3372, #3403, #3414, #3436). Static linkage support for native C++ libraries; 139 pull requests have been merged since version:2.4.7! 32 reported bugs have been closed since version:2.4.7 2.4.7 November, 2013 Now 'ocl' module can be built without installing OpenCL SDK (Khronos headers in OpenCV tree); Dynamic dependency on OpenCL runtime (allows run-time branching between OCL and non-OCL implementation); Changing default OpenCL device via OPENCV_OPENCL_DEVICE environment variable (without app re-build); Refactoring/extending/bug-fixing of existing OpenCL optimizations, updated documentation; New OpenCL optimizations of SVM, MOG/MOG2, KalmanFilter and more; New optimization for histograms, TV-L1 optical flow and resize; Updated multi gpu sample for stereo matching; Fixed BGR<->YUV color conversion and bitwize operations; Fixed several build issues; Android NDK-r9 (x86, x86_64) support; Android 4.3 support: hardware detector (Bugs #3124, #3265, #3270) and native camera (Bug #3185); MediaRecorder hint enabled for all Android devices with API level 14 and above; Fixed JavaCameraView slowdown (Bugs #3033, #3238); Fixed MS Certification test issues for all algorithmical modules and highgui, except OpenEXR and Media Foundation code for camera; Implemented XAML-based sample for video processing using OpenCV; Fixed issue in Media Foundation back-end for VideoCapture (#3189); 382 pull requests have been merged since 2.4.6! 54 reported bugs have been fixed since 2.4.6 (issue tracker query). @ text @$NetBSD: patch-modules_ts_include_opencv2_ts_ts__perf.hpp,v 1.3 2013/08/07 13:01:20 fhajny Exp $ --- modules/ts/include/opencv2/ts/ts_perf.hpp.orig 2013-07-10 11:49:00.000000000 +0000 +++ modules/ts/include/opencv2/ts/ts_perf.hpp @@@@ -477,7 +477,6 @@@@ CV_EXPORTS void PrintTo(const Size& sz, #define CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, ...) \ - while (++argc >= (--argc,-1)) {__VA_ARGS__; break;} /*this ugly construction is needed for VS 2005*/\ ::perf::Regression::Init(#modulename);\ ::perf::TestBase::Init(std::vector(impls, impls + sizeof impls / sizeof *impls),\ argc, argv);\ @ 1.3 log @Fix bad patch file. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update opencv to 2.4.6.1 Changes in 2.4.6.1: * Hotfix for camera pipeline for Linux (V4L). Changes in 2.4.6: * Windows RT: added video file i/o and sample application using camera, enabled parallelization with TBB or MS Concurrency * CUDA 5.5: added support for desktop and ARM * Added Qt 5 support * Binary compatiblility with both OpenCL 1.1/1.2 platforms. Now the binaries compiled with any of AMD/Intel/Nvidia's SDK can run on all other platforms. * New functions ported, CLAHE, GoodFeaturesToTrack, TVL1 optical flow and more * Performance optimizations, HOG and more. * More kernel binary cache options though setBinaryDiskCache interface. * OpenCL binaries are now included into the superpack for Windows (for VS2010 and VS2012 only) * Switched all the remaining parallel loops from TBB-only 'tbb::parallel_for()' to universal 'cv::parallel_for_()' with many possible backends (MS Concurrency, Apple's GDC, OpenMP, Intel TBB etc.) * iOS build scripts (together with Android ones) moved to 'opencv/platforms' directory * Fixed bug with incorrect saved video from camera through CvVideoCamera * Added 'rotateVideo' flag to the CvVideoCamera class to control camera preview rotation on device rotation * Added functions to convert between UIImage and cv::Mat (just include opencv2/highgui/ios.h) * Numerous bug-fixes across all the library @ text @d3 3 a5 3 --- /tmp/pkgsrc/graphics/opencv/work/opencv-2.4.6.1/modules/ts/include/opencv2/ts/ts_perf.hpp.orig Wed Jul 10 11:49:00 2013 +++ /tmp/pkgsrc/graphics/opencv/work/opencv-2.4.6.1/modules/ts/include/opencv2/ts/ts_perf.hpp Mon Aug 5 11:34:21 2013 @@@@ -477,7 +477,6 @@@@ @ 1.1 log @Honor sequence point rules. @ text @d3 6 a8 6 --- modules/ts/include/opencv2/ts/ts_perf.hpp.orig 2013-02-26 16:47:16.000000000 +0000 +++ modules/ts/include/opencv2/ts/ts_perf.hpp @@@@ -478,7 +478,6 @@@@ CV_EXPORTS void PrintTo(const Size& sz, #define CV_PERF_TEST_MAIN(testsuitname, ...) \ int main(int argc, char **argv)\ {\ d10 3 a12 3 ::perf::Regression::Init(#testsuitname);\ ::perf::TestBase::Init(argc, argv);\ ::testing::InitGoogleTest(&argc, argv);\ @