簡易檢索 / 詳目顯示

研究生: 李東穎
Lee, Tung-Ying
論文名稱: Geometric Distortion Correction by Utilizing Image Features and Image Quality Measures
使用影像特徵及影像品質度量進行幾何失真修正
指導教授: 賴尚宏
Lai, Shang-Hong
口試委員: 張隆紋
陳朝欽
廖弘源
劉庭祿
陳煥宗
學位類別: 博士
Doctor
系所名稱: 電機資訊學院 - 資訊工程學系
Computer Science
論文出版年: 2013
畢業學年度: 101
語文別: 英文
論文頁數: 92
中文關鍵詞: 幾何失真校正徑向變形校正磁振造影移動補償視差調適影像品質函數
外文關鍵詞: geometric distortion, radial distortion correction, motion compensation in MR image, disparity adjustment, image quality measure
相關次數: 點閱:1下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 幾何失真廣泛地出現在影像擷取、遙測系統、顯示設備、醫學成像上,幾何失真將會造成影像結構的破壞,在複雜的成像系統中,幾何失真將會更進一步造成後續的假影、模糊以及亮度偏差。傳統方法對於固定的幾何失真將採取事前校正的方式,這些事前校正方式大多需要人為介入參與並無法全自動化,其使用範疇也多所侷限而無法應用於可變的幾何失真。
    最基本的幾何失真校正為影像的幾何變換,然而本論文探討的幾何失真校正為泛指對於空間參數進行調整。透過影像特徵抽取與影像品質度量,我們對徑向變形校正、磁振造影移動補償與視差調適三個問題提出了不同以往的新演算法。 由於廣角及魚眼鏡頭的非線性特性,其將對影像產生空間變異的扭曲,我們採取了特徵轉換及度量的架構,首先使用邊緣特徵抽取並將影像特徵被轉移至特徵影像,再藉由特徵影像的品質評估達成變形參數估測與影像校正,利用此架構我們發展了全自動的徑像變形校正,並能應用於一般魚眼鏡頭和須即時校正的廣角內視鏡中。我們也進一步擴充該架構至含有不同校正樣式的影像上及含有可變幾何失真的可變焦鏡頭上。由於磁振造影擷取富利葉係數的特殊取像方式,造影中的移動將造成假影及模糊,對不同的相位編碼需給予不同的移動補償,傳統方法以貪婪完整式的搜索來最佳化一個影像品質函數,而忽略其他重要資訊,我們藉由在幅度上尋找重覆邊緣找出可能移動方向,並接著使用圖模形融合了個數種資訊(包含頻譜對稱、移動連續性以及影像品質函數)以求解。對雙眼視覺影像的視差調適也可以視為幾何失真修正,為了使得人眼能舒適的觀賞雙眼影像,我們需對左右眼影像進行不同幾何調整,最簡易而傳統的方式是將每一幀左右影像進行平移。然而單純平移在深度範圍極大的影像中,並不能發揮作用,因此我們採取了影像特徵進行影像切割,利用立體影像的品質度量估測決定每個區塊的幾何轉換參數並進行影像修正,進一步提升觀賞經驗。
    本學位論文專注於探討在空間參數上進行調整的一般幾何失真修正,藉由影像特徵與影像品質度量,並對三種影像修正的問題提出新式演算法求解。


    Geometric distortion is a very common problem in image capture, remote sensing, image display, and medical imaging. In a complicated imaging system, it can further induce ghosting, blurring, and intensity change. Traditional methods will adapt the approach of pre-calibration. These pre-calibration methods usually require some human intervention, thus their application scope is quite limited. In addition, they are not applicable in variable geometric distortion.
    The basic geometric distortion correction is to apply appropriate geometric transformations for images. In this thesis, geometric distortion correction means a generalized one that adjusts spatial transformation parameters. By extracting image features and utilizing image quality measures, we propose three novel algorithms for three geometric distortion correction problems, i.e. radial distortion correction, motion compensation in Magnetic Resonance (MR) images, and disparity adjustment.
    Due to the nonlinearity in radial distortion, it will result in spatially varying distortion for the image. We adapt the framework of utilizing feature transform and image measure to estimate the radial distortion parameters. First, we use edge extraction and transfer features into the feature map; and then assess the quality of feature map to estimate distortion parameters for the image correction. By using this framework, we develop fully automatic calibration and it can be applied in popular fisheye lenses and medical wide-angle endoscopes, which usually require real-time correction. In addition, we also extend the framework to different types of calibration patterns and zoom lenses with varying geometric distortion.
    Because of the special capturing procedure of MR images in Fourier domain, the motion of subject during the imaging process will result in ghosting and blurring, and thus different motion compensations for different phase encoding lines have to be estimated. Traditional methods use greedy and exhausted search for optimizing an image quality measure, and ignore other important information. We search repeating edge for collecting candidate motion vectors and use graphical models to fuse different information (including symmetry of frequency, smoothness of motion, and an image quality measure) to solve the problem.
    The disparity adjustment can be regarded as geometric distortion correction. In order to provide better viewing experience of stereoscopic images, we have to adjust the left and right images geometrically. The simplest method is to shift the left and right images to adjust the disparity range within a comfort zone. However, the shifting in stereoscopic images with large disparity range may not work. Hence, we take image feature for image segmentation and utilize a stereoscopic image quality measure to decide different geometric transformations for different segments for the image correction to improve the viewing experience.
    In this thesis, we focus on a general geometric distortion correction over the domain of spatial parameters. By utilizing image features and image quality measures, we propose novel algorithms to resolve the three image correction problems described above.

    Contents 摘 要 i Abstract ii Contents i List of Figures iii List of Tables v Chapter 1 Introduction 1 1.1 Thesis Overview 5 1.1.1 Radial Distortion Correction 5 1.1.2 Motion Compensation in MR Images 6 1.1.3 Disparity Adjustment for Stereoscopic Images 7 1.2 Contributions 8 1.3 Thesis Organization 8 Chapter 2 Preliminaries 10 2.1 Problem Formulation 10 2.1.1 Radial Distortion Correction 10 2.1.2 Motion Compensation in MR Images 12 2.1.3 Disparity Adjustment for Stereoscopic Images 14 Chapter 3 Radial Distortion Correction 16 3.1 Background and Related Work 16 3.2 Single-Image Hough-Based Autocalibation 20 3.2.1 Pin-hole Camera Model and Division Model 21 3.2.2 Hough Transform 22 3.2.3 Hough Entropy Method 23 3.2.4 Hough Entropy with Gradient Estimation (HEwG) 24 3.2.5 Incorporation of Hough Framework and Parallel-Line-Patterns (PLPs) 25 3.2.6 Optimization 27 3.3 Extension to A Zomable lens 29 3.3.1 Quadratic Prediction of Distortion Parameters 29 3.3.2 Practical Issues 31 3.4 The System of Real-Time Zoomable Wide Angle Lens Correction 32 3.4.1 Calibration for A Fixed Focal Length Lens 32 3.4.2 Calibration for A Zoomable Lens 33 3.4.3 Correction Part 34 3.4.4 Efficient Correction for Different Platforms 34 3.5 Experimental Results 38 3.5.1 Quantitative measure and related methods 38 3.5.2 Synthetic Datasets 39 3.5.3 Real Datasets 41 3.5.4 Efficiency of Calibration and Image Correction 42 3.5.5 Distortion Correction for Fixed Focal Length Lenses in Different Platforms 43 3.5.6 In-vivo Evaluation 46 3.5.7 Discussion 47 Chapter 4 Motion Correction in MR images 49 4.1 Background and Related Work 49 4.2 K-Space Data and Motion Artifact Kernel 52 4.2.1 Property of k-space Data 52 4.2.2 Motion Corruption Process in Spatial Domain 52 4.2.3 Proposed Motion Correction Algorithm 53 4.3 Experimental Results 59 4.3.1 Discussion 61 Chapter 5 Disparity Adjustment for Stereoscopic Images 62 5.1 Background and Related Work 62 5.1.1 Comfort Zone 63 5.1.2 Methods for Disparity Adjustment 63 5.1.3 Retargeting, Processing of Light-field and Other Techniques and Perceptual Model of Disparity 65 5.2 Proposed Layer Homography Transformation 65 5.2.1 Layer Separation 66 5.2.2 Homography Determination 68 5.2.3 Inpainting 74 5.3 Experimental Results 75 5.3.1 Preprocessing of Stereoscopic Images 76 5.3.2 Layer Separation 76 5.3.3 Inpainting 80 5.3.4 Enhancement of Depth Perception 80 5.3.5 Enhancement of Depth Perception for Stereoscopic Videos 81 5.3.6 User Study and Discussion 81 5.3.7 Limitation 82 5.3.8 Discussion 83 Chapter 6 Conclusion 84 Bibliography 86

    [1] W. Li, S. Niea, M. Soto-Thompsona, C.-I Chenb, and Y. I. A-Rahim, "Robust distortion correction of endoscope," in Proc. SPIE Medical Imaging, 2008, pp. 691812-691812.
    [2] T. Stehle, D. Truhn, T, Aach, C. Trautwein, and J. Tischendorf, "Camera Calibration for Fish-Eye Lenses in Endoscopy with An Application to 3D Reconstruction," in Proc. IEEE International Symposium on Biomedical Imaging: From Nano to Marco, Apr. 2007, pp. 1176-1179.
    [3] D. H. Hong, J. H. Oh, and P.C. de Groen, "3D Reconstruction of Colon Segments from Colonoscopy Images," in Proc. IEEE International Conference on Bioinformatics and BioEngineering, Jun. 2009, pp. 53-60.
    [4] J.P. Helferty, C. Zhang, G. McLennan, and W.E. Higgins, "Videoendoscopic Distortion Correction and Its Application to Virtual Guidance of Endoscopy," IEEE Trans. Medical Imaging, vol. 20, no. 7, pp. 605-617, Jul. 2001.
    [5] M. Gschwandtner and M. Liedlgruber, "Experimental study on the impact of endoscope distortion correction on computer-assisted celiac disease diagnosis," in Proc. IEEE International Conference on Information Technology and Applications in Biomedicine, Nov. 2010, pp. 1-6.
    [6] M. Liedlgruber, "Statistical analysis of the impact of distortion (correction) on an automated classification of celiac disease,"in Proc. IEEE International Conference on Digital Signal Processing, Jul. 2011, pp. 1-6.
    [7] R. Melo, J. P. Barreto, G. Falcao, "A New Solution for Camera Calibration and Real-Time Image Distortion Correction in Medical Endoscopy - Initial Technical Evaluation," IEEE Trans. Biomedical Engineering, vol. 59, no. 3, pp. 634-644, Mar. 2012.
    [8] K.V. Asari, S. Kumar, and D. Radhakrishnan, "A new approach for nonlinear distortion correction in endoscopic images based on least squares estimation," IEEE Trans. Medical Imaging, vol. 18, no. 4, pp. 345-354, Apr. 1999.
    [9] R. Shahidi, M.R. Bax, C.R., Jr. Maurer, J.A. Johnson, E.P. Wilkinson, B. Wang, J.B. West, M.J. Citardi, K.H. Manwaring, R. Khadem, "Implementation, calibration and accuracy testing of an image-enhanced endoscopy system," IEEE Trans on Medical Imaging, vol. 21, no. 12, pp. 1524-1535, Dec. 2002.
    [10] D. Gonzalez-Aguilera, J. Gomez-Lahoz, and P. Rodriguez-Gonzalvez , "An Automatic Approach for Radial Lens Distortion Correction From a Single Image," IEEE Sensors Journal, vol. 11, no. 4, pp. 956-965, Apr. 2011.
    [11] R. Miranda-Luna, C. Daul, W.C.P.M. Blondel, Y. Hernandez-Mier, D. Wolf, and F. Guillemin, "Mosaicing of Bladder Endoscopic Image Sequences: Distortion Calibration and Registration Algorithm," IEEE Trans. Biomedical Engineering, vol. 55, no. 2, pp. 541-553, Feb. 2008.
    [12] S.-L. Chen, H.-Y. Huang, and C.-H. Luo, "Time Multiplexed VLSI Architecture for Real-Time Barrel Distortion Correction in Video-Endoscopic Images," IEEE Trans. Circuits and Systems for Video Technology, vol. 21, no. 11, pp. 1612-1621, Nov. 2011.
    [13] S.-H. Lee, S.-K. Lee, and J.-S. Choi, "Correction of radial distortion using a planar checkerboard pattern and its image," IEEE Trans. Consumer Electronics, vol. 55, no. 1, pp. 27-33, Feb. 2009.
    [14] R. Hartley and S.B. Kang, "Parameter-Free Radial Distortion Correction with Center of Distortion Estimation," IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 29, no. 8, pp. 1309-1321, Aug. 2007.
    [15] J. Oh and K. Sohn, "Semiautomatic zoom lens calibration based on the camera's rotation," Journal of Electronic Imaging, vol. 20, no. 2, pp. 023006-023006, 2011.
    [16] D. Kim, H. Shin, J. Oh, and K. Sohn, "Automatic radial distortion correction in zoom lens video camera," Journal of Electronic Imaging, vol. 19, no. 4, pp. 043010-043010, 2010.
    [17] T.-Y. Lee, T.-S. Chang, S.-H. Lai, K.-C. Liu, and H.-S. Wu, "Wide-angle distortion correction by Hough transform and gradient estimation," in Proc. IEEE Visual Communication and Image Processing, Nov. 2011, pp.1-4.
    [18] Bouguet, "J.Y. Camera calibration toolbox for Matlab," Available online: www.vision.caltech.edu/bouguetj/calib_doc/ .
    [19] M. Rufli, D. Scaramuzza, and R. Siegwart, "Automatic Detection of Checkerboards on Blurred and Distorted Images," in Proc. IEEE/RSJ International Conference on Intelligent Robots and Systems , Sep. 2008, pp. 3121-3126.
    [20] S.-Y. Chen and W.-H. Tsai, "A systematic approach to analytic determine the camera parameters by line features," Pattern Recogn., vol. 23, no. 8, pp. 859-877, 1990.
    [21] B. Prescott and G. F. McLean, "Line-based correction of radial lens distortion," Graphical Models and Image Processing, vol. 59, no. 1, pp. 39-47, Jan. 1997.
    [22] F. Devernay and O. Faugeras, "Automatic calibration and removal of distortion from scenes of structured environments," in Proc. SPIE Interational Symposium Optical Science, Engineering, and Instrumentation, vol. 2567, July 1995, pp. 62-72.
    [23] A. Wang, T. Qiu, and L. Shao, "A Simple Method of Radial Distortion Correction with Centre of Distortion Estimation," Journal of Mathematical Imaging and Vision, vol. 35, no. 3, 165-172, 2009.
    [24] P.V.C. Hough, "Methods and means for recognizing complex patterns," U.S. Patent Specification 3,069,654, Dec. 18, 1962.
    [25] K. Ehrenfried, "Processing calibration-grid images using the Hough transformation," Measurement Science and Technology , vol. 13, no. 7, pp. 975-983, 2002.
    [26] R.T. Collins and J.R. Beveridge, "Matching perspective views of coplanar structures using projective unwarping and similarity matching," in Proc. IEEE Conference on Computer Vision and Pattern Recognition, Jun. 1993, pp. 240-245.
    [27] T. Tuytelaars, L. Van Gool, M. Proesmans, and T. Moons, "The cascaded Hough transform as an aid in aerial image interpretation," in Proc. IEEE International Conference on Computer Vision, Jan. 1998, pp. 67-72.
    [28] A.F. Habib and M.F. Morgan, "Automatic calibration of low-cost digital cameras," Optical Engineering, vol. 42, no. 4, pp. 948-955, Apr. 2003.
    [29] D. Xu, Y.F. Li, and M. Tan, "Method for calibrating cameras with large lens distortion," Optical Engineering, vol. 45, no. 4, pp. 043602-043602, Apr. 2006.
    [30] R. Cucchiara, C. Grana, A. Prati, and R. Vezzani, "A Hough transform-based method for radial lens distortion correction," in Proc. International Conference on Image Analysis and Processing, Sept. 2003, pp. 182-187.
    [31] E. Rosten and R. Loveland, "Camera distortion self-calibration using the plumb-line constraint and minimal Hough entropy," Machine Vision and Applications, vol. 22, no. 1, pp. 77-85, 2011.
    [32] D.C. Brown, "Decentric distortion of lenses," Photogramm. Eng. Remote Sens. , vol. 32, no. 3, pp. 444-462, 1966.
    [33] G.P. Stein, "Internal camera calibration using rotation and geometric shapes," M.Sc Thesis, Massachusetts Institute of Technology, 1993.
    [34] R. Tsai, "A versatile camera calibration technique for high-accuracy 3D machine vision metrology using off-the-shelf TV cameras and lenses," IEEE Journal of Robotics and Automation, vol. 3, no. 4, pp. 323-344, Aug. 1987,
    [35] A.W. Fitzgibbon, "Simultaneous linear estimation of multiple view geometry and lens distortion," in Proc. IEEE Conference on Computer Vision and Pattern Recognition , 2001, vol. 1, pp. 125-132.
    [36] J. Kannala and S.S. Brandt, "A Generic Camera Model and Calibration Method for Conventional, Wide-Angle, and Fish-Eye Lenses," IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 28, no. 8, pp. 1335-1340, Aug. 2006.
    [37] S. Suzuki and K. Abe, "Topological Structural Analysis of Digitized Binary Images by Border Following," Computer Vision, Graphics, and Image Processing, vol. 30, no. 1, pp. 32-46, Apr. 1985.
    [38] R. Shahidi, M.R. Bax, C.R., Jr. Maurer, J.A. Johnson, E.P. Wilkinson, B. Wang, J.B. West, M.J. Citardi, K.H. Manwaring, R. Khadem, "Implementation, calibration and accuracy testing of an image-enhanced endoscopy system," IEEE Trans. Medical Imaging, vol. 21, no. 12, pp. 1524-1535, Dec. 2002.
    [39] M.R. Bax, "Real-time lens distortion correction: 3D video graphics cards are good for more than games," Estimation-Pruning (EP) Algorithm for Point-to-Point Travel Cost Minimization in a Non-FIFO Dynamic Network, 2004.
    [40] V. Volkov, "Better performance at lower occupancy," in Proc. GPU Technology Conference (GTC), 2010.
    [41] R. L. Ehman and J. P. Felmlee, "Adaptive technique for high-definition mr imaging of moving structures," Radiology. vol. 173, no. 1, pp. 255-263, Oct. 1989.
    [42] D. Atkinson, D. L. G. Hill, P. N. R. Stoyle, P. E. Summers, and S. F. Keevil, "Automatic correction of motion artifacts in magnetic resonance images using an entropy focus criterion," IEEE Trans. Medical Imaging, vol. 16, no. 6, pp. 903-910, Dec. 1997.
    [43] D. Atkinson, D. L. Hill, P. N. Stoyle, P. E. Summers, S. Clare, R. Bowtell, and S. F. Keevil, "Automatic compensation of motion artifacts in MRI," Magnetic Resonance in Medicine, vol. 41, no. 1, pp. 163-170, Jan. 1999.
    [44] A. Manduca, K. P. McGee, E. B. Welch, J. P. Felmlee, R. C. Grimm, and R. L. Ehman, "Autocorrection in mr imaging: adaptive motion correction without navigator echoes," Radiology, vol. 215, no. 3, pp. 904-909, Jun. 2000.
    [45] K. P. Mcgee, A. Manduca, J. P. Felmlee, S. J. Riederer, and R. L. Ehman, "Image metric-based correction (autocorrection) of motion effects: Analysis of image metrics," Journal of Magnetic Resonance Imaging, vol. 11, no. 2, pp. 174-181, Feb. 2000.
    [46] A. S. Fahmy, B. Tawfik, and Y. M. Kadah, "Robust estimation of planar rigid body motion in magnetic resonance imaging," in Proc. International Conference on Image Processing, vol. 2, Sept. 2000, pp. 487-490.
    [47] J. Besag, "On the statistical analysis of dirty pictures," Journal of the Royal Statistical Society. Series B, vol. 48, no. 3, pp. 259-302, 1986.
    [48] J. Canny, "A Computational Approach To Edge Detection," IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 8, no. 6, pp. 679-698, Nov. 1986.
    [49] R. Van De Walle, H. H. Barrett, K. J. Myers, M. I. Aitbach, B. Desplanques, A. F. Gmitro, J. Cornelis, and I. Lemahieu, "Reconstruction of MR images from data acquired on a general nonregular grid by pseudoinverse calculation," IEEE Trans. Medical Imaging, vol. 19, no. 12, pp. 1160-1167, Dec. 2000.
    [50] C. G. Broyden, "The convergence of a class of double-rank minimization algorithms," IMA Journal Appl. Math., vol. 6, no. 1, pp. 76-90, 1970.
    [51] R. Fletcher, "A new approach to variable metric algorithms," Computer Journal, vol. 13, no. 3, pp. 317-322, 1970.
    [52] D. Goldfarb, "A family of variable metric updates derived by variational means," Mathematics of Computing. vol. 24, no. 109, pp. 23-26, Jan. 1970.
    [53] D. F. Shanno, "Conditioning of Quasi-Newton methods for function minimization," Mathematics of Computing, vol. 24, no. 111, pp. 647-656, Jul. 1970.
    [54] W. Lin, and H. K. Song, "Extrapolation and correlation (EXTRACT): a new method for motion compensation in MRI," IEEE Trans. Medical Imaging, vol. 28, no. ,pp. 82-93, Jan. 2009.
    [55] W. Lin and H.K. Song, "Improved optimization strategies for autofocusing motion compensation in MRI via the analysis of image metric maps," Magetic Resonace Imaging, vol. 24, no. 6, pp. 751-760, Jul. 2006.
    [56] R. Szeliski, R. Zabih, D. Scharstein, O. Veksler, V. Kolmogorov, A. Agarwala, M. Tappen, and C. Rother, "A Comparative study of energy minimization methods for Markov random fields with smoothness-based priors," IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 30, no. 6, pp. 1068-1080, Jun. 2008.
    [57] V. Kolmogorov, "Convergent tree-reweighted message passing for energy minimization," IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 28, no. 10, pp. 1568-1583, Oct. 2006.
    [58] Keith A. Johnson and A. Becker, "The Whole Brain Atlas.," Available at: http://www.med.harvard.edu/AANLIB/home.html.
    [59] T. Basha, Y. Moses, and S. Avidan, "Geometrically consistent stereo seam carving," in Proc. IEEE International Conference on Computer Vision, Nov. 2011, pp. 1816-1823.
    [60] W. Blohm, I. Beldie, K. Schenke, K. Fazel, and S. Pastoor, "Stereoscopic image representation with synthetic depth of field," Journal of the Society for Information Display, vol. 5, no. 307, 1997.
    [61] C. Chang, C. Liang, and Y. Chuang, "Content-aware display adaptation and interactive editing for stereoscopic images," IEEE Trans. Multimedia, vol. 13, no. 4, pp. 589-601, 2011.
    [62] D. Comaniciu and P. Meer, "Mean shift: A robust approach toward feature space analysis," IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 24, no. 5, pp. 603-619, 2002.
    [63] A. Criminisi, P. Perez, and K. Toyama, "Object removal by exemplar-based inpainting," in Proc. IEEE Conference on Computer Vision and Pattern Recognition, vol. 2, Jun. 2003, pp. 721-728.
    [64] P. Didyk, T. Ritschel, E. Eisemann, K. Myszkowski, and H. Seidel, "A perceptual model for disparity," ACM Trans. Graphics (TOG), vol. 30, no. 4, Jul. 2011.
    [65] A. Geiger, M. Roser, and R. Urtasun, "Efficient large-scale stereo matching," in Proc. Asian Conference on Computer Vision, Nov. 2010, pp. 25-38.
    [66] P. Getreuer, "Total variation inpainting using split bregman," Image Processing On Line, 2012. 10.5201/ipol.2012.g-tvi
    [67] Y. HaCohen, E. Shechtman, D.B. Goldman, and D. Lischinski, "Non-rigid dense correspondence with applications for image enhancement," ACM Trans. Graphics, vol. 30, no. 4, Jul. 2011.
    [68] H. Hirschmuller and D. Scharstein, "Evaluation of cost functions for stereo matching," in Proc. IEEE Conference on Computer Vision and Pattern Recognition, Jun. 2007, pp. 1-8.
    [69] G. Jones, D. Lee, N. Holliman, and D. Ezra, "Controlling perceived depth in stereoscopic images," in Proc. SPIE Stereoscopic Displays and Virtual Reality Systems VIII, vol. 4297, 2001, pp. 42-53.
    [70] C. Kim, A. Hornung, S. Heinzle, W. Matusik, and M. Gross, "Multi-perspective stereoscopy from light fields," ACM Trans. Graphics, vol. 30, no. 6, Dec. 2011.
    [71] M. Kim, S. Lee, C. Choi, G. Um, N. Hur, and J. Kim, "Depth scaling of multiview images for automultiscopic 3d monitors," in Proc. 3DTV Conference: The True Vision-Capture, Transmission and Display of 3D Video, May. 2008, pp. 181-184.
    [72] V. Kolmogorov and R. Zabih, "Multi-camera scene reconstruction via graph cuts," in Proc. Proc. European Conference on Computer Vision, May. 2002, pp. 82-96.
    [73] F. Kooi and A. Toet, "Visual comfort of binocular and 3d displays," Displays, vol. 25, no. 2, pp. 99-108, 2004.
    [74] M. Lang, A. Hornung, O. Wang, S. Poulakos, A. Smolic, and M. Gross, "Nonlinear disparity mapping for stereoscopic 3d," ACM Trans. Graphics, vol 29, no. 3, Jul. 2010.
    [75] K.Y. Lee, C.D. Chung, and Y.Y. Chuang, "Scene warping: Layer-based stereoscopic image resizing," in Proc. IEEE Conference on Computer Vision and Pattern Recognition , Jun. 2012, pp. 49-56.
    [76] W.Y. Lo, J. van Baar, C. Knaus, M. Zwicker, and M.H. Gross, "Stereoscopic 3d copy & paste," ACM Trans. Graphics (TOG), vol. 29, no. 6, Dec. 2010.
    [77] B. Mendiburu, 3D movie making: stereoscopic digital cinema from script to screen, Focal Press 2009.
    [78] T. Shibata, J. Kim, D.M. Hoffman, and M.S. Banks, "The zone of comfort: Predicting visual discomfort with stereo displays," Journal of Vision, vol. 11, no. 8, Jul. 2011.
    [79] G. Sun and N. Holliman, "Evaluating methods for controlling depth perception in stereoscopic cinematography," in Proc. SPIE Stereoscopic Displays and Virtual Reality Systems, vol 20, 7237, 2009.
    [80] J. Sun, Y. Li, S. Kang, and H. Shum, "Symmetric stereo matching for occlusion handling," in Proc. IEEE Conference on Computer Vision and Pattern Recognition, Jun. 2005, pp. 399-406.
    [81] Y. Wang, H. Lin, O. Sorkine, and T. Lee, "Motion-based video retargeting with optimized crop-and-warp," ACM Trans. Graphics (TOG), vol. 29, no. 4, Jul. 2010.
    [82] Z. Wartell, L. Hodges, and W. Ribarsky, "A geometric comparison of algorithms for fusion control in stereoscopic htds," IEEE Trans. Visualization and Computer Graphics, vol. 8, no. 2, pp. 129-143, Apr-Jun. 2002.
    [83] T. Yan, R. Lau, Y. Xu, and L. Huang, "Depth mapping for stereoscopic videos," International Journal of Computer Vision, vol. 102, no. 1-3, pp. 293-307, Mar. 2013.
    [84] C. Yuan, H. Pan, and S. Daly, "Stereoscopic 3d content depth tuning guided by human visual models," in Proc.International SID Symposium, Seminar, and Exhibition (SID Display Week’11), May. 2011, pp. 3-6.
    [85] C. Fehn, "Depth-image-based rendering (dibr), compression, and transmission for a new approach on 3d-tv," in Proc. SPIE Stereoscopic Displays and Virtual Reality Systems XI, 2004.
    [86] M. Tanimoto, T. Fujii, and K. Suzuki, "View synthesis algorithm in view synthesis reference software 3.5 (vsrs3. 5) document m16090, iso/iec jtc1/sc29/wg11 (mpeg)", 2009.
    [87] D. De Silva, W. Fernado, and H.K. Arachchi, "A new mode selection technique for coding depth maps of 3d video," in Proc. IEEE International Conference on Acoustics Speech and Signal Processing, Mar. 2010, pp. 686-689.
    [88] Hans Hillewaert, "The Rosetta Stone in the British Museum," Wikimedia Commons.
    Obtained at: http://commons.wikimedia.org/wiki/File%3ARosetta_Stone.JPG
    [89] This file is lacking author information, "The Rosetta Stone solved a particularly difficult linguistic problem," Wikimedia Commons.
    Obtained at: http://commons.wikimedia.org/wiki/File:Rosetta_Stone.jpg
    [90] Fg2, "Photograph of a lily, both as shot and manually white-balanced. On the left is a digital photo as it came from the camera with no further adjustment to color. On the right is the same photo, using the same Photoshop Levels adjustments that make a gray surface in another photograph taken in the same light come out gray,"Wikimedia Commons. Obtained at: http://commons.wikimedia.org/wiki/File:Lily-M7292-As-shot-and-manual.jpg
    [91] Vassia Atanassova - Spiritia, "Collage of 4 images of Metro station "Sofia University", Sofia. The image illustrates the differences in the white balance setting. Up left: auto WB, up right: sun, down left: flash, down right: wolfram bulb," Wikimedia Commons. Obtained at: http://commons.wikimedia.org/wiki/File:Metrostation-Sofia-University-white-balance-collage.jpg
    [92] Q. Yang, S. Wang and N. Ahuja, "Real-time Specular Highlight Removal Using Bilateral Filtering," in Proc. European Conference on Computer Vision, Sept. 2010, pp. 87-100.
    [93] J. Mallon and P.F. Whelan, "Projective rectification from the fundamental matrix," Image and Vision Computing, vol. 23, no. 7, pp. 643-650, Jul. 2005.
    Obtained at: http://www.cipa.dcu.ie/code.html

    無法下載圖示 全文公開日期 本全文未授權公開 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)

    QR CODE