Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
11 years ago
berak
773616ee04
swapped x,y in elbp_
11 years ago
Piotr Miecielica
923698d700
Fixes of some memory leaks
11 years ago
Roman Donchenko
2c38be079e
Enabled CV_Assert and such to print the function name with Visual C++.
...
Also, I made a separate macro for the current function name, which
helps simplify a lot of code that uses it.
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
Vladislav Vinogradov
0c7663eb3b
Merge branch 'master' into gpu-cuda-rename
...
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
11 years ago
Roman Donchenko
24dee16b12
Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience.
...
Also changed the static functions to inline, to stop GCC complaining
about unused functions.
11 years ago
Roman Donchenko
34127ba80f
Boring changes - contrib.
11 years ago
StevenPuttemans
15f1a48ec4
Updated with comments of speclad
11 years ago
Alexander Smorkalov
8aae54b7f4
WindowsRT mode build warning fix.
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
11 years ago
Alexander Smorkalov
d62c98527a
Invalid usage of cv::Ptr for arrays fixed.
11 years ago
Roman Donchenko
d9f71b762f
Deleted almost all of the precomp.cpp files.
...
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
11 years ago
peng xiao
5aaed77cbc
Fix a bug of retinaParameters.
...
When colorMode is set to 0 via Retina::_init method, _retinaParameters's
colorMode variable is not correctly assigned.
11 years ago
Roman Donchenko
48a6edbdfe
Fixed compilation errors.
11 years ago
Alexander Smorkalov
63786c389f
Warning and review notes fixes.
...
WITH_WINRT -> ENABLE_WINRT_MODE;
Some temporary char* replaced with Ptr<char>;
Build fix for regular WIN32;
Windows Platform SDK and MSVC search added to cmake;
Warinig fixes.
11 years ago
Alexander Smorkalov
e03ffde346
WinRT API Certification fixes for core and contrib.
11 years ago
Alexander Smorkalov
62b85a41da
TLS calls on WinRT replaced on variables with C++11 "thread" attribute.
11 years ago
StevenPuttemans
5caa808879
Fixing bug #3131 adding breakpoints to featuretracker.cpp
12 years ago
Alexander Smorkalov
16cfc7a531
WindowsRT build warning fixes.
12 years ago
Roman Donchenko
ac39bfb4cc
Remove HAVE_CVCONFIG_H - it's always defined.
12 years ago
Alexander Smorkalov
ee591efb9f
Build fix for Windows RT.
12 years ago
alexandre benoit
cdbbe0dfbe
1. created module bioinspired. 2.transfered Retina module into the new module bioinspired. 3. added a fast tone mapping method to Retina interface and wrapped existing reinafilter dedicated method
12 years ago
Brian McKinnon
36745a80c3
Added #include <limits> to files that were missing it.
12 years ago
alexandre benoit
a5acc9ee1f
nicer interface with the use of InputArray and OutptArray instated of (const Mat&)
12 years ago
alexandre benoit
cf6e833169
trying to solve valarray pointer access problem, enhancing documentation
12 years ago
alexandre benoit
9c26387ce0
updated sources to correct buildbot warnings
12 years ago
alexandre benoit
a659e287fb
minor error correction
12 years ago
alexandre benoit
80e65e08b5
updated doc and interface code to solve compile warnings and errors
12 years ago
alexandre benoit
b70b5a3011
corrections required for portability. To be validated by buildbot
12 years ago
alexandre benoit
9549949228
minor chnges for conflict removal
12 years ago
alexandre benoit
737046916c
activated parallelized gradient computation
12 years ago
alexandre benoit
b62d101115
updated retina interface for cleaner use, following OpenCV standards
12 years ago
Andrey Kamaev
909d6fcf51
Move legacy part of opencv_contrib to separate header
12 years ago
Andrey Kamaev
e5a33723fc
Move C API of opencv_calib3d to separate file
12 years ago
Andrey Kamaev
199a35a105
Move C API of opencv_video to separate file
12 years ago
Andrey Kamaev
c98c246fc2
Move border type constants and Moments class to core module
12 years ago
Andrey Kamaev
0738ea7d0f
Make highgui.hpp independent from C API
12 years ago
Andrey Kamaev
940eedfb27
Finalize core headers reorganization
12 years ago
Andrey Kamaev
517062039e
Make core/internal.hpp a private header
12 years ago
Andrey Kamaev
715fa3303e
Move cv::Mat out of core.hpp
12 years ago
Vadim Pisarevsky
10702c6d75
fixes in bundle adjustment code by Nils Hasler
12 years ago
Vladislav Vinogradov
d27d091e59
fixed mind/maxd search in CvFuzzyMeanShiftTracker::SearchWindow::initDepthValues
12 years ago
Andrey Kamaev
cc6bdfb045
Remove inline sorting algorithms from core headers
12 years ago
Andrey Kamaev
be7bbe3aa9
Drop cv:: prefix from cv::String used inside the cv namespace
12 years ago
Andrey Kamaev
2ad7b97f1c
All modules (except ocl and gpu) compiles and pass tests
12 years ago
Vadim Pisarevsky
07e0f7bf59
refactored video module; use the new-style algorithms now
12 years ago
Andrey Kamaev
89356ff16d
Move non-CV functionality from core.hpp to separate utility.hpp header
12 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago