- 01 Oct, 2013 1 commit
-
-
Roman Donchenko authored
-
- 30 Sep, 2013 5 commits
-
-
Tony authored
The second parameter of gtk_widget_set_realized is of type gboolean (gint). This is to ensure compatibility on alternative compilers and platforms.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 27 Sep, 2013 1 commit
-
-
lluis authored
Updated documentation and sample to use the new function API
-
- 26 Sep, 2013 4 commits
-
-
Tony authored
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.
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 25 Sep, 2013 2 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 24 Sep, 2013 2 commits
-
-
Vladislav Vinogradov authored
findHomagraphy can return empty Mat in master branch
-
shawke authored
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.
-
- 23 Sep, 2013 5 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
lluis authored
-
abidrahmank authored
GSoC Python Tutorials removed white spaces removed blank lines at EOF removed duplicate labels
-
Alexander Smorkalov authored
-
- 20 Sep, 2013 7 commits
-
-
lluis authored
-
John Stowers authored
-
John Stowers authored
-
John Stowers authored
This makes them visible from the python bindings
-
Vadim Pisarevsky authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 19 Sep, 2013 8 commits
-
-
Bob Igo authored
-
Ovidiu Parvu authored
-
Ovidiu Parvu authored
Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly.
-
Ovidiu Parvu authored
Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0
-
Ovidiu Parvu authored
-
Alexander Smorkalov authored
-
lluis authored
Added erGrouping function: Find groups of Extremal Regions that are organized as text blocks. Updated sample/cpp to use the complete text detection pipeline
-
Alexander Smorkalov authored
-
- 18 Sep, 2013 5 commits
-
-
Ovidiu Parvu authored
Added a namespace and prefixed global variables with "G_" in order to prevent variable shadowing problems.
-
Ozan Tonkal authored
-
Ovidiu Parvu authored
-
Alexander Alekhin authored
-
Ozan Tonkal authored
-