Roman Donchenko
4c7ecf20d8
Merge pull request #1529 from vpisarev:polyfit_accuracy_2
11 years ago
Roman Donchenko
a71a891b93
Merge pull request #1451 from adrians:neon-pull2
11 years ago
Roman Donchenko
1ac1b9ae35
Merge pull request #1474 from f-morozov:for_pr
11 years ago
Roman Donchenko
184ae873d4
Merge pull request #1526 from vpisarev:linedetector_python
11 years ago
Roman Donchenko
8717281e0e
Merge pull request #1209 from nghiaho12:master
11 years ago
Roman Donchenko
aeedc7adec
Emergency fix: rename a conflicting label in the tutorials.
11 years ago
Roman Donchenko
4ec5c04504
Merge pull request #1315 from dbloisi:add_bs_tutorial
11 years ago
Nghia Ho
61f5176bad
Removed trailing whitespace
11 years ago
Nghia Ho
d7bf71c24a
Merge remote-tracking branch 'upstream/master'
11 years ago
Roman Donchenko
e0f5a2e532
Merge pull request #1512 from Exocoder:pre-gtk3
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
Roman Donchenko
ada858e1c0
Merge pull request #1429 from nzjrs:fix-sketcher
11 years ago
Roman Donchenko
a4b3aa9e1e
Merge pull request #1477 from nzjrs:python-gethardwaresupport
11 years ago
Roman Donchenko
f3f7f70588
Merge pull request #1488 from abidrahmank:py_tutorials
11 years ago
Nghia Ho
c41a5b9c2c
Merge remote-tracking branch 'upstream/master'
11 years ago
Roman Donchenko
4ce0a8a822
Merge pull request #1520 from lluisgomez:scene_text_erGrouping_classifier
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
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
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
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
Nghia Ho
5921c77613
Merge remote-tracking branch 'upstream/master'
11 years ago
Alexander Smorkalov
4b203f7b1a
Merge pull request #1470 from IceRage:min_enclosing_triangle
11 years ago
Nghia Ho
357e5d55f6
Removed trailing whitespaces
11 years ago
Nghia Ho
e6a9c22b9d
Merge remote-tracking branch 'upstream/master'
11 years ago
Alexander Smorkalov
0d49206a98
Merge pull request #1485 from vpisarev:ipp_fixes
11 years ago
Alexander Smorkalov
241aa6e5a8
Merge pull request #1497 from jet47:fix-bug-3277
11 years ago
Alexander Smorkalov
c6ab8cb6ee
Merge pull request #1471 from ozantonkal:master
11 years ago
Alexander Smorkalov
e1f55c3fcc
Merge pull request #1496 from shawke:patch-1
11 years ago
Vladislav Vinogradov
e675684c81
fix bug #3277 (findCirclesGrid failures):
...
findHomagraphy can return empty Mat in master branch
11 years ago
shawke
720241de87
Make similar default typedefs for Point_, Size_ and Rect_
...
Currently, there are different default typedefs for Point_, Size_, and Rect_. This pull request at least makes sure that default typedefs exist for int, float and double variants of each of these types.
11 years ago
Alexander Smorkalov
c8b97271cc
Merge pull request #1430 from nzjrs:add-brisk-to-demos
11 years ago
Nghia Ho
b4ffb0878d
Merge remote-tracking branch 'upstream/master'
11 years ago
Alexander Smorkalov
b5f3709ab9
Merge pull request #1484 from lluisgomez:scene_text_detection_documentation
11 years ago
lluis
5670e4f6cd
fixed typos
11 years ago
abidrahmank
899781b3d6
GSoC Python Tutorials
...
GSoC Python Tutorials
removed white spaces
removed blank lines at EOF
removed duplicate labels
11 years ago
Alexander Smorkalov
298a1d50d2
Merge pull request #1299 from jet47:gpu-cuda-rename
11 years ago
lluis
5556f051f1
added rst documentation for the Class-specific Extremal Regions for Scene Text Detection
11 years ago
John Stowers
4b19fda1d6
Add brisk features to python demos
11 years ago
John Stowers
42faaa8b39
Fix mouse handling in python demos
11 years ago
John Stowers
14d225134d
Redefine CPU_xx constants in cv::namespace
...
This makes them visible from the python bindings
11 years ago
Nghia Ho
4171767d19
Merge remote-tracking branch 'upstream/master'
11 years ago
Vadim Pisarevsky
8e7eb79f6e
fixed compile errors and warnings when building master branch with IPP enabled
11 years ago
Alexander Smorkalov
c0c575d68e
Merge pull request #1481 from Human:master
11 years ago
Alexander Smorkalov
1445a29e1c
Merge pull request #1469 from lluisgomez:scene_text_detection_erGrouping
11 years ago
Bob Igo
2eb5ca0024
fixed malformed XML
11 years ago