Fedor Morozov
b1af5cc478
Remove ghost removal
11 years ago
Ozan Tonkal
5780b418c9
delete duplicate bunny.ply, remove tabs and extra lines
11 years ago
Ovidiu Parvu
737c5fe781
Updated the return type of the cvMinEnclosingTriangle function in the documentation
11 years ago
Alexander Alekhin
81ac97c6bd
fix for broken debug builds (MSVS2010/2012)
11 years ago
Ozan Tonkal
8de46e1f81
removed trailing spaces
11 years ago
Ovidiu Parvu
dc64dd7315
Made the following changes after code inspection (min_enclosing_triangle.cpp):
...
* Corrected minor typos in comments/function signatures
* Added new details to copyright statement
* Removed unreferenced macros
* Removed the assert statement which was checking the type of the OutputArray triangle
* When returning results using Mat::copyTo instead of Mat::convertTo
* Changed C-style casts to static_casts
* Added division by zero check to distanceFromPointToLine() function
* Updated reference webpages last access dates
* Moved the declaration of the gammaOfA variable outside the while loop in moveAIfLowAndBIfHigh() function for efficiency reasons
11 years ago
Andrey Pavlenko
d08b163657
Merge pull request #1468 from alalek:fix_alignSize_usage
11 years ago
hbristow
d84ab09ab7
Updated documentation
11 years ago
Ozan Tonkal
824c28a588
Merge remote-tracking branch 'itseez/master'
11 years ago
hbristow
1dd017e9d0
Fixed a memory leak in mxarray
11 years ago
Alexander Smorkalov
99a43257d5
Merge pull request #1465 from jet47:cudev-old-cc
11 years ago
Alexander Alekhin
f1b5cbc8fe
ocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp
11 years ago
Alexander Smorkalov
3fa3722641
Merge pull request #1458 from look4pritam:my-branch
11 years ago
Ozan Tonkal
223fb39d94
include viz tutorials in the main tutorials file. ignore viz samples
11 years ago
Ozan Tonkal
a117400577
ignore viz tutorials when BUILD_opencv_viz is not set
11 years ago
Ozan Tonkal
e3e5fd5baa
Merge remote-tracking branch 'itseezstream/master'
11 years ago
Andrey Pavlenko
ad404ef44f
Merge pull request #1446 from lluisgomez:scene_text_detection_NM_fix2
11 years ago
Vladislav Vinogradov
20f636fcee
fixed cudev compilation for old pre-Fermi archs
11 years ago
Alexander Smorkalov
6fae07ba88
Merge pull request #1460 from ilya-lavrenov:ocl_divUp
11 years ago
Alexander Smorkalov
14951dc387
Merge pull request #1461 from ilya-lavrenov:ocl_dataOperations
11 years ago
Alexander Smorkalov
d437183388
Merge pull request #1439 from ilya-lavrenov:convertTo
11 years ago
Alexander Smorkalov
9cf301e257
Merge pull request #1449 from SpecLad:dc1394-095
11 years ago
Alexander Smorkalov
8853d19e74
Merge pull request #1452 from alalek:fix_cv_export_templates
11 years ago
Andrey Pavlenko
b3bb42773b
Merge pull request #1454 from ilya-lavrenov:ocl_pyrUp
11 years ago
Alexander Smorkalov
2dceb68a21
Merge pull request #1455 from ilya-lavrenov:ocl_test_output
11 years ago
Fedor Morozov
89508bf7ab
NO exr now
11 years ago
Fedor Morozov
76c6fa9348
No EXR in tests
11 years ago
Ilya Lavrenov
6a26c4483f
added performance tests for data transfer operations
11 years ago
Ilya Lavrenov
58b84c2fc0
removed needless divUp
11 years ago
look4pritam
a430abd02e
The thin prism distortion coefficient related small bug is fixed.
11 years ago
Ovidiu Parvu
b570a4ac47
Added the C interface function signature and the overloaded minEnclosingTriangle Python function to the documentation.
11 years ago
Ovidiu Parvu
130b4d8e26
Changed the return type of cvMinEnclosingTriangle to CVAPI(void). Added the implementation of the function to the min_enclosing_triangle.cpp source file.
11 years ago
Ovidiu Parvu
7ac768651f
Added the signature cvMinEnclosingTriangle (C version) to the imgproc_c.h header
11 years ago
Ovidiu Parvu
0117d77cd1
Added the tests for the minEnclosingTriangle function in the existing test_convhull.cpp file.
11 years ago
Ilya Lavrenov
e0325fe057
removed useless output
11 years ago
Ilya Lavrenov
a5c9d83617
fixed ocl::pyrUp for 2-byte types
11 years ago
Ozan Tonkal
3165b526f2
merge with Itseez/opencv
11 years ago
hbristow
eb3a83209c
Added TODO for the future of Matlab version sorting
11 years ago
Ozan Tonkal
c31fb8ffff
rename widgets from *Widgets to W*
11 years ago
Ovidiu Parvu
caaa9e0f2d
- Wrote the documentation for the minEnclosingTriangle function (+1 extra picture depicting a sample output)
11 years ago
hbristow
31c58d23e0
Streamlined mexext detection, with removal of trailing whitespace/newlines handled by execute_process
11 years ago
Alexander Alekhin
0ee47502d9
remove CV_EXPORT from templates
11 years ago
Ozan Tonkal
f570b3e18d
cmake check if VTK version is lower than 5, and give fatal error if it is
11 years ago
hbristow
86b7e3d15d
Moved Jinja2 into 3rdparty. Now using latest stable version from pypi (2.7.1)
11 years ago
Adrian Stratulat
f9ea3772b0
Add compile option for enabling NEON
11 years ago
hbristow
224f44a255
Made changes to OpenCVFindMatlab suggested by SpecLad
11 years ago
Andrey Pavlenko
f9c6123439
Merge pull request #1444 from ilya-lavrenov:ocl_test_mog
11 years ago
lluis
d25309f82e
first parameter of createERFilterNM1/createERFilterNM2 is now mandatory. changed the sample program to use the new prototypes
11 years ago
lluis
75fdfba281
renamed getDefaultClassifierNM{1,2}() to loadClassifierNM{1,2}() and added "const std::string& filename" parameter (mandatory).
11 years ago
Roman Donchenko
671e5e39b1
Dropped the HAVE_DC1394_095 configuration macro.
...
We never set it, and libdc1394 0.9.5 is obsolete anyway - 1.0 came out
in 2004.
Note that 1.0 doesn't have the do_extra_buffering parameter.
11 years ago