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
peng xiao
28ac23c1a1
If device does not support double, returns immediately.
...
Double floating points are not default supported by OpenCL.
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
Ilya Lavrenov
8e0e352d77
refactored and extended binary bitwise operations
11 years ago
Ilya Lavrenov
161674bff2
refactored and extended ocl::addWeighted
11 years ago
Ilya Lavrenov
b20bd470fe
refactored and extended ocl::LUT
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
Ilya Lavrenov
311a7233c2
removed comments from filtering.cpp and imgproc.cpp in ocl module
11 years ago
Ilya Lavrenov
bd36e556a1
removed ocl::magnitudeSqr
11 years ago
Ilya Lavrenov
0ad03162df
refactored and extended arithm operations add/sub/mul/div/absdiff
11 years ago
Ilya Lavrenov
5ff5fdd73d
marked some methods of ocl::Context as const
11 years ago
Ilya Lavrenov
d64fb235f7
removed needless arithm_2_mat.cl file
11 years ago
StevenPuttemans
1b1fb131b3
Attempt at fixing bug 3186
11 years ago
lluis
5670e4f6cd
fixed typos
11 years ago
Vladislav Vinogradov
776c0cb08c
switched to new device layer in gpucodec module
11 years ago
Jin Ma
b88f5302e2
Removed unused constructor.
11 years ago
Jin Ma
1bfe39f485
Added knearest neighbor of OpenCL version.
...
It includes the accuracy/performance test and the implementation of KNN.
11 years ago
Jin Ma
06c33df307
Added knearest neighbor of OpenCL version.
...
It includes the accuracy/performance test and the implementation of KNN.
11 years ago
Alex Leontiev
581d454536
Refined interface for Conjugate Gradient
...
Some interface was refined (most notably, the method for returning
Hessian was removed and the method for getting gradient was added as
optional to base Solver::Function class) and basic code for
setters/getters was added. Now is the time for the real work on an
algorithm.
11 years ago
Csaba Kertesz
6fb3b4f41c
Fix a memory leak in CvNormalBayesClassifier::train()
11 years ago
lluis
5556f051f1
added rst documentation for the Class-specific Extremal Regions for Scene Text Detection
11 years ago
John Stowers
14d225134d
Redefine CPU_xx constants in cv::namespace
...
This makes them visible from the python bindings
11 years ago
Vadim Pisarevsky
8e7eb79f6e
fixed compile errors and warnings when building master branch with IPP enabled
11 years ago
Ilya Lavrenov
362a67a695
fixed ocl::oclMat::setTo for 2-channel images
11 years ago
Alex Leontiev
eb1333d0a8
Initial commit for Conjugate Gradient method
...
Implementation is based on
http://www.cs.cmu.edu/~quake-papers/painless-conjugate-gradient.pdf
So far we only have basic interface and empty test. But it compiles at
least.
11 years ago
Ovidiu Parvu
2bf36c312f
Removed static variables which were not read-only and used more function parameters instead.
11 years ago
Ovidiu Parvu
e324446c70
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.
11 years ago
Ovidiu Parvu
52cdae6e2b
Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0
11 years ago
Ovidiu Parvu
21390d806f
Removed non-ASCII characters from the comments
11 years ago
lluis
2837bfd9fa
Added erGrouping function: Find groups of Extremal Regions that are organized as text blocks. Updated sample/cpp to use the complete text detection pipeline
11 years ago
Ovidiu Parvu
73f476bd4b
Added a namespace and prefixed global variables with "G_" in order to prevent variable shadowing problems.
11 years ago
Fedor Morozov
b1af5cc478
Remove ghost removal
11 years ago
Ozan Tonkal
5780b418c9
delete duplicate bunny.ply, remove tabs and extra lines
11 years ago