Vladislav Vinogradov
a932d8aba1
use full qualified name for all internal namespaces to prevent ambiguous symbol errors
10 years ago
Thomas Gabrowski
ff4c42d182
Fix iOS warnings about implicit conversion precision by changing double literals to float ones
10 years ago
Erik Karlsson
49e93747b1
Added saturate_cast from int64 and uint64
10 years ago
Alexander Alekhin
0a07d780e0
ocl: OpenCL SVM support
10 years ago
Alexander Alekhin
58ad952b1a
UMat: added USAGE_ALLOCATE_SHARED_MEMORY
10 years ago
Ilya Lavrenov
e9a6c5db21
sqsum
10 years ago
Ilya Lavrenov
f2cd65cf1e
fixes
11 years ago
Ilya Lavrenov
25e99c453f
avx2 in arithm
11 years ago
Ilya Lavrenov
d87457a025
split/merge
11 years ago
Ilya Lavrenov
fc0869735d
used popcnt
11 years ago
Ilya Lavrenov
31827d8dfe
fixed typo
11 years ago
Ilya Lavrenov
bc394e7516
detection of other CPU features
11 years ago
Ilya Lavrenov
3a426660ea
sse_utils.hpp
11 years ago
Ilya Lavrenov
8d48632ebe
avx2
11 years ago
Nisarg Thakkar
a11c02497f
Fixed Bug similar to Bug#3757. UMat all dims zero after release.
11 years ago
Vladislav Vinogradov
220d937d9a
removed buffered versions of histogram functions
...
used BufferPool mechanism instead
11 years ago
Vladislav Vinogradov
b4e7ee46c6
fix compilation without CUDA
11 years ago
Vladislav Vinogradov
00e7816c1b
add auxiliary functions to work with Input/Output arrays:
...
they allow to perform asynchronous upload/download into temporary buffer
to get valid GpuMat object
11 years ago
Rok Mandeljc
e3b32cce80
modules/core: removed extra semi-colon from mat.inl.hpp and utility.hpp
...
This silences the pedantic warning messages from gcc 4.8.3
11 years ago
Maksim Shabunin
b4050c775e
Updated sample files documentation inclusions
11 years ago
Andrey Kamaev
c105b72945
Assorted fixes:
...
* cmake CMP0054 and CMP0045
* aarch64 build
* portable code options in PCH cmake
* some of gcc 4.9 warnings
11 years ago
Vladislav Vinogradov
e7e0da0153
fix GpuMat::swap method:
...
add swap instruction for allocator field
11 years ago
Vladislav Vinogradov
f054d6316a
add cuda::HostMem::getAllocator method
...
it allows to use cudaHostAlloc methods for cv::Mat objects
11 years ago
Vladislav Vinogradov
2f8e1798ca
add more FeatureSet constants
11 years ago
Vladislav Vinogradov
53862687d5
rename CudaMem -> HostMem to better reflect its purpose
11 years ago
Vladislav Vinogradov
9210d8e542
move allocMatFromBuf function to farneback.cpp:
...
* it is the only place, where it is used
* no need to make this function public
11 years ago
Vladislav Vinogradov
1d82aecf45
minor reorganization for CUDA doxygen groups:
...
move main CUDA group to modules/core/cuda.hpp
11 years ago
Vladislav Vinogradov
b5ab82fdbd
mark old CUDA device layer as deprecated and remove it from doxygen documentation
...
add a note to use new cudev module as a replacement
11 years ago
Vladislav Vinogradov
05d40946f3
move StackAllocator to cpp file
...
it is internal class, no need to export it
11 years ago
Vladislav Vinogradov
7ed38b97c3
fix cuda::BufferPool deinitialization
...
The deinitialization of BufferPool internal objects is controled by global
object, but it depends on other global objects, which leads to errors
caused by undefined deinitialization order of global objects.
I merge global objects initialization into single class, which performs
initialization and deinitialization in correct order.
11 years ago
Maksim Shabunin
c485aee464
Included c-headers for better 2.4 compatibility
11 years ago
Maksim Shabunin
91e21847e2
Some changes to make migration to 3.0 easier
11 years ago
StevenPuttemans
edb608d206
fix documentation bug 2432
11 years ago
mattip
ff7ea605ef
export thread control to generated wrappers
11 years ago
Alexander Karsakov
bcca34bc96
Fixed typo in description of Rect operations
11 years ago
Maksim Shabunin
6d282ddf72
Documentation: removed mention of Mat(IplImage*) constructor
11 years ago
Maksim Shabunin
03e213ccae
Doxygen documentation: BiB references and fixes
11 years ago
Maksim Shabunin
1523fdcc1c
Doxygen documentation: more fixes and cleanups
11 years ago
Maksim Shabunin
6dcafe0c2d
Doxygen documentation: cuda submodules reorganized
11 years ago
Maksim Shabunin
ceb6e8bd94
Doxygen documentation: cuda
11 years ago
Maksim Shabunin
555fdf893a
Documenting imgproc module
...
- disabled doxygen tree
- enabled doxygen enum listing
- added imgproc reference to main page
- enabled BiB support
- chenged doxygen root page format
11 years ago
Maksim Shabunin
6aa7a86ae9
Doxygen documentation for core module
11 years ago
Alexander Alekhin
ae4cb571ab
Set status to beta
11 years ago
Vadim Pisarevsky
d58cadc1ea
moved cv::partition from private.hpp to operations.hpp, to expose the function to users
11 years ago
Alexander Smorkalov
67635c6d65
Version++.
11 years ago
berak
c2cb3b515d
support older gcc versions
11 years ago
Ilya Lavrenov
5ca25ab8f0
cv::pow (integer power)
11 years ago
Ilya Lavrenov
d5f006eee5
cv::magnitude; cv::corner**
11 years ago
Ilya Lavrenov
fb97273b3c
cv::phase; cv::cartToPolar
11 years ago
Maksim Shabunin
09fb7512ed
Fixed iOS framework compilation warnings
11 years ago