Download presentation
Presentation is loading. Please wait.
Published byMonica Harmon Modified over 9 years ago
1
Ferdous A. Sohel, Prof. Laurence S. Dooley and Dr. Gour C. Karmakar Gippsland School of Computing and Information System Monash University, Churchill. Victoria 3842 Contact address E-mail: Ferdous.Sohel@infotech.monash.edu.au Reference: [1]. A.K. Katsaggelos, L.P. Kondi, F.W. Meier, J. Ostermann, and G.M. Schuster, “MPEG-4 and Rate-Distortion-Based Shape-Coding Techniques,” Proceedings of IEEE, vol. 86, pp. 1126-1154, June 1998. Shape Codec Which one is BETTER ? QUALITY A D B G H K BK BA WHAT IS THE MINIMUM DISTANCE OF POINT B FROM LINE AD ?? So The SHORTEST ABSOLUTE DISTANCE alone cannot do ALL What is the distortion at the corners ?? 1 pel 3.1 pel !!! Region 3 Region 2 Region 1 F E A D BC P Q s r Step 1 If the shape point is in region 1 (opposite side of the perpendicular lines) use the shortest absolute distance as the distortion metric, d (A, D, Shape_point). Else if it is in region 2 same side of the perpendicular lines and close to End point A use the direct Euclidean distortion measure d (A, Shape_point). EQ: (2). Else use the direct Euclidean distortion measure d (D, Shape_point). EQ: (2). (1) (2) Step 2 Object Shape (class one) (pel) ORD-ADMSC (distortion)ORD-original (distortion) Class one (pel)Class two (pel 2 )Class one (pel)Class two (pel 2 ) Miss America (Neck) 113.621.4144.43 Miss America (Lip)113.761.4144.43 Fish2215.662.217.73 Fish3323.2417.73 Butterfly119.6710.7790.37 Butterfly2228.113.93102.3 Synthetic111.483.166.38 Synthetic2244.4714.95 Given maximum distortion = 1 pel [1]- D_max=1.4pelDMSC- D_max=1 pel [1]- D_max=10 pel DMSC-D_mx=1 pel Given D_max = 3 pel [1]- D_max >3pel DMSC- D_max=3 pel [1]- D_max=4.5 pel DMSC- D_max=2 pel Given D_max = 2 pel Results Abstract Efficient encoding of object boundaries has become increasingly prominent in areas such as content-based storage and retrieval, studio and television post- production facilities, mobile communications and other real-time multimedia applications. The way distortion between the actual and approximated shapes is measured however, has a major impact upon the quality of the shape coding algorithms. In existing shape coding methods, the distortion measure do not generate an actual distortion value, so this paper proposes a new distortion measure, called a modified distortion measure for shape coding (DMSC) which incorporates an actual perceptual distance. The performance of the Operational Rate Distortion optimal algorithm [1] incorporating DMSC has been empirically evaluated upon a number of different natural and synthetic arbitrary shapes. Both qualitative and quantitative results confirm the superior results in comparison with the ORD algorithm for all test shapes, without any increase in computational complexity. Challenges: Measure the actual distance of a particular point from an edge. Hence, measure the accurate distortion at that particular shape point while approximating the shape using polygons. Motivation: Operational-Rate-Distortion based Shape coding is a challenging task. A correct distortion metric is important to ensure the quality of the encoding system. The existing ORD shape coding algorithms (e.g., [1]) use the shortest absolute distance as the distortion metric. It cannot always calculate the distortion correctly specially, for the shapes having sharp corners. Conclusions: Accurately calculate the distortion. Can be seamlessly integrated into the ORD algorithms [1]. Makes guarantee on the distortion measurements. Has the same computational complexity order of the Shortest absolute distance metric. How DMSC Works: Step 1: Find the Position of the shape point with respect to the approximating polygon. - Draw perpendicular lines through the end-points of the approximating line. - Determine the region where the shape point belongs to. Step 2: Measure the distance in accordance with the region (position of the shape). Step 3: Use this distortion hence forth in the ORD algorithms [1].
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.