.. |
opencl
|
ocl: fix Canny for Intel devices
|
8 years ago |
_geom.h
|
converted few more comp. geometry functions to C++
|
12 years ago |
accum.cpp
|
use universal intrinsic in accumulate series
|
8 years ago |
approx.cpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
11 years ago |
blend.cpp
|
Visual Studio 2015 warning and test fixes
|
9 years ago |
canny.cpp
|
Merge pull request #6958 from mschoeneck:Common-Canny-parallelization
|
8 years ago |
clahe.cpp
|
fixing CLAHE crash with pixels value > 12 bit
|
9 years ago |
color.cpp
|
Outdated ICV restrictions were removed;
|
8 years ago |
colormap.cpp
|
fix: 6149 (through CV_Error on wrong image type)
|
9 years ago |
connectedcomponents.cpp
|
Several type of formal refactoring:
|
10 years ago |
contours.cpp
|
Fix for #5481, removing repeated/useless assignment in contours.cpp
|
9 years ago |
convhull.cpp
|
May be it can solve issue 5908
|
9 years ago |
corner.cpp
|
Visual Studio 2015 warning and test fixes
|
9 years ago |
cornersubpix.cpp
|
Several type of formal refactoring:
|
10 years ago |
demosaicing.cpp
|
used popcnt
|
10 years ago |
deriv.cpp
|
Outdated ICV restrictions were removed;
|
8 years ago |
distransform.cpp
|
IPP_VERSION_X100 was changed to:
|
9 years ago |
drawing.cpp
|
Update drawing.cpp
|
9 years ago |
emd.cpp
|
provide better error messages
|
9 years ago |
featureselect.cpp
|
Make goodFeaturesToTrack() return deterministic results
|
8 years ago |
filter.cpp
|
Outdated ICV restrictions were removed;
|
8 years ago |
filterengine.hpp
|
HAL interface for morphology operations
|
9 years ago |
floodfill.cpp
|
TIFF loader: Allocate large enough buffer when (bpp * ncn) > 8.
|
10 years ago |
gabor.cpp
|
Remove all using directives for STL namespace and members
|
12 years ago |
gcgraph.hpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
11 years ago |
generalized_hough.cpp
|
deleted extra semicolons
|
11 years ago |
geometry.cpp
|
Several type of formal refactoring:
|
10 years ago |
grabcut.cpp
|
fix typo
|
9 years ago |
hal_replacement.hpp
|
Merge pull request #6705 from alalek:fix_hal_imgproc
|
9 years ago |
hershey_fonts.cpp
|
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
|
10 years ago |
histogram.cpp
|
fix for buffer-overflow in IPPCalcHistInvoker::operator()
|
9 years ago |
hough.cpp
|
Outdated ICV restrictions were removed;
|
8 years ago |
imgwarp.cpp
|
Outdated ICV restrictions were removed;
|
8 years ago |
intersection.cpp
|
imgproc/intersection: fix loop index
|
11 years ago |
linefit.cpp
|
War on Whitespace, master edition: trailing spaces.
|
11 years ago |
lsd.cpp
|
Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector.
|
10 years ago |
main.cpp
|
IPPInitSingelton was added to contain IPP related global variables;
|
9 years ago |
matchcontours.cpp
|
War on Whitespace, master edition: trailing spaces.
|
11 years ago |
min_enclosing_triangle.cpp
|
deleted excess semicolons, commas
|
11 years ago |
moments.cpp
|
Merge pull request #6983 from K-Shinotsuka:issue8
|
8 years ago |
morph.cpp
|
HAL resize, warpAffine, warpPerspective interface
|
9 years ago |
phasecorr.cpp
|
Several type of formal refactoring:
|
10 years ago |
precomp.hpp
|
Filter2D HAL interface
|
9 years ago |
pyramids.cpp
|
Merge branch '2.4' into master
|
9 years ago |
rotcalipers.cpp
|
Refactor a section of icvRotatingCalipers to work around a GCC bug
|
9 years ago |
samplers.cpp
|
IPP_VERSION_X100 was changed to:
|
9 years ago |
segmentation.cpp
|
Update segmentation.cpp
|
10 years ago |
shapedescr.cpp
|
build failed, trailing whitespace.
|
9 years ago |
smooth.cpp
|
Outdated ICV restrictions were removed;
|
8 years ago |
spatialgradient.cpp
|
HAL moved back to core
|
9 years ago |
subdivision2d.cpp
|
Remove all using directives for STL namespace and members
|
12 years ago |
sumpixels.cpp
|
Outdated ICV restrictions were removed;
|
8 years ago |
tables.cpp
|
Normalize line endings and whitespace
|
12 years ago |
templmatch.cpp
|
Reworked HAL dft/dct interface, added replacement documentation
|
9 years ago |
thresh.cpp
|
Outdated ICV restrictions were removed;
|
8 years ago |
undistort.cpp
|
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
|
9 years ago |
utils.cpp
|
Move border type constants and Moments class to core module
|
12 years ago |