Roman Donchenko
1817a07a5e
Fixed a -Wnull-conversion Clang warning in cap_gstreamer.cpp.
11 years ago
Alexander Smorkalov
ccb48ddee0
Android NDK r9 support. x64 NDK support fix for MacOS X.
11 years ago
Pablo Speciale
f47afe5799
Fixed VIZ compilation module (Bug 3297: code.opencv.org/issues/3297)
11 years ago
Roman Donchenko
58da54cb7a
Cherry-picked mariusmuja/flann@8c8b0e0cb879666797ab2ac51b9ee438bf84a183.
...
Original author: me.
11 years ago
Roman Donchenko
4c19e0273a
Cherry-picked mariusmuja/flann@b615f2694723fe402b8bbe50d77e622beff7f171.
...
Original author: Alex Wilson.
11 years ago
Roman Donchenko
78c4ffec99
Revert "Fixed a bug in FLANN resulting in uninitialized accesses."
...
This reverts commit a9975b144a
, to prepare
for cherry-picking upstream's solution.
11 years ago
Roman Donchenko
bcb6f0386e
Named FastFeatureDetector::Type to allow its use in makePtr.
...
It has actually worked before (likely because it's inside a class),
but C++03 does disallow unnamed types as template arguments,
and there's a report that at least in one version of GCC it's
enforced: <http://code.opencv.org/issues/3278 >.
11 years ago
Nghia Ho
61f5176bad
Removed trailing whitespace
11 years ago
Tony
0d06b1dced
Change true for TRUE
...
The second parameter of gtk_widget_set_realized is of type gboolean
(gint). This is to ensure compatibility on alternative compilers and
platforms.
11 years ago
Vadim Pisarevsky
c810d03d5c
some more attempts to fix compile bug on Android
11 years ago
Vadim Pisarevsky
c3748a5f95
fixed the trailing whitespaces
11 years ago
Vadim Pisarevsky
ca0956a7e2
this is rewrite of the github patch #674 by chouclee; the goal is to improve polyfit accuracy
11 years ago
Vadim Pisarevsky
bc1f9d6268
fixed description of createLineSegmentDetector
11 years ago
Vadim Pisarevsky
cd84742556
attempts to fix build errors on Android
11 years ago
Juan Manuel Perez
f6fc39ce8f
Putting definitions of SCD and SCDMatcher separated from sc_dis.cpp file
11 years ago
Juan Manuel Perez
4672a70c1f
Replaced dynamic_cas with Ptr::dynamicCast<>, and & with &&
11 years ago
Juan Manuel Perez
1bf4298251
Macro removal
11 years ago
Juan Manuel Perez
aa73dafbbb
2 Compile error fix for Win
11 years ago
Juan Manuel Perez
752d88f5d2
Compile error fix for Win
11 years ago
Juan Manuel Perez
5a1e9876fc
Corrected compilation errors Win
11 years ago
Juan Manuel Perez
ead966709d
Remove ~ file
11 years ago
Juan Manuel Perez
fe7bab499f
Corrections for compiling issues in Win, And and Doc
11 years ago
Juan Manuel Perez
61c27ac81e
Shape module added
11 years ago
Vadim Pisarevsky
851a8a1cd0
fixed whitespace error
11 years ago
Alexander Mordvintsev
20fe614c2f
createLineSegmentDetectorPtr -> createLineSegmentDetector in tests and samples
11 years ago
Alexander Mordvintsev
0a8d62e5fd
createLineSegmentDetectorPtr -> createLineSegmentDetector
11 years ago
Alexander Mordvintsev
f0b050fa88
exposed LineSegemntDetector to python
11 years ago
peng xiao
315c054379
Fix new blank line at EOF.
11 years ago
peng xiao
422396ef6a
fix build error
11 years ago
peng xiao
f69ccfa43d
Add opencl svm.
11 years ago
lluis
047b568f6d
erGrouping now uses a classifier for group validation instead of a set of heuristical ifos.
...
Updated documentation and sample to use the new function API
11 years ago
Alexander Smorkalov
8cb0921252
pr #1464 reverted as breaking the build for Linux without libv4l library.
11 years ago
perping
1bc20ae6f8
fix warning about addWeighted and remove magnitudeSqr().
11 years ago
Tony
97fc1e10a7
Replace obsolete Gtk symbols
...
This update replaces depreciated Gtk1.x symbols with Gtk2.x symbols in
preparation for adding Gtk3 support. These edits aim to be fully
compatible with Gtk2.x, allowing backward compatibility.
The following symbols have been replaced in this commit:
Gtk symbols that have been moved to the Gdk library:
- GtkType -> Gtype
- GTK_CHECK_CAST -> G_TYPE_CHECK_INSTANCE_CAST
- GTK_CHECK_TYPE -> G_TYPE_CHECK_INSTANCE_TYPE
- gtk_signal_connect -> g_signal_connect
- GTK_SIGNAL_FUNC -> G_CALLBACK
- gtk_type_class -> g_type_class_peek
- gtk_type_new-> g_object_new
- GtkTypeInfo -> GtypeInfo (Not required for
g_type_register_static_simple)
- gtk_type_unique -> g_type_register_static_simple
- gdk_draw_image_rgb -> replaced by gdk_cairo_source_pixbuf
NB: This requires porting to use cairo contexts and GdkPixbufs.
The following gtk symbols are changed for their modern equivalent:
- GTK_WIDGET_REALIZED -> gtk_widget_get_realized
- GTK_OBJECT_FLAGS -> gtk_widget_set_realized
Symbols without replacement:
- gtk_range_set_update_policy -> No replacement; as default policy is
set to continuous we can delete this line.
11 years ago
Fedor Morozov
c9ace38897
Docs updated, added InputArray, fixes for makePtr,...
11 years ago
Andrey Pavlenko
0a695eb314
hortening the file names (HighDynamicRange -> HDR)
11 years ago
Nghia Ho
357e5d55f6
Removed trailing whitespaces
11 years ago
perping
074f9e33cb
fix three warning about mog, mog2 and KNearestNeighbour.
11 years ago
perping
f65286d3c6
Update the OpenCL documents.
11 years ago
Ilya Lavrenov
f5af3ab851
changes in OpenCL matrix operations docs
11 years ago
Ilya Lavrenov
c8821bd909
replaced manually new/delete by AutoBuffer
11 years ago
Ilya Lavrenov
0faac595a8
fixed minMaxLoc kernel (removed compilation errors)
11 years ago
Ilya Lavrenov
544c02407e
reverted and generalized original ocl::transpose
11 years ago
Jin Ma
c7c0a41e17
Resolved the bug that the work group size is not valid.
11 years ago
Vladislav Vinogradov
e675684c81
fix bug #3277 (findCirclesGrid failures):
...
findHomagraphy can return empty Mat in master branch
11 years ago
Ilya Lavrenov
c87d2d414d
removed arithm_absdiff.cl
11 years ago
Ilya Lavrenov
8aa3eb817d
refactored arithm.cpp. Extended param list for all the tests
11 years ago
Ilya Lavrenov
b4ad128218
refactoed and extended ocl::transpose
11 years ago
Ilya Lavrenov
799afab23b
refactored and extended ocl::exp and ocl::log
11 years ago
Ilya Lavrenov
0730963576
refactored and extended ocl::compare
11 years ago