Authors: Shinyoung Yi, Daniel S. Jeon, Ana Serrano, Se-Yoon Jeong, Hui-Yong Kim, Diego Gutierrez, Min H. Kim
Institute: KAIST Visual Computing Laboratory
If you use our data or code for your academic work, please cite our paper:
@Journal{Yi_2022_CGF,
author = {Shinyoung Yi and Daniel S. Jeon and Ana Serrano and
Se-Yoon Jeong and Hui-Yong Kim and Diego Gutierrez and Min H. Kim},
title = {Modelling Surround-aware Contrast Sensitivity for HDR Displays},
booktitle = {Computer Graphics Forum (CGF)},
month = {January},
year = {2022}
}
Our code was implemented and tested on MATLAB R2021a.
We provide measured surround-aware contrast sensitivity data in csf_measurement
. In this directory, MATLAB .mat
file csf_13sbj.mat
contains the experimental data. The data file stores averaged values over 13 subjects (10 males and 3 females) with an age range of 20 to 45 years.
The file consists of the same variables, as follows:
-
calib
: Luminance calibration data for our HDR display in the unit of . Calibrated stimulus luminance for control signals of the -th level of and the -th level of is stored in calib(i,j)
. Calibrated surrounding luminancefor for control signals of the -th level of and the -th level of is equal to calib(j,j)
. -
freqs
: Five levels of spatial frequencies in the unit of cycles per degree. -
csf
: csf(d,i,j,k)
stores horizontal CSF ifd=1
, and it stores vertical one if. i
,j
, andk
denote the level of stimulus luminance, surrounding luminance , and spatial frequency , respectively. csf
stores averaged data over all participants. While the averages were taken in the log space, stored values incsf
denote linear values of contrast sensitivity. -
csf_vh
: Direction-averaged version of csf
. The average was also taken in the log space. -
sigmalog
: Standard deviations for csf
over participants. -
sigmalog_vh
: Standard deviations of csf_vh
over participants.
These data are also stored in .xlsx
files in the same directory.
Our practical and full surround-aware CSF models are written in csf_model/SCSF_pract.m
and csf_model/SCSF_full.m
, respectively. The variables example.m
contains an example code for calculate predicted S-CSF values for both the practical and full models.
We report that the published paper contains typos in the first row of Table 1 (constants for the full S-CSF model only), so we write the corrected one here:
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
These corrected values are also contained in csf_model/SCSF_full.m
.
Shinyoung Yi, Daniel S. Jeon and Min H. Kim have developed this software and related documentation (the "Software"); confidential use in source form of the Software, without modification, is permitted provided that the following conditions are met:
Neither the name of the copyright holder nor the names of any contributors may be used to endorse or promote products derived from the Software without specific prior written permission.
The use of the software is for Non-Commercial Purposes only. As used in this Agreement, "Non-Commercial Purpose" means for the purpose of education or research in a non-commercial organisation only. "Non-Commercial Purpose" excludes, without limitation, any use of the Software for, as part of, or in any way in connection with a product (including software) or service which is sold, offered for sale, licensed, leased, published, loaned or rented. If you require a license for a use excluded by this agreement, please email [[email protected]].
Warranty: KAIST-VCLAB MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. KAIST-VCLAB SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
Please refer to license.txt for more details.
If you have any questions, please feel free to contact us.
Shinyoung Yi ([email protected])
Daniel S. Jeon ([email protected])
Min H. Kim ([email protected])