Dmitry Kurtaev
bd8e6b7e14
Make external cv::dnn::Importer usage is deprecated
7 years ago
Nishant Arora
37ba1d6f2d
Merge pull request #9599 from whizzzkid:master
...
Incorrect Naming (#9599 )
* Resolved #9544
* This is a better fix
* This should be good.
7 years ago
Christof Kaufmann
7ec59fc097
Revert changes of mean and meanStdDev
7 years ago
RAJ NATARAJAN
0e44ad5543
Removed unnecessary assertion
7 years ago
RAJ NATARAJAN
6da62f56fa
Add some useful input assertions to PSNR function
...
Input arrays must be depth CV_8U and of identical size.
7 years ago
Tony0
2f0036c918
remove assignments in expressions
7 years ago
Dmitry Kurtaev
d891e9b1d8
Layers for MobileNet from TensorFlow
7 years ago
Dmitry Kurtaev
8646d5fb84
FP16 Caffe models import and export
7 years ago
stalin18
d343a58580
removed unnecessary line
7 years ago
stalin18
ed3d2cd122
fixed unnecessary reconstruction in seamlessclone
...
fixed unnecessary reconstruction in seamlessclone by using only the
required rectangular area in input images
7 years ago
saskatchewancatch
a90a93b454
i9629 - Added actual documentation for cv::PSNR function
7 years ago
Patel, Nilaykumar K
6857870412
Overloading getDefaultName method for Feature2D and its child classes
...
Signed-off-by: Vipin Anand <anand.vipin@gmail.com>
Signed-off-by: Prashanth Voora <prashanthx85@gmail.com>
Signed-off-by: Patel, Nilaykumar K <nilay.nilpat@gmail.com>
7 years ago
dtmoodie
3c229aa2eb
async bugfix
...
upload winsize and iters as members to prevent async out of scope issues
7 years ago
Tony0
62df5e8c8b
fisheye: fix initUndistortRectifyMap()
7 years ago
Rostislav Vasilikhin
4435ec5f26
Bit-exact version of RGB2Luv_b ( #9226 )
...
* Imgproc_ColorLab_Full.accuracy test fixed
* Lab and Luv tests: rewritten, constants explained
* CV_ColorCvtBaseTest: added methods for 8u implementations
* Lab2RGB_b: bit-exactness enabled for all modes; non-vectorized code fixed to comply with vectorized
* srgb support added
* XYZ constants made softdouble
* bit-exact tests written for Lab
* ColorLab_full test fixed
* reverted: no 8u convertors for CV_ColorCvtBaseTest
* added checksum-based test for Lab bit-exactness
* extra declarations removed
* Lab test fix: stop at first mismatch
* test info output improved
* error message fixed
* lab_tetra squashed
* initial version is almost written
* unfinished work
* compilation fixed, to be debugged
* Lab test removed
* more fixes
* Luv2RGBinteger: channels order fixed
* Lab structs removed
* good trilinear interpolation added
* several fixes
* removed Luv2RGB interpolations, XYZ tables; 8-cell LUT added
* no_interpolate made 8-cell
* interpolations rewritten to 8-cell, minor fixes
* packed interpolation added for RGB2Luv
* tetra implemented
* removing unnecessary code
* LUT building merged
* changes ported to color.cpp
* minor fixes; try to suppress warnings
* fixed v range of Luv
* fixed incorrect src channel number
* minor fixes
* preliminary version of Luv2RGBinteger is done
* Luv2RGB_b is in progress
* XYZ color constants converted to softfloat
* Luv test: precision fixed
* Luv bit-exactness test added
* warnings fixed
* compilation fixed, error message fixed
* test_lab.cpp removed
7 years ago
Vladislav Sovrasov
b421ebef86
imgproc: slightly change the signature of undistortPoints overload
7 years ago
Vladislav Sovrasov
701c7e5685
imgproc: add stop criteria tuning in undistortPoints
7 years ago
Dmitry Kurtaev
0ce7c33bc8
Torch's Concat and ConcatTable doesn't use Split layer
7 years ago
Dmitry Kurtaev
7dc6b1d7d4
Layers for OpenFace face recognition network
7 years ago
Dmitry Kurtaev
58b890b9f7
Dilated convolution import from TensorFlow
7 years ago
Dmitry Kurtaev
6639348c5e
Disable SSD on CPU Halide test
7 years ago
Suleyman TURKMEN
d547c6b1a2
documentation improvement
7 years ago
Rostislav Vasilikhin
18ca3d1e62
error message fixed
7 years ago
Rostislav Vasilikhin
2457bfc1e3
test info output improved
7 years ago
Rostislav Vasilikhin
f6a165d10f
Lab test fix: stop at first mismatch
7 years ago
Rostislav Vasilikhin
92093a6e6c
extra declarations removed
7 years ago
Rostislav Vasilikhin
f1e8aa70a0
added checksum-based test for Lab bit-exactness
7 years ago
Rostislav Vasilikhin
d25344c257
reverted: no 8u convertors for CV_ColorCvtBaseTest
7 years ago
Rostislav Vasilikhin
62ee92e3e2
ColorLab_full test fixed
7 years ago
Rostislav Vasilikhin
375ec5ed7e
bit-exact tests written for Lab
7 years ago
Rostislav Vasilikhin
758f914249
XYZ constants made softdouble
7 years ago
Rostislav Vasilikhin
121fa04906
srgb support added
7 years ago
Rostislav Vasilikhin
5ea1c72291
Lab2RGB_b: bit-exactness enabled for all modes; non-vectorized code fixed to comply with vectorized
7 years ago
Rostislav Vasilikhin
f5dff87242
CV_ColorCvtBaseTest: added methods for 8u implementations
7 years ago
Rostislav Vasilikhin
f0ef7bd149
Lab and Luv tests: rewritten, constants explained
7 years ago
Rostislav Vasilikhin
0e6c335077
Imgproc_ColorLab_Full.accuracy test fixed
7 years ago
Dmitry Kurtaev
ce41a15437
Import and convert FP16 weights from TensorFlow
7 years ago
Vladislav Sovrasov
32bf712102
cmake: disable implicit-fallthrough by default
7 years ago
Steven Puttemans
98e0d13f99
fixing issue 9583 - issue in cascadeclassifier code clipObjects
7 years ago
saskatchewancatch
c9d3c0f206
More whitespace fixes
7 years ago
Alexander Alekhin
9e381d0782
ts: dump OpenCL device extensions
7 years ago
Alexander Alekhin
169add5aa6
ocl: added cv::ocl::Device::isExtensionSupported() method
7 years ago
saskatchewancatch
30ff197f78
Fix whitespace issues
7 years ago
saskatchewancatch
8877e3aedb
Adjustmenbts
7 years ago
Pavel Rojtberg
2d34443834
python: imreadmulti - add CV_OUT so it is correctly wrapped
7 years ago
Alexander Alekhin
d63f698cbe
cudafilters: don't modify "const" data
7 years ago
Alexander Alekhin
44b75eb116
core: fix OpenCL runtime compilation with HAVE_OPENCL_STATIC
7 years ago
Maksim Shabunin
248e2c7d47
Fixed some issues found by static analysis
7 years ago
Pavel Vlasov
37ab318657
Compatibility improvement with old IPP versions (tested on 9.0.1);
...
Manual IPP dispatcher simplification;
7 years ago
Dmitry Kurtaev
cad7c4d51d
MobileNet-SSD and VGG-SSD topologies in Halide
7 years ago