<?php
	include("../../config.php");
	$TITLE = "IVC Lab";
	ob_start();
?>

<link rel="stylesheet" href="<?php echo ROOTURL?>css/ivc-style.css" type="text/css">

<div id="ivc-wrap">
    <div id="ivc-main">
        <h2>Waterloo IVC 3D Image Quality Database</h2>
        <p><a href="https://ece.uwaterloo.ca/~j237wang/">Jiheng Wang</a> , <a href="https://ece.uwaterloo.ca/~a5rehman/">Abdul Rehman</a>, <a href="https://ece.uwaterloo.ca/~kzeng/">Kai Zeng</a>, Shiqi Wang and <a href="https://ece.uwaterloo.ca/~z70wang/">Zhou Wang</a></p>
        <hr />
        
        <h3>Introduction</h3>
        <p>The Waterloo IVC 3D Image Quality database Phase I is created from 6 pristine stereoscopic image pairs (and thustheir corresponding single-view images), all collected from the Middlebury Stereo 2005 Datasets. Each single-view image was altered by three types of distortions:additive white Gaussian noise contamination, Gaussian blur, and JPEG compression. Each distortion type had four
distortion levels, where the distortion control parameters
were decided to ensure a good perceptual separation. The
single-view images were employed to generate distorted stereopairs,
either symmetrically or asymmetrically. Altogether,
there are totally 78 single-view images and 330 stereoscopic
images.</p>

<p>The Waterloo IVC 3D Image Quality database Phase II
with more diverse image content is created from 10 pristine
stereoscopic image pairs (and thus their corresponding
single-view images). Each
single-view image was altered by the same three types of
distortions and each distortion type had the same four distortion
levels. There are totally 130 single-view images and
460 stereoscopic images.</p>



        <h3>
        	We are making the Waterloo-IVC 3D Image Quality database available to the research community free of charge. If you use this database in your research, we kindly ask that you reference our papers listed below:
        </h3>
		<ul>
			<li>Jiheng Wang, Abdul Rehman, Kai Zeng, Shiqi Wang, Zhou Wang, "Quality prediction of asymmetrically distorted stereoscopic 3D images", IEEE Transactions on Image Processing, vol. 24, no. 11, pp. 3400-3414, Nov. 2015</li>

                        <li>Jiheng Wang, Kai Zeng and Zhou Wang, "Quality prediction of asymmetrically distorted stereoscopic images from single views", IEEE International Conference on Multimedia and Expo, Chengdu, Sichuan, China, July 14-18, 2014.</li>
		</ul>
        <hr />
        
        <h3>Database Specification</h3>

        <p>Coming Soon!</p>
        <hr />
        
        <h3>Download</h3>
        <p>Download Now: <a href="http://ivc.uwaterloo.ca/database/3DIQA/201509/WaterlooIVC3DPhaseI.rar">Phase I</a> and <a href=" http://ivc.uwaterloo.ca/database/3DIQA/201509/WaterlooIVC3DPhaseII.rar">Phase II</a></p> 
        <p>Password: uwivc3D2015</p> 
        <p>Source code for the proposed 2D-to-3D quality prediction model is also available! Please contact me at j237wang@gmail.com.</p> 

        <hr />
        
        <h3>Copyright</h3>
        <p>Copyright &copy; 2015 The University of Waterloo<br/>All rights reserved.</p>
        <p>Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this database (the images, the results and the source files) and its documentation for any purpose, provided that the copyright notice in its entirity appear in all copies of this database, and the original source of this database, Image and Vision Computing Laboratory (IVC, https://ivc.uwaterloo.ca/) at the University of Waterloo (UW, http://www.uwaterloo.ca), is acknowledged in any publication that reports research using this database.</p>
        <p>The following papers are to be cited in the bibliography whenever the database is used as:</p>
        <ul>
			<li>Jiheng Wang, Abdul Rehman, Kai Zeng, Shiqi Wang, Zhou Wang, "Quality prediction of asymmetrically distorted stereoscopic 3D images", IEEE Transactions on Image Processing, vol. 24, no. 11, pp. 3400-3414, Nov. 2015</li>
                        <li>Jiheng Wang, Kai Zeng and Zhou Wang, "Quality prediction of asymmetrically distorted stereoscopic images from single views", IEEE International Conference on Multimedia and Expo, Chengdu, Sichuan, China, July 14-18, 2014.</li>

		</ul>
        <p>IN NO EVENT SHALL THE UNIVERSITY OF WATERLOO BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS DATABASE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF WATERLOO  HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>

		<p>THE UNIVERSITY OF WATERLOO SPECIFICALLY DISCLAIMS ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OFMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE DATABASEPROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OFWATERLOO HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,ENHANCEMENTS, OR MODIFICATIONS.</p>
        <hr />
        
        <h3>Copyright</h3>
        <p>Copyright &copy; 2015 The University of Waterloo<br/>All rights reserved.</p>
        <p>Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this database (the images, the results and the source files) and its documentation for any purpose, provided that the copyright notice in its entirity appear in all copies of this database, and the original source of this database, Image and Vision Computing Laboratory (IVC, https://ivc.uwaterloo.ca/) at the University of Waterloo (UW, http://www.uwaterloo.ca), is acknowledged in any publication that reports research using this database.</p>
    </div>
</div>

<?php
	$CONTENT = ob_get_clean();
	include(ROOTDIR . "common/ivc-template.php");
?>