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
Konstantin Matskevich
0a1ff0d42d
multithreading facedetector
11 years ago
Konstantin Matskevich
e38ba1999b
facedetect
11 years ago
Zhigang Gong
6ce03b0484
Fixed some implicitly type conversions between vector and scalar data type.
...
There are some mixed implicitly/explicitly type conversion between
scalar and vector. Although the spec allows those conversion, I prefer
to make them consistent and use explicitly all the cases.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
11 years ago
Josep Bosch
2153453fd1
Fixed little issue with mouse callback refering to issue 3409. Was using round instead of floor.
11 years ago
Vadim Pisarevsky
828b0b151b
another attempt to fix compile errors
11 years ago
Vadim Pisarevsky
fe11ca886a
trying to eliminate compile problems
11 years ago
Andrey Pavlenko
458ac2592b
Merge pull request #1908 from ilya-lavrenov:tapi_imgproc
11 years ago
Andrey Pavlenko
098d4e6174
Merge pull request #1924 from ilya-lavrenov:svm
11 years ago
Vadim Pisarevsky
ff87385201
refactored CascadeClassifier to hide implementation details (take 2)
11 years ago
Baichuan Su
632b21e090
Modify default setting, using ocl method when have ocl module
11 years ago
Baichuan Su
2cf16db683
Add Macro to decide using ocl method or not.
11 years ago
Baichuan Su
00300baa53
Add OpenCL SVM paths for bagofwords_classification and points_classifier samples.
11 years ago
siddharth
778edff9e1
Added comment in demo file
11 years ago
siddharth
c48ad880f3
Errors resolved
11 years ago
Anna Kogan
944f7bac42
After-merge corrections
11 years ago
siddharth
573e818415
New changes done and removed opencv_extra folder
...
Removed opencv_extra folder inside opencv folder
New changes done
Removed test images
11 years ago
siddharth
33e6c07485
Removed build errors and removed test images
...
Removed conflict
Error fix 1
Error fix 2
Error fix 3
Error fix 3
Error fix 4
Error fix 5
Error fix 6
Error fix 7
Error fix 8
Error fix 9
Error fix 10
Error fix 11
Error fix 12
Errors fixed
Removed opencv_extra folder inside opencv folder
11 years ago
siddharth
2f65a0d4ba
Changes done in npr module
11 years ago
siddharth
35d9ca6483
Changes done in cloning module
11 years ago
siddharth
daa9694cab
Changes done in decolorization module
11 years ago
siddharth
94eab9babe
Revert Back
11 years ago
siddharth
6c7272bde1
Update to remove Android error
11 years ago
siddharth
3b239561c6
Changed STL in contrast_preserve file
11 years ago
siddharth
f85a615f3f
whitespaces removed and other minor changes to fix build error
...
Update 1
update 2
Update 3
Update 4
Update 5
update 6
Update 7
Update 8
Update 9
Update 10
Update 11
Update 12
Update 13
Update 14
Update 15
Update 16
Update 17
Update 18
Update 19
Update 20
Update 21
Update 22
Removed Headers
Update 23
Update 24
Update 25
Update 26
Update 27
Update 28
11 years ago