Tomoaki Teshima
94848a3e1f
suppress unreachable code warning
...
- fix the define condition based on the comment
8 years ago
Alexander Alekhin
a3189e36c0
Merge pull request #8753 from RyuheiMori:fix-cpu-feature-detection-on-android
8 years ago
Alexander Alekhin
f0c2da32f2
3rdparty: cpufeatures workaround
8 years ago
Alexander Alekhin
3dee87b697
update CPU detection on ANDROID patch
8 years ago
Alexander Alekhin
c3bea59a76
cmake: set minimal CPU instruction to SSE3 (x64)
8 years ago
Alexander Alekhin
60f3ca458a
3rdparty: remove jinja2 source code
...
It used for Matlab binding only
8 years ago
Alexander Alekhin
772a8188c0
Merge pull request #8888 from lewisjb:docs-build-doxygen
8 years ago
lewisjb
47c9bb7ba8
Update doc build instructions for doxygen
8 years ago
Alexander Alekhin
5b63399197
Merge pull request #8862 from alalek:build_hardening_flag
8 years ago
Alexander Alekhin
daf3fabe0d
Merge pull request #8877 from alalek:fix_integer_overflow
8 years ago
Alexander Alekhin
e665be1d70
photo: fix integer overflow
...
There is no cast to wide integer type:
std::numeric_limits<ST>::max() * std::numeric_limits<ST>::max()
8 years ago
Alexander Alekhin
0213b508dc
Merge pull request #8868 from alalek:fix_build_softfloat
8 years ago
Alexander Alekhin
ea93bcc347
Merge pull request #8863 from LukeZheZhu:pyrlk_small_winsize
8 years ago
Alexander Alekhin
e3c0d11b55
Merge pull request #8876 from alalek:fix_build_msvs
8 years ago
Maksim Shabunin
f71ea4dfe9
Merge pull request #8816 from mshabunin:sprintf-fix
...
Fixed snprintf for VS 2013 (#8816 )
* Fixed snprintf for VS 2013
* snprintf: removed declaration from header, changed implementation
* cv_snprintf corrected according to comments
* update snprintf patch
8 years ago
Alexander Alekhin
5c0a287ce8
build: fix warning
...
C4189: 'clImageUV' : local variable is initialized but not referenced
8 years ago
Alexander Alekhin
781515c514
build: fix "ambiguous call" (MSVS2010)
8 years ago
Alexander Alekhin
515e01e649
Merge pull request #8852 from BKNio:testsForVideoStab
8 years ago
Dinar
1887dcb397
add tests for videostab;
8 years ago
Alexander Alekhin
fc84c48bd7
Merge pull request #8860 from alalek:fix_java_headers
8 years ago
Alexander Alekhin
fd7e516b65
Merge pull request #8844 from mshabunin:fix-arm-tbb
8 years ago
Alexander Alekhin
71517a910a
build: fix errors for MSVS2010-2013, reduce default softfloat scope
8 years ago
Alexander Alekhin
1961bb1857
cmake: add ENABLE_BUILD_HARDENING option
8 years ago
Vadim Pisarevsky
31c79668c8
Merge pull request #8803 from 4ekmah:sgbm_modehh4_SIMD
8 years ago
LukeZhu
cc47ee3b43
Modify the pyrlk.cl to support winSize from 8*8 to 24*24 for optical flow
8 years ago
Alexander Alekhin
7b8d107384
Merge pull request #8857 from alalek:fix_pch_stub_regeneration
8 years ago
Alexander Alekhin
59798b3f7c
java: use module's public headers only
8 years ago
Alexander Alekhin
0e1d65d3b1
build: fix PCH stub files generation optimization
8 years ago
Alexander Alekhin
125abe2fe4
Merge pull request #8838 from tomoaki0705:dispatchFp16
8 years ago
Tomoaki Teshima
e269ef96cb
update convertFp16 using CV_CPU_CALL_FP16
...
* avoid link error (move the implementation of software version to header)
* make getConvertFuncFp16 local (move from precomp.hpp to convert.hpp)
* fix error on 32bit x86
8 years ago
Maksim Shabunin
a426a65b41
TBB: fix build on ARM
8 years ago
Pyotr Chekmaryov
a113e8f088
Fixing buildbot's messages.
8 years ago
Alexander Alekhin
ebd98eaf3a
Merge pull request #8848 from alalek:fix_test_photo_aarch64
8 years ago
Alexander Alekhin
3933958b34
photo(test): fix MergeRobertson test for AARCH64 build
8 years ago
Maksim Shabunin
9bb17caa24
Merge pull request #8842 from delftrobotics-forks:compile_fix_circlesgrid_debug
8 years ago
Alexander Alekhin
bad149d77d
Merge pull request #8828 from woodychow:multithreaded_gaussian
8 years ago
Vitaly Tuzov
59373a1ae1
AVX and SSE optimizations for resize NN
8 years ago
rmensing
79bb920dee
Compile fix for circlesgrid in debug.
8 years ago
Alexander Alekhin
f935a16ef2
Merge pull request #8819 from Robzz:master
8 years ago
Woody Chow
f743603b0a
Fallback to single threaded version of IPP gaussian blur / bilateral filter when the mutlithreaded version cannot be called.
8 years ago
Woody Chow
d22fb5f949
Multithread IPP gaussian blur
8 years ago
Alexander Alekhin
0d86681b88
Merge pull request #8823 from wpalfi:patch-1
8 years ago
Werner Palfinger
0f42031b10
fixed typo in pyopencv_from Point3d
8 years ago
Robin Chavignat
c4a3278bab
Fix build with CUDA on windows with JOM and Ninja ( #6372 )
8 years ago
Maksim Shabunin
fdba548858
Merge pull request #8818 from mshabunin:java-cleanup-fix
8 years ago
Vadim Pisarevsky
89af053aed
Merge pull request #8797 from sovrasov:hog_sse_fix
8 years ago
Vadim Pisarevsky
c397361aa6
Merge pull request #8798 from BKNio:fix_motionEstimation
8 years ago
Rostislav Vasilikhin
c6a3a18894
SoftFloat integrated ( #8668 )
...
* everything is put into softfloat.cpp and softfloat.hpp
* WIP: try to integrate softfloat into OpenCV
* extra functions removed
* softfloat made stateless
* CV_EXPORTS added
* operators fixed
* exp added, log: WIP
* log32 fixed
* shorter names; a lot of TODOs
* log64 rewritten
* cbrt32 added
* minors, refactoring
* "inline" -> "CV_INLINE"
* cast to bool warnings fixed
* several warnings fixed
* fixed warning about unsigned unary minus
* fixed warnings on type cast
* inline -> CV_INLINE
* special cases processing added (NaNs, Infs, etc.)
* constants for NaN and Inf added
* more macros and helper functions added
* added (or fixed) tests for pow32, pow64, cbrt32
* exp-like functions fixed
* minor changes
* fixed random number generation for tests
* tests for exp32 and exp64: values are compared to SoftFloat-based naive implementation
* minor warning fix
* pow(f, i) 32/64: special cases handling added
* unused functions removed
* refactoring is in progress (not compiling)
* CV_inline added
* unions {uint_t, float_t} removed
* tests compilation fixed
* static const members -> static methods returning const
* reinterpret_cast
* warning fixed
* const-ness fixed
* all FP calculations (even compile-time) are done in SoftFloat + minor fixes
* pow(f, i) removed from interface (can cause incorrect cast) to internals of pow(f, f), tests fixed
* CV_INLINE -> inline
* internal constants moved to .cpp file
* toInt_minMag() methods merged into toInt() methods
* macros moved to .cpp file
* refactoring: types renamed to softfloat and softdouble; explicit constructors, etc.
* toFloat(), toDouble() -> operator float(), operator double()
* removed f32/f64 prefixes from functions names
* toType() methods removed, round() and trunc() functions added
* minor change
* minors
* MSVC: warnings fixed
* added int cvRound(), cvFloor, cvCeil, cvTrunc, saturate_cast<T>()
* typo fixed
* type cast fixed
8 years ago
Alexander Alekhin
d54b1ad88a
Merge pull request #8805 from catree:solvePnP_doc
8 years ago
Alexander Alekhin
36918b3bb8
Merge pull request #8814 from woodychow:openmp_num_threads
8 years ago