opencv/modules
Valeriy Van f1dcf71dd7 Merge pull request #7178 from valeriyvan:iosfixes
* Changes delegate property from assign to weak

In modern Objective-C delegate should be weak. In very rare conditions you might want delegate be strong.
Assign for delegate is sign of legacy code.
This change prevents crash when you forget nil delegate in dealloc and makes rush with nilling delegate unnecessary.
This change shouldn't break any existing code.

* Adds implementation for setters and getters for weak delegate properties for non ARC Obj-C files

For whatever reason compiler can't synthesize these.
And yes, it's time to convert all Objective-C stuff to ARC.
2016-09-14 14:48:41 +03:00
..
calib3d Add QR decomposition to HAL 2016-09-05 18:20:04 +03:00
core Merge pull request #7165 from PkLab:doc_videoio 2016-09-09 18:01:41 +00:00
cudaarithm clarify CUDA arithm operations usage with mask 2016-07-12 13:32:58 +03:00
cudabgsegm
cudacodec
cudafeatures2d fix matrix type for keypoints buffer in CUDA FAST 2016-07-06 14:27:08 +03:00
cudafilters
cudaimgproc
cudalegacy fix build #6993 2016-07-27 11:21:08 +02:00
cudaobjdetect
cudaoptflow Merge pull request #6940 from andy-held:cuda_pyrlk_static_const_init 2016-07-19 08:47:57 +00:00
cudastereo
cudawarping
cudev follow the naming rule as other API 2016-08-05 22:14:55 +09:00
features2d Merge pull request #7210 from mshabunin:fix-warnings 2016-09-02 12:50:45 +00:00
flann Fixed several GCC 5.x warnings 2016-09-01 15:44:01 +03:00
highgui Merge pull request #7170 from alalek:fix_build 2016-08-29 10:15:58 +00:00
imgcodecs Merge pull request #7202 from valeriyvan:fixUIImageToMat 2016-09-06 20:45:19 +00:00
imgproc Merge pull request #7208 from terfendail:openvx_hal_impl 2016-09-13 10:15:12 +00:00
java Merge pull request #6815 from smigielski:fix_6605 2016-07-14 14:36:45 +00:00
ml add 2 extra methods to ml::TrainData (#7169) 2016-08-26 16:25:46 +04:00
objdetect Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
photo Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
python Merge pull request #7055 from gylns:master 2016-08-18 13:17:18 +00:00
shape Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
stitching Reverted BORDER_CONSTAT in stitcher.cpp 2016-09-08 10:49:48 +02:00
superres Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
ts instrumentation: minor refactoring, wrap OpenCL 2016-09-08 16:13:44 +03:00
video BackgroundSubtractorMOG2Impl: only use OpenCL if input image is UMat 2016-09-07 15:53:35 +02:00
videoio Merge pull request #7178 from valeriyvan:iosfixes 2016-09-14 14:48:41 +03:00
videostab Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
viz viz: use ../precomp.hpp in modules/viz/src/vtk/* files 2016-09-08 16:19:44 +03:00
world
CMakeLists.txt