Class ConvertToPhysicalAreaXY<T extends FeatureInputWithResolution>

Type Parameters:
T - the type of feature input, which must include resolution information

public class ConvertToPhysicalAreaXY<T extends FeatureInputWithResolution> extends FeatureConvertUnits<T>
Converts a feature value representing area in pixel units to physical area units in an isometric XY plane.

This feature converter takes a measurement in pixel units and converts it to physical area units (e.g., square micrometers). It assumes an isometric XY plane in the image space, meaning that the X and Y dimensions have the same physical scale.