Roman Donchenko
|
96a0afce50
|
Merge pull request #1236 from pengx17:2.4_fix_retina_color_param
|
11 years ago |
Zac Stewart
|
8049296cda
|
Correct name of eye function
|
11 years ago |
Zac Stewart
|
f36a9f745f
|
Remove extraneous colon before ':basicstructures:'
|
11 years ago |
abidrahmank
|
7fd8a19fe8
|
warning corrections
|
11 years ago |
Roman Donchenko
|
114bec52fe
|
Merge pull request #1363 from ilya-lavrenov:ocl_enable_tests
|
11 years ago |
Roman Donchenko
|
72e11f9066
|
Merge pull request #1370 from ilya-lavrenov:ocl_decor
|
11 years ago |
hbristow
|
a64c34c3ec
|
Updated cv help to include reference to named arguments
|
11 years ago |
hbristow
|
d16d637eb2
|
Fixed handling of optional arguments under ArgumentParser. Fixed default constructor error in MxArray
|
11 years ago |
hbristow
|
25ee1f9099
|
Improved error messages for incorrect arguments
|
11 years ago |
abidrahmank
|
14af369640
|
Python bindings for KeyPoint methods
Usage:
import numpy as np
import cv2
img = cv2.imread('messi5.jpg',0)
sift = cv2.SIFT()
kp = sift.detect(img)
pts = cv2.KeyPoint_convert(kp)
kps = cv2.KeyPoint_convert(pts.reshape(-1,1,2))
overlap = cv2.KeyPoint_overlap(kp[0],kp[1])
|
11 years ago |
hbristow
|
a780c3a7d1
|
Swapped out function assertions in favour of ArgumentParser
|
11 years ago |
hbristow
|
8f62a52b9b
|
Brought matlab module into cv namespace
|
11 years ago |
hbristow
|
bc93edac34
|
Removed all OpenCV-specific functionality from mxarray into bridge. mxarray is now standalone
|
11 years ago |
kdrobnyh
|
f4aa7ff919
|
Add IPP support in meanStdDev, minMaxIdx, norm functions
|
11 years ago |
hbristow
|
153549c7f6
|
Added LICENSE and Americanizations
|
11 years ago |
hbristow
|
33c377b305
|
complete rewrite of ArgumentParser
|
11 years ago |
kdrobnyh
|
dc1eb583b4
|
Merge pull request #5 from Itseez/2.4
Some changes in OpenCV
|
11 years ago |
ilya-lavrenov
|
a6084d2970
|
enabled some tests that failed before OCL_TEST_CYCLE*() macroses were defined and for some tests was disabled SANITY_CHECK, because plain and ocl results must not be completely equal
|
11 years ago |
ilya-lavrenov
|
968c095403
|
gpu -> ocl
|
11 years ago |
Roman Donchenko
|
53818f0f5f
|
Merge pull request #1361 from asmorkalov:winrt_api_container
|
11 years ago |
Roman Donchenko
|
78a6692e53
|
Merge pull request #1359 from asmorkalov:winrt_tiff_api_fix
|
11 years ago |
kdrobnyh
|
7a7aa148d4
|
Add IPP support in compare function
|
11 years ago |
Roman Donchenko
|
fc37df05ec
|
Merge pull request #1366 from asmorkalov:ocv_autobuffer_fix
|
11 years ago |
Roman Donchenko
|
86f4cd253a
|
Merge pull request #1309 from pengx17:master_retina_ocl
|
11 years ago |
Alexander Smorkalov
|
5af2cc6223
|
AutoBuffer with initial zero size fixed.
|
11 years ago |
Jin Ma
|
114f3266d8
|
Removed performance test.
|
11 years ago |
Jin Ma
|
4f3349ffe4
|
Added perf namespace.
|
11 years ago |
Jin Ma
|
0233c4c198
|
Removed whitespace.
|
11 years ago |
Jin Ma
|
14e083f1e0
|
Removed trailing whitespace
|
11 years ago |
Jin Ma
|
5728612f95
|
Removed the trailing whitespace
|
11 years ago |
yao
|
ab235cda74
|
fix warnings
|
11 years ago |
yao
|
26b5eb3e39
|
add adaptive bilateral filter (cpp and ocl version)
|
11 years ago |
hbristow
|
d5abe79f74
|
untracked io for initial pull request
|
11 years ago |
hbristow
|
9726346bc9
|
removed unused files from repo
|
11 years ago |
hbristow
|
57505b9af9
|
Added LICENSE preamble to include files
|
11 years ago |
Vadim Pisarevsky
|
f12702be24
|
fixed bugs in rectangular morphology case
|
11 years ago |
Alexander Smorkalov
|
ebe7f00cb4
|
/apicontainer added to linker flags on WinRT to fix api test issues.
|
11 years ago |
Roman Donchenko
|
90cf8fbd60
|
Merge pull request #1338 from asmorkalov:android_tegra_detector
|
11 years ago |
Roman Donchenko
|
e958767a8b
|
Merge pull request #1343 from asmorkalov:android_img_manipulations_fix
|
11 years ago |
Alexander Smorkalov
|
3036ec4b89
|
LibTIFF Win32 API back-end disabled for Windows RT.
|
11 years ago |
Roman Donchenko
|
11dcd4f4f3
|
Merge pull request #1356 from SpecLad:homography-uninit
|
11 years ago |
Vadim Pisarevsky
|
771feb61c2
|
fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches)
|
11 years ago |
Alexander Smorkalov
|
aa00b5a0ab
|
New Tegra detector with Android 4.3 support added. Manager version++.
|
11 years ago |
Alexander Smorkalov
|
8d4cbf4deb
|
Bug #3238 Android sample image manipulations blinks in non-preview modes fixed.
|
11 years ago |
Roman Donchenko
|
2b90b20be2
|
Merge pull request #1357 from SpecLad:less-precomps
|
11 years ago |
Roman Donchenko
|
e59c74e1c7
|
Merge pull request #1348 from SpecLad:merge-2.4
|
11 years ago |
Roman Donchenko
|
cdf6cf2cd8
|
Merge pull request #1213 from kdrobnyh:color
|
11 years ago |
Roman Donchenko
|
122d0f8685
|
Deleted the now-empty ocl perf_precomp.cpp.
See pull request #1241 for why.
|
11 years ago |
Roman Donchenko
|
5e4ebf3403
|
Fixed incomplete matrix initialization in HomographyRefineCallback.
|
11 years ago |
Roman Donchenko
|
7afc2677e6
|
Removed a duplicate line.
|
11 years ago |