opencv-devel-3.3.1-lp150.4.3.1<>,؉[K /=„1\ *iҞ-u\x="CuH7-Ad?Td ! P'0= Vv          FZ  I  M4 Rf WW [\, \` ]D (]s8]|R9^R:dRBF G  HH Ip X|YƌZƸ[Ƽ\ ] ^؍bcܪd9e>fAlCuX v w x yzPCopencv-devel3.3.1lp150.4.3.1Development files for using the OpenCV libraryThis package contains the OpenCV C/C++ library and header files, as well as documentation. It should be installed if you want to develop programs that will use the OpenCV library.[K lamb04:c/openSUSE Leap 15.0openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://opencv.org/linuxx86_64 Q Y F x a[ ANIO=veM >v6\ `<pe;<([!E!c '%&: }.B'#yp "5ř4-  Y)c5{P$ LN4ٳ /X+-o ]H=%$wPb." kco*$0 N gR#t # A)FR DY CY Qd+k ?#$ e*9M:N8u<HH  R : !u A) …” to build opencv and opencv_contrib together. + a subset of Intel IPP (IPPCV) is given to us and our users free of charge, free of licensing fees, for commercial and non-commerical use. It’s used by default in x86 and x64 builds on Windows, Linux and Mac. + T-API (transparent API) has been introduced, this is transparent GPU acceleration layer using OpenCL. It does not add any compile-time or runtime dependency of OpenCL. When OpenCL is available, it’s detected and used, but it can be disabled at compile time or at runtime. It covers ~100 OpenCV functions. This work has been done by contract and with generous support from AMD and Intel companies. + ~40 OpenCV functions have been accelerated using NEON intrinsics and because these are mostly basic functions, some higher-level functions got accelerated as well. + There is also new OpenCV HAL layer that will simplifies creation of NEON-optimized code and that should form a base for the open-source and proprietary OpenCV accelerators. + The documentation is now in Doxygen: http://docs.opencv.org/master/ + We cleaned up API of many high-level algorithms from features2d, calib3d, objdetect etc. They now follow the uniform “abstract interface – hidden implementation” pattern and make extensive use of smart pointers (Ptr<>). + Greatly improved and extended Python & Java bindings (also, see below on the Python bindings), newly introduced Matlab bindings (still in alpha stage). + Improved Android support – now OpenCV Manager is in Java and supports both 2.4 and 3.0. + Greatly improved WinRT support, including video capturing and multi-threading capabilities. Thanks for Microsoft team for this! + Big thanks to Google who funded several successive GSoC programs and let OpenCV in. The results of many successful GSoC 2013 and 2014 projects have been integrated in opencv 3.0 and opencv_contrib (earlier results are also available in OpenCV 2.4.x). We can name: - text detection - many computational photography algorithms (HDR, inpainting, edge-aware filters, superpixels, …) - tracking and optical flow algorithms - new features, including line descriptors, KAZE/AKAZE - general use optimization (hill climbing, linear programming) - greatly improved Python support, including Python 3.0 support, many new tutorials & samples on how to use OpenCV with Python. - 2d shape matching module and 3d surface matching module - RGB-D module - VTK-based 3D visualization module - etc. + Besides Google, we enjoyed (and hope that you will enjoy too) many useful contributions from community, like: - biologically inspired vision module - DAISY features, LATCH descriptor, improved BRIEF - image registration module - etc.- Reduce build-compare noise opencv-build-compare.patch- Remove BuildRequirement for python-sphinx in SLE12, since it's not available there and it's not a mandatory requirement.- Reduce differences between two spec files- Use pkgconfig for ffmpeg BuildRequires- Update improve-sphinx-search.diff for new python-Sphinx(1.3.1) * now that sphinx-build disallow executing without arguments and give you "Insufficient arguments" error, use "sphinx-build -h" instead * the default usages output ie. sphinx-build(or --help) no longer are standard error but standard output, drop OUTPUT_QUIET and add OUTPUT_VARIABLE throws the output to SPHINX_OUTPUT as well- support gcc 5 (i.e. gcc versions without minor version): opencv-gcc5.patch- Update to OpenCV 2.4.11 - can't find NEWS or Changelog merely collecting bug fixes while 3.0 is in the making, 2.4.11 didn't even make it on their web page, it's only on download server - remove opencv-underlinking.patch as obsolete - remove upstream patch bomb_commit_gstreamer-1x-support.patch - commenting out opencv-pkgconfig.patch - possibly it requires a rebase, but the problem it tries to solve is unclear- Add specific buildrequires for libpng15, so that we are building against the system provided libpng.- Update to OpenCV 2.4.9 More info at: http://opencv.org/opencv-2-4-9-is-out.html The brief list of changes: * new 3D visualization module ‘viz’; * performance fixes in ‘ocl’ module; * fixes in Android Camera; * improved CUDA support for mobile platforms; * bugfixes from community; * 55 reported bugs have been closed; * 156 pull requests have been merged.- Drop the BuildRequires on libucil and libunicap for Factory. This stops us from getting ride of Gstreamer 0.10 and besides these two libraries seem to be unmaintained upstream as that the latest actions are from 2010- Add upstream patch (3.0 version) to support Gstreamer 1.x * bomb_commit_gstreamer-1x-support.patch- Upstream now provides tarballs with source only as git tags from github so update Source0 path.- Add requires on various X extensions linked to opencv_ts module. As those are present in the .pc file we need it anyway.- Update to OpenCV 2.4.8 More info at: http://opencv.org/opencv-2-4-8.html The brief list of changes: * NVidia CUDA support on Android devices with CUDA capable SoC and CUDA sample; * Concurrent kernel execution and user defined context support for OpenCL; * Integration with Intel Perceptual SDK and new depth sensors support for Windows; * 32 reported bugs have been closed; * 139 pull requests have been merged;- Fix build with altivec: opencv-altivec-vector.patch- Added opencv-pkgconfig.patch: make sure to provide link flags in OpenCV pc file (bnc#853036)- Update to OpenCV 2.4.7 More info at: http://opencv.org/opencv-2-4-7-is-out.html The brief list of changes: * dynamic OpenCL runtime loading, setting default OpenCL device via env var, many bug-fixes and some new optimization with OpenCL * bug-fixes and new optimizations in CUDA stuff * latest NDK and Android OS support, Native Android Camera tuning * minor fixes, XAML sample and MS Certification compatibility in WinRT stuff * 382 pull requests have been merged * 54 reported bugs have been fixed - Added pkgconfig(glu) Requires to devel package, as per .pc file - Make devel package provides also devel-static one - Drop assume-Sphinx-is-there.diff, and add improve-sphinx-search.diff, for properly finding sphinx with alphabetic chars in version- Add patch assume-Sphinx-is-there.diff to fix building with Sphinx versions that have alphanumeric characters in the version (Only for factory builds at the moment)- Use eigen3 instead of eigen2 as build requirement for openSUSE > 12.3. - Enable compilation with libucil and libunicap. - Removed dos2unix build requirement (not needed anymore).- Update to OpenCV 2.4.6.1 More info at: http://opencv.org/opencv-2-4-6-is-out.html The brief list of changes: * added video file i/o Windows RT and sample application using camera, enabled parallelization with TBB or MS Concurrency * added CUDA 5.5 support for desktop and ARM systems * added Qt 5 support * added many new OpenCL algorithms ports, included OpenCL binaries into the Windows superpack * iOS build scripts (together with Android ones) moved to ‘opencv/platforms’ directory * added functions for UIImage <-> cv::Mat conversion * correct front/back camera selection in Android app framework * added Linaro NDK support and fixes for MIPS to Android CMake toolchain * stability has been improved by a lot, numerous bug-fixes across all the library- build with LFS_CFLAGS in 32 bit archs.- Disable SSE3 for all architectures (bnc#814333)- Disable SSE(2) on non x86_64 architectures, causes crashing kde#276923, bnc#789173- Update to OpenCV 2.4.5 More info at: http://opencv.org/opencv-2-4-5-is-out.html The brief list of changes: * experimental WinRT support * new video super-resolution module * CLAHE (adaptive histogram equalization) algorithm on both CPU and GPU * further improvements and extensions in ocl module (stereo block matching and belief propagation have been added, fixed crashes on Intel HD4000) * Visual Studio 2012 cv::Mat visualizer plugin debugger tutorial from Microsoft Research * OpenCV4Android SDK improvements (NDK r8e support, native activity sample using OpenCV Manager, bug-fixes) * ~25 reported problems have been resolved since 2.4.4, ~78 pull requests have been merged, thanks everybody who participated!- Update to OpenCV 2.4.4 More info at: http://opencv.org/opencv-2-4-4-is-out.html The brief list of changes: * OpenCV Java bindings are ported from Android to desktop Java! Actually any JVM language will work, see Tutorial for details, and Java or Scala code samples. * Android application framework, samples, tutorials, and OpenCV Manager are improved. * Optimizations for the new NVIDIA Kepler architecture, CARMA platform support and other new optimizations in CUDA. * OpenCL module now builds successfully with various SDKs (from AMD, NVIDIA, Intel and Apple) and runs well on different GPUs (AMD, NVidia, Intel HD4000). A lot of new functionality has been added, tons of bugs fixed, performance of many functions has been significantly improved. * 100+ reported problems have been resolved since 2.4.3, thanks everybody who participated!- Drop the buildrequire for libxine- Update to OpenCV 2.4.3 More info at: http://opencv.org/opencv-2-4-3-released.html The nicely formatted changelog can be seen here: http://code.opencv.org/projects/opencv/wiki/ChangeLog; here are the highlights: * A lot of good stuff from the Google Summer of Code 2012 has been integrated; this was a very productive summer! * Significantly improved and optimized Android and iOS ports. * Greatly extended GPU (i.e. CUDA-based) module. * The brand new ocl (OpenCL-based) module that unleashes GPU power also for AMD and Intel GPU users. It’s not included into the binary package, since there are different SDKs, and it’s not turned on by default. You need to run CMake and turn on “WITH_OPENCL”. Also, please note that this is very first version of the module, so it may be not very stable and not very functional. * Much better performance on many-core systems out of the box. You do not need TBB anymore on MacOSX, iOS and Windows. BTW, the binary package for Windows is now built without TBB support. Libraries and DLLs for Visual Studio 2010 use the Concurrency framework. * About 130 bugs have been fixed since 2.4.2. * Since 2.4.3rc we fixed several more problems, in particular some compile problems with iOS 6 SDK.- buildrequire glu- Update to OpenCV 2.4.2 More info at: http://code.opencv.org/projects/opencv/wiki/ChangeLog - Drop opencv-datadir.patch to comply with upstream directory layout- Update to OpenCV 2.4.1 More info at: http://code.opencv.org/projects/opencv/wiki/ChangeLog- Update to OpenCV 2.4.0 More info at: http://code.opencv.org/projects/opencv/wiki/ChangeLog- Add opencv-gcc47.patch: Fix build with gcc 4.7.- Use Explicit Buildrequires on several needed libraries future dependency cleanups may/will cause build to fail otherwise.- Add upstream r6881 to fix clang compatibility- uncomment libraries not in 12.1 for now- Changed groups (fix for RPMLINT warning) - Added check for duplicate files (fix for RPMLINT warning) - Added py_requires macros and python-base dependencies (fix for RPMLINT warning) - Escaped macros (fix for RPMLINT warning) - Fixed end-of-line encoding problems (fix for RPMLINT warning) - Added libeigen2-devel buildrequires - Added libunicap and libucil buildrequires (libunicap supports requires libucil) - Cleaned up spec file formatting- Dropped opencv-2.3-ffmpeg.patch, applied upstream- Revive opencv-2.3-ffmpeg.patch, needs rebase - Tag all patches according to openSUSE packaging guidelines- Removed opencv-2.3-cmake.patch, old cmake cannot be used any more. - Python bindings cannot be built without NumPy any more.- Update to OpenCV 2.3.1- Update and readd opencv-2.3-underlinking.patch since it is still necessary.- Fix support for new ffmpeg versions- Removed unnecessary patches - Enable Python NumPy support on openSUSE 11.2 - Build Qt instead of Gtk GUI - Fix cmake files for openSUSE 11.1 - No GStreamer support on openSUSE 11.1- Update to OpenCV 2.3.0. More info at: http://opencv.willowgarage.com/wiki/OpenCV%20Change%20Logs- Fix build on openSUSE 11.2- Add opencv-v4l-2.6.38.patch: use the new libv4l2 interface- Enable Python NumPy support - SWIG is not required any more - Enable OpenEXR support- Update to OpenCV 2.2.0. More info at: http://opencv.willowgarage.com/wiki/OpenCV%20Change%20Logs- Use system zlib, oh, and do not export ZLIB symbols to other applications, clashes ensued.- fix build with gcc 4.6- add -underlinking patch- devel package renamed to opencv-devel, so that switching between OBS and packman opencv packages is easier- fix gstreamer support - fix xine support - fix some rpmlint warnings - fix shared libraries permissions- Do not waste resources building the tests as we do not run them- Do not disable SSE,SSE2,etc. According to OpenCV changelog, it should be safe to leave these enabled.- fix build on openSUSE 11.0- Update to OpenCV 2.1.0: * The whole OpenCV is now using exceptions instead of the old libc-style mechanism * Experimental "static" OpenCV configuration in CMake was contributed by Jose Luis Blanco. Pass "BUILD_SHARED_LIBS=OFF" to CMake to build OpenCV statically. * new improved version of one-way descriptor is added * User can now control the image areas visible after the stereo rectification * Fullscreen has been added (thanks to Yannick Verdie). * Further info at: http://opencv.willowgarage.com/wiki/OpenCV%20Change%20Logs- fix build with libpng14- small spec file cleanup- Moved to the KDE repositories to enable inclusion in kipi-plugins- Initial packageopencv-qt5-devellamb04 1528384265  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  3.3.1-lp150.4.3.13.3.1-lp150.4.3.13.3.1     opencvcv.hcv.hppcvaux.hcvaux.hppcvwimage.hcxcore.hcxcore.hppcxeigen.hppcxmisc.hhighgui.hml.hopencv2calib3dcalib3d.hppcalib3d.hppcalib3d_c.hcorecore.hppaffine.hppbase.hppbufferpool.hppcore.hppcore_c.hcudacuda.hppcuda.inl.hppblock.hppborder_interpolate.hppcolor.hppcommon.hppdatamov_utils.hppdetailcolor_detail.hppreduce.hppreduce_key_val.hpptransform_detail.hpptype_traits_detail.hppvec_distance_detail.hppdynamic_smem.hppemulation.hppfilters.hppfuncattrib.hppfunctional.hpplimits.hppreduce.hppsaturate_cast.hppscan.hppsimd_functions.hpptransform.hpptype_traits.hpputility.hppvec_distance.hppvec_math.hppvec_traits.hppwarp.hppwarp_reduce.hppwarp_shuffle.hppcuda_stream_accessor.hppcuda_types.hppcv_cpu_dispatch.hcv_cpu_helper.hcvdef.hcvstd.hppcvstd.inl.hppdirectx.hppeigen.hppfast_math.hpphalhal.hppinterface.hintrin.hppintrin_cpp.hppintrin_neon.hppintrin_sse.hppintrin_vsx.hppippasync.hppmat.hppmat.inl.hppmatx.hppneon_utils.hppocl.hppocl_genbase.hppopengl.hppoperations.hppoptim.hppovx.hpppersistence.hppptr.inl.hppsaturate.hppsoftfloat.hppsse_utils.hpptraits.hpptypes.hpptypes_c.hutility.hpputilslogger.hpptrace.hppva_intel.hppversion.hppvsx_utils.hppwimage.hppcvconfig.hdnndnn.hppall_layers.hppdict.hppdnn.hppdnn.inl.hpplayer.details.hpplayer.hppshape_utils.hppfaceface.hppfacerec.hpppredict_collector.hppfeatures2dfeatures2d.hppfeatures2d.hppflannflann.hppall_indices.hallocator.hany.hautotuned_index.hcomposite_index.hconfig.hdefines.hdist.hdummy.hdynamic_bitset.hflann.hppflann_base.hppgeneral.hground_truth.hhdf5.hheap.hhierarchical_clustering_index.hindex_testing.hkdtree_index.hkdtree_single_index.hkmeans_index.hlinear_index.hlogger.hlsh_index.hlsh_table.hmatrix.hminiflann.hppnn_index.hobject_factory.hparams.hrandom.hresult_set.hsampling.hsaving.hsimplex_downhill.htimer.hhighguihighgui.hpphighgui.hpphighgui_c.himgcodecsimgcodecs.hppimgcodecs.hppimgcodecs_c.hios.himgprocimgproc.hppdetaildistortion_model.hpphalhal.hppinterface.himgproc.hppimgproc_c.htypes_c.hmlml.hppml.hppobjdetectobjdetect.hppdetection_based_tracker.hppobjdetect.hppobjdetect_c.hopencv.hppopencv_modules.hppphotophoto.hppcuda.hppphoto.hppphoto_c.hshapeshape.hppemdL1.hpphist_cost.hppshape.hppshape_distance.hppshape_transformer.hppstitchingstitching.hppdetailautocalib.hppblenders.hppcamera.hppexposure_compensate.hppmatchers.hppmotion_estimators.hppseam_finders.hpptimelapsers.hpputil.hpputil_inl.hppwarpers.hppwarpers_inl.hppwarpers.hppsuperressuperres.hppoptical_flow.hppvideovideo.hppbackground_segm.hpptracking.hpptracking_c.hvideo.hppvideoiovideoio.hppcap_ios.hvideoio.hppvideoio_c.hvideostabvideostab.hppdeblurring.hppfast_marching.hppfast_marching_inl.hppframe_source.hppglobal_motion.hppinpainting.hpplog.hppmotion_core.hppmotion_stabilizing.hppoptical_flow.hppoutlier_rejection.hppring_buffer.hppstabilizer.hppwobble_suppression.hpplibopencv_calib3d.solibopencv_core.solibopencv_dnn.solibopencv_face.solibopencv_features2d.solibopencv_flann.solibopencv_highgui.solibopencv_imgcodecs.solibopencv_imgproc.solibopencv_ml.solibopencv_objdetect.solibopencv_photo.solibopencv_shape.solibopencv_stitching.solibopencv_superres.solibopencv_video.solibopencv_videoio.solibopencv_videostab.soopencv.pcOpenCVConfig-version.cmakeOpenCVConfig.cmake/usr/include//usr/include/opencv//usr/include/opencv2//usr/include/opencv2/calib3d//usr/include/opencv2/core//usr/include/opencv2/core/cuda//usr/include/opencv2/core/cuda/detail//usr/include/opencv2/core/hal//usr/include/opencv2/core/utils//usr/include/opencv2/dnn//usr/include/opencv2/face//usr/include/opencv2/features2d//usr/include/opencv2/flann//usr/include/opencv2/highgui//usr/include/opencv2/imgcodecs//usr/include/opencv2/imgproc//usr/include/opencv2/imgproc/detail//usr/include/opencv2/imgproc/hal//usr/include/opencv2/ml//usr/include/opencv2/objdetect//usr/include/opencv2/photo//usr/include/opencv2/shape//usr/include/opencv2/stitching//usr/include/opencv2/stitching/detail//usr/include/opencv2/superres//usr/include/opencv2/video//usr/include/opencv2/videoio//usr/include/opencv2/videostab//usr/lib64//usr/lib64/pkgconfig//usr/share/OpenCV/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8253/openSUSE_Leap_15.0_Update/2b2aab2c5a00464b59873917bd295766-opencv.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linux directoryC source, ASCII textC++ source, ASCII text, with very long linesC++ source, ASCII textC source, ASCII text, with very long linesASCII textC++ source, UTF-8 Unicode textObjective-C source, ASCII textC source, UTF-8 Unicode text, with very long linespkgconfig filePRwGKe8Ygutf-8a59ecb3d7bb14787bed4b40a44af6022067fb79bf08b9beb2fa3bf649c255e19?7zXZ !t/R]"k%.V8(&Gٶ8C6s…(q#2p)喢 C )t2 L[{xZ .̑"O@|jIy!=2>lCƲ$[/_"Gܱ̻55 Ed\z71ڢ6f+Y dl;>H^&"G@"w #X_rHe!m@&Q4D l@Or-Մ]?6T>?(Z >f/>}^>ퟖ_YO䳗5OQŲDkfJ3OVcṃoLnⲛlJ3sתa]1"0_mdƒ)k}ao! u`cDմ'<) + %gZ2]Qo2" AmSKVC,2>:yfeԮUyOJO/Pa㎤Zc Cә#:dxLo/ YE׻쌥謘;μ]|)\D.{]jHy'NjKv]jՍSpjtoO%Ȑ_4rU_k;Ginrv> ^ɘ5!:Nk药K1\ܱvts1I:wئ)YF5tbH߿9d<чU%'jj 7u"? i.~;<=,ǣ0a2!݄S/ԂdžETE=)_)F.  ^vz=O;y91ly\m+4n0qi?Ƭ 2u:Idڒ#}2Ӻ\+UgCջ+x=PJ16kGA$(3sw|QM6#u3:Pd9+i@7ccuhSY= R77BFJyZ9H E lpX }Q }蠚fQ<|hN!^'5m` Z]_B`pPP aP}2Μ7։ !o yam)X)>B}ԪGu>Q}i딑1n̓Rs'Tqޔb@Fy&;7Ol,չu< 'mڋg̡MYzUsqUJmL 3!u#i"%j L%mơB_sjAuĊ8E*MJpH}cwhw/]M_VVIB˚Mʋp:c41R#vg^GI~GY m^`PxH6)qgnO!T;x+|QnBĕMgv4.3BԤ[[ #]p*E[>aM?R_z]aH!]|3sv+WPdE|` @&JGyQpIEq7AyjǾUTJ 랆bdŢ!Y HF|~e9$ %+ [. JI"@{RiÊl_GS,/%^: wT7S K{f7 Um+7k`^f_n8R7Vr=ݤ~n$">SnN4.iK'Ht-?Tgxfw˽N'+* W Yڝm/ ə_JCE' :Ae`8&ݶ YZ