CCentroid:X


The X method returns the centroid x position obtained by the Calc method.

Syntax

nX = CCentroid:X()

bullet.gif    nX is the centroid pixel coordinate for the x axis, measured in pixel coordinates.

Example

 

C = new_centroid()

-- create a new CCentroid object

C:Calc( 100, 200 )

-- calculate the centroid near pixel coordinate 100,200

Printf("X=%.3lf", C:X() )

-- result: X = 101.56

Related Topics

CCentroid, Y, Calc, Image Coordinate System, Subpixel Coordinate Definition


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.