opencv/modules
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
2017-09-14 14:51:27 +03:00
..
calib3d Fixed some issues found by static analysis 2017-09-08 12:22:12 +03:00
core Merge pull request #9603 from alalek:ocl_device_extensions 2017-09-13 14:43:36 +00:00
cudaarithm suppress warning on Jetson TK1 2017-06-15 18:28:13 +09:00
cudabgsegm Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudacodec Merge pull request #9418 from borisfom:cuda9 2017-08-24 07:11:44 +00:00
cudafeatures2d test: fix cuda build 2016-11-29 01:18:10 +03:00
cudafilters cudafilters: don't modify "const" data 2017-09-08 14:19:09 +03:00
cudaimgproc Merge pull request #8367 from khnaba:cuda-calchist-with-mask 2017-03-15 09:34:00 +00:00
cudalegacy Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudaobjdetect fix CUDA build 2017-09-04 14:41:29 +03:00
cudaoptflow Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
cudastereo test: fix cuda build 2016-11-29 01:18:10 +03:00
cudawarping Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudev Merge pull request #9418 from borisfom:cuda9 2017-08-24 07:11:44 +00:00
dnn Merge pull request #9576 from dkurt:feature_dnn_tf_importer_fp16 2017-09-13 13:57:38 +00:00
features2d Fixed some issues found by static analysis 2017-09-08 12:22:12 +03:00
flann Fixed some issues found by static analysis 2017-09-08 12:22:12 +03:00
highgui Merge pull request #9546 from sturkmen72:GrammaTech 2017-09-04 09:51:22 +00:00
imgcodecs Merge pull request #9580 from mshabunin:fix-static-6 2017-09-09 19:31:21 +00:00
imgproc Bit-exact version of RGB2Luv_b (#9226) 2017-09-14 14:51:27 +03:00
java dnn: invalid bindings 2017-08-31 19:35:48 +03:00
ml Merge pull request #9581 from sovrasov:rtree_disable_cv 2017-09-13 13:20:52 +00:00
objdetect Merge pull request #9600 from StevenPuttemans:fix_9583 2017-09-13 13:27:04 +00:00
photo Fixed some issues found by static analysis 2017-09-08 12:22:12 +03:00
python Merge pull request #9566 from alalek:python_signatures 2017-09-13 13:32:05 +00:00
shape some improvements on tutorials 2017-07-29 20:08:19 +03:00
stitching Fixed some issues found by static analysis 2017-09-08 12:22:12 +03:00
superres Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
ts ts: dump OpenCL device extensions 2017-09-10 20:32:30 +00:00
video Merge pull request #9235 from sturkmen72:patch-3 2017-08-03 17:04:28 +00:00
videoio cmake: disable implicit-fallthrough by default 2017-09-11 16:04:00 +03:00
videostab Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
viz vtk: eliminate 'override' build warning 2017-08-19 16:05:52 +00:00
world build: update modules descriptions 2017-06-20 15:45:23 +03:00
CMakeLists.txt