Vadim Pisarevsky [Fri, 16 Jul 2010 22:38:57 +0000 (22:38 +0000)]
do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV
Vadim Pisarevsky [Fri, 16 Jul 2010 19:14:24 +0000 (19:14 +0000)]
fixed reprojection error check in the fundamental matrix test
Vadim Pisarevsky [Fri, 16 Jul 2010 19:03:14 +0000 (19:03 +0000)]
fixed the singular case in the rodrigues test. increased the error threshold in findFundamentalMat test
Vadim Pisarevsky [Fri, 16 Jul 2010 18:28:46 +0000 (18:28 +0000)]
fixed some warnings from xcode
Anatoly Baksheev [Fri, 16 Jul 2010 16:32:39 +0000 (16:32 +0000)]
removed opencv_gpu from OpenCVConfig.cmake.in
Vadim Pisarevsky [Fri, 16 Jul 2010 15:31:52 +0000 (15:31 +0000)]
eliminated some GCC 4.x warnings
Yannick Verdie [Fri, 16 Jul 2010 15:22:07 +0000 (15:22 +0000)]
QT new functions:
- fixed icvFindTrackbar bug
Vadim Pisarevsky [Fri, 16 Jul 2010 15:04:34 +0000 (15:04 +0000)]
repaired build on mac after libtiff update
Vadim Pisarevsky [Fri, 16 Jul 2010 14:28:50 +0000 (14:28 +0000)]
fixed VS preprocessor condition to include pmmintrin.h (which is available in VS2008 and later versions, but not in VS2005)
Vadim Pisarevsky [Fri, 16 Jul 2010 14:16:18 +0000 (14:16 +0000)]
added workaround for strange tmpnam() output from VS2010. turned off optimization for DCT & DFT on Win64 for VS200x (VS2010 builds it fine)
Vadim Pisarevsky [Fri, 16 Jul 2010 13:03:31 +0000 (13:03 +0000)]
fixed some more 64-bit related VS2010 warnings
Victor Erukhimov [Fri, 16 Jul 2010 12:59:47 +0000 (12:59 +0000)]
Fixed a memory leak
Vadim Pisarevsky [Fri, 16 Jul 2010 12:54:53 +0000 (12:54 +0000)]
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
Yannick Verdie [Fri, 16 Jul 2010 12:51:29 +0000 (12:51 +0000)]
QT new functions:
- Finished toolbar: the last icon opens an external window with the trackbars inside
Yannick Verdie [Fri, 16 Jul 2010 09:15:58 +0000 (09:15 +0000)]
QT new functions:
- Add icons for toolbar in new folder (files_Qt) (later, will delete useless icons)
Yannick Verdie [Fri, 16 Jul 2010 09:12:15 +0000 (09:12 +0000)]
QT new functions:
- Add toolbar
- Clean the code
- Window properties in progress
Anatoly Baksheev [Thu, 15 Jul 2010 15:32:17 +0000 (15:32 +0000)]
bixed bug in cudaSafeCall
Anatoly Baksheev [Thu, 15 Jul 2010 14:42:24 +0000 (14:42 +0000)]
added safe call support in cu files
Anatoly Baksheev [Thu, 15 Jul 2010 13:36:00 +0000 (13:36 +0000)]
added support to build without cuda.
Andrey Morozov [Thu, 15 Jul 2010 12:24:06 +0000 (12:24 +0000)]
fixed problem with building module gpu on linux
Andrey Morozov [Thu, 15 Jul 2010 09:18:39 +0000 (09:18 +0000)]
fixed problem with compiled on linux
Anatoly Baksheev [Thu, 15 Jul 2010 09:13:15 +0000 (09:13 +0000)]
minor changes in gpu code (initialization interface)
Anatoly Baksheev [Wed, 14 Jul 2010 15:55:16 +0000 (15:55 +0000)]
First gpu code draft. Interface might be significantly changed in future.
Simple implementation of StereoBM_GPU.
It is excluded from compilation now.
Alexander Shishkov [Wed, 14 Jul 2010 09:16:16 +0000 (09:16 +0000)]
exclude failed tests
Gary Bradski [Wed, 14 Jul 2010 00:32:35 +0000 (00:32 +0000)]
Fixed crash if no chessboard problem
Vadim Pisarevsky [Tue, 13 Jul 2010 19:55:56 +0000 (19:55 +0000)]
added universal opencv header
Stefano Fabri [Tue, 13 Jul 2010 18:11:45 +0000 (18:11 +0000)]
Another little fix for Monocrome frame
Stefano Fabri [Tue, 13 Jul 2010 18:08:20 +0000 (18:08 +0000)]
Fixed a typo
Stefano Fabri [Tue, 13 Jul 2010 17:58:08 +0000 (17:58 +0000)]
Some little fix in pvapi backend
Vadim Pisarevsky [Tue, 13 Jul 2010 14:54:42 +0000 (14:54 +0000)]
fixed ds-graphscan test (trac #461)
Vadim Pisarevsky [Tue, 13 Jul 2010 14:43:24 +0000 (14:43 +0000)]
fixed ds-graph test
Vadim Pisarevsky [Tue, 13 Jul 2010 14:17:49 +0000 (14:17 +0000)]
improved accuracy of the matrix determinant and matrix inversion functions (trac #431)
Vadim Pisarevsky [Mon, 12 Jul 2010 15:29:31 +0000 (15:29 +0000)]
disabled Qt by default (until the code is stabilized)
Yannick Verdie [Mon, 12 Jul 2010 15:24:15 +0000 (15:24 +0000)]
use sleep instead of usleep on window
Yannick Verdie [Mon, 12 Jul 2010 14:39:31 +0000 (14:39 +0000)]
Ticket #458
Alexander Shishkov [Mon, 12 Jul 2010 13:22:59 +0000 (13:22 +0000)]
exclude failed tests
Alexander Shishkov [Mon, 12 Jul 2010 11:56:11 +0000 (11:56 +0000)]
Changed VectorDescriptorMatch interface to add factory capabilities and changed factory functions interface (return smart pointer)
Yannick Verdie [Mon, 12 Jul 2010 11:04:26 +0000 (11:04 +0000)]
New functions with QT GUI:
- 3 new points mostly done:
- OpenGL support enabled (windows are rendered using GPU)
- Save current screen (with overlay and so on...) with shortcut CTRL+S
- Text rendering (with any system font, and possibility to set the style - normal, italic,... - the weight - normal, bold, ... - the color, the spacing between letters, and so on...)
Vadim Pisarevsky [Mon, 12 Jul 2010 09:00:35 +0000 (09:00 +0000)]
relaxed error threshold for matrix-dotproduct (ticket #447)
Vadim Pisarevsky [Mon, 12 Jul 2010 08:46:00 +0000 (08:46 +0000)]
rewrote normal RNG function to workaround the bug in gcc 3.4 (ticket #449)
Alexander Shishkov [Sun, 11 Jul 2010 15:07:44 +0000 (15:07 +0000)]
exclude failed tests
Vadim Pisarevsky [Sat, 10 Jul 2010 14:27:03 +0000 (14:27 +0000)]
turn off PCH support for GCC 3.x
Victor Erukhimov [Sat, 10 Jul 2010 10:02:07 +0000 (10:02 +0000)]
Partly relaxed a condition on cornersubpix error reduction
Alexander Shishkov [Fri, 9 Jul 2010 11:50:59 +0000 (11:50 +0000)]
exclude ds-graph test
Alexander Shishkov [Fri, 9 Jul 2010 11:21:39 +0000 (11:21 +0000)]
exclude failed tests
Vadim Pisarevsky [Fri, 9 Jul 2010 11:00:26 +0000 (11:00 +0000)]
trying to repair OpenEXR detection
Alexander Shishkov [Fri, 9 Jul 2010 09:24:32 +0000 (09:24 +0000)]
exclude MacOS failed tests
Vadim Pisarevsky [Fri, 9 Jul 2010 09:09:20 +0000 (09:09 +0000)]
fix build with GCC 3.3 on Ubuntu 8.04
Victor Erukhimov [Fri, 9 Jul 2010 09:08:08 +0000 (09:08 +0000)]
Fixing a win compilation problem
Alexander Shishkov [Fri, 9 Jul 2010 09:04:49 +0000 (09:04 +0000)]
exclude Ubuntu failed tests
Vadim Pisarevsky [Thu, 8 Jul 2010 21:15:09 +0000 (21:15 +0000)]
fix warnings about missing destructors in FeatureDetector and DescriptorExtractor classes and their derivatives
Vadim Pisarevsky [Thu, 8 Jul 2010 11:24:32 +0000 (11:24 +0000)]
make Qt bindings compile with any Qt 4.x
Vadim Pisarevsky [Thu, 8 Jul 2010 09:03:12 +0000 (09:03 +0000)]
fixed pdflatex compile error
Yannick Verdie [Thu, 8 Jul 2010 08:32:24 +0000 (08:32 +0000)]
Qt backend development:
Fixed CMake cached variables
Yannick Verdie [Wed, 7 Jul 2010 18:46:18 +0000 (18:46 +0000)]
Fixed bug during compilation:
"error: explicit template specialization cannot have a storage class"
Yannick Verdie [Wed, 7 Jul 2010 17:53:59 +0000 (17:53 +0000)]
New functions with QT GUI:
- Save current screen (CTRL+S), with png, jpg, jpeg, bmp format support
- OpenGL rendering enable (make Qt very fast)
-> working on opengl callback (done soon)
- Rendering optimised (with and without openGL)
Vadim Pisarevsky [Wed, 7 Jul 2010 15:25:42 +0000 (15:25 +0000)]
added some quaternion operations on Scalar's.
Vadim Pisarevsky [Wed, 7 Jul 2010 15:24:21 +0000 (15:24 +0000)]
adjust the path in the installed dynamic libraries on MacOSX via INSTALL_NAME_DIR.
Vadim Pisarevsky [Tue, 6 Jul 2010 16:06:11 +0000 (16:06 +0000)]
fixed image rendering and memory leak in waitKey (thanks to Bart Nabbe and Steve Bushell)
Vadim Pisarevsky [Mon, 5 Jul 2010 20:50:29 +0000 (20:50 +0000)]
temporarily turned off PCH support for GCC 4.1, since it causes "undefined main" error
Vadim Pisarevsky [Mon, 5 Jul 2010 08:11:52 +0000 (08:11 +0000)]
fixed some MSVC2008 compiler errors & warnings
Vadim Pisarevsky [Sun, 4 Jul 2010 12:32:31 +0000 (12:32 +0000)]
removed embedded (obsolete) OpenEXR files; repaired OpenEXR bindings
Vadim Pisarevsky [Sat, 3 Jul 2010 21:54:10 +0000 (21:54 +0000)]
fixed compile problem (thanks to Pierre Moulon)
Vadim Pisarevsky [Sat, 3 Jul 2010 13:38:06 +0000 (13:38 +0000)]
fixed test crashes after CV_CN_MAX increase.
Stefano Fabri [Fri, 2 Jul 2010 17:36:28 +0000 (17:36 +0000)]
Corrected Mask operator (from documentation mask must be a char matrix with non-zero values in the region of interest)
Ilya Lysenkov [Fri, 2 Jul 2010 06:58:17 +0000 (06:58 +0000)]
Fixed bug ticket #416
Ilya Lysenkov [Thu, 1 Jul 2010 07:22:16 +0000 (07:22 +0000)]
Added timing test for BruteForceMatcher
Victor Erukhimov [Thu, 1 Jul 2010 06:51:12 +0000 (06:51 +0000)]
Commenting out CV_CameraCalibrationBadArgTest because a crash in its constructor prevents opencv_test to run anything
Yannick Verdie [Wed, 30 Jun 2010 14:50:29 +0000 (14:50 +0000)]
New functions with QT GUI:
- fixed bug ticket #412
Ilya Lysenkov [Wed, 30 Jun 2010 14:37:42 +0000 (14:37 +0000)]
Speeded up BruteForceMatcher using matrix multiplication
Yannick Verdie [Tue, 29 Jun 2010 22:14:24 +0000 (22:14 +0000)]
New functions with QT GUI:
- save/load window parameters implemented !
Vadim Pisarevsky [Tue, 29 Jun 2010 16:36:27 +0000 (16:36 +0000)]
changed WITH_EIGEN2=OFF to ON by default
Vadim Pisarevsky [Tue, 29 Jun 2010 15:49:44 +0000 (15:49 +0000)]
fixed compile errors on Ubuntu 10.04
Vadim Pisarevsky [Tue, 29 Jun 2010 15:49:15 +0000 (15:49 +0000)]
added Eigen2 support; fixed compile errors on Ubuntu 10.04
Vadim Pisarevsky [Tue, 29 Jun 2010 15:12:07 +0000 (15:12 +0000)]
added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly
Vadim Pisarevsky [Tue, 29 Jun 2010 14:52:43 +0000 (14:52 +0000)]
added "small matrix" class Matx<T, m, n>
Vadim Pisarevsky [Tue, 29 Jun 2010 10:01:55 +0000 (10:01 +0000)]
fixed the output disparity at the extreme cases (minDisparity or minDisparity + numOfDisp - 1). Thanks to Patrick Mihelich for the report (trac #395)
Yannick Verdie [Mon, 28 Jun 2010 21:15:54 +0000 (21:15 +0000)]
New functions with QT GUI:
- imgregion shortcut implemented (CTRL+O)
Yannick Verdie [Mon, 28 Jun 2010 21:01:37 +0000 (21:01 +0000)]
New functions with QT GUI:
- imgregion (as with Matlab) implemented
Maria Dimashova [Mon, 28 Jun 2010 16:03:01 +0000 (16:03 +0000)]
fixed compile error; renamed createDescriptorMatch to createGenericDescriptorMatch
Ilya Lysenkov [Mon, 28 Jun 2010 13:06:24 +0000 (13:06 +0000)]
Added L1 distance code and used factory functions in evaluation framework
Yannick Verdie [Sat, 26 Jun 2010 22:36:41 +0000 (22:36 +0000)]
New functions with QT GUI:
- aspectRatio is controled by cvSet/getWindowProperty
Yannick Verdie [Sat, 26 Jun 2010 14:33:14 +0000 (14:33 +0000)]
New functions with QT GUI:
- fix CMake OpenGL compilation
Yannick Verdie [Fri, 25 Jun 2010 17:19:11 +0000 (17:19 +0000)]
New functions with QT GUI:
- fix zoom offset of 0.5
- fix CMake problem with QT detection
- Code optimisation
Stefano Fabri [Fri, 25 Jun 2010 13:18:40 +0000 (13:18 +0000)]
Added some paramter to set exposure, adaptable packet size
Stefano Fabri [Thu, 24 Jun 2010 18:23:57 +0000 (18:23 +0000)]
Removed a debug print
Stefano Fabri [Thu, 24 Jun 2010 17:54:49 +0000 (17:54 +0000)]
Initializaed monocrom variable on costructor
Stefano Fabri [Thu, 24 Jun 2010 16:27:41 +0000 (16:27 +0000)]
Enable pixelformat check
Stefano Fabri [Thu, 24 Jun 2010 15:23:43 +0000 (15:23 +0000)]
Return false if cannot adapt packed size with mtu max of network adapter
Stefano Fabri [Thu, 24 Jun 2010 13:38:57 +0000 (13:38 +0000)]
Add support for monocrome cmos ccd
Adapted mtu and packed size
Some minor fixes in gstreamer because not implemented support of v4l v4l2 in the wrapper
default beahvior must be v4l v4l2 or libv4l backends
Vadim Pisarevsky [Thu, 24 Jun 2010 12:28:23 +0000 (12:28 +0000)]
fixed memory leaks in cocoa bindings (trac ticket #253). Thanks to N. Butko
Ilya Lysenkov [Thu, 24 Jun 2010 11:29:26 +0000 (11:29 +0000)]
Added algorithmic test for BruteForceMatcher
Maria Dimashova [Thu, 24 Jun 2010 08:34:47 +0000 (08:34 +0000)]
modified default var_type values
Maria Dimashova [Thu, 24 Jun 2010 08:18:29 +0000 (08:18 +0000)]
fixed
Vadim Pisarevsky [Thu, 24 Jun 2010 07:56:57 +0000 (07:56 +0000)]
squareSize renamed to square_size in the output xml/yml
James Bowman [Wed, 23 Jun 2010 20:40:07 +0000 (20:40 +0000)]
Typo in floats
James Bowman [Wed, 23 Jun 2010 20:39:51 +0000 (20:39 +0000)]
#393 SnakeImage revised Python binding
James Bowman [Wed, 23 Jun 2010 20:18:52 +0000 (20:18 +0000)]
#393, SnakeImage
Maria Dimashova [Wed, 23 Jun 2010 17:00:12 +0000 (17:00 +0000)]
fixed case of var_type==0 (ticket 397)
Vadim Pisarevsky [Wed, 23 Jun 2010 13:32:29 +0000 (13:32 +0000)]
fixed computation of feature vectors in self-similarity descriptor (max->min)