Bahram Dahi
230bc03d97
Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning in operations.hpp
11 years ago
Jin Ma
8fb6b689c6
1. Added OpenCL version of superres to the sample.
...
2. Modified according to the feedback of the community.
11 years ago
Jin Ma
3fb0bf6e99
Added MOG and MOG2.
11 years ago
Nghia Ho
21641d04a7
Fixed mismatching allocation and deallocation: el_ptr
11 years ago
Changlin Hsieh
c1dd38cbff
Fix GPU example build failed with cuda 5.5
11 years ago
Roman Donchenko
339dd983ee
Adjusted the camera calibration sample to master API.
11 years ago
Daniil Osokin
65c5c4df70
Fixed build of camera calibration android sample
11 years ago
Roman Donchenko
2f780ed994
Fix whitespace errors.
11 years ago
StevenPuttemans
f33fe94c0d
Added the sample from patch #2288 : reading in sequence of images
...
Added bugfixes
- Changed CV_WINDOW_NORMAL to 1
- Changed the help function to static
- Added extra help information on mask specifics
11 years ago
Daniil Osokin
23c802b4cd
Added camera calibration sample for android
11 years ago
Daniel Angelov
ae93a3e681
The accurate LineSegmentDetector object.
11 years ago
Daniel Angelov
26847f92b3
Fixed the sample.
11 years ago
Daniel Angelov
982ccd784e
Added the update on the sample.
11 years ago
yao
3d3e9ab635
Fix the problem of haar caused by merge
11 years ago
Daniel Angelov
965b3759b1
Update on the class to reflect the review. Split the class into virtual and implementation. change of name to LineSegmentDetector, using Input/Output-Arrays, general clean ups.
11 years ago
lluis
5abe3b59f5
Class-specific Extremal Region Filter algorithm as proposed in :
...
Neumann L., Matas J.: Real-Time Scene Text Localization and Recognition, CVPR 2012.
High-level C++ interface and implementation of algorithm is in the objdetect module.
C++ example, a test image, and the default classifiers in xml files.
11 years ago
Vladislav Vinogradov
62edeeed16
refactored FGD algorithm
11 years ago
Vladislav Vinogradov
697793090d
refactored GMG algorithm
11 years ago
Vladislav Vinogradov
b8f0d1a0e4
refactored MOG2 algorithm
11 years ago
Vladislav Vinogradov
a2adab7283
refactored MOG algorithm
...
converted it to abstract interface
11 years ago
Vladislav Vinogradov
7b87d72d80
refactored generalized hough (both CPU and GPU):
...
removed set/get methods from Algorithm (implement owns)
removed GHT_* enumeration
11 years ago
Vladislav Vinogradov
39a25115e0
fixed compilation
12 years ago
Vladislav Vinogradov
de56163f97
refactored gpu::matchTemplate (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
70e6dc615a
refactored GoodFeaturesToTrackDetector
12 years ago
Vladislav Vinogradov
d7ff3ad0cf
refactored cornerHarris and cornerMinEigenVal
...
* converted it into Algorithm
12 years ago
Vladislav Vinogradov
ad4d6bed9d
refactored gpu::GeneralizedHough
12 years ago
Vladislav Vinogradov
1652540a1f
refactored HoughLines (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
48fb8c4f8a
refactored gpu::Canny (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
fc8476544c
switched to Input/Output Array in Histogram Processing
12 years ago
Vladislav Vinogradov
9eea9835ab
switched to Input/Output Array in Color Processing
12 years ago
alexandre benoit
7fe78efda3
retina included in namespace bioinspired + followed suggestions made by Vadim
12 years ago
Daniel Angelov
22c8010b2d
Added needed header, changed macro name.
12 years ago
Daniel Angelov
6bd5e12be3
Added a sample to show usage of the class.
12 years ago
Vladislav Vinogradov
2932beddcf
switched to Input/Output Array in gpuwarping functions
12 years ago
Alexander Smorkalov
69b308a368
Various fixes in android sample NativeActivity.
12 years ago
Alexey Spizhevoy
37ea872204
added handling of camera parameters estimation errors ( #3122 )
12 years ago
Alexander Smorkalov
67d4d9e9f4
Path to OpenCV dll libs fixes.
12 years ago
Kirill Kornyakov
aef347e7b3
Removed references to opencv.itseez.com
12 years ago
yao
c73a10cb4d
warnings fix
12 years ago
Kirill Kornyakov
cbed07bc18
Removed references to YG from samples
12 years ago
yao
6982ea5a66
some tweaks to samples
12 years ago
yao
f1d9680ba8
format the ocl's samples name
12 years ago
Alexander Smorkalov
347c86d9b5
Windows RT related code cleanup.
...
Windows RT sample cleanup.
Video I/O code cleanup.
12 years ago
Alexander Smorkalov
91c519467d
WinRT build fix for samples and static libs.
12 years ago
Alexander Smorkalov
b0854c605a
Windows RT sample improved.
...
Corrent histogram output on YUV image implemented;
Some code refactoring done.
12 years ago
Alexander Smorkalov
bf22567c09
Transform selection implemented in sample GUI.
...
Gistogram output does not work propertly due color conversion problems.
12 years ago
Alexander Smorkalov
de9f659f1e
Several transforms added to sample IMFTransform.
12 years ago
Alexander Smorkalov
9e06287121
Windows RT sample updated.
...
Unused scenarious removed.
Grey scale convertion replaced with cv::Canny call.
12 years ago
Alexander Smorkalov
4990336760
Base camera access sample for Windows RT added.
...
Microsoft Media Foundation Camera Sample for Windows RT added.
12 years ago
Vladislav Vinogradov
98bd401534
fix gpu::DeviceInfo compilation under linux
...
glibc defines major and minor macros
which conflict with gpu::DeviceInfo methods with the same name
12 years ago