Jason Newton
e70b3ef598
use a ltype parameter to determine result Label image type; export stats with differening types over different outputarrays
12 years ago
Jason Newton
6a4d881a78
use vector instead of non-standard stack allocation. also correct program argument borkage
12 years ago
Jason Newton
00bdca7684
A few changes to comply with upstream requirements for merge.
...
-Change input/output order from (out Labeled, in Image) -> (in Image, Out Labeled) and convert
to Input/OutputArrays in the process.
-Adopt OutputArray for statistics export so that the algorithm is "wrapper friendly" and not requiring a new struct in
language bindings at the expense of using doubles for everything and slowing statistics computation down..
12 years ago
Jason Newton
d5aa679d3f
adjust output type to return int32... it should at least be unsigned but this breaks python bindings;
...
remove non-8bit input type support, not worth the binary size
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
Andrey Kamaev
4d059e9e5b
Merge release 2.4.3
12 years ago
Evgeny Talanin
6484732509
Updated docs to 2.4.3
12 years ago
Andrey Kamaev
54f96f045e
Merge pull request #134 from apavlenko/android-tutorial
12 years ago
Andrey Kamaev
4224a64264
Merge pull request #133 from vpisarev/ios_atomic_fix
12 years ago
Andrey Pavlenko
65c6b81cbc
Android Tutorial update (TADP link, Android SDK platforms, CDT)
12 years ago
Vadim Pisarevsky
9a08b7be45
fixed compile problem with the old Xcode (<4.5)
12 years ago
Andrey Kamaev
f2af0e7a57
Merge pull request #132 from taka-no-me/version-2.4.3
12 years ago
Andrey Kamaev
4ac5223afa
Merge pull request #131 from taka-no-me/tegra-fast
12 years ago
Andrey Kamaev
828faf4e68
Merge pull request #129 from cuda-geek/CCL-test-fix
12 years ago
Andrey Kamaev
63ee26adda
Merge pull request #127 from cuda-geek/apple2clang
12 years ago
Andrey Kamaev
4a2f626d85
Remove "-rc" suffix from version
12 years ago
Andrey Kamaev
dbb5a32453
Use Tegra version of cv::FAST
12 years ago
Vadim Pisarevsky
42471c082f
possibly fixed compile errors in GPU module on Windows
12 years ago
marina.kolpakova
97cab339d2
fix Connected Components Labeling test crash
12 years ago
marina.kolpakova
a04ef08602
Merge pull request #122 from kirill-kornyakov:2.4-android-documentation-fixes
12 years ago
Kirill Kornyakov
2b7d65d078
Updated OpenCV4Android SDK tutorial
12 years ago
Kirill Kornyakov
61ed591728
Updated Introduction into Android Development tutorial
12 years ago
Kirill Kornyakov
1c77f0abfe
Rewrote abs documentation without funcx, so now :ocv:funcx: is used only for operator()
12 years ago
Kirill Kornyakov
2efd9b6ad7
Fixed a couple of minor issues in Javadocs
12 years ago
Kirill Kornyakov
c5fb2de887
Updated link to OpenCV for Android page in README.android
12 years ago
marina.kolpakova
7a5b9a6b7f
replase __APPLE__ marco with __clang__
12 years ago
marina.kolpakova
5ce9965459
Merge pull request #125 from taka-no-me:perf_tests
12 years ago
marina.kolpakova
358fcbd5b6
Merge pull request #115 from asmorkalov:java_test_data_update
12 years ago
marina.kolpakova
09dec4e873
Merge pull request #124 from branch taka-no-me:vs8-vs9-tbb
12 years ago
marina.kolpakova
334f6344dd
Merge pull request #120 from NikoKJ:ocl2.4.3
12 years ago
marina.kolpakova
9b92de9a88
Merge pull request #121 from branch asmorkalov:android_samples_fix
12 years ago
marina.kolpakova
57fc5e00f3
Merge pull request #126 from vpisarev:bug_fixes3
12 years ago
Vadim Pisarevsky
3d0c08816d
another fix to make OpenCV more friendly for iOS developers. We now use libc++ instead of libstdc++ and clang instead of gcc to build opencv2.framework.
12 years ago
Andrey Kamaev
9a01532caa
Merge pull request #123 from asmorkalov/manager_static_lib_info
12 years ago
Vadim Pisarevsky
d9d4e8df6f
fixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++)
12 years ago
Andrey Kamaev
e3be5f138a
Fixed sanity checks in several performance tests
12 years ago
Alexander Smorkalov
34896529d5
Review comments applied.
12 years ago
Andrey Kamaev
fd4909360f
Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library.
12 years ago
Andrey Kamaev
7267d518d5
Fix build in Visual Studio 2005
12 years ago
Alexander Smorkalov
fc085d9dbd
info library for OpenCV added.
12 years ago
Alexander Smorkalov
a1a2cb0aeb
OpenCV Samples testing problems fixed:
...
Memory leak in color-blob-detection sample fixed;
Default face size in face-detection is set to 20%;
Error handling improved;
Some possible mat leak fixed;
Manager verison and engine interface version incremented to fix incompatibilities;
Docs updated;
12 years ago
Andrey Kamaev
66b90d19a6
Merge pull request #81 from stephenfox/master
12 years ago
Andrey Kamaev
b5ecb1d32d
Merge pull request #111 from taka-no-me/algorithm/addParam-short
12 years ago
Andrey Kamaev
74fe158f4b
Merge pull request #117 from vpisarev/doc_updates
12 years ago
Andrey Kamaev
a1c96c4b3c
Merge pull request #118 from asmorkalov/opencv_manager_cmake
12 years ago
Andrey Kamaev
3e10e057cb
Merge pull request #110 from vpisarev/test_fixes2
12 years ago
Andrey Kamaev
f15e49041e
Merge pull request #112 from taka-no-me/warnings
12 years ago
Vadim Pisarevsky
849a8c8d20
fixed many errors in warnings in rst docs; added ocl module description (by Niko Li)
12 years ago