Roman Donchenko
18bb951574
Nuked the rest of the precomp.cpp files.
...
Consider this a part of merging #1357 .
11 years ago
Vadim Pisarevsky
e85e4d3ab9
fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim)
11 years ago
kdrobnyh
e6ec3dd17f
Add IPP support in resize, warpAffine, warpPerspective functions
11 years ago
Alexander Smorkalov
6d3102141c
Globbing accuracy test fail on Windows RT fixed.
11 years ago
StevenPuttemans
7e638cb0b5
Bugfix 3115: Added not to documentation for python version for
...
facerecognizer interface + white + whitespaces remove
11 years ago
hbristow
c112c9aa00
Made binding compilation less verbose
11 years ago
hbristow
31c95ff7f8
Added new OpenCV definitions to bridge
11 years ago
peng xiao
3c2a8912ee
Let clAmdBlas library initialize once during program lifetime.
11 years ago
hbristow
1d25e5f1ba
manually added optical flow header to build
11 years ago
Daniel Angelov
24e916059f
Added LineSegmentDetector documentation and an output image.
11 years ago
Daniel Angelov
9d78b8003e
Update on LSD no to use any Mat* (IOArrays instead).
...
Updated to new license.
11 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.
11 years ago
Gabe Schwartz
e2441e0034
Removed incorrect iCCP chunks from GUI resources.
...
Also removed malformed tEXt chunk from a logo PNG.
11 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
11 years ago
Alex Leontiev
f2fd0ad153
Fixed .rst indentation
...
This caused warnings.
11 years ago
Alex Leontiev
b92c88ddd1
Removed trailing spaces
...
Continuation of work done in previous commit.
11 years ago
Alex Leontiev
b1f029ccc5
Removed trailing spaces
...
This caused warnings.
11 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.
11 years ago
abidrahmank
7fd8a19fe8
warning corrections
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
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
kdrobnyh
7a7aa148d4
Add IPP support in compare function
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
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
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
peng xiao
9f0a88c1d6
Remove trailing whitespace.
11 years ago
hbristow
569e8006e3
updated README.md formatting
11 years ago
hbristow
2a0e357cd0
updated syntax highlighting
11 years ago