Alexander Smorkalov
69b308a368
Various fixes in android sample NativeActivity.
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
yao
6326739b44
a bug fix in stereo_match sample
12 years ago
yao
f1c549fabf
revise ocl samples, add tvl1 sample
12 years ago
Sergei Nosov
982ef83f80
Fixes bug #3071 .
...
If we have perfect matches (min_dist == 0.0), then strict comparison
fails. Making it non-strict results in treating perfect matches as
good.
12 years ago
Alexander Smorkalov
a39a9f677f
NativeActivity sample build with Eclipse CDT fixed.
12 years ago
caorong
a2adafd508
fix a bug(DetectorType never change)
...
changed line281 -> line220
Presentation:
because line 220 give the globle var mDetectorType,and in line 230 it will be compared with mDeteorType !!! it will never be unequal ~
fix:
change mDetectorType(previous globle var) to a new local val tmpDetectorType
12 years ago
yao
f049aa7674
use GoodFeaturesToTrackDetector_OCL
12 years ago
Vladislav Vinogradov
ff28bf831f
disabled samples with driver api
12 years ago
peng xiao
cdb16f1120
Fix build error
12 years ago
peng xiao
d85f27b537
Update ocl::surf_matcher sample.
...
The new sample adjust some parameters thus it should always be able to
calculate valid homography matrix when input is box.png and
box_in_scene.png.
Pure cpp surf and bfmatcher implementation is also added to show the user
its accuracy and performance.
12 years ago
abidrahmank
2dd3bf116e
ANDed waitkey result with 0xFF for x64 systems
12 years ago
abidrahmank
98960bf201
A new python sample on grabcut
12 years ago
yao
fad96b95ad
add results verification to facedetect and hog samples
12 years ago
yao
036b0579f1
remove the images in ocl sample folder
12 years ago
yao
33a3a19207
add two samples
12 years ago
Vladislav Vinogradov
ec52096e30
removed VIBE implementation
12 years ago
Andrey Kamaev
60059a7aa0
Improve handling of native_app_glue dependency in Android samples
12 years ago
poiuytrez
7dda8e2cb8
Link to bug tracker replaced by bug description
12 years ago
poiuytrez
bef6de9025
Fix tuto3 picture taken crash on all devices
...
A modification of the JavaCameraView is needed to avoid a crash when the
app is exited. It is a good practice to remove the callback after the
stopPreview method.
12 years ago
poiuytrez
60bf018781
Fix android tutorial 3 second picture taken bug
12 years ago
Andrey Pavlenko
8c40f0ccf2
fixing build and lint warnings
12 years ago
Roman Donchenko
57d4c86b2b
Fixed the shebang lines on the Python scripts.
...
Also, removed the one from modules/python/src2/cv.py and cleared its
executable bit, since it's not a script.
12 years ago
Kirill Kornyakov
53a06913cb
Minor code cleanings in lkdemo.cpp
12 years ago
Kirill Kornyakov
e351538697
#2813 bugfix
12 years ago
Alexander Smorkalov
82c61eba49
Feature #2893 Create Java sample without layout.xml implemented.
12 years ago
Alexander Smorkalov
7bd169caa9
Native activity build with Android.mk fixed.
12 years ago
Siva Prasad Varma
e2df8c7e62
Fix bug #2590
...
replaced wrong check to correct check
12 years ago
Alexander Smorkalov
f89cc191a4
Waning fixes for Android samples
12 years ago
Alexander Shishkov
35f75147b0
removed willowgarage.com links
12 years ago
Alexander Shishkov
382695ba5a
removed links to the http://opencv.willowgarage.com/
12 years ago
Alexander Smorkalov
3929a43873
Native activity install fixed.
12 years ago
Vladislav Vinogradov
9086efa8e9
fixed warnings
12 years ago
Alexander Smorkalov
f2fe89c6d8
CMakeLists.txt for Android native activity added.
12 years ago
Dustin Spicuzza
b08432cfe7
Port dft.py sample from cv to cv2
12 years ago
yao
5539e85a11
use perf test replace performance sample
12 years ago
Andrey Kamaev
f282498b1d
Drop outdated targets and fix solution folders
12 years ago
Andrey Kamaev
1b4afcca30
Move OpenCl SURF perf tests to nonfree and fix build of samples
12 years ago