Vadim Pisarevsky
7de4e0496c
Merge pull request #3390 from vbystricky:fix_houghlines
11 years ago
Vadim Pisarevsky
5efad375e0
Merge pull request #3384 from ilya-lavrenov:neon_new
11 years ago
Vadim Pisarevsky
72419c3778
Merge pull request #3373 from berak:patch-2
11 years ago
Vadim Pisarevsky
c4906c7f43
Merge pull request #3388 from bartaandras:master
11 years ago
Michele Adduci
e181c76d21
Updated test_features2d.cpp with latest API change
11 years ago
Michele Adduci
914b78b8bb
Updated ORB test with parameters
11 years ago
Vadim Pisarevsky
d052d863eb
Merge pull request #3315 from abak:seamless-refactor
11 years ago
vbystricky
957e5ef8eb
Fix OpenCL version of HoughLinesP function
11 years ago
Alexander Alekhin
58e054a003
IPPICV: disable boxFilter 16SC1/16UC1 (performance)
11 years ago
Alexander Alekhin
1c9f590f0d
IPPICV: disable NormDiff_L1_16s_C1R for IPP/ICV 8.2/8.2.1
11 years ago
Alexander Alekhin
5d213582f7
update IPPICV package
11 years ago
Michele Adduci
e1bb844475
Fix cudafeatures2d and cudastereo with new 3.0 APIs for ORB and StereoBM
11 years ago
bartaandras
21227ba092
Fixed calc_output_scale with NO_OUTPUT_SCALE flag set.
11 years ago
Yusuke Suzuki
9cd08c662c
add V4L2_PIX_FMT_RGB24 convert code
11 years ago
Brian Park
9e3a2cbab2
check input paramter by checking the image size
11 years ago
Daniel Sjölie
323c922322
Use OPENNI2_INCLUDE64 environment variable.
...
(Set on windows with install from http://structure.io/openni ).
11 years ago
berak
c2cb3b515d
support older gcc versions
11 years ago
Ilya Lavrenov
1fe5441185
cv::convertMaps
11 years ago
Ilya Lavrenov
aa11e102fd
removed saturation from pyramids
11 years ago
Ilya Lavrenov
8d0383180c
fixes for cv::warpAffine
11 years ago
Ilya Lavrenov
15af3f7114
fixes in VResizeLinearVec_32s8u
11 years ago
Ilya Lavrenov
a4dd2162f2
cv::resize (INTER_LANCZOS4)
11 years ago
Ilya Lavrenov
1b01e1fe68
cv::resize (INTER_AREA CV_16S, CV_32F)
11 years ago
Ilya Lavrenov
4ed696d770
cv::compareHist (CV_COMP_INTERSECT)
11 years ago
Ilya Lavrenov
5ca25ab8f0
cv::pow (integer power)
11 years ago
Ilya Lavrenov
ccdc71286c
cv::polarToCart
11 years ago
Ilya Lavrenov
d5f006eee5
cv::magnitude; cv::corner**
11 years ago
Ilya Lavrenov
fb97273b3c
cv::phase; cv::cartToPolar
11 years ago
Ilya Lavrenov
7e6fb668ed
cv::pyrUp
11 years ago
Ilya Lavrenov
46faf592fc
cv::warpAffine
11 years ago
Ilya Lavrenov
85a814f748
VResizeLinearVec_32s8u
11 years ago
Vadim Pisarevsky
dce629d0e2
Merge pull request #3343 from mshabunin:doxygen-docs
11 years ago
Vadim Pisarevsky
e19a12f655
Merge pull request #3361 from mshabunin:fix-drawing
11 years ago
Brian Park
5de5f26223
Merge remote-tracking branch 'upstream/master'
11 years ago
Alexander Alekhin
cae89a7a88
Merge pull request #3318 from akarsakov:ocl_cvtcolor
11 years ago
Alexander Alekhin
fd59551ff0
Merge pull request #3354 from vbystricky:oclopt_convertScaleAbs
11 years ago
Alexander Alekhin
efebd83bc8
Merge pull request #3159 from ElenaGvozdeva:ocl_gemm
11 years ago
Alexander Alekhin
4a9cfbf806
Merge pull request #3379 from akarsakov:gftt_empty_src
11 years ago
Alexander Karsakov
967a88759f
Don't process empty src image in GFTT
11 years ago
ElenaGvozdeva
d88fdd0378
use LOCAL_SIZE+1
11 years ago
Alexander Karsakov
643c906f3d
Added optimized loading to YUV2RGB_422 kernel
11 years ago
Alexander Alekhin
fae2eb8a1a
Merge pull request #3353 from Chuanbo-Weng:master
11 years ago
Alexander Alekhin
30222c7be8
Merge pull request #3359 from akarsakov:ocl_buildMaps
11 years ago
Jose-Luis Blanco-Claraco
539acaf348
OpenCVConfig.cmake: Fix CMake CMP0012 warning
...
"TRUE"/"FALSE" should not be used as literals, as CMake has to decide
whether they are literals or variable names (sigh).
This patch should make it work with any version of CMake and with any
user-side decision on old vs. new policy behavior.
11 years ago
Alexander Karsakov
1466621f99
Added loading 4 pixels in line instead of 2 to RGB[A] -> YUV(420) kernel
11 years ago
Alexander Karsakov
ebfaf4c5d8
Added checking that z is non zero to buildWarpPlaneMaps kernel
11 years ago
Alexander Karsakov
0aab779532
Overload PlaneWarper::buildMaps method from base class
11 years ago
ElenaGvozdeva
65b8a1cb37
Some small fixes
11 years ago
Elena Gvozdeva
c5a2879ce0
use vectors
11 years ago
Elena Gvozdeva
2d89df1804
use local memory
11 years ago