ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecImage Class : TransformPoint Method |
point
point as coordinates belonging to the current image, and so it will calculate the corresponding coordinates on the original (incoming) image.When false, the method will treat the values in point
point as coordinates belonging to original (incoming) image, and so the method will calculate the corresponding coordinates on the current image.
'Declaration Public Sub TransformPoint( _ ByRef point As ImGearPoint, _ ByVal fromCurrentToOriginal As Boolean _ )
'Usage Dim instance As ImGearRecImage Dim point As ImGearPoint Dim fromCurrentToOriginal As Boolean instance.TransformPoint(point, fromCurrentToOriginal)
public void TransformPoint( ref ImGearPoint point, bool fromCurrentToOriginal )
public: void TransformPoint( ref ImGearPoint point, bool fromCurrentToOriginal )
public: void TransformPoint( ImGearPoint% point, bool fromCurrentToOriginal )
point
point as coordinates belonging to the current image, and so it will calculate the corresponding coordinates on the original (incoming) image.When false, the method will treat the values in point
point as coordinates belonging to original (incoming) image, and so the method will calculate the corresponding coordinates on the current image.Note: ReduceToBitonal method clears the history of image transforms. After applying this method, Recognition engine treats the bitonal image as if it was the original one.