• Rostislav Vasilikhin's avatar
    Bit-exact version of RGB2Luv_b (#9226) · 4435ec5f
    Rostislav Vasilikhin authored
    * 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
    4435ec5f
Name
Last commit
Last update
..
ocl Loading commit data...
test_approxpoly.cpp Loading commit data...
test_bilateral_filter.cpp Loading commit data...
test_boundingrect.cpp Loading commit data...
test_canny.cpp Loading commit data...
test_color.cpp Loading commit data...
test_connectedcomponents.cpp Loading commit data...
test_contours.cpp Loading commit data...
test_convhull.cpp Loading commit data...
test_cvtyuv.cpp Loading commit data...
test_distancetransform.cpp Loading commit data...
test_drawing.cpp Loading commit data...
test_emd.cpp Loading commit data...
test_filter.cpp Loading commit data...
test_fitellipse.cpp Loading commit data...
test_floodfill.cpp Loading commit data...
test_goodfeaturetotrack.cpp Loading commit data...
test_grabcut.cpp Loading commit data...
test_histograms.cpp Loading commit data...
test_houghLines.cpp Loading commit data...
test_imgproc_umat.cpp Loading commit data...
test_imgwarp.cpp Loading commit data...
test_imgwarp_strict.cpp Loading commit data...
test_intersection.cpp Loading commit data...
test_lsd.cpp Loading commit data...
test_main.cpp Loading commit data...
test_moments.cpp Loading commit data...
test_pc.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_templmatch.cpp Loading commit data...
test_thresh.cpp Loading commit data...
test_watershed.cpp Loading commit data...