663 Commits (bce1b352e7df82644f8232465e126f74d1792f07)

Author SHA1 Message Date
Jason Newton e1b60aa4e3 drop usage of macros... the type is already there! 12 years ago
Jason Newton 5f86eb8d63 proper dimensions from cv::Size in output stats/centroid 12 years ago
Vadim Pisarevsky 1eae455acb fixed build warnings from VS; hopefully, fixes Android build too 12 years ago
Jason Newton ad0bfdfb25 disable windows build warning for connectedcomponents template argument comparisons 12 years ago
Jason Newton 68e77ac051 use opencv's integer type convension 12 years ago
Andrey Kamaev 0bbba847a4 Fix equalization formula in equalizeHist function & rewrite in C++ 12 years ago
Ilya Lavrenov 6059a6875a fixed bug with s1 calculating 12 years ago
Ilya Lavrenov 4ccb5a30d9 fixed bug with s1 calculating 12 years ago
Ilya Lavrenov 16f9b6f5e4 reproducing C++ version of resize area fast 12 years ago
Vsevolod Glumov 3f417f1ec3 Fixes for issues #2570, #2492, #2559, #2489, #2592. 12 years ago
Andrey Kamaev 932204d197 Added thresholds to some sanity checks 12 years ago
Ilya Lavrenov d1ca934115 sse2 version of resize area fast for types CV_(8, 16)UC(1, 3, 4) 12 years ago
Kirill Kornyakov cdbbfc98e1 Ugly hack to make HoughLines sanity check pass on Wun32 12 years ago
Jason Newton 63debf5032 connectedcomponents test case 12 years ago
Ilya Lavrenov 615e7b2747 added SIMD optimization of Edge-Aware Demosaicing in case of CV_8U 12 years ago
Jason Newton d094e4bdbe drop support for 8bit output for size cost relative to utility 12 years ago
Jason Newton e70b3ef598 use a ltype parameter to determine result Label image type; export stats with differening types over different outputarrays 12 years ago
Ilya Lavrenov 07744ccf3d removed imshow call 12 years ago
Ilya Lavrenov c09a325d3e fixed error connected with incorrect range 12 years ago
Ilya Lavrenov 98031a4147 removed const modificators 12 years ago
Alexander Smorkalov f6ff2b87fa Some perf tests on warping and resize disabled on Android 12 years ago
Anna Kogan 8877066846 increased time-limits 12 years ago
Ilya Lavrenov b8b13ccd5c parallel version of Bayer2Gray 12 years ago
Jason Newton 00bdca7684 A few changes to comply with upstream requirements for merge. 12 years ago
Ilya Lavrenov ce5e9a71b5 fixed some warnings on Windows and added debug messages 12 years ago
Andrey Pavlenko c36dcbcada Increase accuracy interval for image filters on Android and other platforms when sensible 12 years ago
Ilya Lavrenov 3fa630639f fixed bayer2bgra in case when size.width <= 2 12 years ago
Ilya Lavrenov 5225672dc0 added edge-aware demosaicing and bayer to bgra conversion 12 years ago
Jason Newton d5aa679d3f adjust output type to return int32... it should at least be unsigned but this breaks python bindings; 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
Jason Newton 85880397c4 connectedcomponents: use opencv integral types, add to docs, fix up things for a python export 12 years ago
Jason Newton 4c0cb2576d connectedComponents: peep-hole optimizations, mostly surrouding the fact that cv::Mat::at is expensive in a tight-loop -also added a "blobstats" version 12 years ago
Jason Newton 45b4f4f32b connectedComponents: warning free version 12 years ago
marina.kolpakova 7a5b9a6b7f replase __APPLE__ marco with __clang__ 12 years ago
Andrey Kamaev e3be5f138a Fixed sanity checks in several performance tests 12 years ago
Andrey Kamaev fcad269e53 Specify sanity threshold for WarpPerspective perf test 12 years ago
Andrey Kamaev 2b0072d823 Suppress more warnings in gtest on OS X 12 years ago
Andrey Kamaev 673aa91bac Fix remaining windows build warnings 12 years ago
Andrey Pavlenko a94e80bea3 fixing typos in perf tests for warp funcs 12 years ago
Andrey Kamaev afc79e2a02 Fix warnings from MSVC 9 64-bit 12 years ago
Daniil Osokin e9ba5c225d extended perf test warpPerspectiveLarge 12 years ago
Vadim Pisarevsky fbe0d6963c disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW 12 years ago
Andrey Kamaev 40030d2ca0 Fix windows build warnings 12 years ago
Andrey Kamaev e1c3ffb23f Fix weight calculation for the last pixel in generic area resize. 12 years ago
Vadim Pisarevsky 80f9bd864f fixed bug #2429 12 years ago
Vadim Pisarevsky c40718ab61 fixed bug #2059 12 years ago
Andrey Kamaev 0e7ca71dcc Normalize whitespace in documentation and text files 12 years ago
Andrey Kamaev 461b69f6ee Eliminate discrepancies between signatures in documentation and OpenCV headers 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago