 Advances in Technology Innovation, vol. 2, no. 1, 2017, pp. 08 - 12 8 The Tangent Medial Circles Inside the Region Defined by Hermite Curve Tangent to Unit Circle Ching-Shoei Chiang Computer Science and Information Management, Soochow University, Taipei, Taiwan. Received 19 February 2016; received in revised form 08 April 2016; accepted 10 April 2016 Abstract The design of curves, surfaces, and solids are important in computer aided geometric design (CAGD). Images, surround by boundary curves, are also investigated by many researchers. One way to describe an image is using the medial axis transform. Under this consideration, the properties of the boundary curves tangent to circles become important to design for 2D im- ages. In this paper, we want to find the medial axis transform (MAT) for a special class of region, which is bounded by unit circle and the curves whose end points is on a the circle, and endpoints tangent vectors are parallel to the tangent of circle at the end points. During the process, we want find the medial circle tangent to other medial circle, until we reach the medial circle whose center is the center of the osculating circle for the point with local maximum curvature. There are 4 cases, symmetric/non-symmetric re- gion with singular point/local maximum curvature point, and proposed algorithm for these 4 cases. We introduced algorithm for this 4 cases in this paper. Keywords: medial axis transform, hermite curve, computer geometric model- ing 1. Introduction The 2D image can be stored by many dif- ferent ways, including its boundary curves, a medial axis curves with radius function, union of many primitive figures, and so on. There are many researchers use different curves to simu- late different images. For example, Cinque, Levialdi and Malizia [1] uses cubic Bezier curve to do the shape description. Yang, Lu and Lee[2] use Bezier curve to approach the shape descrip- tion for Chinese calligraphy characters. Chang and Yan[3] derived an algorithm to approach the hand-drawn image by using cubic Bezier curve. Cao and Kot[4] derived an algorithm to do data embedding in electronic inks without losing data. The boundary curves can be also used to derived the offset curves and medial axis of an images[5], and also to simulate the nature objects, such as flowers[6]. In this paper, we would like to in- vestigate the cubic Hermite curves, where the end points are on a unit circle, and its end points tangent line is parallel to the tangent line of circles. Using these properties, with more con- straints on the singular point or maximum cur- vature at specified parameter, we survey the couture of the curves, so that the design of the curve may be simplify by giving constraint. 2. Definition and Theorem Let introduce the Hermite curve first. Given two points P0 and P1 , with two associated tan- gent vectors and V1 , the Hermite curve C(t) defined as (See Fig. 1): Fig. 1 Hermite Curve To simplify our problem, we assume that the end points P0 and P1 are on the unit circle, the first point P0 =(-1,0), and the second point P1 =(-cosθ , sinθ). It’s associated tangent vectors parallel to (0,1) and (sinθ , cosθ ). We have the following definition for this curve. * Corresponding author, Email: chiang@scu.edu.tw Advances in Technology Innovation, vol. 2, no. 1, 2017, pp. 08 - 12 9 Copyright © TAETI Definition 1: Two points P0 =(-1, 0), P1 =(-cosθ , sinθ ) on the unit circle with its asso- ciated tangent vector V0=α0(0,1), V1=α1(sinθ , cosθ ) produced a Hermite curve, we call it unit circle Hermite curve, denoted H1(t;θ,α0,α1), where α0>0, α1>0, 0 eps and |tmax-tmin| < eps : tt = (tmin+tmax)/2 Find the MAT (x1, y1, r1) for the parameter tt # (from Algorithm 1). Find dist, srad from these two circles. If dist - srad > eps, then tmax = tt If dist - srad < -eps, then tmin = tt 4. The value x1, y1, r1 is the MA circle we find. From the above algorithm, we can find the next MA circles for the parameter t. However, when the parameter t value close to the param- eter associate with the local maximum curvature, it can only produce circles intersect with previ- Advances in Technology Innovation, vol. 2, no. 1, 2017, pp. 08 - 12 11 Copyright © TAETI ous circle, which means it cannot find more circle tangent to current circle, and "inside" the Hermite curve. From the theorem describes in the last section, with the idea mentioned above, we give 4 examples in this section. The first two examples is for the symmetric boundary curve where α0=α1=α, for boundary curve with singu- lar point and with local maximum curvature respectively. The third and fourth cases are for the non-symmetric boundary curve, also for boundary curve with singular point and with local maximum curvature respectively. Example 1: (Symmetric curve with singular point): Given θ=5/9, t=0.5, we can find α0=α1=7.15025. The associated MAT is shown in Fig. 2. Fig. 2 Symmetric region with singular point Example 2: (Symmetric Curve with local maximum curvature): Given θ=5/6, α0=α1=8, the associated MAT is shown in Fig. 3. Fig. 3 Symm. region with localmaximum cur- vature In Fig. 3(a), we find one MA circle tangent to the original one. We can find the next circle tangent to the red curve and the Hermite cuve, however, this circle is not totally “inside” the Hermit curve. On this case, we draw the oscu- lating circle associated with the Hermite curve at local maximum curvature (See Figure 3(b)). Notice that the above two examples has the properties that the MA points are on one straight line.The design requirements and design con- straints are summarized based on the character- istics of the mechanism. Example 3: (Non-symmetric Curve with singu- lar point): Given θ =5/6, t=0.4, we find α0=44.78461, α1=16.79423. The associated MAT is shown in Fig. 4. Fig. 4 Non-Symm. region with Singular point Example 4: (Non-symmetric with local maxi- mum curvature): Given θ=7/6, α0=18, α1=6, the associated MAT is shown in Fig. 5. Fig. 5 Non-Symm. region with maximum curvature In Fig. 5, the same as Fig 3, the last circle is associated with the Hermite curve at local maximum curvature. 4. Conclusions The unit circle Hermite curve, H1(t;θ,α0,α1), can be used to design curves and images. On many cases, the singular point may be needed to be considered. For example, the Chinese char- acters may have cusp on the boundary. Before the design of the character, the relationship be- tween the parameter value and the contour of the boundary curve is important. When we give two values of the parameters for H1(t;θ,α0,α1) curve, the can find the other two values with simple computation. When we define a curve, the only memory we need is 7 locations to store these 4 parameters, and other 3 parameters for the standardization process. So, the design process Advances in Technology Innovation, vol. 2, no. 1, 2017, pp. 08 - 12 12 Copyright © TAETI saved not only the time, but also the memory. When we find the MA circles inside the region bounded by unit circle and H1(t;θ,α0,α1), it is possible that the last circle intersects the oscu- lating circle at the local maximum curvature. The osculating circle associated with end MAT point of the region, so it is better to show this circle, so that the MAT of the region also con- tains the end MAT point. There are more con- straints we can used to design the curves. For example, the maximum curvature happened at t0, the curve passing through a point p0 , the curve tangent to a line L0 , and so on. We believe the result will as simple as the case we introduced here. We can also consider the inverse process, that is, from circles tangents to each other, and find its boundary Hermite curve. We will leave this for further research. Acknowledgement This work was supported in part by the Na- tional Science Council in Taiwan under Grants MOST 104-2221-E-031-001. References [1] L. Cinque, S. Levialdi, and A. Malizia, “Shape description using cubic polynomial Bezier curves,” Pattern Recognition Letters, vol. 19, pp. 821-828, 1998. [2] H. M. Yang, J. J. Lu, and H. J. Lee, “A Bezier curve-based approach to shape description for Chinese calligraphy characters,” Proceedings of the Sixth International Conference on Document Analysis and Recognition, pp. 276-280, 2001. [3] H. H. Chang and H. Yan, “Vectorization of hand-drawn image using piecewise cubic Bezier curves fitting,” Pattern Recognition, vol. 31, no. 11, pp. 1747-1755, 1998. [4] H. Cao and A. C. Kot, “Lossless data embed- ding in electronic inks,” IEEE Transactions on Information Forensics and Security, vol. 5, no. 2, pp. 314-323, 2010. [5] L. Cao, Z. Jia, and J. Liu, “Computation of medial axis and offset curves of curved boundaries in planar domains based on the Cesaro’s approach,” Computer Aided Geo- metric Design, vol. 26, no. 4, pp. 444-454, 2009. [6] P. Qin, and C. Chen, “Simulation model of flower using the integration of L-systems with Bezier surfaces,” International Journal of Computer Science and Network Security, vol. 6, no. 2, pp. 65-68, 2006. [7] C. S. Chiang and L. Y. Hsu, “Describing the edge contour of Chinese calligraphy with circle and Cubic hermit curve,” Computer Graphics Workshop, July 2013. [8] C. S. Chiang, “The medial axis transform of the region defined by circles and hermit curve,” International Conference on Computer Sci- ence and Engineering (ICCSE), pp. 22-24, July, 2015.