Vadim Pisarevsky
35d5a671a2
little fix: "and" => "AND"
14 years ago
Vadim Pisarevsky
17b18de531
added missing evcode.h; made videoinput optional (ticket #1142 )
14 years ago
Vadim Pisarevsky
412e7a835f
videoInput is now integrated into highgui and built from sources
14 years ago
Vadim Pisarevsky
4b4e30f6c1
fixed gcc dwarf2 check
14 years ago
Alexander Shishkov
13a9129d20
turned off WITH_VIDEOINPUT for mingw with dwarf2
14 years ago
Anatoly Baksheev
117ff43cc3
default cuda target flags changed
...
cuda support is on by default
14 years ago
Alexander Shishkov
6ecebb7f66
fixed #768 ticket
...
renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR
14 years ago
Alexander Shishkov
ca758a9dac
fixed #768 ticket
14 years ago
Anatoly Baksheev
8f4c7db3f6
~40 warnings under VS2008
...
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
14 years ago
Alexander Shishkov
97ae8f7af7
added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC
14 years ago
Andrey Kamaev
c7bdf83de5
Fixed Android build
14 years ago
Anatoly Baksheev
e4bbcdac17
minor
14 years ago
Alexander Shishkov
6f6da53c64
added SSE compiler flags under Windows+MSVC (ticket #371 )
14 years ago
Alexander Shishkov
6aabf72bc5
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
14 years ago
Ethan Rublee
76538fbe6b
Making the install and lib, bin directories consistent.
14 years ago
Alexander Shishkov
33e71127f7
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573 )
14 years ago
Vadim Pisarevsky
9336b700ba
use FindZLIB(), FindJPEG() etc. on MacOSX as well to avoid possible conflicts with MacPorts.
14 years ago
Maria Dimashova
33493f4e19
renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used ( #805 )
14 years ago
Ethan Rublee
5c5cd449b3
Adding python default install path for debian vs mac. changing site-packages -> dist-packages. See python help
...
for site. Also ticket #1087 .
14 years ago
Vadim Pisarevsky
306a11a7c5
fixed a few warnings from VS2010 express
14 years ago
Anatoly Baksheev
69f28ef65c
solution folder flag disabled by default
14 years ago
Andrey Kamaev
9d787afe72
Small Android build fixes
14 years ago
Anatoly Baksheev
7a24dc9cb6
formatting
14 years ago
Anatoly Baksheev
c49dc37761
[+] added use_folders cmake feature if cmake version is greater then 2.8.0
...
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
14 years ago
Vadim Pisarevsky
a7b9c31e6a
repaired opencv refman & refman1 build
14 years ago
Andrey Kamaev
9f29506d2c
Refactored NEON optimization usage
14 years ago
Andrey Kamaev
727fbd5376
Android cmake toolchain file is included into OpenCV
14 years ago
Vadim Pisarevsky
d02a0cab48
updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952
14 years ago
Vadim Pisarevsky
ad84d784ee
make CMAKE_INSTALL_PREFIX available on Windows as well
14 years ago
Andrey Kamaev
41f5e8e3d8
Fixed output paths for some libraries and executables.
...
Added option to force disable precompiled headers.
14 years ago
Leonid Beynenson
2806db93d8
Merged the branch /branches/opencv_pthread_framework/opencv into the trunk.
...
The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB.
Also some changes in Android highgui camera class were made.
14 years ago
Vadim Pisarevsky
6985540744
moved image codecs' headers to the respective subdirectories; allow the user to use system zlib.
14 years ago
Nils Hasler
80da1d408b
removed private copy of gstappsink because appsink is now part of gstreamer base.
14 years ago
Andrey Kamaev
e3f394af01
Fixed remaining Android compatibility issues: added compiler flag to interpret char as signed char.
14 years ago
Andrey Kamaev
b906ad3108
Test system included into Android build
14 years ago
Andrey Kamaev
68534d70f3
Merged android-experimental branch back to trunk.
14 years ago
Anatoly Baksheev
7f77f8f35a
tbb search improvement
14 years ago
Vadim Pisarevsky
371aa08006
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
14 years ago
Anatoly Baksheev
0725a31e5a
default target arch modified
14 years ago
Vadim Pisarevsky
061b49e0b2
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
14 years ago
Maria Dimashova
ad896ae640
refactored OpenNI integration
14 years ago
Maria Dimashova
ed77955635
moved an include dirs setting to the root cmake file
14 years ago
Alexey Spizhevoy
e303b0dd62
added CUDA_ARCH_FEATUERS define (for correct handling of BIN(PTX) cases)
14 years ago
Alexey Spizhevoy
13a6d0b92a
fixed parsing GPU archs in BIN(PTX) format
14 years ago
Alexey Spizhevoy
dbff16eb85
updated cmake file to allow specifying GPU archs in BIN(PTX) format
14 years ago
Maria Dimashova
3a04d08bf7
added Kinect support (initial version without settings configuration yet) and sample on usage
14 years ago
Alexey Spizhevoy
574b3f94a1
updated gpu initialization functions, added compile-time error on CC 1.0
14 years ago
Alexey Spizhevoy
6187b97199
fixed GPU switchable tests, changed default CC's for gpu module
14 years ago
Alexey Spizhevoy
3c1227ac65
cosmetic changes
14 years ago
Alexey Spizhevoy
8779306800
updated main CMakeLists.txt gpu module section, now user can manage binary and intermediate code versions of the gpu module image
...
added more functions to check version of gpu code in runtime
14 years ago