yao
e3a715882e
fix the mismatch of perf_test, add a performance sample for ocl module
12 years ago
Alexander Smorkalov
11885e86ee
Feature #2833 Sepia size in Image Manipulations demo implemented.
12 years ago
Oscar Deniz Suarez
07ea88b8c6
Update samples/c/smiledetect.cpp
...
Fixed isdigit() Android build error
12 years ago
Oscar Deniz Suarez
8cfba6456b
Update samples/c/smiledetect.cpp
...
- Changed to floating neighbor maximum mode
- Fixed some previous errors.
12 years ago
Oscar Deniz Suarez
379dcf87d5
Added smile detector
12 years ago
Vladislav Vinogradov
8b1f88c40f
updated gpu module API
12 years ago
Vladislav Vinogradov
a938534a7e
restored binary compatibility
12 years ago
Abid K
96b2898f38
Update samples/python2/hist.py
...
range in calcHist() changed from [0,255] to [0,256]. Otherwise, it won't count pixels with value 255. It can be verified taking sum of histogram values and checking it with image size.
12 years ago
Vladislav Vinogradov
e06c3ec7c5
updated OpenGL functionality:
...
* removed OpenGLFuncTab, now extensions are loaded internally
* added support of GlBuffer and GlTexture2D to InputArray/OutputArray
* added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
* added copyFrom/copyTo method for GlBuffer and GlTexture2D
* removed GlFont
* removed pointCloudShow
* removed OpenGLCleanCallback
* added Access parameter to GlBuffer::mapHost
* added autoRelease parameter to all create methods
12 years ago
Andrey Pavlenko
2853bab471
converting images to PNG
12 years ago
Andrey Pavlenko
edb15dee3d
review feed-back considered
12 years ago
Andrey Pavlenko
a8c2fc6908
changing layout, adding ant and eclipse sections, more pictures
12 years ago
Vladislav Vinogradov
a3a09cf4d1
refactored OpticalFlowDual_TVL1:
...
* added DenseOpticalFlow interface
* moved OpticalFlowDual_TVL1 to src folder
12 years ago
Vladislav Vinogradov
aa73bf6079
added gpu optical flow sample
12 years ago
Vladislav Vinogradov
fe2e89df1b
added gpu::HoughLinesP function
12 years ago
Vladislav Vinogradov
1498d2f427
added dual tvl1 optical flow implementation
12 years ago
Alexander Smorkalov
d067dc5a05
Code review notes fixed.
12 years ago
Alexander Smorkalov
9a2d6f854b
Tutorial-1-Java -> Tutorial-1-CameraPreview
...
Issues fix.
12 years ago
Alexander Smorkalov
507e2dc0ad
Project files for Eclipse updated.
12 years ago
Alexander Smorkalov
b558bb4894
Tutorial-5 -> Tutorial-3
12 years ago
Alexander Smorkalov
902463b6e9
Tutorial4 sample renamed to Tutorial-2-MixedProcessing
12 years ago
Alexander Smorkalov
08cd51df1f
Tutorial-3 removed as dublicate part of tutorial-4.
12 years ago
Alexander Smorkalov
b943277559
Tutorial-2 removed as dublicate of tutorial-1 and image manipulations sample.
12 years ago
Alexander Smorkalov
33502c86ac
Tutorial 1 renamed
12 years ago
Alexander Smorkalov
076941bb07
15-puzzle app reverted to usage of old CvCameraViewListener implementation;
...
super.onPause() call moved to begining of onPause method according Google recomandations.
12 years ago
Alexander Smorkalov
f8720ec60e
Code review issues fixed. Compatibility issues fixed.
12 years ago
Alexander Smorkalov
6b5eac328f
Android samples updated according onCameraFrame callback signature change.
...
FpsMeter class removed from Image Manipulations and Face Detection examples as unused code.
12 years ago
Andrey Kamaev
f489eb9a5d
Fix build warnings in OpenCL samples
12 years ago
Andrey Kamaev
68be50bbab
Fix clang build warning
12 years ago
Andrey Kamaev
9690ed8232
Fix build of OpenCV samples (Linux)
12 years ago
Vadim Pisarevsky
c69312ea0d
fixed #2580 , #2210 . some work on #2025 .
...
modified SIFT to 1) double image before finding keypoints, 2) use floating-point internally instead of 16-bit integers, 3) set the keypoint response to the abs(interpolated_DoG_value). step 1) increases the number of detected keypoints significantly and together with 2) and 3) it improves some detection benchmarks. On the other hand, the stability of the small keypoints is lower, so the rotation and scale invariance tests now struggle a bit. In 2.5 need to make this feature optional and add some more intelligence to the algorithm.
added test that finds a planar object using SIFT.
12 years ago
Andrey Kamaev
d5b15d6523
Fix ocl build warnings
12 years ago
Stefan Romberg
9f417268b3
Fixed visualization by choosing the color appropriate to the detection
...
Fixed visualization by choosing the color appropriate to the detection
score.
Previously the example showed all detections with the same color
disregarding the confidence. This led to the impression that the object
detection did not work at all because there are many detections with low
confidences.
PR to master was
https://github.com/Itseez/opencv/pull/320
12 years ago
Vladislav Vinogradov
ae6266e101
fixes for gpu module:
...
- fixed printCudaDeviceInfo for new CC
- fixed some compilation errors and warnings
- removed unset command from CMake script
- removed unused std imports
12 years ago
Eric Christiansen
6169b1dc90
Adds samples for Java and Scala
12 years ago
Andrey Pavlenko
dd8e648d78
hiding empty menu button on Android 4
12 years ago
Andrey Kamaev
9944282b09
Fix build with STLPort from NDK r8d
12 years ago
Alexander Smorkalov
77df8730ef
Tutorial-5 sample extended.
...
Application menu reorganized;
Resolution control added.
12 years ago
Alexander Smorkalov
1555922228
OpenCV for Android SDK installation improved;
...
ReadMe.txt for OpenCV Manager added;
share folder excluded from SDK.
12 years ago
Alexander Smorkalov
d550f95347
Date and time added to saved file name.
12 years ago
Alexander Smorkalov
22484872fa
Sample Tutorial-5 improved
...
Aditional toasts added;
Exception handling improved;
Bitmap recycling added.
12 years ago
Andrey Pavlenko
ea83d384c1
removing Android tutorial 0 since it has become irrelevant after moving to the new application framework
12 years ago
Alexander Smorkalov
d36f8b9eb3
Code review comments applied
...
Sample renamed to CameraControl;
Picture taking added to show camera preview restart.
12 years ago
Alexander Smorkalov
86f7a357ae
Tutorial-5 functionality implemented.
12 years ago
Alexander Smorkalov
24c920a33a
Base for new sample added.
12 years ago
Alexander Smorkalov
e95fc27490
Samples updated
...
In tutorial-1 fps meter enabled via layout.xml. Camera id is set to "any" via lauout.xml;
In tutorial-2 message moved ion the bottom of the screen.
12 years ago
Andrey Pavlenko
b19f672843
( #2569 ) simplifying code to avoid Eclipse CDT editor confusion, removing warnings and typos in comments
12 years ago
marina.kolpakova
285d6320be
add #/usr/bin/env python to all python files
12 years ago
Alexander Smorkalov
2c67731a7b
Issue #2549 OpenCV Samples does not expand on full screen fixed.
...
All samples use application style in android manifest instead of system calls in onCreate event now.
12 years ago
Andrey Pavlenko
cfd634ca3e
Improving compatibility with the latest Android SDK (r21) and NDK (r8c).
...
- Adding Android SDK/ADT r21 compatibility;
- fixing stl headers path for new ndk;
- fixing native API level for Android projects
12 years ago