Anatoly Baksheev
3830a0b5b2
fixed bug with deletion from std::map
11 years ago
Anatoly Baksheev
a6ab9be5a6
removed VizAccessor from docs
11 years ago
Anatoly Baksheev
fb62a66b69
removed unused code
11 years ago
Anatoly Baksheev
b88fdc73d6
VizAccessor is now private and renamed to VizStorage
11 years ago
Anatoly Baksheev
d970d58308
added Viz::tutorial2 test
11 years ago
Anatoly Baksheev
ace71cef3f
Added Affine3<T>::rvec()
11 years ago
Anatoly Baksheev
9f1f5aed53
compilation
11 years ago
Anatoly Baksheev
a9c7aa92d9
removed CV_EXPORTS from cv::Afiine
11 years ago
Anatoly Baksheev
177f7eb339
fixed warning
11 years ago
Anatoly Baksheev
0895616576
switched from unnecessarily 'dobule' to 'float' in some places (commonly for widget scale)
11 years ago
Anatoly Baksheev
b560cc35d9
removed Ptr typedef from Viz3d. It is deprecated since Viz3d itseez is a shared pointer
11 years ago
Alexander Alekhin
0eb2be762a
cmake: allow source_group to preserve file-system tree (for MSVS)
11 years ago
GregoryMorse
68d8f6410f
Update system.cpp
...
Cleaned up to use the preferred namespace code. This can be further simplified by using the HString/HStringReference classes from wrl\wrappers\corewrappers.h
11 years ago
Vadim Pisarevsky
fdf1996e2e
added old=>new cascade conversion function
11 years ago
Ilya Lavrenov
73aa43d2ca
fixed warnings
11 years ago
Alexander Smorkalov
9f04222a75
OpenCV Manager version++.
11 years ago
Roman Donchenko
060e58d080
Merge pull request #1945 from apavlenko:2.4_version_update
11 years ago
Roman Donchenko
d368bf5210
Merge pull request #1941 from vhdirk:gst1x_default
11 years ago
Andrey Pavlenko
b5936648ca
Merge pull request #1943 from pentschev:ocl_oclMat_ptr_remove_2.4
11 years ago
Andrey Pavlenko
a0c296fcdb
Merge pull request #1936 from ElenaGvozdeva:ocl_flip
11 years ago
Andrey Pavlenko
f2cf9dd8bf
updating version to 2.4.7.2
11 years ago
Andrey Pavlenko
7069b4b761
Merge pull request #1927 from JBosch:issue3409
11 years ago
Andrey Pavlenko
0e3553130a
Merge pull request #1872 from KonstantinMatskevich:ocl_mt_test
11 years ago
Andrey Pavlenko
c34fc180a7
Merge pull request #1762 from jet47:cuda-6.0-npp-fix
11 years ago
Elena Gvozdeva
f5a01f15a5
Fixed test for ocl_flip
11 years ago
Andrey Pavlenko
77d04a2622
Merge pull request #1844 from StevenPuttemans:bugfix_3370
11 years ago
Andrey Pavlenko
1d01c49a06
Merge pull request #1870 from es0m:es0m-2.4-imgproc-samplers
11 years ago
Peter Andreas Entschev
def17f2baa
Removing ocl::oclMat::ptr() method.
...
The method ocl::oclMat::ptr() is being removed because it returns a pointer to a row of oclMat::data. The data attribute is a cl_mem structure and cannot be iterated outside an OpenCL kernel.
11 years ago
Andrey Pavlenko
f36858b3a0
Merge pull request #1942 from ilya-lavrenov:warn_fix
11 years ago
Andrey Pavlenko
f0049fa2ed
Merge pull request #1937 from ilya-lavrenov:tapi_integral
11 years ago
Ilya Lavrenov
926cab2baa
fixed warnings
11 years ago
Vladimir Bystricky
44126e350a
Change while(true) to for(;;) for fix compiler warning.
11 years ago
Andrey Pavlenko
72cfff4c59
Merge pull request #1940 from pentschev:ocl_bfm_oclMat_ptr_fix_2.4
11 years ago
Konstantin Matskevich
45dd18955f
Merge pull request #2 from apavlenko/ocl_mt_test
...
minor improvements
11 years ago
Andrey Pavlenko
b0b199ee8a
Merge pull request #1929 from alalek:ocl_haar_amd_beta
11 years ago
Andrey Pavlenko
894724eaf0
minor improvements
11 years ago
Vladimir Bystricky
591b1a7e70
Another fix for disable "conditional expression is constant"
11 years ago
Vladimir Bystricky
3013b469fe
Add check for depths of destination and source image. Fix warning C4127.
11 years ago
Dirk Van Haerenborgh
8a48802dec
Enable GStreamer 1.x support by default.
...
GStreamer 1.x is universally available, and with 0.10 being deprecated,
there should be no reason to default to 0.10 stil.
11 years ago
Ilya Lavrenov
3eaa8f149b
added cv::intergal to T-API
11 years ago
Konstantin Matskevich
7a78559708
some fixes
11 years ago
Peter Andreas Entschev
3bc952ed34
ocl::BruteForceMatcher fix wrong use of oclMat::ptr().
...
The oclMat::ptr() method was mistakenly used in ocl::BruteForceMatcher to pass a pointer to a oclMat object. The ptr() method returns a uchar pointer to the cl_mem data structure and this method will be removed.
11 years ago
Elena Gvozdeva
b930028727
Added cv::flip using Transparent API
11 years ago
Andrey Pavlenko
9dea590ada
Merge pull request #1933 from gongzg:fix-ocl-kernel-2.4
11 years ago
Andrey Pavlenko
b16f0a25af
Merge pull request #1925 from vpisarev:ocl_facedetect2
11 years ago
Alexander Alekhin
3dcddad88a
ocl: added workaround into Haar kernels
11 years ago
Andrey Pavlenko
39754bd6f9
Merge pull request #1920 from alalek:ocl_disable_workaround
11 years ago
Vladimir Bystricky
af6134b4b6
Fix issue in boxFilter with destination depth not equal to source depth.
11 years ago
Roman Donchenko
bee4dff89d
Merge pull request #1447 from Siddharthk:master
11 years ago
Vladimir Bystricky
968a898a1b
Add ocl version of boxFilter to the module img_proc
11 years ago