Roman Donchenko
|
af8aa8a2fa
|
Merge pull request #2433 from ilya-lavrenov:typos
|
2014-03-03 12:20:35 +04:00 |
|
Ilya Lavrenov
|
eedf86402d
|
typos
|
2014-03-02 21:04:17 +04:00 |
|
Alexander Smorkalov
|
4c1ed13846
|
Warning fixes for GCC 4.8.
|
2014-02-18 23:53:35 +04:00 |
|
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
2014-01-07 02:52:30 +04:00 |
|
Alexander Smorkalov
|
1aaeb52a4c
|
Android NDK r9 support. x64 NDK support fix for MacOS X.
|
2013-10-03 11:36:12 +04:00 |
|
Roman Donchenko
|
51ed1873de
|
Eliminated unsequenced assignments to temp3 from dpstereo.cpp.
They're unsequenced if CV_IMIN3 or CV_IMAX3 are invoked more than once
in a single expression.
|
2013-09-10 18:05:23 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
2013-08-08 12:43:07 +04:00 |
|
StevenPuttemans
|
ed76b2f98f
|
Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
|
2013-08-07 14:49:33 +02:00 |
|
StevenPuttemans
|
f28496c628
|
Added sample links in documentation for python2, ocl and gpu
|
2013-08-02 14:05:08 +02:00 |
|
Andrey Pavlenko
|
6a40067424
|
Merge pull request #1206 from StevenPuttemans:feature_3169
|
2013-07-31 14:31:21 +04:00 |
|
StevenPuttemans
|
0c5244103f
|
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
|
2013-07-31 11:20:05 +02:00 |
|
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
2013-07-10 16:02:07 +04:00 |
|
Andrey Kamaev
|
2665c39a0d
|
Fix build warnings from gcc 4.8
|
2013-05-13 17:07:30 +04:00 |
|
Vladislav Vinogradov
|
43f38df1d2
|
fixed incorrect sizeof() expression in CvCalibFilter::SetCameraCount
|
2013-04-01 11:37:48 +04:00 |
|
Vladislav Vinogradov
|
d2b093d809
|
fixed potential dereference of null pointer
|
2013-04-01 11:31:56 +04:00 |
|
Vladislav Vinogradov
|
ae47b8f06c
|
fixed misprint in icvCreateIsometricImage
|
2013-04-01 11:23:27 +04:00 |
|
Andrey Kamaev
|
3ead4449ad
|
Fix several warnings about uninitialized variables from gcov build
|
2013-02-15 17:28:23 +04:00 |
|
Alexander Smorkalov
|
8cb0343f4c
|
Documentation build warning fixes.
Invalid links and refences fixed.
SpaeseMat class documentation updated.
|
2013-01-14 17:58:27 +04:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
2012-10-24 20:36:30 +04:00 |
|
Andrey Kamaev
|
1a500813f6
|
Remove dead blobtrackingkalman.cpp
|
2012-10-23 18:20:07 +04:00 |
|
Andrey Kamaev
|
2e91405833
|
Fix OS X build warnings
|
2012-10-22 20:33:14 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
64b56d7018
|
Revert "remaining C-style planar subdivisions data structures are moved to legacy"
This reverts commit 4aaaef5967 .
Conflicts:
modules/imgproc/include/opencv2/imgproc/types_c.h
modules/legacy/include/opencv2/legacy/legacy.hpp
|
2012-10-16 15:13:00 +04:00 |
|
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
2012-10-02 23:07:46 +04:00 |
|
Andrey Kamaev
|
f268af8ef0
|
Removed remaining SWIG marks from headers
|
2012-09-07 22:19:43 +04:00 |
|
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
2012-07-05 12:56:31 +00:00 |
|
Andrey Kamaev
|
e8b0d27942
|
Fixed cvExtractSURF in case of no keypoints found #2076
|
2012-06-28 05:59:30 +00:00 |
|
Andrey Kamaev
|
ecf6b5a87c
|
Making all dependencies from highgui module optional
|
2012-06-26 07:29:36 +00:00 |
|
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
2012-06-25 11:24:06 +00:00 |
|
Andrey Kamaev
|
f6ef504ef0
|
Fixed few more warnings/bugs.
|
2012-06-20 21:09:27 +00:00 |
|
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
2012-06-20 12:27:02 +00:00 |
|
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
2012-06-12 14:46:12 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
2012-06-08 14:54:17 +00:00 |
|
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
2012-06-08 03:15:08 +00:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Andrey Kamaev
|
b1c2cba07c
|
Fixed pdf documentation build
|
2012-06-01 08:30:52 +00:00 |
|
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
2012-05-29 10:36:19 +00:00 |
|
Andrey Kamaev
|
c492dc6a83
|
Fixed property names in cap_dshow #1993
|
2012-05-29 05:41:46 +00:00 |
|
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
2012-05-28 20:11:38 +00:00 |
|
Andrey Kamaev
|
78329b0dfe
|
New bunch of documentation fixes
|
2012-05-28 14:36:15 +00:00 |
|
Andrey Kamaev
|
4aaaef5967
|
remaining C-style planar subdivisions data structures are moved to legacy
|
2012-05-28 13:57:45 +00:00 |
|
Andrey Kamaev
|
71625ad458
|
Fixed more documentation & source discrepancies
|
2012-05-28 11:22:43 +00:00 |
|
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
2012-05-28 07:36:14 +00:00 |
|
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
2012-05-02 20:20:14 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|