vbystricky
|
957e5ef8eb
|
Fix OpenCL version of HoughLinesP function
|
10 years ago |
bartaandras
|
21227ba092
|
Fixed calc_output_scale with NO_OUTPUT_SCALE flag set.
|
10 years ago |
Yusuke Suzuki
|
9cd08c662c
|
add V4L2_PIX_FMT_RGB24 convert code
|
10 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 |
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 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 |
Elena Gvozdeva
|
d78bc3c321
|
naive implementation
|
11 years ago |
vbystricky
|
8466911ad0
|
Move _dst.create() to the begining of scaleAdd function
|
11 years ago |
Alexander Karsakov
|
237cb93143
|
Added extra checks to ocl::Image2D
|
11 years ago |
Alexander Alekhin
|
579a7fff6d
|
ocl: restore clFinish() in unmap() for AMD devices
This reverts commit 7d91b8efcd .
|
11 years ago |
Maksim Shabunin
|
071e78d02e
|
Disabled videoio_video_prop_fps test
This test does not return correct values with some software configurations.
Possible problem with ffmpeg on buildbot's linux-slave.
|
11 years ago |
vbystricky
|
21ad8e92d4
|
Optimize OpenCL version of StereoBM function
Fix problems on NVidia devices.
|
11 years ago |
Alexander Karsakov
|
3a263c6326
|
Added tests for Image2D
|
11 years ago |
Maksim Shabunin
|
e85ae5f2f0
|
Fixed imgcodecs tests
- Imgcodecs_Image, write_imageseq - assuming JPEG images have losses
- Imgcodecs_Drawing, c_regression - replaced assert calls
- Imgcodecs_Drawing - exact comparison with reference image
|
11 years ago |
Alexander Karsakov
|
62d4393883
|
Small optimization for buildMaps kernels in case rowsPerWI > 1
|
11 years ago |
Maksim Shabunin
|
ba5f343c38
|
Basic doxygen documentation support
- updated existing Doxyfile.in
- added corresponding cmake instructions
- added some specific files (layout, icon)
- clean existing doxygen warnings
|
11 years ago |
vbystricky
|
a8aa6381d9
|
Optimize OpenCL version of conversScaleAbs function
|
11 years ago |
Alexander Karsakov
|
60367907fe
|
Used direct float calculations
|
11 years ago |
Alexander Karsakov
|
5aa9ac9a77
|
Added OCL code for YUV422 -> RGB[A]|BGR[A] color conversion
|
11 years ago |
Alexander Karsakov
|
c8707b891b
|
Added OCL code for RGB[A]|BGR[A] -> YUV_[YV12|IYUV] color conversion
|
11 years ago |
Alexander Karsakov
|
8c91604f5a
|
Added OCL code for YUV2GRAY_420 color conversion
|
11 years ago |
Alexander Karsakov
|
1cc17a7186
|
Added OCL code for YUV2BGR_YV12 and YUV2BGR_IYUV color conversions
|
11 years ago |
Alexander Karsakov
|
85b60ee3cb
|
Added support for YUV2RGB[A]_NV21 and YUV2BGR[A]_NV21 conversion
|
11 years ago |
Alexander Alekhin
|
8ab6852927
|
added performance validation check
|
11 years ago |
ElenaGvozdeva
|
070e5ec042
|
Changed predictOptimalVectorWidth function, now it is possible to choose vector size.
|
11 years ago |
Tomasz Posłuszny
|
8dd213c829
|
BackgroundSubtractorMOG2, learningRate=0 optimization
|
11 years ago |
Artur Wieczorek
|
dcbe797980
|
Include strsafe.h to compile successfully under MinGW in Debug mode.
|
11 years ago |
Vadim Pisarevsky
|
dcee883961
|
fixed MSVC warnings and iOS framework compile error
|
11 years ago |
Vadim Pisarevsky
|
b37a641cc9
|
fixed bug in automatic SVM training
|
11 years ago |