Vladislav Vinogradov
5a85f1b6da
renamed gpucodec namespace -> cudacodec
12 years ago
Vladislav Vinogradov
8282f6ebc1
renamed gpu::cudev namespace -> cuda::device
...
cudev is used for new device layer
12 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
12 years ago
Vladislav Vinogradov
e12496d150
removed gpu name usage from ocl module
12 years ago
StevenPuttemans
7e638cb0b5
Bugfix 3115: Added not to documentation for python version for
...
facerecognizer interface + white + whitespaces remove
12 years ago
hbristow
c112c9aa00
Made binding compilation less verbose
12 years ago
hbristow
31c95ff7f8
Added new OpenCV definitions to bridge
12 years ago
peng xiao
3c2a8912ee
Let clAmdBlas library initialize once during program lifetime.
12 years ago
hbristow
1d25e5f1ba
manually added optical flow header to build
12 years ago
Daniel Angelov
24e916059f
Added LineSegmentDetector documentation and an output image.
12 years ago
Daniel Angelov
9d78b8003e
Update on LSD no to use any Mat* (IOArrays instead).
...
Updated to new license.
12 years ago
Gabe Schwartz
b2bedef26f
Added interlace handling to PNG decoder.
...
libpng 1.5+ recommends a call to png_set_interlace_handling() if you use
png_read_update_info and png_read_image. It will generate a warning
without it.
12 years ago
Gabe Schwartz
e2441e0034
Removed incorrect iCCP chunks from GUI resources.
...
Also removed malformed tEXt chunk from a logo PNG.
12 years ago
Alex Leontiev
af74ec6044
Minor fixes
...
In response to the pull request comments by Vadim Pisarevsky. In
particular, the following was done:
*)cv::reduce use instead of custom code for calculating
per-coordinate sum
*) naming style of private methods is made consisted with overall --
mixed-case style
*) irrelevant create()'s were removed -- I did not know that copyTo()
method itself calls create
12 years ago
Alex Leontiev
f2fd0ad153
Fixed .rst indentation
...
This caused warnings.
12 years ago
Alex Leontiev
b92c88ddd1
Removed trailing spaces
...
Continuation of work done in previous commit.
12 years ago
Alex Leontiev
b1f029ccc5
Removed trailing spaces
...
This caused warnings.
12 years ago
Alex Leontiev
554e002747
Prepare Downhill Simplex for pull request
...
This is an implementation of so-called downhill simplex method
(https://en.wikipedia.org/wiki/Nelder%E2%80%93Mead_method )
Please, let me know if you have any comments, whoever you'd be.
12 years ago
abidrahmank
7fd8a19fe8
warning corrections
12 years ago
hbristow
a64c34c3ec
Updated cv help to include reference to named arguments
12 years ago
hbristow
d16d637eb2
Fixed handling of optional arguments under ArgumentParser. Fixed default constructor error in MxArray
12 years ago
hbristow
25ee1f9099
Improved error messages for incorrect arguments
12 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])
12 years ago
hbristow
a780c3a7d1
Swapped out function assertions in favour of ArgumentParser
12 years ago
hbristow
8f62a52b9b
Brought matlab module into cv namespace
12 years ago
hbristow
bc93edac34
Removed all OpenCV-specific functionality from mxarray into bridge. mxarray is now standalone
12 years ago
kdrobnyh
f4aa7ff919
Add IPP support in meanStdDev, minMaxIdx, norm functions
12 years ago
hbristow
153549c7f6
Added LICENSE and Americanizations
12 years ago
hbristow
33c377b305
complete rewrite of ArgumentParser
12 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
12 years ago
ilya-lavrenov
968c095403
gpu -> ocl
12 years ago
kdrobnyh
7a7aa148d4
Add IPP support in compare function
12 years ago
Alexander Smorkalov
5af2cc6223
AutoBuffer with initial zero size fixed.
12 years ago
Jin Ma
114f3266d8
Removed performance test.
12 years ago
Jin Ma
4f3349ffe4
Added perf namespace.
12 years ago
Jin Ma
0233c4c198
Removed whitespace.
12 years ago
Jin Ma
14e083f1e0
Removed trailing whitespace
12 years ago
Jin Ma
5728612f95
Removed the trailing whitespace
12 years ago
yao
ab235cda74
fix warnings
12 years ago
yao
26b5eb3e39
add adaptive bilateral filter (cpp and ocl version)
12 years ago
hbristow
d5abe79f74
untracked io for initial pull request
12 years ago
hbristow
9726346bc9
removed unused files from repo
12 years ago
hbristow
57505b9af9
Added LICENSE preamble to include files
12 years ago
Vadim Pisarevsky
f12702be24
fixed bugs in rectangular morphology case
12 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)
12 years ago
Roman Donchenko
122d0f8685
Deleted the now-empty ocl perf_precomp.cpp.
...
See pull request #1241 for why.
12 years ago
Roman Donchenko
5e4ebf3403
Fixed incomplete matrix initialization in HomographyRefineCallback.
12 years ago
peng xiao
9f0a88c1d6
Remove trailing whitespace.
12 years ago
hbristow
569e8006e3
updated README.md formatting
12 years ago
hbristow
2a0e357cd0
updated syntax highlighting
12 years ago