4619 Commits (afe8fbb018a2a027729fd2acc0e0d38eaeabfb7e)
 

Author SHA1 Message Date
Vadim Pisarevsky ed1932dfa1 fixed python version in yet another place. 13 years ago
Vadim Pisarevsky 30f1ab059b make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804 13 years ago
Andrey Pavlenko a227746d84 removing extra quotes that causes build failure 13 years ago
Vadim Pisarevsky 866d8c0cfa added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) 13 years ago
Vadim Pisarevsky 47ee844df6 fixed formula in matchShapes, method=CV_CONTOUR_MATCH_I3 (ticket #1801) 13 years ago
Andrey Kamaev bf8c4a27be Android build scripts for Windows are updated to recognize ninja 13 years ago
Vadim Pisarevsky a110dc14ca fixed bug in Python's calcEMD2 (ticket #1763) 13 years ago
Vadim Pisarevsky ad8258f872 avoid infinite loop in CvLevMarq (thanks to João Lima for the patch; ticket #1839) 13 years ago
Vadim Pisarevsky 563fc2d1e5 fixed typo in the installation guide (ticket #1844) 13 years ago
Vadim Pisarevsky 488ae9dd6e corrected typo (ticket #1843). added note about imdecode & imencode 13 years ago
Vadim Pisarevsky 75b1788c6b added "Matx*Vec -> Vec" operator (ticket #1830) 13 years ago
Marina Kolpakova 476c453ef6 fixed bug #1821 13 years ago
Marina Kolpakova 99aed4713f minor tab fix 13 years ago
Marina Kolpakova f1a0ab365d fixed duplicated paragraph 13 years ago
Andrey Kamaev b1bf062671 Configuration name is added to the CMake status report 13 years ago
Andrey Kamaev 019122fba7 Fixed dependencies for cmake status embeeded into opencv core 13 years ago
Andrey Kamaev b7aacb6a93 Fixed assertions in java tests for ORB 13 years ago
Andrey Kamaev 7c025dfc60 Added CUDA version to CMake status 13 years ago
Alexander Reshetnikov 4b5b7bdb5a Fixed cvRetrieveFrame memory leak under AVFoundation (ticket #1837) 13 years ago
Andrey Kamaev cddadc04b7 Fixed Android manifest install 13 years ago
Vadim Pisarevsky b8e70ea6c9 NORM_L2SQR added too (ticket #1840) 13 years ago
Vadim Pisarevsky 40f2c716af added NORM_HAMMING* support to cv::norm (ticket #1840) 13 years ago
Andrey Kamaev 8dae3431c7 Fixed ffmpeg dll copying under mingw 13 years ago
Andrey Kamaev 2c85aa543c Make ocv_include_directories a function to minimize problems with windows backslashes 13 years ago
Andrey Pavlenko 9eded52ce5 fixing compilation for Android 13 years ago
Andrey Kamaev e4303dc96f Fixed build with mingw 4.4.0 13 years ago
Andrey Pavlenko 3c0e9d12f7 Java API: fixing Mat::get() for non-continuous Mat-s. 13 years ago
Vadim Pisarevsky 9213bba48a wrapped Algorithm class. 13 years ago
Andrey Kamaev 8b6d1f6e45 Fixed build (noiseSigma of BackgroundSubtractorMOG is now protected) 13 years ago
Andrey Kamaev d46659f6cc Set sanity thresholds for several performance tests 13 years ago
Vadim Pisarevsky 5b6b30ba0e added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago
Alexander Reshetnikov 3d108958e7 Added resources release for AVT cameras (ticket #1814) 13 years ago
Andrey Kamaev 624880fd67 Minor update for new Ninja cmake generator 13 years ago
Andrey Morozov 720dc231e8 minor fix in calculate bitrate 13 years ago
Andrey Morozov 742668434c minor fix in calculate bitrate 13 years ago
Andrey Kamaev 247e2d085f Updated for cmake 2.8.8 13 years ago
Andrey Kamaev 3a4c14e549 Fixed verbosity of badarg tests 13 years ago
Andrey Pavlenko dbccc9b129 improving Imgproc.convexityDefects() and Imgproc.convexHull() 13 years ago
Andrey Pavlenko 2ec0efaae5 fixing stability of testBitmapToMat() 13 years ago
Andrey Pavlenko 2513f5d3c7 fixing #1808, Java API improvements 13 years ago
Andrey Pavlenko 13427c0cdf fixing convexityDefects() 13 years ago
Andrey Kamaev 0905c4f6c6 Minor fix for previous commit 13 years ago
Andrey Kamaev 2bedf5bfd5 Refactored build conditionals in highgui tests 13 years ago
Andrey Kamaev b14df1c1e7 Restored old behavior for OSX 13 years ago
Andrey Kamaev 68aec288c0 Fixed Calc_Hist under 32-bit gcc 13 years ago
Maria Dimashova 423b721d97 fixed AlgorithmInfo::read for read only parameters (thanks to Vadim) 13 years ago
Andrey Kamaev 78ee81c409 Fixed dependency from opencv_nonfree in Java bindings 13 years ago
Maria Dimashova f6bddd23af minor doc fix 13 years ago
Maria Dimashova b4a02fae0b added doc on cv::EM; moved doc on CvEM to legacy/doc 13 years ago
Maria Dimashova ca8241f6e5 made em params read only; minor renaming 13 years ago