You are here: Start » AVL.NET » AVL Class

AVL Class

Namespace:AvlNet
Assembly:AVL.NET.dll

Methods

 NameDescription
AbsoluteHistogram(AvlNet.Histogram, AvlNet.Histogram)Transforms each bin value to its absolute value.
AbsoluteProfile(AvlNet.Profile)Transforms each profile value to its absolute value.
AbsoluteProfile(AvlNet.Profile, AvlNet.Range?)Transforms each profile value to its absolute value.
AbsoluteSurface(AvlNet.Surface, AvlNet.Surface)Transforms Z coordinate of each surface point to its absolute value.
AbsoluteValueImage(AvlNet.Image, AvlNet.Image)Transforms pixel values to their absolute values pixel by pixel.
AbsoluteValueImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Transforms pixel values to their absolute values pixel by pixel.
AccessCharacterSample(AvlNet.CharacterSample, string, AvlNet.Region)Provides access to internal data of the CharacterSample structure.
AccessOcrCandidate(AvlNet.OcrCandidate, string, float)Returns fields of OcrCandidate structure.
AccessSpatialMap(AvlNet.SpatialMap, int, int, int, AvlNet.PlainType, int, int, int, AvlNet.ImageFormat, AvlNet.InterpolationMethod)Returns individual fields of a spatial map.
AccumulateProfile(AvlNet.AccumulateProfileState, float, bool, AvlNet.Profile)Returns a profile of most recent values.
AccumulateProfile(AvlNet.AccumulateProfileState, float, int?, bool, AvlNet.Profile)Returns a profile of most recent values.
AddChannels_Saturation(AvlNet.Image, AvlNet.Image)Creates a monochromatic image by summing the values of the input image channels with saturation.
AddChannels_Saturation(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Creates a monochromatic image by summing the values of the input image channels with saturation.
AddChannels(AvlNet.Image, AvlNet.Image)Creates a monochromatic image by summing the values of the input image channels.
AddChannels(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Creates a monochromatic image by summing the values of the input image channels.
AddHistograms_OfArray(IList<AvlNet.Histogram>, AvlNet.Histogram)Adds histograms of an array bar by bar.
AddHistograms_OfLoop(AvlNet.AddHistograms_OfLoopState, AvlNet.Histogram, AvlNet.Histogram)Adds histograms appearing in consecutive iterations bar by bar.
AddHistograms(AvlNet.Histogram, AvlNet.Histogram, AvlNet.Histogram)Adds two histograms bar by bar.
AddImages_OfArray(IList<AvlNet.Image>, float, AvlNet.Image)Adds images of an array pixel by pixel.
AddImages_OfArray(IList<AvlNet.Image>, NullableRef<AvlNet.Region>, float, AvlNet.Image)Adds images of an array pixel by pixel.
AddImages_OfLoop(AvlNet.AddImages_OfLoopState, AvlNet.Image, float, AvlNet.Image)Adds images appearing in consecutive iterations pixel by pixel.
AddImages_OfLoop(AvlNet.AddImages_OfLoopState, AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Adds images appearing in consecutive iterations pixel by pixel.
AddImages(AvlNet.Image, AvlNet.Image, float, AvlNet.Image)Adds two images pixel by pixel.
AddImages(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Adds two images pixel by pixel.
AddNoiseToImage(AvlNet.RandomState, AvlNet.Image, float, float, float, bool, AvlNet.Image)Adds random noise to the image
AddNoiseToImage(AvlNet.RandomState, AvlNet.Image, float, float, float, bool, int?, AvlNet.Image)Adds random noise to the image
AddProfiles_OfArray(IList<AvlNet.Profile>, AvlNet.Profile)Adds profiles of an array value by value.
AddProfiles_OfLoop(AvlNet.AddProfiles_OfLoopState, AvlNet.Profile, AvlNet.Profile)Adds profiles appearing in consecutive iterations value by value.
AddProfiles(AvlNet.Profile, AvlNet.Profile, AvlNet.Profile)Adds two profiles value by value.
AddSpatialMaps(AvlNet.SpatialMap, AvlNet.SpatialMap, AvlNet.SpatialMap)Combines two spatial maps.
AddToHistogram(AvlNet.Histogram, int, AvlNet.Histogram)Increases each bin value by a number.
AddToImage(AvlNet.Image, float, AvlNet.Image)Adds a scalar value to each pixel.
AddToImage(AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Adds a scalar value to each pixel.
AddToProfile(AvlNet.Profile, float)Adds a scalar value to each element of a profile.
AddToProfile(AvlNet.Profile, AvlNet.Range?, float)Adds a scalar value to each element of a profile.
AdjustPathArrayToEdges(AvlNet.Image, IList<AvlNet.Path>, float, AvlNet.AdjustmentMetric, bool, bool, bool, int, float, IList<AvlNet.Path>, AvlNet.CoordinateSystem2D)Translates, rotates and scales the given contour set to the edges of the input image with subpixel precision.
AdjustPathArrayToEdges(AvlNet.Image, IList<AvlNet.Path>, float, AvlNet.AdjustmentMetric, bool, bool, bool, int, float, IList<AvlNet.Path>, AvlNet.CoordinateSystem2D, IList<AvlNet.Segment2D>)Translates, rotates and scales the given contour set to the edges of the input image with subpixel precision.
AdjustPathArrayToEdges(AvlNet.Image, IList<AvlNet.Path>, float?, AvlNet.CoordinateSystem2D?, float, AvlNet.AdjustmentMetric, bool, bool, bool, int, float, IList<AvlNet.Path>, AvlNet.CoordinateSystem2D)Translates, rotates and scales the given contour set to the edges of the input image with subpixel precision.
AdjustPathArrayToEdges(AvlNet.Image, IList<AvlNet.Path>, float?, AvlNet.CoordinateSystem2D?, float, AvlNet.AdjustmentMetric, bool, bool, bool, int, float, IList<AvlNet.Path>, AvlNet.CoordinateSystem2D, IList<AvlNet.Segment2D>)Translates, rotates and scales the given contour set to the edges of the input image with subpixel precision.
AdjustPointArrays(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, bool, bool, int, float, int, AvlNet.CoordinateSystem2D?, INullable<List<AvlNet.Point2D>>)Aligns a point array to match best the input point array.
AdjustPointGrids3D(AvlNet.Point3DGrid, AvlNet.Point3DGrid, int, float, float, AvlNet.Matrix, AvlNet.Point3DGrid)Aligns (rotation + translation) a point grid to match best the reference point grid.
AdjustPointGrids3D(AvlNet.Point3DGrid, AvlNet.Point3DGrid, int, float, float, AvlNet.Matrix, AvlNet.Point3DGrid, IList<AvlNet.Point3D>, IList<AvlNet.Point3D>, IList<List<AvlNet.Segment3D>>)Aligns (rotation + translation) a point grid to match best the reference point grid.
AlignArc(AvlNet.Arc2D, AvlNet.CoordinateSystem2D, bool, AvlNet.Arc2D)Moves an arc from a local coordinate system to the absolute one.
AlignCircle(AvlNet.Circle2D, AvlNet.CoordinateSystem2D, bool, AvlNet.Circle2D)Moves a circle from a local coordinate system to the absolute one.
AlignCoordinateSystem(AvlNet.CoordinateSystem2D, AvlNet.CoordinateSystem2D, bool, AvlNet.CoordinateSystem2D)Moves a nested coordinate system from its local coordinate system to the absolute one.
AlignLine(AvlNet.Line2D, AvlNet.CoordinateSystem2D, bool, AvlNet.Line2D)Moves a line from a local coordinate system to the absolute one.
AlignPathArray(IList<AvlNet.Path>, AvlNet.CoordinateSystem2D, bool, IList<AvlNet.Path>)Moves an array of paths from a local coordinate system to the absolute one.
AlignPath(AvlNet.Path, AvlNet.CoordinateSystem2D, bool, AvlNet.Path)Moves a path from a local coordinate system to the absolute one.
AlignPoint3DArrayToPlane(IList<AvlNet.Point3D>, AvlNet.Plane3D, IList<AvlNet.Point3D>)Rotates an array of 3D points with a rotation that transforms the input plane to be parallel to XY plane.
AlignPoint3DArrayToPlane(IList<AvlNet.Point3D>, AvlNet.Plane3D, IList<AvlNet.Point3D>, AvlNet.Matrix, AvlNet.Matrix)Rotates an array of 3D points with a rotation that transforms the input plane to be parallel to XY plane.
AlignPoint3DArrayToPlane(IList<AvlNet.Point3D>, AvlNet.Plane3D, IList<AvlNet.Point3D>, NullableRef<AvlNet.Matrix>, NullableRef<AvlNet.Matrix>)Rotates an array of 3D points with a rotation that transforms the input plane to be parallel to XY plane.
AlignPoint3DGridToPlane(AvlNet.Point3DGrid, AvlNet.Plane3D, AvlNet.Point3DGrid)Rotates a grid of 3D points with a rotation that transforms the input plane to be parallel to XY plane.
AlignPoint3DGridToPlane(AvlNet.Point3DGrid, AvlNet.Plane3D, AvlNet.Point3DGrid, AvlNet.Matrix, AvlNet.Matrix)Rotates a grid of 3D points with a rotation that transforms the input plane to be parallel to XY plane.
AlignPoint3DGridToPlane(AvlNet.Point3DGrid, AvlNet.Plane3D, AvlNet.Point3DGrid, NullableRef<AvlNet.Matrix>, NullableRef<AvlNet.Matrix>)Rotates a grid of 3D points with a rotation that transforms the input plane to be parallel to XY plane.
AlignPointArray(IList<AvlNet.Point2D>, AvlNet.CoordinateSystem2D, bool, IList<AvlNet.Point2D>)Moves an array of points from a local coordinate system to the absolute one.
AlignPoint(AvlNet.Point2D, AvlNet.CoordinateSystem2D, bool, AvlNet.Point2D)Moves a point from a local coordinate system to the absolute one.
AlignRectangle(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D, bool, AvlNet.Rectangle2D)Moves a rectangle from a local coordinate system to the absolute one.
AlignRegion(AvlNet.Region, AvlNet.CoordinateSystem2D, bool, AvlNet.Region)Aligns a region to a coordinate system.
AlignRegion(AvlNet.Region, AvlNet.CoordinateSystem2D, bool, int?, int?, AvlNet.Region)Aligns a region to a coordinate system.
AlignSegment(AvlNet.Segment2D, AvlNet.CoordinateSystem2D, bool, AvlNet.Segment2D)Moves a segment from a local coordinate system to the absolute one.
AngleBetweenDirections(float, float, AvlNet.AngleRange, NullableValue<float>, NullableValue<float>)Measures the rotation angle from first to second direction.
AngleBetweenDirections(float, float, AvlNet.RotationDirection?, AvlNet.AngleRange, NullableValue<float>, NullableValue<float>)Measures the rotation angle from first to second direction.
AngleBetweenDirections(float, float, AvlNet.RotationDirection?, AvlNet.AngleRange, float, float)Measures the rotation angle from first to second direction.
AngleBetweenLines3D(AvlNet.Line3D, AvlNet.Line3D, NullableValue<float>, NullableValue<float>)Measures the smaller and the larger angle between two lines in 3D.
AngleBetweenLines3D(AvlNet.Line3D, AvlNet.Line3D, float, float)Measures the smaller and the larger angle between two lines in 3D.
AngleBetweenLines(AvlNet.Line2D, AvlNet.Line2D, NullableValue<float>, NullableValue<float>)Measures the smaller and the larger angle between two lines.
AngleBetweenLines(AvlNet.Line2D, AvlNet.Line2D, float, float)Measures the smaller and the larger angle between two lines.
AngleBetweenPlanes(AvlNet.Plane3D, AvlNet.Plane3D, NullableValue<float>, NullableValue<float>)Measures the smaller and the larger angle between two planes in 3D.
AngleBetweenPlanes(AvlNet.Plane3D, AvlNet.Plane3D, float, float)Measures the smaller and the larger angle between two planes in 3D.
AngleBetweenSegments3D(AvlNet.Segment3D, AvlNet.Segment3D, float)Measures the angle between two segments in 3D.
AngleBetweenSegments(AvlNet.Segment2D, AvlNet.Segment2D, AvlNet.AngleMetric, bool, NullableValue<float>, NullableValue<float>, NullableValue<AvlNet.Arc2D>)Measures the angle between two segments with one of four possible metrics.
AngleBetweenSegments(AvlNet.Segment2D, AvlNet.Segment2D, AvlNet.AngleMetric, bool, float, float, AvlNet.Arc2D)Measures the angle between two segments with one of four possible metrics.
AngleBetweenThreePoints3D(AvlNet.Point3D, AvlNet.Point3D, AvlNet.Point3D, float)Measures the angle defined by three consecutive points in 3D.
AngleBetweenThreePoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.RotationDirection, NullableValue<float>, NullableValue<float>, NullableValue<AvlNet.Arc2D>)Measures the angle defined by three consecutive points.
AngleBetweenThreePoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.RotationDirection, float, float, AvlNet.Arc2D)Measures the angle defined by three consecutive points.
AngleBetweenVectors3D(AvlNet.Vector3D, AvlNet.Vector3D, float)Measures the angle between two vectors in 3D.
AngleBetweenVectors(AvlNet.Vector2D, AvlNet.Vector2D, NullableValue<float>, NullableValue<float>)Measures the angle between two vectors.
AngleBetweenVectors(AvlNet.Vector2D, AvlNet.Vector2D, AvlNet.RotationDirection?, NullableValue<float>, NullableValue<float>)Measures the angle between two vectors.
AngleBetweenVectors(AvlNet.Vector2D, AvlNet.Vector2D, AvlNet.RotationDirection?, float, float)Measures the angle between two vectors.
AnnotateGridPoints_DeprecatedDeprecated(IList<AvlNet.Point2D>, float, float, float, IList<AvlNet.Point3D>, IList<AvlNet.Point2D>)
AnnotateGridPoints_DeprecatedDeprecated(IList<AvlNet.Point2D>, float, float?, float, float, IList<AvlNet.Point3D>, IList<AvlNet.Point2D>)
AnnotateGridPoints_DeprecatedDeprecated(IList<AvlNet.Point2D>, float, float, float, IList<AvlNet.Point3D>, IList<AvlNet.Point2D>, IList<AvlNet.Segment2D>)
AnnotateGridPoints_DeprecatedDeprecated(IList<AvlNet.Point2D>, float, float?, float, float, IList<AvlNet.Point3D>, IList<AvlNet.Point2D>, IList<AvlNet.Segment2D>)
AnnotateGridPoints(IList<AvlNet.Point2D>, float, IList<AvlNet.AnnotatedPoint2D>, IList<AvlNet.Segment2D>)Select a subset of the given points that forms a grid and assign 2D indices to them.
AnnotateGridPoints(IList<AvlNet.Point2D>, float?, float?, float, IList<AvlNet.AnnotatedPoint2D>)Select a subset of the given points that forms a grid and assign 2D indices to them.
AnnotateGridPoints(IList<AvlNet.Point2D>, float?, float?, float, IList<AvlNet.AnnotatedPoint2D>, IList<AvlNet.Segment2D>)Select a subset of the given points that forms a grid and assign 2D indices to them.
AnyCameraModelToRectificationTransform(AvlNet.AnyCameraModel, AvlNet.RectificationTransform)Conversion
AppendPointToPath(AvlNet.Path, AvlNet.Point2D)Appends a point to a path.
ApplyPCATransform(AvlNet.Matrix, AvlNet.PCAModel, AvlNet.Matrix)Applies previously obtained Principal Component Analysis (PCA) transformation coefficients to new data.
ApplyPixelLut(AvlNet.Image, AvlNet.PixelLut, AvlNet.Image)Applies previously created Look Up transformation to provided image.
ApplyPixelLut(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.PixelLut, AvlNet.Image)Applies previously created Look Up transformation to provided image.
ArcCircle(AvlNet.Arc2D, AvlNet.Circle2D)Computes the circle containing an arc.
ArcEndpoints(AvlNet.Arc2D, AvlNet.Point2D, AvlNet.Point2D)Computes two endpoints of an arc.
ArcLength(AvlNet.Arc2D, float)Computes the length of an arc.
ArcMidpoint(AvlNet.Arc2D, AvlNet.Point2D)Computes the midpoint of an arc.
ArrangePoint3DArray(IList<AvlNet.Point3D>, double, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, NullableValue<double>, NullableValue<double>, AvlNet.Region)Creates a surface structure from Point3D array taking into account X and Y coordinates.
ArrangePoint3DArray(IList<AvlNet.Point3D>, double?, double?, double, double?, double?, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface)Creates a surface structure from Point3D array taking into account X and Y coordinates.
ArrangePoint3DArray(IList<AvlNet.Point3D>, double?, double?, double, double?, double?, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, AvlNet.Region)Creates a surface structure from Point3D array taking into account X and Y coordinates.
ArrangePoint3DArray(IList<AvlNet.Point3D>, double?, double?, double, double?, double?, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, NullableValue<double>, NullableValue<double>)Creates a surface structure from Point3D array taking into account X and Y coordinates.
ArrangePoint3DArray(IList<AvlNet.Point3D>, double?, double?, double, double?, double?, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, double, double, AvlNet.Region)Creates a surface structure from Point3D array taking into account X and Y coordinates.
ArrangePoint3DArray(IList<AvlNet.Point3D>, double?, double?, double, double?, double?, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, NullableValue<double>, NullableValue<double>, AvlNet.Region)Creates a surface structure from Point3D array taking into account X and Y coordinates.
ArrangePoint3DGrid(AvlNet.Point3DGrid, double, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, NullableValue<double>, NullableValue<double>, AvlNet.Region)Creates a surface structure from Point3DGrid taking into account X and Y coordinates.
ArrangePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double, double?, double?, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface)Creates a surface structure from Point3DGrid taking into account X and Y coordinates.
ArrangePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double, double?, double?, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, AvlNet.Region)Creates a surface structure from Point3DGrid taking into account X and Y coordinates.
ArrangePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double, double?, double?, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, NullableValue<double>, NullableValue<double>)Creates a surface structure from Point3DGrid taking into account X and Y coordinates.
ArrangePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double, double?, double?, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, double, double, AvlNet.Region)Creates a surface structure from Point3DGrid taking into account X and Y coordinates.
ArrangePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double, double?, double?, double, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, NullableValue<double>, NullableValue<double>, AvlNet.Region)Creates a surface structure from Point3DGrid taking into account X and Y coordinates.
AutoAdjustColors(AvlNet.Image, AvlNet.Image)Adjusts image colors by stretching each channel separately.
AverageChannels_121(AvlNet.Image, AvlNet.Image)Creates a monochromatic image by averaging the input image channels.
AverageChannels_121(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Creates a monochromatic image by averaging the input image channels.
AverageChannels_Weighted(AvlNet.Image, int, int, int, int, AvlNet.Image)Creates a monochromatic image from weighted averages of the input image channels.
AverageChannels_Weighted(AvlNet.Image, NullableRef<AvlNet.Region>, int, int, int, int, AvlNet.Image)Creates a monochromatic image from weighted averages of the input image channels.
AverageChannels(AvlNet.Image, AvlNet.Image)Creates a monochromatic image by averaging the input image channels.
AverageChannels(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Creates a monochromatic image by averaging the input image channels.
AverageImages_OfArray(IList<AvlNet.Image>, AvlNet.Image)Averages images from an array pixel by pixel.
AverageImages_OfArray(IList<AvlNet.Image>, NullableRef<AvlNet.Region>, AvlNet.Image)Averages images from an array pixel by pixel.
AverageImages(AvlNet.Image, AvlNet.Image, AvlNet.Image)Averages two images pixel by pixel.
AverageImages(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Averages two images pixel by pixel.
AveragePath(AvlNet.Path, AvlNet.Path, AvlNet.Path)Computes the average of two paths (of equal size and type) point by point.
AveragePoint(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D)Computes the middle point of two input points.
BayerToRgb(AvlNet.Image, AvlNet.BayerType, AvlNet.Image)Converts a Bayer-encoded color image into RGB color space.
BlendImages(AvlNet.Image, AvlNet.Image, float, float, AvlNet.Image)Computes weighted sum pixel by pixel.
BlendImages(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, float, float, AvlNet.Image)Computes weighted sum pixel by pixel.
BoolToPassFailStatus(bool, bool)Conversion between Bool and PassFailStatus
Box3DCenter(AvlNet.Box3D, AvlNet.Point3D)Returns the center of the input box in 3D.
Box3DCharacteristicPoint(AvlNet.Box3D, AvlNet.Anchor3D, AvlNet.Point3D)Returns a characteristic point of a box in 3D.
Box3DSurfaceArea(AvlNet.Box3D, float)Returns the surface area of the input box in 3D.
Box3DVolume(AvlNet.Box3D, float)Returns the volume of the input box in 3D.
BoxCenter(AvlNet.Box, AvlNet.Point2D)Returns center of a box.
BoxCharacteristicPoints(AvlNet.Box, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableRef<List<AvlNet.Point2D>>)Computes the characteristic points of the box.
BoxCharacteristicPoints(AvlNet.Box, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, IList<AvlNet.Point2D>)Computes the characteristic points of the box.
BoxCharacteristicPoint(AvlNet.Box, AvlNet.Anchor2D, AvlNet.Point2D)Returns a characteristic point (e.g. the top-left) of a box.
Boxes3DBoundingBox3D_OrNil(IList<AvlNet.Box3D>, INullable<AvlNet.Box3D>)Computes the bounding box 3D of given boxes in 3D; returns NIL if the array is empty.
BoxesBoundingBox3D(IList<AvlNet.Box3D>, AvlNet.Box3D)Computes the bounding box 3D of given boxes in 3D.
BoxesBoundingBox_OrNil(IList<AvlNet.Box>, AvlNet.Box?)Computes the bounding box of given boxes; returns NIL if the array is empty.
BoxesBoundingBox(IList<AvlNet.Box>, AvlNet.Box)Computes the bounding box of given boxes.
BoxIntersection3D(AvlNet.Box3D, AvlNet.Box3D, AvlNet.Box3D)Computes the common part of two boxes in 3D.
BoxIntersection(AvlNet.Box, AvlNet.Box, AvlNet.Box)Computes the common part of two boxes.
BoxToBoxDistance(AvlNet.Box, AvlNet.Box, float, float)Computes minimal distance between one of the points of the first box with one of the points of the second box.
BoxToBoxDistance(AvlNet.Box, AvlNet.Box, float, float, NullableValue<AvlNet.Segment2D>)Computes minimal distance between one of the points of the first box with one of the points of the second box.
BoxToBoxDistance(AvlNet.Box, AvlNet.Box, float, float, AvlNet.Segment2D)Computes minimal distance between one of the points of the first box with one of the points of the second box.
BoxToRectangle2D(AvlNet.Box, AvlNet.Rectangle2D)Converts a box to a rectangle.
BoxToShapeRegion(AvlNet.Box, AvlNet.ShapeRegion)Converts a box to a shape region.
CalibrateCamera_Pinhole(IList<IList<AvlNet.AnnotatedPoint2D>>, int, int, AvlNet.LensDistortionModelType, float, AvlNet.PinholeCameraModel)Finds the camera intrinsic parameters from the input arrays of annotated image coordinates. Uses pinhole camera model (perspective camera).
CalibrateCamera_Pinhole(IList<IList<AvlNet.AnnotatedPoint2D>>, int, int, AvlNet.LensDistortionModelType, float, float?, AvlNet.PinholeCameraModel)Finds the camera intrinsic parameters from the input arrays of annotated image coordinates. Uses pinhole camera model (perspective camera).
CalibrateCamera_Pinhole(IList<IList<AvlNet.AnnotatedPoint2D>>, int, int, AvlNet.LensDistortionModelType, float, AvlNet.PinholeCameraModel, INullable<AvlNet.PinholeCameraModel>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<AvlNet.Segment2D>>>)Finds the camera intrinsic parameters from the input arrays of annotated image coordinates. Uses pinhole camera model (perspective camera).
CalibrateCamera_Pinhole(IList<IList<AvlNet.AnnotatedPoint2D>>, int, int, AvlNet.LensDistortionModelType, float, float?, AvlNet.PinholeCameraModel, INullable<AvlNet.PinholeCameraModel>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<AvlNet.Segment2D>>>)Finds the camera intrinsic parameters from the input arrays of annotated image coordinates. Uses pinhole camera model (perspective camera).
CalibrateCamera_Pinhole(IList<IList<AvlNet.AnnotatedPoint2D>>, int, int, AvlNet.LensDistortionModelType, float, float?, AvlNet.PinholeCameraModel, AvlNet.PinholeCameraModel, float, IList<float>, IList<List<AvlNet.Segment2D>>)Finds the camera intrinsic parameters from the input arrays of annotated image coordinates. Uses pinhole camera model (perspective camera).
CalibrateCamera_Telecentric_DeprecatedDeprecated(IList<IList<AvlNet.Point3D>>, IList<IList<AvlNet.Point2D>>, int, int, bool, bool, bool, AvlNet.Matrix, AvlNet.LensDistortion)
CalibrateCamera_Telecentric_DeprecatedDeprecated(IList<IList<AvlNet.Point3D>>, IList<IList<AvlNet.Point2D>>, int, int, bool, bool, bool, AvlNet.Matrix, AvlNet.LensDistortion, NullableValue<float>)
CalibrateCamera_Telecentric_DeprecatedDeprecated(IList<IList<AvlNet.Point3D>>, IList<IList<AvlNet.Point2D>>, int, int, bool, bool, bool, AvlNet.Matrix, AvlNet.LensDistortion, float)
CalibrateCamera_Telecentric(IList<IList<AvlNet.AnnotatedPoint2D>>, float, int, int, AvlNet.LensDistortionModelType, float, AvlNet.TelecentricCameraModel)Finds the telecentric camera intrinsic parameters from the input arrays of annotated image coordinates.
CalibrateCamera_Telecentric(IList<IList<AvlNet.AnnotatedPoint2D>>, float, int, int, AvlNet.LensDistortionModelType, float, AvlNet.TelecentricCameraModel, INullable<AvlNet.TelecentricCameraModel>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<AvlNet.Segment2D>>>)Finds the telecentric camera intrinsic parameters from the input arrays of annotated image coordinates.
CalibrateCamera_Telecentric(IList<IList<AvlNet.AnnotatedPoint2D>>, float, int, int, AvlNet.LensDistortionModelType, float, AvlNet.TelecentricCameraModel, AvlNet.TelecentricCameraModel, float, IList<float>, IList<List<AvlNet.Segment2D>>)Finds the telecentric camera intrinsic parameters from the input arrays of annotated image coordinates.
CalibrateWorldPlane_Default(IList<AvlNet.AnnotatedPoint2D>, float, float, AvlNet.RectificationTransform)Finds the image to world plane transformation matrix. World plane origin and axes are unspecified. Useful for image rectification or distance measurements.
CalibrateWorldPlane_Default(IList<AvlNet.AnnotatedPoint2D>, NullableRef<AvlNet.AnyCameraModel>, float, float, AvlNet.RectificationTransform)Finds the image to world plane transformation matrix. World plane origin and axes are unspecified. Useful for image rectification or distance measurements.
CalibrateWorldPlane_Default(IList<AvlNet.AnnotatedPoint2D>, float, float, AvlNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<AvlNet.Segment2D>>)Finds the image to world plane transformation matrix. World plane origin and axes are unspecified. Useful for image rectification or distance measurements.
CalibrateWorldPlane_Default(IList<AvlNet.AnnotatedPoint2D>, NullableRef<AvlNet.AnyCameraModel>, float, float, AvlNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<AvlNet.Segment2D>>)Finds the image to world plane transformation matrix. World plane origin and axes are unspecified. Useful for image rectification or distance measurements.
CalibrateWorldPlane_Default(IList<AvlNet.AnnotatedPoint2D>, NullableRef<AvlNet.AnyCameraModel>, float, float, AvlNet.RectificationTransform, float, float, IList<AvlNet.Segment2D>)Finds the image to world plane transformation matrix. World plane origin and axes are unspecified. Useful for image rectification or distance measurements.
CalibrateWorldPlane_Labeled(IList<AvlNet.AnnotatedPoint2D>, IList<AvlNet.AnnotatedPoint2D>, float, bool, AvlNet.RectificationTransform)Finds the image to world plane transformation matrix using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid.
CalibrateWorldPlane_Labeled(IList<AvlNet.AnnotatedPoint2D>, IList<AvlNet.AnnotatedPoint2D>, NullableRef<AvlNet.AnyCameraModel>, float?, float, bool, AvlNet.RectificationTransform)Finds the image to world plane transformation matrix using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid.
CalibrateWorldPlane_Labeled(IList<AvlNet.AnnotatedPoint2D>, IList<AvlNet.AnnotatedPoint2D>, float, bool, AvlNet.RectificationTransform, NullableRef<List<AvlNet.AnnotatedPoint2D>>, NullableRef<NullableValue<float>>, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableRef<List<AvlNet.Segment2D>>)Finds the image to world plane transformation matrix using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid.
CalibrateWorldPlane_Labeled(IList<AvlNet.AnnotatedPoint2D>, IList<AvlNet.AnnotatedPoint2D>, NullableRef<AvlNet.AnyCameraModel>, float?, float, bool, AvlNet.RectificationTransform, IList<AvlNet.AnnotatedPoint2D>, float?, float, float, float, IList<AvlNet.Segment2D>)Finds the image to world plane transformation matrix using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid.
CalibrateWorldPlane_Labeled(IList<AvlNet.AnnotatedPoint2D>, IList<AvlNet.AnnotatedPoint2D>, NullableRef<AvlNet.AnyCameraModel>, float?, float, bool, AvlNet.RectificationTransform, NullableRef<List<AvlNet.AnnotatedPoint2D>>, NullableRef<NullableValue<float>>, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableRef<List<AvlNet.Segment2D>>)Finds the image to world plane transformation matrix using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid.
CalibrateWorldPlane_Manual(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, float, AvlNet.RectificationTransform)Finds the image to world plane transformation matrix. Image and their corresponding world points are directly specified (no grid needed).
CalibrateWorldPlane_Manual(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, NullableRef<AvlNet.AnyCameraModel>, float, AvlNet.RectificationTransform)Finds the image to world plane transformation matrix. Image and their corresponding world points are directly specified (no grid needed).
CalibrateWorldPlane_Manual(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, float, AvlNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<AvlNet.Segment2D>>)Finds the image to world plane transformation matrix. Image and their corresponding world points are directly specified (no grid needed).
CalibrateWorldPlane_Manual(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, NullableRef<AvlNet.AnyCameraModel>, float, AvlNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<AvlNet.Segment2D>>)Finds the image to world plane transformation matrix. Image and their corresponding world points are directly specified (no grid needed).
CalibrateWorldPlane_Manual(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, NullableRef<AvlNet.AnyCameraModel>, float, AvlNet.RectificationTransform, float, float, IList<AvlNet.Segment2D>)Finds the image to world plane transformation matrix. Image and their corresponding world points are directly specified (no grid needed).
CalibrateWorldPlane_Multigrid(IList<IList<AvlNet.AnnotatedPoint2D>>, IList<IList<AvlNet.AnnotatedPoint2D>>, float, bool, AvlNet.RectificationTransform)Finds the image to world plane transformation matrix using multiple grids, using sparse world coordinate information.
CalibrateWorldPlane_Multigrid(IList<IList<AvlNet.AnnotatedPoint2D>>, IList<IList<AvlNet.AnnotatedPoint2D>>, NullableRef<AvlNet.AnyCameraModel>, float?, float, bool, AvlNet.RectificationTransform)Finds the image to world plane transformation matrix using multiple grids, using sparse world coordinate information.
CalibrateWorldPlane_Multigrid(IList<IList<AvlNet.AnnotatedPoint2D>>, IList<IList<AvlNet.AnnotatedPoint2D>>, float, bool, AvlNet.RectificationTransform, NullableRef<List<List<AvlNet.AnnotatedPoint2D>>>, NullableRef<NullableValue<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<AvlNet.Segment2D>>>, NullableRef<List<float>>, NullableRef<List<AvlNet.Vector2D>>)
CalibrateWorldPlane_Multigrid(IList<IList<AvlNet.AnnotatedPoint2D>>, IList<IList<AvlNet.AnnotatedPoint2D>>, NullableRef<AvlNet.AnyCameraModel>, float?, float, bool, AvlNet.RectificationTransform, IList<List<AvlNet.AnnotatedPoint2D>>, float?, float, float, IList<float>, IList<List<AvlNet.Segment2D>>, IList<float>, IList<AvlNet.Vector2D>)Finds the image to world plane transformation matrix using multiple grids, using sparse world coordinate information.
CalibrateWorldPlane_Multigrid(IList<IList<AvlNet.AnnotatedPoint2D>>, IList<IList<AvlNet.AnnotatedPoint2D>>, NullableRef<AvlNet.AnyCameraModel>, float?, float, bool, AvlNet.RectificationTransform, NullableRef<List<List<AvlNet.AnnotatedPoint2D>>>, NullableRef<NullableValue<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<AvlNet.Segment2D>>>, NullableRef<List<float>>, NullableRef<List<AvlNet.Vector2D>>)
CalibrateWorldPlane_OffgridOrigin(IList<AvlNet.AnnotatedPoint2D>, float, float, AvlNet.RectificationTransform)Finds the image to world plane transformation matrix, with world origin and axes specified in the image coordinates. Note that this is a filter for rather rarely seen special cases and it is usually better to use the CalibrateWorldPlane_Labeled filter.
CalibrateWorldPlane_OffgridOrigin(IList<AvlNet.AnnotatedPoint2D>, NullableRef<AvlNet.AnyCameraModel>, float, float, AvlNet.Point2D?, AvlNet.Point2D?, AvlNet.RectificationTransform)Finds the image to world plane transformation matrix, with world origin and axes specified in the image coordinates. Note that this is a filter for rather rarely seen special cases and it is usually better to use the CalibrateWorldPlane_Labeled filter.
CalibrateWorldPlane_OffgridOrigin(IList<AvlNet.AnnotatedPoint2D>, float, float, AvlNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<AvlNet.Segment2D>>)Finds the image to world plane transformation matrix, with world origin and axes specified in the image coordinates. Note that this is a filter for rather rarely seen special cases and it is usually better to use the CalibrateWorldPlane_Labeled filter.
CalibrateWorldPlane_OffgridOrigin(IList<AvlNet.AnnotatedPoint2D>, NullableRef<AvlNet.AnyCameraModel>, float, float, AvlNet.Point2D?, AvlNet.Point2D?, AvlNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<AvlNet.Segment2D>>)Finds the image to world plane transformation matrix, with world origin and axes specified in the image coordinates. Note that this is a filter for rather rarely seen special cases and it is usually better to use the CalibrateWorldPlane_Labeled filter.
CalibrateWorldPlane_OffgridOrigin(IList<AvlNet.AnnotatedPoint2D>, NullableRef<AvlNet.AnyCameraModel>, float, float, AvlNet.Point2D?, AvlNet.Point2D?, AvlNet.RectificationTransform, float, float, IList<AvlNet.Segment2D>)Finds the image to world plane transformation matrix, with world origin and axes specified in the image coordinates. Note that this is a filter for rather rarely seen special cases and it is usually better to use the CalibrateWorldPlane_Labeled filter.
ChargeImageMemoryPools(IList<int>, bool)Preallocates memory buffers for images.
CheckLicense(AvlNet.ProductType, bool)Check license for specified module
CheckPresence_EdgeAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, int, float, float, bool)Verifies object presence by analysing the amount of edges in the specified region.
CheckPresence_EdgeAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, int, float, float, bool)Verifies object presence by analysing the amount of edges in the specified region.
CheckPresence_EdgeAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, int, float, float, bool, NullableValue<float>, NullableRef<AvlNet.Region>, INullable<AvlNet.ShapeRegion>)Verifies object presence by analysing the amount of edges in the specified region.
CheckPresence_EdgeAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, int, float, float, bool, NullableValue<float>, NullableRef<AvlNet.Region>, INullable<AvlNet.ShapeRegion>)Verifies object presence by analysing the amount of edges in the specified region.
CheckPresence_EdgeAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, int, float, float, bool, float, AvlNet.Region, AvlNet.ShapeRegion)Verifies object presence by analysing the amount of edges in the specified region.
CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, float?, float?, float, bool)Verifies object presence by analysing pixel intensities in the specified region.
CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, float?, float?, float, float?, bool)Verifies object presence by analysing pixel intensities in the specified region.
CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, float?, float?, float, bool, NullableValue<float>, NullableValue<float>, INullable<AvlNet.ShapeRegion>)Verifies object presence by analysing pixel intensities in the specified region.
CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, float?, float?, float, float?, bool, NullableValue<float>, NullableValue<float>, INullable<AvlNet.ShapeRegion>)Verifies object presence by analysing pixel intensities in the specified region.
CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, float?, float?, float, float?, bool, float, float, AvlNet.ShapeRegion)Verifies object presence by analysing pixel intensities in the specified region.
CheckPresence_PixelAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.HSxColorModel, int, int, int, float?, float?, float, float, bool)Verifies object presence by analysing the amount of pixels that meet the specified criteria.
CheckPresence_PixelAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.HSxColorModel, int, int, int, float?, float?, float, float, bool, AvlNet.Image)Verifies object presence by analysing the amount of pixels that meet the specified criteria.
CheckPresence_PixelAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.HSxColorModel, int, int, int, float, float, bool, NullableValue<float>, NullableRef<AvlNet.Region>, INullable<AvlNet.ShapeRegion>, AvlNet.Image)Verifies object presence by analysing the amount of pixels that meet the specified criteria.
CheckPresence_PixelAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.HSxColorModel, int, int, int, int?, float?, float?, float, float, bool)Verifies object presence by analysing the amount of pixels that meet the specified criteria.
CheckPresence_PixelAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.HSxColorModel, int, int, int, float?, float?, float, float, bool, NullableValue<float>, NullableRef<AvlNet.Region>, INullable<AvlNet.ShapeRegion>)Verifies object presence by analysing the amount of pixels that meet the specified criteria.
CheckPresence_PixelAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.HSxColorModel, int, int, int, int?, float?, float?, float, float, bool, AvlNet.Image)Verifies object presence by analysing the amount of pixels that meet the specified criteria.
CheckPresence_PixelAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.HSxColorModel, int, int, int, float?, float?, float, float, bool, NullableValue<float>, NullableRef<AvlNet.Region>, INullable<AvlNet.ShapeRegion>, AvlNet.Image)Verifies object presence by analysing the amount of pixels that meet the specified criteria.
CheckPresence_PixelAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.HSxColorModel, int, int, int, int?, float?, float?, float, float, bool, NullableValue<float>, NullableRef<AvlNet.Region>, INullable<AvlNet.ShapeRegion>)Verifies object presence by analysing the amount of pixels that meet the specified criteria.
CheckPresence_PixelAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.HSxColorModel, int, int, int, int?, float?, float?, float, float, bool, NullableValue<float>, NullableRef<AvlNet.Region>, INullable<AvlNet.ShapeRegion>, AvlNet.Image)Verifies object presence by analysing the amount of pixels that meet the specified criteria.
CheckPresence_PixelAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.HSxColorModel, int, int, int, int?, float?, float?, float, float, bool, float, AvlNet.Region, AvlNet.ShapeRegion, AvlNet.Image)Verifies object presence by analysing the amount of pixels that meet the specified criteria.
Circle2DToRegionOfInterest(AvlNet.Circle2D, AvlNet.RegionOfInterest)Converts a circle to region of interest.
Circle2DToShapeRegion(AvlNet.Circle2D, AvlNet.ShapeRegion)Converts a circle to a shape region.
Circle3DArea(AvlNet.Circle3D, float)Computes the area of a circle in 3D.
Circle3DBoundingBox(AvlNet.Circle3D, AvlNet.Box3D)Computes the smallest box in 3D containing a circle in 3D.
Circle3DPerimeterLength(AvlNet.Circle3D, float)Computes the length of a circle in 3D perimeter.
CircleArea(AvlNet.Circle2D, float)Computes the area of a circle.
CircleBoundingBox(AvlNet.Circle2D, AvlNet.Box)Computes the smallest box containing a circle.
CircleBoundingRectangle(AvlNet.Circle2D, AvlNet.Rectangle2D)Computes the smallest rectangle containing a circle.
CircleBoundingRectangle(AvlNet.Circle2D, float?, AvlNet.Rectangle2D)Computes the smallest rectangle containing a circle.
CircleBoundingRectangle(AvlNet.Circle2D, AvlNet.Rectangle2D, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>)Computes the smallest rectangle containing a circle.
CircleBoundingRectangle(AvlNet.Circle2D, float?, AvlNet.Rectangle2D, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>)Computes the smallest rectangle containing a circle.
CircleBoundingRectangle(AvlNet.Circle2D, float?, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)Computes the smallest rectangle containing a circle.
CircleCharacteristicPoint(AvlNet.Circle2D, AvlNet.Anchor2D, AvlNet.Point2D)Returns a characteristic point (e.g. the top-left) of a box containing the input circle.
CircleCircleIntersection(AvlNet.Circle2D, AvlNet.Circle2D, AvlNet.Point2D?, AvlNet.Point2D?)Computes common points of two circles.
CirclePerimeterLength(AvlNet.Circle2D, float)Computes the length of a circle perimeter.
CirclePlaneIntersection3D(AvlNet.Circle3D, AvlNet.Plane3D, AvlNet.Point3D?, AvlNet.Point3D?)Computes common points of a circle in 3D and a plane.
CircleSection(AvlNet.Circle2D, float, float, AvlNet.Arc2D)Computes an arciform section of the circle perimeter.
CircleTangents(AvlNet.Circle2D, AvlNet.Point2D, AvlNet.Line2D?, AvlNet.Line2D?)Computes circle tangent lines passing through a point.
CircleThroughPoints3D(AvlNet.Point3D, AvlNet.Point3D, AvlNet.Point3D, INullable<AvlNet.Circle3D>)Computes a circle in 3D passing through three noncollinear 3D points.
CircleThroughPoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Circle2D?)Computes a circle passing through three noncollinear points.
CircleToCircleDistance(AvlNet.Circle2D, AvlNet.Circle2D, float, float)Measures the distance between two circles.
CircleToCircleDistance(AvlNet.Circle2D, AvlNet.Circle2D, float, float, NullableValue<AvlNet.Segment2D>)Measures the distance between two circles.
CircleToCircleDistance(AvlNet.Circle2D, AvlNet.Circle2D, float, float, AvlNet.Segment2D)Measures the distance between two circles.
CircleToPlaneDistance3D(AvlNet.Circle3D, AvlNet.Plane3D, float, float)Measures the distance between a circle in 3D and a plane.
CircleToPlaneDistance3D(AvlNet.Circle3D, AvlNet.Plane3D, float, float, INullable<AvlNet.Segment3D>, NullableValue<float>)Measures the distance between a circle in 3D and a plane.
CircleToPlaneDistance3D(AvlNet.Circle3D, AvlNet.Plane3D, float, float, AvlNet.Segment3D, float)Measures the distance between a circle in 3D and a plane.
ClassifyPaths(IList<AvlNet.Path>, AvlNet.PathFilter, AvlNet.PathFeature, float?, float?, NullableRef<SafeList<AvlNet.Path>>, NullableRef<SafeList<AvlNet.Path>>, NullableRef<SafeList<AvlNet.Path>>, NullableRef<SafeList<AvlNet.Path>>, NullableRef<List<float>>)Splits the paths of the input array - in accordance to the relation between computed feature values and the specified range.
ClassifyRegions(IList<AvlNet.Region>, AvlNet.RegionFeature, float?, float?, NullableRef<SafeList<AvlNet.Region>>, NullableRef<SafeList<AvlNet.Region>>, NullableRef<SafeList<AvlNet.Region>>, NullableRef<SafeList<AvlNet.Region>>, NullableRef<List<float>>)Splits an array of regions according to the selected feature and range.
ClearImage(AvlNet.Image, AvlNet.Pixel)Sets image pixels to the specified value.
ClearImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel)Sets image pixels to the specified value.
CloseGPUProcessing()
CloseImage(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image)Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion.
CloseImage(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image, AvlNet.Region)Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion.
CloseImage(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image)Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion.
CloseImage(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image, AvlNet.Region)Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion.
ClosePath(AvlNet.Path)Adds the segment connecting last point to the first one to a path.
CloseRegion_AnyKernel(AvlNet.Region, AvlNet.Region, AvlNet.Region)Performs a morphological closing on a region using an arbitrary kernel.
CloseRegion(AvlNet.Region, AvlNet.KernelShape, int, AvlNet.Region)Performs a morphological closing on a region using selected predefined kernel.
CloseRegion(AvlNet.Region, AvlNet.KernelShape, int, int?, AvlNet.Region)Performs a morphological closing on a region using selected predefined kernel.
CloseSurfacePoints(AvlNet.Surface, AvlNet.KernelShape, int, AvlNet.Surface)Reconstructs missing points of the input surface by interpolating neighboring points.
CloseSurfacePoints(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.KernelShape, int, int?, AvlNet.Surface)Reconstructs missing points of the input surface by interpolating neighboring points.
ClusterData_KMeans(IList<IList<float>>, int, int, int, float, AvlNet.KMeansClusteringMethod, AvlNet.Matrix, IList<int>, float)Clusters data using KMeans algorithm.
ClusterPoints2D_SingleLink(IList<AvlNet.Point2D>, IList<List<AvlNet.Point2D>>)Clusters data using hierarchical single-link algorithm.
ClusterPoints2D_SingleLink(IList<AvlNet.Point2D>, int?, float?, IList<List<AvlNet.Point2D>>)Clusters data using hierarchical single-link algorithm.
ClusterPoints2D(IList<AvlNet.Point2D>, int, int, IList<NullableRef<List<AvlNet.Point2D>>>, IList<AvlNet.Point2D?>, float)Clusters 2D points using K Means Clustering method.
ClusterPoints3D(IList<AvlNet.Point3D>, int, int, IList<NullableRef<List<AvlNet.Point3D>>>, IList<AvlNet.Point3D?>, float)Clusters 3D points using K Means Clustering method.
CmykToRgb(AvlNet.Image, AvlNet.Image)Converts color space from Cyan-Magenta-Yellow-Key into Red-Green-Blue.
ColorDistanceImage(AvlNet.Image, AvlNet.Pixel, float, AvlNet.Image)Compares each pixel with the specified color using chromatic and non-chromatic information.
ColorDistanceImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel, float, AvlNet.Image)Compares each pixel with the specified color using chromatic and non-chromatic information.
ColorDistance(AvlNet.Pixel, AvlNet.Pixel, float, float)Compares two pixels using chromatic and non-chromatic information. Assumes RGB-like color space.
ColorizeImage(AvlNet.ColorizeImageState, AvlNet.Image, AvlNet.ColorPalette, bool, AvlNet.Image, AvlNet.Image)Shows a monochromatic image in false colors.
ColorizeImage(AvlNet.ColorizeImageState, AvlNet.Image, AvlNet.ColorPalette, bool, int?, int?, AvlNet.Image)Shows a monochromatic image in false colors.
ColorizeImage(AvlNet.ColorizeImageState, AvlNet.Image, AvlNet.ColorPalette, bool, int?, int?, AvlNet.Image, AvlNet.Image)Shows a monochromatic image in false colors.
ColorizeImage(AvlNet.ColorizeImageState, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.ColorPalette, bool, int?, int?, AvlNet.Image)Shows a monochromatic image in false colors.
ColorizeImage(AvlNet.ColorizeImageState, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.ColorPalette, bool, int?, int?, AvlNet.Image, AvlNet.Image)Shows a monochromatic image in false colors.
CombineSpatialMaps(AvlNet.SpatialMap, AvlNet.SpatialMap, AvlNet.SpatialMap)Combines two spatial maps.
CompareGoldenTemplate2(AvlNet.GoldenTemplate2Model, AvlNet.Image, float, float, AvlNet.Region)Compares an image with a template image considered to have no defects.
CompareGoldenTemplate_Edges(AvlNet.Image, AvlNet.EdgeGoldenTemplate, AvlNet.CoordinateSystem2D, float, float, float, int, AvlNet.Region, bool, AvlNet.Region, AvlNet.Region)Compares image edges with the edges of a perfect template. Significant differences are considered defects.
CompareGoldenTemplate_Edges(AvlNet.Image, AvlNet.EdgeGoldenTemplate, AvlNet.CoordinateSystem2D, float, float?, float, float, int, AvlNet.Region, bool, AvlNet.Region, AvlNet.Region)Compares image edges with the edges of a perfect template. Significant differences are considered defects.
CompareGoldenTemplate_Edges(AvlNet.Image, AvlNet.EdgeGoldenTemplate, AvlNet.CoordinateSystem2D, float, float, float, int, AvlNet.Region, bool, AvlNet.Region, AvlNet.Region, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, NullableValue<AvlNet.Rectangle2D>)Compares image edges with the edges of a perfect template. Significant differences are considered defects.
CompareGoldenTemplate_Edges(AvlNet.Image, AvlNet.EdgeGoldenTemplate, AvlNet.CoordinateSystem2D, float, float?, float, float, int, AvlNet.Region, bool, AvlNet.Region, AvlNet.Region, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, NullableValue<AvlNet.Rectangle2D>)Compares image edges with the edges of a perfect template. Significant differences are considered defects.
CompareGoldenTemplate_Edges(AvlNet.Image, AvlNet.EdgeGoldenTemplate, AvlNet.CoordinateSystem2D, float, float?, float, float, int, AvlNet.Region, bool, AvlNet.Region, AvlNet.Region, AvlNet.Region, AvlNet.Region, AvlNet.Region, AvlNet.Rectangle2D)Compares image edges with the edges of a perfect template. Significant differences are considered defects.
CompareGoldenTemplate_Intensity(AvlNet.Image, AvlNet.GrayGoldenTemplate, float, int, AvlNet.Region, AvlNet.Region, bool, AvlNet.Region)Compares an image with a template image considered to have no defects.
CompareGoldenTemplate_Intensity(AvlNet.Image, AvlNet.GrayGoldenTemplate, AvlNet.CoordinateSystem2D?, float, int, AvlNet.Region, AvlNet.Region, bool, AvlNet.Region)Compares an image with a template image considered to have no defects.
CompareGoldenTemplate_Intensity(AvlNet.Image, AvlNet.GrayGoldenTemplate, float, int, AvlNet.Region, AvlNet.Region, bool, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>)Compares an image with a template image considered to have no defects.
CompareGoldenTemplate_Intensity(AvlNet.Image, AvlNet.GrayGoldenTemplate, AvlNet.CoordinateSystem2D?, float, int, AvlNet.Region, AvlNet.Region, bool, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>)Compares an image with a template image considered to have no defects.
CompareGoldenTemplate_Intensity(AvlNet.Image, AvlNet.GrayGoldenTemplate, AvlNet.CoordinateSystem2D?, float, int, AvlNet.Region, AvlNet.Region, bool, AvlNet.Region, AvlNet.Rectangle2D)Compares an image with a template image considered to have no defects.
CompareImages_CVG(AvlNet.Image, AvlNet.Image, float, float, float, AvlNet.Image)Compares two images tile by tile using one of several available methods.
CompareImages(AvlNet.Image, AvlNet.Image, AvlNet.CompareMeasure, int, int, AvlNet.Image)Compares two images tile by tile using one of several available methods.
ComposeImages(AvlNet.Image, AvlNet.Image, AvlNet.Region, AvlNet.Image)Takes pixels from the first image within the specified region and from the other one elsewhere.
ComposeImages(AvlNet.Image, AvlNet.Image, AvlNet.Region, NullableRef<AvlNet.Region>, AvlNet.Image)Takes pixels from the first image within the specified region and from the other one elsewhere.
ConcatenatePaths_OfArray(IList<AvlNet.Path>, AvlNet.Path)Joins open paths of an array.
ConcatenatePaths_OfLoop(AvlNet.ConcatenatePaths_OfLoopState, AvlNet.Path, AvlNet.Path)Joins open paths appearing in consecutive iterations.
ConcatenatePaths(AvlNet.Path, AvlNet.Path, AvlNet.Path)Joins two open paths.
ControlAVX2(bool, bool)Enables or disables AVX2 cpu extension usage by other filters.
ControlImageMemoryPools(bool)Enables or disables deterministic image memory allocator.
ControlParallelComputing(bool, int)Enables or disables filters multithreading parallelization.
ControlParallelComputing(bool, int?, int)Enables or disables filters multithreading parallelization.
ControlSIMD(AvlNet.SimdLevel)Enables or disables SIMD cpu extension (e.g. SSE, AVX2, NEON) usage by other filters.
ControlSIMD(AvlNet.SimdLevel?, AvlNet.SimdLevel)Enables or disables SIMD cpu extension (e.g. SSE, AVX2, NEON) usage by other filters.
ControlSSE(bool, bool)Enables or disables SSE cpu extension usage by other filters.
ConvertCoordinateSystem2DTo3D(AvlNet.CoordinateSystem2D, AvlNet.SurfaceFormat, AvlNet.CoordinateSystem2D)Converts a coordinate system connected with the surface image to a coordinate system connected with the surface.
ConvertMatrixMapsToSpatialMap(AvlNet.ImageFormat, AvlNet.Matrix, AvlNet.Matrix, AvlNet.InterpolationMethod, bool, AvlNet.SpatialMap)Joins two matrices of coordinates to produce a SpatialMap for use in RemapImage.
ConvertMatrixMapsToSpatialMap(AvlNet.ImageFormat, AvlNet.Matrix, AvlNet.Matrix, AvlNet.InterpolationMethod, bool, AvlNet.SpatialMap, NullableRef<AvlNet.Region>)Joins two matrices of coordinates to produce a SpatialMap for use in RemapImage.
ConvertMatrixMapsToSpatialMap(AvlNet.ImageFormat, AvlNet.Matrix, AvlNet.Matrix, AvlNet.InterpolationMethod, bool, AvlNet.SpatialMap, AvlNet.Region)Joins two matrices of coordinates to produce a SpatialMap for use in RemapImage.
ConvertPixelType(AvlNet.Image, AvlNet.PlainType, int, AvlNet.Image)Changes the type of pixel components.
ConvertPixelType(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.PlainType, int, AvlNet.Image)Changes the type of pixel components.
ConvertSpatialMapToMatrixMaps(AvlNet.SpatialMap, bool, AvlNet.Matrix, AvlNet.Matrix)Splits a spatial map into two matrices of source coordinates.
ConvertSpatialMap_ToNearest(AvlNet.SpatialMap, AvlNet.SpatialMap)Converts any spatial map to NearestNeighbour interpolation.
ConvertSurfaceType(AvlNet.Surface, AvlNet.PlainType, AvlNet.Surface)Changes the point Z coordinate type.
ConvertSurfaceType(AvlNet.Surface, AvlNet.PlainType, double?, double?, AvlNet.Surface)Changes the point Z coordinate type.
ConvertToCumulativeHistogram(AvlNet.Histogram, AvlNet.Histogram)Computes the cumulative histogram of input histogram.
ConvertToEquidistantPath(AvlNet.Path, float, AvlNet.EquidistanceType, AvlNet.Path)Creates a new path whose characteristic points lie on the input path, but are equally spaced.
ConvertToMultichannel(AvlNet.Image, int, AvlNet.Image)Creates a multichannel image from a monochromatic one by replicating its channel.
ConvertToMultichannel(AvlNet.Image, NullableRef<AvlNet.Region>, int, AvlNet.Image)Creates a multichannel image from a monochromatic one by replicating its channel.
ConvolveImage(AvlNet.Image, AvlNet.Matrix, bool, AvlNet.Image)Computes a convolution of the input image with a user-specified mask.
ConvolveImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Matrix, bool, AvlNet.Location?, AvlNet.Image)Computes a convolution of the input image with a user-specified mask.
ConvolveProfile(AvlNet.Profile, IList<float>, bool, AvlNet.Profile)Applies a user-defined convolution to a profile.
ConvolveProfile(AvlNet.Profile, AvlNet.Range?, IList<float>, bool, int?, AvlNet.Profile)Applies a user-defined convolution to a profile.
CopyImageData(AvlNet.Image, AvlNet.Image)Creates an image copy with the same size and pixel format.
CopyImageData(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Creates an image copy with the same size and pixel format.
CorrectGamma(AvlNet.Image, float, AvlNet.Image)Performs gamma correction.
CorrectGamma(AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Performs gamma correction.
CreateAffineTransformMatrix(float, float, AvlNet.Vector2D, float, float, float, AvlNet.Matrix)Creates affine transform matrix matrix. Return product of matrices: Translation * Rotation * Scale * Shearing.
CreateArcFittingMap(AvlNet.ImageFormat, AvlNet.ArcFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.ArcFittingMap)Precomputes a data object that is required for fast arc fitting on images.
CreateArcFittingMap(AvlNet.ImageFormat, AvlNet.ArcFittingField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, AvlNet.ArcFittingMap)Precomputes a data object that is required for fast arc fitting on images.
CreateArcFittingMap(AvlNet.ImageFormat, AvlNet.ArcFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.ArcFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast arc fitting on images.
CreateArcFittingMap(AvlNet.ImageFormat, AvlNet.ArcFittingField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, AvlNet.ArcFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast arc fitting on images.
CreateArcPath(AvlNet.Arc2D, int, AvlNet.Path)Creates an open path containing cocircular, equidistant points.
CreateArc(AvlNet.Point2D, AvlNet.Anchor2D, float, float, float, AvlNet.Arc2D)Creates an arc from an aligned point, radius, and angle range.
CreateBicircularCurve(AvlNet.Path, int, AvlNet.Path)Creates a bicircular curve passing through the points of the leading path.
CreateBox3D(AvlNet.Point3D, AvlNet.Anchor3D, float, float, float, AvlNet.Box3D)Creates a box in 3D.
CreateBoxBorderRegion(AvlNet.Box, int, AvlNet.BorderPosition, int, int, AvlNet.Region)Creates a frame-shaped region with given parameters.
CreateBoxRegion(AvlNet.Box, int, int, AvlNet.Region)Creates a rectangular region corresponding to a given box.
CreateBox(AvlNet.Location, AvlNet.Anchor2D, int, int, AvlNet.Box)Creates a box.
CreateCircleFittingMap3D(AvlNet.SurfaceFormat, AvlNet.CircleFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.CircleFittingMap)Precomputes a data object that is required for fast circle fitting on surfaces.
CreateCircleFittingMap3D(AvlNet.SurfaceFormat, AvlNet.CircleFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.CircleFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast circle fitting on surfaces.
CreateCircleFittingMap3D(AvlNet.SurfaceFormat, AvlNet.CircleFittingField, AvlNet.CoordinateSystem2D?, int, float?, int, AvlNet.InterpolationMethod, AvlNet.CircleFittingMap)Precomputes a data object that is required for fast circle fitting on surfaces.
CreateCircleFittingMap3D(AvlNet.SurfaceFormat, AvlNet.CircleFittingField, AvlNet.CoordinateSystem2D?, int, float?, int, AvlNet.InterpolationMethod, AvlNet.CircleFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast circle fitting on surfaces.
CreateCircleFittingMap(AvlNet.ImageFormat, AvlNet.CircleFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.CircleFittingMap)Precomputes a data object that is required for fast circle fitting on images.
CreateCircleFittingMap(AvlNet.ImageFormat, AvlNet.CircleFittingField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, AvlNet.CircleFittingMap)Precomputes a data object that is required for fast circle fitting on images.
CreateCircleFittingMap(AvlNet.ImageFormat, AvlNet.CircleFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.CircleFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast circle fitting on images.
CreateCircleFittingMap(AvlNet.ImageFormat, AvlNet.CircleFittingField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, AvlNet.CircleFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast circle fitting on images.
CreateCirclePath(AvlNet.Circle2D, int, AvlNet.Path)Creates a closed path containing cocircular, equidistant points.
CreateCircleRegion(AvlNet.Circle2D, int, int, AvlNet.Region)Creates a circular region corresponding to a given circle.
CreateCircleRegion(AvlNet.Circle2D, int, int, AvlNet.Region, NullableValue<AvlNet.Circle2D>)Creates a circular region corresponding to a given circle.
CreateCircleRegion(AvlNet.Circle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region)Creates a circular region corresponding to a given circle.
CreateCircleRegion(AvlNet.Circle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region, AvlNet.Circle2D)Creates a circular region corresponding to a given circle.
CreateCircleRegion(AvlNet.Circle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region, NullableValue<AvlNet.Circle2D>)Creates a circular region corresponding to a given circle.
CreateCircle(AvlNet.Point2D, AvlNet.Anchor2D, float, AvlNet.Circle2D)Creates a circle from an aligned point and radius.
CreateCoordinateSystemFromPoint(AvlNet.Point2D, float, float, float, AvlNet.CoordinateSystem2D)Creates a coordinate system with the specified origin.
CreateCoordinateSystemFromRectangle(AvlNet.Rectangle2D, AvlNet.Anchor2D, float, float, float, AvlNet.CoordinateSystem2D)Creates a coordinate system from a rectangle.
CreateCoordinateSystemFromSegment(AvlNet.Segment2D, float, float, float, float, AvlNet.CoordinateSystem2D)Creates a coordinate system with the origin on a given segment.
CreateCoordinateSystemFromTwoPoints(AvlNet.Point2D, AvlNet.Point2D, float, float, float, AvlNet.CoordinateSystem2D)Creates a coordinate system with two points on its axes.
CreateCoordinateSystemFromVector(AvlNet.Vector2D, float, float, float, AvlNet.CoordinateSystem2D)Creates a coordinate system from a vector.
CreateCrossRegion(AvlNet.Box, int, int, AvlNet.Region)Creates a cross-shaped region with given parameters.
CreateCylinderMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int, AvlNet.InterpolationMethod, AvlNet.CylinderMappingMode, AvlNet.SpatialMap)Creates a spatial map for transformations from a cylinder surface to a flat rectangle.
CreateCylinderMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int, AvlNet.InterpolationMethod, AvlNet.CylinderMappingMode, AvlNet.SpatialMap, NullableRef<AvlNet.Region>)Creates a spatial map for transformations from a cylinder surface to a flat rectangle.
CreateCylinderMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, AvlNet.Point2D?, int?, int?, int, AvlNet.InterpolationMethod, AvlNet.CylinderMappingMode, AvlNet.SpatialMap)Creates a spatial map for transformations from a cylinder surface to a flat rectangle.
CreateCylinderMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, AvlNet.Point2D?, int?, int?, int, AvlNet.InterpolationMethod, AvlNet.CylinderMappingMode, AvlNet.SpatialMap, NullableRef<AvlNet.Region>)Creates a spatial map for transformations from a cylinder surface to a flat rectangle.
CreateCylinderMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, AvlNet.Point2D?, int?, int?, int, AvlNet.InterpolationMethod, AvlNet.CylinderMappingMode, AvlNet.SpatialMap, AvlNet.Region)Creates a spatial map for transformations from a cylinder surface to a flat rectangle.
CreateDataPartition(IList<IList<float>>, IList<int>, float, int, IList<List<float>>, IList<List<float>>, IList<List<float>>, IList<List<float>>)Divides input set to test and train set, trying to maintain balance in class distribution in both resulting sets.
CreateEdgeModel(AvlNet.Image, int, float, float, float, float, float, float, float, float, float, float, INullable<AvlNet.EdgeModel>)Creates a model for edge-based template matching.
CreateEdgeModel(AvlNet.Image, int, float, float, float, float, float, float, float, float, float, float, INullable<AvlNet.EdgeModel>, NullableRef<NullableValue<AvlNet.Point2D>>)Creates a model for edge-based template matching.
CreateEdgeModel(AvlNet.Image, int, float, float, float, float, float, float, float, float, float, float, INullable<AvlNet.EdgeModel>, INullable<SafeList<AvlNet.Path>>, INullable<SafeList<AvlNet.Image>>)Creates a model for edge-based template matching.
CreateEdgeModel(AvlNet.Image, int, float, float, float, float, float, float, float, float, float, float, INullable<AvlNet.EdgeModel>, NullableRef<NullableValue<AvlNet.Point2D>>, INullable<SafeList<AvlNet.Path>>, INullable<SafeList<AvlNet.Image>>)Creates a model for edge-based template matching.
CreateEdgeModel(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<AvlNet.EdgeModel>)Creates a model for edge-based template matching.
CreateEdgeModel(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<AvlNet.EdgeModel>, NullableRef<NullableValue<AvlNet.Point2D>>)Creates a model for edge-based template matching.
CreateEdgeModel(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<AvlNet.EdgeModel>, INullable<SafeList<AvlNet.Path>>, INullable<SafeList<AvlNet.Image>>)Creates a model for edge-based template matching.
CreateEdgeModel(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<AvlNet.EdgeModel>, AvlNet.Point2D?, INullable<SafeList<AvlNet.Path>>, INullable<SafeList<AvlNet.Image>>)Creates a model for edge-based template matching.
CreateEdgeModel(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<AvlNet.EdgeModel>, NullableRef<NullableValue<AvlNet.Point2D>>, INullable<SafeList<AvlNet.Path>>, INullable<SafeList<AvlNet.Image>>)Creates a model for edge-based template matching.
CreateEllipsePath(AvlNet.Point2D, float, float, int, AvlNet.Path)Creates a closed path containing elliptical, equidistant points.
CreateEllipseRegion(AvlNet.Rectangle2D, int, int, AvlNet.Region)Creates an elliptic region of given bounding rectangle.
CreateEllipseRegion(AvlNet.Rectangle2D, int, int, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>)Creates an elliptic region of given bounding rectangle.
CreateEllipseRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region)Creates an elliptic region of given bounding rectangle.
CreateEllipseRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>)Creates an elliptic region of given bounding rectangle.
CreateEllipseRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region, AvlNet.Rectangle2D)Creates an elliptic region of given bounding rectangle.
CreateFlatSurface(int, int, AvlNet.PlainType, double, double, double, double, double, double, AvlNet.Surface)Creates a uniform surface.
CreateFlatSurface(int, int, AvlNet.PlainType, double, double, double, double, double, double, double?, AvlNet.Surface)Creates a uniform surface.
CreateGammaCorrectionLut(float, AvlNet.PlainType, AvlNet.PixelLut)Creates Look Up Table for gamma correction operation on image pixels.
CreateGoldenTemplate2(IList<AvlNet.Image>, int, int, int, int, int, float, AvlNet.GoldenTemplate2Model)Create a model to be used with CompareGoldenTemplate2 filter
CreateGoldenTemplate2(IList<AvlNet.Image>, NullableRef<AvlNet.Region>, int, int, int, int, int, float, AvlNet.GoldenTemplate2Model)Create a model to be used with CompareGoldenTemplate2 filter
CreateGoldenTemplate_Edges(AvlNet.Image, float, float, float, AvlNet.EdgeGoldenTemplate)Creates golden template for application in CompareGoldenTemplate_Edges filter.
CreateGoldenTemplate_Edges(AvlNet.Image, float, float, float, AvlNet.EdgeGoldenTemplate, AvlNet.Image, AvlNet.Region, AvlNet.Region)Creates golden template for application in CompareGoldenTemplate_Edges filter.
CreateGoldenTemplate_Edges(AvlNet.Image, AvlNet.Rectangle2D?, NullableRef<AvlNet.Region>, AvlNet.CoordinateSystem2D?, float, float?, float, float, AvlNet.EdgeGoldenTemplate)Creates golden template for application in CompareGoldenTemplate_Edges filter.
CreateGoldenTemplate_Edges(AvlNet.Image, AvlNet.Rectangle2D?, NullableRef<AvlNet.Region>, AvlNet.CoordinateSystem2D?, float, float?, float, float, AvlNet.EdgeGoldenTemplate, AvlNet.Image, AvlNet.Region, AvlNet.Region)Creates golden template for application in CompareGoldenTemplate_Edges filter.
CreateGoldenTemplate_Intensity(AvlNet.Image, float, int, AvlNet.GrayGoldenTemplate)Creates golden template for application in CompareGoldenTemplate_Intensity filter.
CreateGoldenTemplate_Intensity(AvlNet.Image, AvlNet.Rectangle2D?, NullableRef<AvlNet.Region>, AvlNet.CoordinateSystem2D?, float, int, AvlNet.GrayGoldenTemplate)Creates golden template for application in CompareGoldenTemplate_Intensity filter.
CreateGoldenTemplate_Intensity(AvlNet.Image, float, int, AvlNet.GrayGoldenTemplate, AvlNet.Image, AvlNet.Region, AvlNet.Region)Creates golden template for application in CompareGoldenTemplate_Intensity filter.
CreateGoldenTemplate_Intensity(AvlNet.Image, AvlNet.Rectangle2D?, NullableRef<AvlNet.Region>, AvlNet.CoordinateSystem2D?, float, int, AvlNet.GrayGoldenTemplate, AvlNet.Image, AvlNet.Region, AvlNet.Region)Creates golden template for application in CompareGoldenTemplate_Intensity filter.
CreateGrayModel(AvlNet.Image, int, float, float, float, float, float, float, AvlNet.GrayModel)Creates a model for NCC or SAD template matching.
CreateGrayModel(AvlNet.Image, int, float, float, float, float, float, float, AvlNet.GrayModel, IList<AvlNet.Image>)Creates a model for NCC or SAD template matching.
CreateGrayModel(AvlNet.Image, int, float, float, float, float, float, float, AvlNet.GrayModel, NullableValue<AvlNet.Point2D>)Creates a model for NCC or SAD template matching.
CreateGrayModel(AvlNet.Image, int, float, float, float, float, float, float, AvlNet.GrayModel, NullableValue<AvlNet.Point2D>, IList<AvlNet.Image>)Creates a model for NCC or SAD template matching.
CreateGrayModel(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Rectangle2D?, int, int?, float, float, float, float, float, float, AvlNet.GrayModel)Creates a model for NCC or SAD template matching.
CreateGrayModel(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Rectangle2D?, int, int?, float, float, float, float, float, float, AvlNet.GrayModel, IList<AvlNet.Image>)Creates a model for NCC or SAD template matching.
CreateGrayModel(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Rectangle2D?, int, int?, float, float, float, float, float, float, AvlNet.GrayModel, NullableValue<AvlNet.Point2D>)Creates a model for NCC or SAD template matching.
CreateGrayModel(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Rectangle2D?, int, int?, float, float, float, float, float, float, AvlNet.GrayModel, NullableValue<AvlNet.Point2D>, IList<AvlNet.Image>)Creates a model for NCC or SAD template matching.
CreateGrayModel(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Rectangle2D?, int, int?, float, float, float, float, float, float, AvlNet.GrayModel, AvlNet.Point2D, IList<AvlNet.Image>)Creates a model for NCC or SAD template matching.
CreateGridRegion(AvlNet.Box, int, int, int, int, AvlNet.Region)Creates a grid-shaped region with given parameters.
CreateHistogram(IList<float>, float, AvlNet.Histogram)Creates the histogram of the array of real numbers.
CreateHistogram(IList<float>, NullableRef<IList<int>>, float, float?, float?, AvlNet.Histogram)Creates the histogram of the array of real numbers.
CreateImageFromPoint3DGrid(AvlNet.Point3DGrid, float, float, float, AvlNet.Image)Creates an image of z-values of the given points.
CreateImageFromSurface(AvlNet.Surface, AvlNet.PlainType, AvlNet.Image)Creates an image of z-values of the given points.
CreateImageFromSurface(AvlNet.Surface, AvlNet.PlainType, double?, double?, float?, AvlNet.Image)Creates an image of z-values of the given points.
CreateImageInversePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap)Creates a spatial map representing an image inverse polar transform.
CreateImageInversePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap, NullableRef<AvlNet.Region>)Creates a spatial map representing an image inverse polar transform.
CreateImageInversePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)Creates a spatial map representing an image inverse polar transform.
CreateImagePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap)Creates a spatial map representing an image polar transform.
CreateImagePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap, NullableRef<AvlNet.Region>)Creates a spatial map representing an image polar transform.
CreateImagePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)Creates a spatial map representing an image polar transform.
CreateImagePyramid_Gauss(AvlNet.Image, AvlNet.GaussKernel, int, int, IList<AvlNet.Image>)Creates an array of images, each downsampled from the previous, gauss-smoothed one.
CreateImagePyramid(AvlNet.Image, int, int, IList<AvlNet.Image>)Creates an array of images, each downsampled from the previous one.
CreateImageResizeMap(AvlNet.ImageFormat, int, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap)Creates a spatial map representing an image resizing.
CreateImageResizeMap(AvlNet.ImageFormat, int, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap, NullableRef<AvlNet.Region>)Creates a spatial map representing an image resizing.
CreateImageResizeMap(AvlNet.ImageFormat, int, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)Creates a spatial map representing an image resizing.
CreateImageRotationMap(AvlNet.ImageFormat, float, AvlNet.RotationSizeMode, AvlNet.InterpolationMethod, AvlNet.SpatialMap)Creates a spatial map representing an image rotation.
CreateImageRotationMap(AvlNet.ImageFormat, float, AvlNet.RotationSizeMode, AvlNet.InterpolationMethod, AvlNet.SpatialMap, NullableRef<AvlNet.Region>)Creates a spatial map representing an image rotation.
CreateImageRotationMap(AvlNet.ImageFormat, float, AvlNet.RotationSizeMode, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)Creates a spatial map representing an image rotation.
CreateImageTiles_AsBoxes(AvlNet.Size, int, AvlNet.OverflowControl, IList<AvlNet.Box>, int, int)Generates array of Boxes, which divide image in, potentially overlapping, tiles.
CreateImageTiles_AsBoxes(AvlNet.Size, int, int?, int?, int?, AvlNet.OverflowControl, IList<AvlNet.Box>, int, int)Generates array of Boxes, which divide image in, potentially overlapping, tiles.
CreateImageTiles(AvlNet.Size, int, AvlNet.OverflowControl, IList<AvlNet.Region>, IList<AvlNet.Box>, int, int)Generates array of Regions, which divide image in, potentially overlapping, tiles.
CreateImageTiles(AvlNet.Size, int, int?, int?, int?, AvlNet.OverflowControl, IList<AvlNet.Region>, IList<AvlNet.Box>, int, int)Generates array of Regions, which divide image in, potentially overlapping, tiles.
CreateLineRegion(AvlNet.Line2D, int, int, int, AvlNet.Region)Creates a line region.
CreateLineRegion(AvlNet.Line2D, int, int, int, AvlNet.Region, NullableValue<AvlNet.Line2D>)Creates a line region.
CreateLineRegion(AvlNet.Line2D, AvlNet.CoordinateSystem2D?, int, int, int, AvlNet.Region)Creates a line region.
CreateLineRegion(AvlNet.Line2D, AvlNet.CoordinateSystem2D?, int, int, int, AvlNet.Region, AvlNet.Line2D)Creates a line region.
CreateLineRegion(AvlNet.Line2D, AvlNet.CoordinateSystem2D?, int, int, int, AvlNet.Region, NullableValue<AvlNet.Line2D>)Creates a line region.
CreateLogarithmLut(float, bool, AvlNet.PlainType, AvlNet.PixelLut)Creates Look Up Table for logarithm operation on image pixels.
CreateLogarithmLut(float?, float, bool, AvlNet.PlainType, AvlNet.PixelLut)Creates Look Up Table for logarithm operation on image pixels.
CreateMatrixTransformMap(AvlNet.ImageFormat, AvlNet.Matrix, AvlNet.InterpolationMethod, AvlNet.SpatialMap)Creates a spatial map which performs transform defined as a 3x3 homography matrix.
CreateMatrixTransformMap(AvlNet.ImageFormat, NullableRef<AvlNet.Region>, AvlNet.Matrix, AvlNet.Size?, AvlNet.InterpolationMethod, AvlNet.SpatialMap)Creates a spatial map which performs transform defined as a 3x3 homography matrix.
CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>)(Pre)computes image sampling locations used by MeasureObjectWidth function.
CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, IList<AvlNet.Segment2D>)(Pre)computes image sampling locations used by MeasureObjectWidth function.
CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, NullableValue<AvlNet.SegmentScanField>)(Pre)computes image sampling locations used by MeasureObjectWidth function.
CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>)(Pre)computes image sampling locations used by MeasureObjectWidth function.
CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, NullableValue<AvlNet.SegmentScanField>, IList<AvlNet.Segment2D>)(Pre)computes image sampling locations used by MeasureObjectWidth function.
CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, IList<AvlNet.Segment2D>)(Pre)computes image sampling locations used by MeasureObjectWidth function.
CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, NullableValue<AvlNet.SegmentScanField>)(Pre)computes image sampling locations used by MeasureObjectWidth function.
CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, NullableValue<AvlNet.SegmentScanField>, IList<AvlNet.Segment2D>)(Pre)computes image sampling locations used by MeasureObjectWidth function.
CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, AvlNet.SegmentScanField, IList<AvlNet.Segment2D>)(Pre)computes image sampling locations used by MeasureObjectWidth function.
CreatePathBorderRegion(AvlNet.Path, float, AvlNet.BorderPosition, int, int, AvlNet.Region)Creates a region from a path with given parameters.
CreatePathBorderRegion(AvlNet.Path, AvlNet.CoordinateSystem2D?, float, AvlNet.BorderPosition, int, int, AvlNet.Region)Creates a region from a path with given parameters.
CreatePathBorderRegion(AvlNet.Path, float, AvlNet.BorderPosition, int, int, AvlNet.Region, NullableRef<AvlNet.Path>)Creates a region from a path with given parameters.
CreatePathBorderRegion(AvlNet.Path, AvlNet.CoordinateSystem2D?, float, AvlNet.BorderPosition, int, int, AvlNet.Region, NullableRef<AvlNet.Path>)Creates a region from a path with given parameters.
CreatePathBorderRegion(AvlNet.Path, AvlNet.CoordinateSystem2D?, float, AvlNet.BorderPosition, int, int, AvlNet.Region, AvlNet.Path)Creates a region from a path with given parameters.
CreatePathFittingMap3D(AvlNet.SurfaceFormat, AvlNet.PathFittingField, int, AvlNet.InterpolationMethod, AvlNet.PathFittingMap)Precomputes a data object that is required for fast path fitting on surfaces.
CreatePathFittingMap3D(AvlNet.SurfaceFormat, AvlNet.PathFittingField, int, AvlNet.InterpolationMethod, AvlNet.PathFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast path fitting on surfaces.
CreatePathFittingMap3D(AvlNet.SurfaceFormat, AvlNet.PathFittingField, AvlNet.CoordinateSystem2D?, float?, float?, int, AvlNet.InterpolationMethod, AvlNet.PathFittingMap)Precomputes a data object that is required for fast path fitting on surfaces.
CreatePathFittingMap3D(AvlNet.SurfaceFormat, AvlNet.PathFittingField, AvlNet.CoordinateSystem2D?, float?, float?, int, AvlNet.InterpolationMethod, AvlNet.PathFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast path fitting on surfaces.
CreatePathFittingMap(AvlNet.ImageFormat, AvlNet.PathFittingField, int, AvlNet.InterpolationMethod, AvlNet.PathFittingMap)Precomputes a data object that is required for fast path fitting on images.
CreatePathFittingMap(AvlNet.ImageFormat, AvlNet.PathFittingField, int, AvlNet.InterpolationMethod, AvlNet.PathFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast path fitting on images.
CreatePathFittingMap(AvlNet.ImageFormat, AvlNet.PathFittingField, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, AvlNet.PathFittingMap)Precomputes a data object that is required for fast path fitting on images.
CreatePathFittingMap(AvlNet.ImageFormat, AvlNet.PathFittingField, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, AvlNet.PathFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast path fitting on images.
CreatePCATransform(AvlNet.Matrix, int, AvlNet.PCAModel, AvlNet.Matrix)Performs the Principal Component Analysis (PCA) on provided data, creates the feature vector and normalization coefficients (mean and standard deviation of variables).
CreatePCATransform(AvlNet.Matrix, int, float?, AvlNet.PCAModel, AvlNet.Matrix)Performs the Principal Component Analysis (PCA) on provided data, creates the feature vector and normalization coefficients (mean and standard deviation of variables).
CreatePCATransform(AvlNet.Matrix, int, AvlNet.PCAModel, AvlNet.Matrix, AvlNet.Matrix, AvlNet.Matrix, IList<int>)Performs the Principal Component Analysis (PCA) on provided data, creates the feature vector and normalization coefficients (mean and standard deviation of variables).
CreatePCATransform(AvlNet.Matrix, int, float?, AvlNet.PCAModel, AvlNet.Matrix, AvlNet.Matrix, AvlNet.Matrix, IList<int>)Performs the Principal Component Analysis (PCA) on provided data, creates the feature vector and normalization coefficients (mean and standard deviation of variables).
CreatePerspectiveMap_Path(AvlNet.ImageFormat, AvlNet.Path, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Matrix)Creates a perspective transform map from planes defined by paths.
CreatePerspectiveMap_Path(AvlNet.ImageFormat, NullableRef<AvlNet.Region>, AvlNet.Path, NullableRef<AvlNet.Path>, AvlNet.Size?, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Matrix)Creates a perspective transform map from planes defined by paths.
CreatePerspectiveMap_Points(AvlNet.ImageFormat, IList<AvlNet.Point2D>, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Matrix)Creates a perspective transform map from four points denoting a rectangle in the world coordinates.
CreatePerspectiveMap_Points(AvlNet.ImageFormat, NullableRef<AvlNet.Region>, IList<AvlNet.Point2D>, NullableRef<IList<AvlNet.Point2D>>, AvlNet.Size?, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Matrix)Creates a perspective transform map from four points denoting a rectangle in the world coordinates.
CreatePincushionMap(AvlNet.ImageFormat, float, AvlNet.InterpolationMethod, AvlNet.SpatialMap)Creates a spatial map for removing/adding pincushion distortion, using divisional lens distortion model.
CreatePincushionMap(AvlNet.ImageFormat, float, AvlNet.Point2D?, AvlNet.InterpolationMethod, AvlNet.SpatialMap)Creates a spatial map for removing/adding pincushion distortion, using divisional lens distortion model.
CreatePointGraph(IList<AvlNet.Point2D>, int, IList<List<int>>, IList<List<float>>)Creates a graph of points that lay close to each other.
CreatePointGraph(IList<AvlNet.Point2D>, int, IList<List<int>>, IList<List<float>>, IList<AvlNet.Segment2D>)Creates a graph of points that lay close to each other.
CreatePointGraph(IList<AvlNet.Point2D>, int, float?, float?, IList<List<int>>, IList<List<float>>)Creates a graph of points that lay close to each other.
CreatePointGraph(IList<AvlNet.Point2D>, int, float?, float?, IList<List<int>>, IList<List<float>>, IList<AvlNet.Segment2D>)Creates a graph of points that lay close to each other.
CreatePointGrid(AvlNet.Point2D, AvlNet.Anchor2D, int, int, float, float, IList<AvlNet.Point2D>)Creates a grid of points.
CreatePolygonRegion(AvlNet.Path, int, int, AvlNet.Region)Creates a polygonal region corresponding to a given closed path.
CreatePolygonRegion(AvlNet.Path, int, int, AvlNet.Region, NullableRef<AvlNet.Path>)Creates a polygonal region corresponding to a given closed path.
CreatePolygonRegion(AvlNet.Path, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region)Creates a polygonal region corresponding to a given closed path.
CreatePolygonRegion(AvlNet.Path, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region, NullableRef<AvlNet.Path>)Creates a polygonal region corresponding to a given closed path.
CreatePolygonRegion(AvlNet.Path, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region, AvlNet.Path)Creates a polygonal region corresponding to a given closed path.
CreatePowerLut(float, AvlNet.PlainType, AvlNet.PixelLut)Creates Look Up Table for power operation on image pixels.
CreateRandomPointArray(int, AvlNet.Box, float, IList<AvlNet.Point2D>)Creates array of random points inside given box.
CreateRandomPointArray(int, AvlNet.Box, float, int?, IList<AvlNet.Point2D>)Creates array of random points inside given box.
CreateRectangleBorderRegion(AvlNet.Rectangle2D, float, AvlNet.BorderPosition, int, int, AvlNet.Region)Creates a frame-shaped region with given parameters.
CreateRectangleBorderRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, float, AvlNet.BorderPosition, int, int, AvlNet.Region)Creates a frame-shaped region with given parameters.
CreateRectangleBorderRegion(AvlNet.Rectangle2D, float, AvlNet.BorderPosition, int, int, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>)Creates a frame-shaped region with given parameters.
CreateRectangleBorderRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, float, AvlNet.BorderPosition, int, int, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>)Creates a frame-shaped region with given parameters.
CreateRectangleBorderRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, float, AvlNet.BorderPosition, int, int, AvlNet.Region, AvlNet.Rectangle2D)Creates a frame-shaped region with given parameters.
CreateRectanglePath(AvlNet.Rectangle2D, AvlNet.Path)Creates a closed path containing four vertices of rectangle.
CreateRectangleRegion(AvlNet.Rectangle2D, int, int, AvlNet.Region)Creates a region corresponding to a given rectangle.
CreateRectangleRegion(AvlNet.Rectangle2D, int, int, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>)Creates a region corresponding to a given rectangle.
CreateRectangleRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region)Creates a region corresponding to a given rectangle.
CreateRectangleRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>)Creates a region corresponding to a given rectangle.
CreateRectangleRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region, AvlNet.Rectangle2D)Creates a region corresponding to a given rectangle.
CreateRectangle(AvlNet.Point2D, AvlNet.Anchor2D, float, float, float, AvlNet.Rectangle2D)Creates a rectangle from an aligned point.
CreateRectificationMap_Advanced(AvlNet.ImageFormat, AvlNet.CreateSpatialMapUnit, AvlNet.CreateSpatialMapUnit, bool, AvlNet.InterpolationMethod, AvlNet.RectificationTransform, AvlNet.RectificationMap)Computes a spatial map for transforming distorted images to rectified images defined in world coordinate plane. Allows for flexible definition of output geometry.
CreateRectificationMap_Advanced(AvlNet.ImageFormat, AvlNet.CreateSpatialMapUnit, AvlNet.Point2D?, AvlNet.CreateSpatialMapUnit, float?, float?, float?, bool, AvlNet.InterpolationMethod, AvlNet.RectificationTransform, AvlNet.RectificationMap)Computes a spatial map for transforming distorted images to rectified images defined in world coordinate plane. Allows for flexible definition of output geometry.
CreateRectificationMap_PixelUnits(AvlNet.ImageFormat, bool, AvlNet.InterpolationMethod, AvlNet.RectificationTransform, AvlNet.RectificationMap)Computes a spatial map for transforming distorted images to rectified images defined in world coordinate plane. Defines the output geometry in pixels.
CreateRectificationMap_PixelUnits(AvlNet.ImageFormat, AvlNet.Point2D?, int?, int?, float?, bool, AvlNet.InterpolationMethod, AvlNet.RectificationTransform, AvlNet.RectificationMap)Computes a spatial map for transforming distorted images to rectified images defined in world coordinate plane. Defines the output geometry in pixels.
CreateRectificationMap_WorldUnits(AvlNet.ImageFormat, float, float, float, float, bool, AvlNet.InterpolationMethod, AvlNet.RectificationTransform, AvlNet.RectificationMap)Computes a spatial map for transforming distorted images to rectified images defined in world coordinate plane. Defines the output geometry in world units.
CreateRectificationMap_WorldUnits(AvlNet.ImageFormat, float, float, float, float, float?, bool, AvlNet.InterpolationMethod, AvlNet.RectificationTransform, AvlNet.RectificationMap)Computes a spatial map for transforming distorted images to rectified images defined in world coordinate plane. Defines the output geometry in world units.
CreateRegionOfInterestRegion(AvlNet.RegionOfInterest, int, int, AvlNet.Region)Creates a region corresponding to a given region of interest.
CreateRegionOfInterestRegion(AvlNet.RegionOfInterest, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region)Creates a region corresponding to a given region of interest.
CreateRingRegion(AvlNet.Circle2D, float, AvlNet.BorderPosition, int, int, AvlNet.Region)Creates a ring-shaped region with given parameters.
CreateRingRegion(AvlNet.Circle2D, AvlNet.CoordinateSystem2D?, float, AvlNet.BorderPosition, int, int, AvlNet.Region)Creates a ring-shaped region with given parameters.
CreateRingRegion(AvlNet.Circle2D, float, AvlNet.BorderPosition, int, int, AvlNet.Region, NullableValue<AvlNet.Circle2D>)Creates a ring-shaped region with given parameters.
CreateRingRegion(AvlNet.Circle2D, AvlNet.CoordinateSystem2D?, float, AvlNet.BorderPosition, int, int, AvlNet.Region, AvlNet.Circle2D)Creates a ring-shaped region with given parameters.
CreateRingRegion(AvlNet.Circle2D, AvlNet.CoordinateSystem2D?, float, AvlNet.BorderPosition, int, int, AvlNet.Region, NullableValue<AvlNet.Circle2D>)Creates a ring-shaped region with given parameters.
CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, int, AvlNet.InterpolationMethod, AvlNet.ScanMap)Precomputes a data object that is required for fast 1D edge detection.
CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, NullableRef<AvlNet.Path>)Precomputes a data object that is required for fast 1D edge detection.
CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap)Precomputes a data object that is required for fast 1D edge detection.
CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, IList<AvlNet.Path>, float)Precomputes a data object that is required for fast 1D edge detection.
CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, NullableRef<AvlNet.Path>)Precomputes a data object that is required for fast 1D edge detection.
CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, NullableRef<AvlNet.Path>, IList<AvlNet.Path>, float)Precomputes a data object that is required for fast 1D edge detection.
CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, IList<AvlNet.Path>, float)Precomputes a data object that is required for fast 1D edge detection.
CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, NullableRef<AvlNet.Path>, IList<AvlNet.Path>, float)Precomputes a data object that is required for fast 1D edge detection.
CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, AvlNet.Path, IList<AvlNet.Path>, float)Precomputes a data object that is required for fast 1D edge detection.
CreateSegment3D(AvlNet.Point3D, float, AvlNet.Vector3D, float, AvlNet.Segment3D)Produces a segment in 3D of given parameters.
CreateSegmentFittingMap3D(AvlNet.SurfaceFormat, AvlNet.SegmentFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.SegmentFittingMap)Precomputes a data object that is required for fast segment fitting on surfaces.
CreateSegmentFittingMap3D(AvlNet.SurfaceFormat, AvlNet.SegmentFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.SegmentFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast segment fitting on surfaces.
CreateSegmentFittingMap3D(AvlNet.SurfaceFormat, AvlNet.SegmentFittingField, AvlNet.CoordinateSystem2D?, int, float?, int, AvlNet.InterpolationMethod, AvlNet.SegmentFittingMap)Precomputes a data object that is required for fast segment fitting on surfaces.
CreateSegmentFittingMap3D(AvlNet.SurfaceFormat, AvlNet.SegmentFittingField, AvlNet.CoordinateSystem2D?, int, float?, int, AvlNet.InterpolationMethod, AvlNet.SegmentFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast segment fitting on surfaces.
CreateSegmentFittingMap(AvlNet.ImageFormat, AvlNet.SegmentFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.SegmentFittingMap)Precomputes a data object that is required for fast segment fitting on images.
CreateSegmentFittingMap(AvlNet.ImageFormat, AvlNet.SegmentFittingField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, AvlNet.SegmentFittingMap)Precomputes a data object that is required for fast segment fitting on images.
CreateSegmentFittingMap(AvlNet.ImageFormat, AvlNet.SegmentFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.SegmentFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast segment fitting on images.
CreateSegmentFittingMap(AvlNet.ImageFormat, AvlNet.SegmentFittingField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, AvlNet.SegmentFittingMap, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>)Precomputes a data object that is required for fast segment fitting on images.
CreateSegmentPath(AvlNet.Point2D, AvlNet.Point2D, int, AvlNet.Path)Creates an open path containing collinear, equidistant points.
CreateSegmentRegion(AvlNet.Segment2D, int, int, int, bool, AvlNet.Region)Creates a segment region.
CreateSegmentRegion(AvlNet.Segment2D, int, int, int, bool, AvlNet.Region, NullableValue<AvlNet.Segment2D>)Creates a segment region.
CreateSegmentRegion(AvlNet.Segment2D, AvlNet.CoordinateSystem2D?, int, int, int, bool, AvlNet.Region)Creates a segment region.
CreateSegmentRegion(AvlNet.Segment2D, AvlNet.CoordinateSystem2D?, int, int, int, bool, AvlNet.Region, NullableValue<AvlNet.Segment2D>)Creates a segment region.
CreateSegmentRegion(AvlNet.Segment2D, AvlNet.CoordinateSystem2D?, int, int, int, bool, AvlNet.Region, AvlNet.Segment2D)Creates a segment region.
CreateSegment(AvlNet.Point2D, float, float, float, AvlNet.Segment2D)Produces a segment of given parameters.
CreateSphereMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap)Creates a spatial map for transformations from a sphere surface to a flat rectangle.
CreateSphereMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap, NullableRef<AvlNet.Region>)Creates a spatial map for transformations from a sphere surface to a flat rectangle.
CreateSphereMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int?, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap)Creates a spatial map for transformations from a sphere surface to a flat rectangle.
CreateSphereMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int?, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap, NullableRef<AvlNet.Region>)Creates a spatial map for transformations from a sphere surface to a flat rectangle.
CreateSphereMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int?, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)Creates a spatial map for transformations from a sphere surface to a flat rectangle.
CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>)(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, IList<AvlNet.Segment2D>)(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, NullableValue<AvlNet.SegmentScanField>)(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, NullableValue<AvlNet.SegmentScanField>, IList<AvlNet.Segment2D>)(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, float?, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>)(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, float?, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, IList<AvlNet.Segment2D>)(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, float?, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, NullableValue<AvlNet.SegmentScanField>)(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, float?, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, NullableValue<AvlNet.SegmentScanField>, IList<AvlNet.Segment2D>)(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, float?, int, AvlNet.InterpolationMethod, IList<AvlNet.ScanMap>, AvlNet.SegmentScanField, IList<AvlNet.Segment2D>)(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
CreateSurfaceScanMap(AvlNet.SurfaceFormat, AvlNet.Path, int, AvlNet.InterpolationMethod, AvlNet.ScanMap)Precomputes a data object that is required for fast 1D edge detection in 3D.
CreateSurfaceScanMap(AvlNet.SurfaceFormat, AvlNet.Path, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, NullableRef<AvlNet.Path>)Precomputes a data object that is required for fast 1D edge detection in 3D.
CreateSurfaceScanMap(AvlNet.SurfaceFormat, AvlNet.Path, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, IList<AvlNet.Path>, float)Precomputes a data object that is required for fast 1D edge detection in 3D.
CreateSurfaceScanMap(AvlNet.SurfaceFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap)Precomputes a data object that is required for fast 1D edge detection in 3D.
CreateSurfaceScanMap(AvlNet.SurfaceFormat, AvlNet.Path, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, NullableRef<AvlNet.Path>, IList<AvlNet.Path>, float)Precomputes a data object that is required for fast 1D edge detection in 3D.
CreateSurfaceScanMap(AvlNet.SurfaceFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, NullableRef<AvlNet.Path>)Precomputes a data object that is required for fast 1D edge detection in 3D.
CreateSurfaceScanMap(AvlNet.SurfaceFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, IList<AvlNet.Path>, float)Precomputes a data object that is required for fast 1D edge detection in 3D.
CreateSurfaceScanMap(AvlNet.SurfaceFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, NullableRef<AvlNet.Path>, IList<AvlNet.Path>, float)Precomputes a data object that is required for fast 1D edge detection in 3D.
CreateSurfaceScanMap(AvlNet.SurfaceFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, AvlNet.Path, IList<AvlNet.Path>, float)Precomputes a data object that is required for fast 1D edge detection in 3D.
CreateUniformHistogram(int, float, float, float, AvlNet.Histogram)Creates an uniform histogram of desired parameters with common value of all bins.
CreateUniformProfile(float, int, float, float, AvlNet.Profile)Creates an uniform profile of the given size.
CreateVector(float, float, AvlNet.Vector2D)Produces a vector of given length and direction.
CropBordersFromRegion(AvlNet.Region, int, int, AvlNet.Region)Removes from a region the pixels that lie very close to the region's borders.
CropHistogram(AvlNet.Histogram, int, int, AvlNet.Histogram)Confines a histogram to its continuous segment.
CropImageToRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CropScaleMode, AvlNet.InterpolationMethod, float, AvlNet.Image)Creates an image from a rectangular fragment of another image (with black margins if requested).
CropImageToRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.CropScaleMode, AvlNet.InterpolationMethod, float, AvlNet.Image)Creates an image from a rectangular fragment of another image (with black margins if requested).
CropImageToRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CropScaleMode, AvlNet.InterpolationMethod, float, AvlNet.Image, NullableValue<AvlNet.Rectangle2D>, NullableValue<AvlNet.CoordinateSystem2D>)Creates an image from a rectangular fragment of another image (with black margins if requested).
CropImageToRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.CropScaleMode, AvlNet.InterpolationMethod, float, AvlNet.Image, NullableValue<AvlNet.Rectangle2D>, NullableValue<AvlNet.CoordinateSystem2D>)Creates an image from a rectangular fragment of another image (with black margins if requested).
CropImageToRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.CropScaleMode, AvlNet.InterpolationMethod, float, AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D)Creates an image from a rectangular fragment of another image (with black margins if requested).
CropImageToRegion(AvlNet.Image, AvlNet.Region, AvlNet.Pixel, AvlNet.Image)Crops an image to the area of the specified region.
CropImage(AvlNet.Image, AvlNet.Box, AvlNet.Image)Creates an image from a box-shaped fragment of the input image (with margins if requested).
CropLine3D(AvlNet.Line3D, AvlNet.Box3D, INullable<AvlNet.Segment3D>)Creates a segment contained in a box in 3D from a line in 3D.
CropLineToRectangle(AvlNet.Line2D, AvlNet.Rectangle2D, AvlNet.Segment2D?)Creates a segment contained in a rectangle from a line.
CropLine(AvlNet.Line2D, AvlNet.Box, AvlNet.Segment2D?)Creates a segment contained in a box from a line.
CropPathArrayToRectangle(IList<AvlNet.Path>, AvlNet.Rectangle2D, AvlNet.CropPathMethod, IList<AvlNet.Path>)Creates an array of paths contained in a rectangle from another array of paths.
CropPathArray(IList<AvlNet.Path>, AvlNet.Box, AvlNet.CropPathMethod, IList<AvlNet.Path>)Creates an array of paths contained in a box from another array of paths.
CropPathToRectangle(AvlNet.Path, AvlNet.Rectangle2D, AvlNet.CropPathMethod, AvlNet.Path)Creates a path contained in a rectangle from another path.
CropPath(AvlNet.Path, AvlNet.Box, AvlNet.CropPathMethod, AvlNet.Path)Creates a path contained in a box from another path.
CropPixels(AvlNet.Image, AvlNet.Image)Sets pixels below the low value to the low value and above the high value to the high value.
CropPixels(AvlNet.Image, NullableRef<AvlNet.Region>, float?, float?, AvlNet.Image)Sets pixels below the low value to the low value and above the high value to the high value.
CropPoint3DGridByNeighborsProximity(AvlNet.Point3DGrid, int, float, AvlNet.Metric3D, float, AvlNet.Point3DGrid)Removes from the grid points that are too distant from their neighbor points.
CropPoint3DGridByPlaneProximity(AvlNet.Point3DGrid, AvlNet.Plane3D, float, AvlNet.Point3DGrid)Removes from the grid points that are too distant from a given plane.
CropPoint3DGridToRegion(AvlNet.Point3DGrid, AvlNet.Region, AvlNet.Point3DGrid)Removes points that are not represented in a given region of the input grid.
CropPoint3DGrid(AvlNet.Point3DGrid, float?, float?, float?, float?, float?, float?, AvlNet.Point3DGrid)Removes from the grid points that are not contained in a given rectangular box.
CropPointArrayToRegion(IList<AvlNet.Point2D>, AvlNet.Region, IList<AvlNet.Point2D>)Crops an array of points to a region.
CropPointArray(IList<AvlNet.Point2D>, AvlNet.Box, IList<AvlNet.Point2D>)Removes points not contained in a box from an array.
CropProfileValues(AvlNet.Profile)Applies limits to profile values.
CropProfileValues(AvlNet.Profile, AvlNet.Range?, float?, float?)Applies limits to profile values.
CropProfile(AvlNet.Profile, int, AvlNet.Profile)Confines a profile to its continuous subsequence.
CropProfile(AvlNet.Profile, int, int?, AvlNet.Profile)Confines a profile to its continuous subsequence.
CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.Region)Creates a region from a rectangular fragment of another one.
CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Region)Creates a region from a rectangular fragment of another one.
CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>, NullableValue<AvlNet.CoordinateSystem2D>)Creates a region from a rectangular fragment of another one.
CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>, NullableValue<AvlNet.CoordinateSystem2D>)Creates a region from a rectangular fragment of another one.
CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D)Creates a region from a rectangular fragment of another one.
CropRegion(AvlNet.Region, AvlNet.Box, AvlNet.Region)Creates a region from a rectangular fragment of another one.
CropSegment3D(AvlNet.Segment3D, AvlNet.Box3D, INullable<AvlNet.Segment3D>)Creates a segment contained in a box in 3D from another segment in 3D.
CropSegmentToRectangle(AvlNet.Segment2D, AvlNet.Rectangle2D, AvlNet.Segment2D?)Creates a segment contained in a rectangle from another segment.
CropSegment(AvlNet.Segment2D, AvlNet.Box, AvlNet.Segment2D?)Creates a segment contained in a box from another segment.
CropSurfaceByNeighborsProximity(AvlNet.Surface, int, float, AvlNet.Metric3D, float, bool, AvlNet.Surface)Removes from the surface points that are too distant from their neighbor points.
CropSurfaceByNeighborsProximity(AvlNet.Surface, int, float, AvlNet.Metric3D, float, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are too distant from their neighbor points.
CropSurfaceByNeighborsProximity(AvlNet.Surface, NullableRef<AvlNet.Region>, int, float, AvlNet.Metric3D, float, bool, AvlNet.Surface)Removes from the surface points that are too distant from their neighbor points.
CropSurfaceByNeighborsProximity(AvlNet.Surface, NullableRef<AvlNet.Region>, int, float, AvlNet.Metric3D, float, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are too distant from their neighbor points.
CropSurfaceByNeighborsProximity(AvlNet.Surface, NullableRef<AvlNet.Region>, int, float, AvlNet.Metric3D, float, bool, AvlNet.Surface, AvlNet.Region)Removes from the surface points that are too distant from their neighbor points.
CropSurfaceByPlaneProximity(AvlNet.Surface, AvlNet.Plane3D, float?, float?, bool, AvlNet.Surface)Removes from the surface points that are too distant from a given plane.
CropSurfaceByPlaneProximity(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Plane3D, float?, float?, bool, AvlNet.Surface)Removes from the surface points that are too distant from a given plane.
CropSurfaceByPlaneProximity(AvlNet.Surface, AvlNet.Plane3D, float?, float?, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are too distant from a given plane.
CropSurfaceByPlaneProximity(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Plane3D, float?, float?, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are too distant from a given plane.
CropSurfaceByPlaneProximity(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Plane3D, float?, float?, bool, AvlNet.Surface, AvlNet.Region)Removes from the surface points that are too distant from a given plane.
CropSurfaceToBox3D(AvlNet.Surface, AvlNet.Box3D, bool, AvlNet.Surface)Removes from the surface points that are not contained in a given box in 3D.
CropSurfaceToBox3D(AvlNet.Surface, AvlNet.Box3D, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are not contained in a given box in 3D.
CropSurfaceToBox3D(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Box3D, bool, AvlNet.Surface)Removes from the surface points that are not contained in a given box in 3D.
CropSurfaceToBox3D(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Box3D, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are not contained in a given box in 3D.
CropSurfaceToBox3D(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Box3D, bool, AvlNet.Surface, AvlNet.Region)Removes from the surface points that are not contained in a given box in 3D.
CropSurfaceToRegion(AvlNet.Surface, AvlNet.Region, bool, AvlNet.Surface)Removes points that are not present in a given region.
CropSurface_Dynamic(AvlNet.Surface, int, float?, float?, float, bool, AvlNet.Surface)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Dynamic(AvlNet.Surface, int, float, bool, AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Surface)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Dynamic(AvlNet.Surface, int, float?, float?, float, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Dynamic(AvlNet.Surface, int, float?, float?, float, bool, AvlNet.Surface, AvlNet.Surface)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Dynamic(AvlNet.Surface, int, float?, float?, float, bool, AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Surface)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Dynamic(AvlNet.Surface, NullableRef<AvlNet.Region>, int, int?, float?, float?, float, bool, AvlNet.Surface)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Dynamic(AvlNet.Surface, NullableRef<AvlNet.Region>, int, int?, float?, float?, float, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Dynamic(AvlNet.Surface, NullableRef<AvlNet.Region>, int, int?, float?, float?, float, bool, AvlNet.Surface, AvlNet.Surface)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Dynamic(AvlNet.Surface, NullableRef<AvlNet.Region>, int, int?, float?, float?, float, bool, AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Surface)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Dynamic(AvlNet.Surface, NullableRef<AvlNet.Region>, int, int?, float?, float?, float, bool, AvlNet.Surface, AvlNet.Region, AvlNet.Surface)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Relative(AvlNet.Surface, AvlNet.Surface, float?, float?, float, bool, AvlNet.Surface)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Relative(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Surface, float?, float?, float, bool, AvlNet.Surface)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Relative(AvlNet.Surface, AvlNet.Surface, float?, float?, float, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Relative(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Surface, float?, float?, float, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Relative(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Surface, float?, float?, float, bool, AvlNet.Surface, AvlNet.Region)Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface(AvlNet.Surface, double?, double?, double?, double?, double?, double?, bool, AvlNet.Surface)Removes from the surface points that are not contained in a given rectangular box.
CropSurface(AvlNet.Surface, double?, double?, double?, double?, double?, double?, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are not contained in a given rectangular box.
CropSurface(AvlNet.Surface, NullableRef<AvlNet.Region>, double?, double?, double?, double?, double?, double?, bool, AvlNet.Surface)Removes from the surface points that are not contained in a given rectangular box.
CropSurface(AvlNet.Surface, NullableRef<AvlNet.Region>, double?, double?, double?, double?, double?, double?, bool, AvlNet.Surface, NullableRef<AvlNet.Region>)Removes from the surface points that are not contained in a given rectangular box.
CropSurface(AvlNet.Surface, NullableRef<AvlNet.Region>, double?, double?, double?, double?, double?, double?, bool, AvlNet.Surface, AvlNet.Region)Removes from the surface points that are not contained in a given rectangular box.
CutImageIntoTiles(AvlNet.Image, int, AvlNet.OverflowControl, IList<AvlNet.Image>)Generates array of image tiles, which are cut from inImage.
CutImageIntoTiles(AvlNet.Image, int, int?, int?, int?, AvlNet.OverflowControl, IList<AvlNet.Image>)Generates array of image tiles, which are cut from inImage.
DaPImageMedian(AvlNet.Image, float)Computes the average direction within the region of interest.
DaPImageMedian(AvlNet.Image, NullableRef<AvlNet.Region>, float)Computes the average direction within the region of interest.
DebugPreviewCloseAllWindows()Closes all active debug preview windows and terminates preview window subsystem.
DebugPreviewCloseWindow(AvlNet.DebugPreviewWindowState)Closes debug preview window.
DebugPreviewShowImage(AvlNet.DebugPreviewWindowState, AvlNet.Image)Shows image in separated window. When called first time creates new window with size fit to image.
DebugPreviewShowImage(AvlNet.DebugPreviewWindowState, AvlNet.Image, string, int, int)Shows image in separated window. When called first time creates new window with size fit to image.
DebugPreviewShowNewImage(AvlNet.Image)Creates new separated window and shows image in it. DebugPreviewCloseAllWindows need to be called to free resources reserved by this function.
DebugPreviewShowNewImage(AvlNet.Image, string, int, int)Creates new separated window and shows image in it. DebugPreviewCloseAllWindows need to be called to free resources reserved by this function.
DebugPreviewShowNewRegion(AvlNet.Region)Creates new separated window and shows region in it. DebugPreviewCloseAllWindows need to be called to free resources reserved by this function.
DebugPreviewShowNewRegion(AvlNet.Region, string, int, int)Creates new separated window and shows region in it. DebugPreviewCloseAllWindows need to be called to free resources reserved by this function.
DebugPreviewShowRegion(AvlNet.DebugPreviewWindowState, AvlNet.Region)Shows region in separated window. When called first time creates new window with size fit to region.
DebugPreviewShowRegion(AvlNet.DebugPreviewWindowState, AvlNet.Region, string, int, int)Shows region in separated window. When called first time creates new window with size fit to region.
DebugPreviewWaitForAnyWindowClose()Waits until user closes any of active debug windows.
DebugPreviewWaitForWindowsClose()Waits until user closes all active debug windows.
DecodeBarcode(IList<float>, INullable<string>, AvlNet.BarcodeFormat?)Translates an array of bar widths to sequence of digits or text in accordance to the selected barcode standard.
DecodeBarcode(IList<float>, AvlNet.BarcodeFormat?, INullable<string>, AvlNet.BarcodeFormat?)Translates an array of bar widths to sequence of digits or text in accordance to the selected barcode standard.
DecodeDataMatrix(AvlNet.Matrix, INullable<string>, AvlNet.DataMatrixType?)Translates a matrix of 0 or 1 values to a text in accordance to how DataMatrix codes are encoded.
DecodeQRCode(AvlNet.Matrix, INullable<string>)Translates a matrix of 0 or 1 values to a text in accordance to how QR codes are encoded.
DeepModelToDeepModel_AnomalyDetection1(string, string)Conversion between DeepModel and DeepModel_AnomalyDetection1
DeepModelToDeepModel_AnomalyDetection2(string, string)Conversion between DeepModel and DeepModel_AnomalyDetection2
DeepModelToDeepModel_Classification(string, string)Conversion between DeepModel and DeepModel_Classification
DeepModelToDeepModel_FeatureDetection(string, string)Conversion between DeepModel and DeepModel_FeatureDetection
DeepModelToDeepModel_InstanceSegmentation(string, string)Conversion between DeepModel and DeepModel_ImageSegmentation
DeepModelToDeepModel_PointLocation(string, string)Conversion between DeepModel and DeepModel_PointLocation
DemarcateRegions(IList<AvlNet.Region>, IList<AvlNet.Region>)Splits common pixels of the input regions among these regions.
DemarcateRegions(IList<AvlNet.Region>, AvlNet.Metric?, IList<AvlNet.Region>)Splits common pixels of the input regions among these regions.
DetectCalibrationGrid_Chessboard(AvlNet.Image, AvlNet.Size, bool, IList<AvlNet.AnnotatedPoint2D>)Detects a chessboard calibration grid on the image, and returns calibration points where 4 chessboard squares meet.
DetectCalibrationGrid_Chessboard(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Size, bool, IList<AvlNet.AnnotatedPoint2D>)Detects a chessboard calibration grid on the image, and returns calibration points where 4 chessboard squares meet.
DetectCalibrationGrid_Circles(AvlNet.Image, float, float, AvlNet.Polarity, IList<AvlNet.AnnotatedPoint2D>)Detects an arbitrary size symmetric circle pattern on the image.
DetectCalibrationGrid_Circles(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, AvlNet.Polarity, IList<AvlNet.AnnotatedPoint2D>)Detects an arbitrary size symmetric circle pattern on the image.
DetectCalibrationGrid_Circles(AvlNet.Image, float, float, AvlNet.Polarity, IList<AvlNet.AnnotatedPoint2D>, AvlNet.Region, IList<AvlNet.Point2D>)Detects an arbitrary size symmetric circle pattern on the image.
DetectCalibrationGrid_Circles(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, AvlNet.Polarity, IList<AvlNet.AnnotatedPoint2D>, AvlNet.Region, IList<AvlNet.Point2D>)Detects an arbitrary size symmetric circle pattern on the image.
DetectCorners_CornerResponse(AvlNet.Image, AvlNet.CornerResponseMethod, int, NullableRef<List<AvlNet.Point2D>>, NullableRef<AvlNet.Image>)Detects corners using corner response method.
DetectCorners_CornerResponse(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.CornerResponseMethod, int, float?, NullableRef<List<AvlNet.Point2D>>, NullableRef<AvlNet.Image>)Detects corners using corner response method.
DetectCorners_Foerstner(AvlNet.Image, float, float, int, IList<AvlNet.Point2D>)Detects corners using the Foerstner algorithm.
DetectCorners_Foerstner(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, int, IList<AvlNet.Point2D>)Detects corners using the Foerstner algorithm.
DetectCorners_Foerstner(AvlNet.Image, float, float, int, IList<AvlNet.Point2D>, AvlNet.Image, AvlNet.Image)Detects corners using the Foerstner algorithm.
DetectCorners_Foerstner(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, int, IList<AvlNet.Point2D>, AvlNet.Image, AvlNet.Image)Detects corners using the Foerstner algorithm.
DetectEdges_AsPaths_Mask(AvlNet.Image, AvlNet.EdgeMaskFilter, float, float, float, float, float, IList<AvlNet.Path>)Extracts subpixel-precise paths that represent continuous edges. Faster, yet less accurate version.
DetectEdges_AsPaths_Mask(AvlNet.Image, AvlNet.EdgeMaskFilter, float, float, float, float, float, IList<AvlNet.Path>, AvlNet.Image, AvlNet.Region)Extracts subpixel-precise paths that represent continuous edges. Faster, yet less accurate version.
DetectEdges_AsPaths_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeMaskFilter, float, float, float?, float, float, float?, float, IList<AvlNet.Path>)Extracts subpixel-precise paths that represent continuous edges. Faster, yet less accurate version.
DetectEdges_AsPaths_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeMaskFilter, float, float, float?, float, float, float?, float, IList<AvlNet.Path>, AvlNet.Image, AvlNet.Region)Extracts subpixel-precise paths that represent continuous edges. Faster, yet less accurate version.
DetectEdges_AsPaths(AvlNet.Image, AvlNet.EdgeFilter, float, float, float, float, float, float, IList<AvlNet.Path>)Extracts subpixel-precise paths that represent continuous edges.
DetectEdges_AsPaths(AvlNet.Image, AvlNet.EdgeFilter, float, float, float, float, float, float, IList<AvlNet.Path>, AvlNet.Image, AvlNet.Region)Extracts subpixel-precise paths that represent continuous edges.
DetectEdges_AsPaths(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeFilter, float, float?, float, float, float?, float, float, float?, float, IList<AvlNet.Path>)Extracts subpixel-precise paths that represent continuous edges.
DetectEdges_AsPaths(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeFilter, float, float?, float, float, float?, float, float, float?, float, IList<AvlNet.Path>, AvlNet.Image, AvlNet.Region)Extracts subpixel-precise paths that represent continuous edges.
DetectEdges_AsRegion_Mask(AvlNet.Image, AvlNet.EdgeMaskFilter, float, float, float, int, AvlNet.Region)Extracts a pixel-precise region of continuous edges. Faster, yet less accurate version.
DetectEdges_AsRegion_Mask(AvlNet.Image, AvlNet.EdgeMaskFilter, float, float, float, int, AvlNet.Region, AvlNet.Image)Extracts a pixel-precise region of continuous edges. Faster, yet less accurate version.
DetectEdges_AsRegion_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeMaskFilter, float, float, float, int, AvlNet.Region)Extracts a pixel-precise region of continuous edges. Faster, yet less accurate version.
DetectEdges_AsRegion_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeMaskFilter, float, float, float, int, AvlNet.Region, AvlNet.Image)Extracts a pixel-precise region of continuous edges. Faster, yet less accurate version.
DetectEdges_AsRegion(AvlNet.Image, AvlNet.EdgeFilter, float, float, float, float, int, AvlNet.Region)Extracts a pixel-precise region of continuous edges.
DetectEdges_AsRegion(AvlNet.Image, AvlNet.EdgeFilter, float, float, float, float, int, AvlNet.Region, AvlNet.Image)Extracts a pixel-precise region of continuous edges.
DetectEdges_AsRegion(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeFilter, float, float?, float, float, float, int, AvlNet.Region)Extracts a pixel-precise region of continuous edges.
DetectEdges_AsRegion(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeFilter, float, float?, float, float, float, int, AvlNet.Region, AvlNet.Image)Extracts a pixel-precise region of continuous edges.
DetectEdges(AvlNet.Image, AvlNet.EdgeFilter, float, float, float, float, int, AvlNet.Image)Extracts a pixel-precise image of continuous edges.
DetectEdges(AvlNet.Image, AvlNet.EdgeFilter, float, float, float, float, int, AvlNet.Image, AvlNet.Image)Extracts a pixel-precise image of continuous edges.
DetectEdges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeFilter, float, float?, float, float, float, int, AvlNet.Image)Extracts a pixel-precise image of continuous edges.
DetectEdges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeFilter, float, float?, float, float, float, int, AvlNet.Image, AvlNet.Image)Extracts a pixel-precise image of continuous edges.
DetectLinePeak_Gauss(AvlNet.Image, float, float, float, IList<AvlNet.Point2D?>)Finds line peaks on an image.
DetectLinePeak_Gauss(AvlNet.Image, float, float, float, IList<AvlNet.Point2D?>, AvlNet.Profile)Finds line peaks on an image.
DetectLinePeak(AvlNet.Image, AvlNet.LinePeakDetectionMethod, float, IList<AvlNet.Point2D?>)Finds line peaks on an image.
DetectLinePeak(AvlNet.Image, AvlNet.LinePeakDetectionMethod, float, IList<AvlNet.Point2D?>, AvlNet.Profile)Finds line peaks on an image.
DetectLines(AvlNet.Image, float, float, float, float, float, IList<AvlNet.Line2D>, IList<float>)Finds lines in an image.
DetectLines(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, float, float, IList<AvlNet.Line2D>, IList<float>)Finds lines in an image.
DetectLines(AvlNet.Image, float, float, float, float, float, IList<AvlNet.Line2D>, IList<float>, AvlNet.Image, AvlNet.Image)Finds lines in an image.
DetectLines(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, float, float, IList<AvlNet.Line2D>, IList<float>, AvlNet.Image, AvlNet.Image)Finds lines in an image.
DetectMultipleBarcodes(AvlNet.Image, float, int, int, int, float, float, IList<AvlNet.Rectangle2D>)Determines the positions of multiple barcodes on the input image.
DetectMultipleBarcodes(AvlNet.Image, AvlNet.BarcodeFormat?, float, int, int, int, float, float, IList<AvlNet.Rectangle2D>)Determines the positions of multiple barcodes on the input image.
DetectMultipleBarcodes(AvlNet.Image, float, int, int, int, float, float, IList<AvlNet.Rectangle2D>, AvlNet.Image)Determines the positions of multiple barcodes on the input image.
DetectMultipleBarcodes(AvlNet.Image, float, int, int, int, float, float, IList<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>)Determines the positions of multiple barcodes on the input image.
DetectMultipleBarcodes(AvlNet.Image, AvlNet.BarcodeFormat?, float, int, int, int, float, float, IList<AvlNet.Rectangle2D>, AvlNet.Image)Determines the positions of multiple barcodes on the input image.
DetectMultipleBarcodes(AvlNet.Image, AvlNet.BarcodeFormat?, float, int, int, int, float, float, IList<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>)Determines the positions of multiple barcodes on the input image.
DetectMultipleBarcodes(AvlNet.Image, float, int, int, int, float, float, IList<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>, AvlNet.Image)Determines the positions of multiple barcodes on the input image.
DetectMultipleBarcodes(AvlNet.Image, AvlNet.BarcodeFormat?, float, int, int, int, float, float, IList<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>, AvlNet.Image)Determines the positions of multiple barcodes on the input image.
DetectMultipleCircles(AvlNet.Image, float, float, float, float, IList<AvlNet.HoughCircle>)Finds circles of a given radius in the input image.
DetectMultipleCircles(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, float, IList<AvlNet.HoughCircle>)Finds circles of a given radius in the input image.
DetectMultipleCircles(AvlNet.Image, float, float, float, float, IList<AvlNet.HoughCircle>, AvlNet.Image, AvlNet.Image)Finds circles of a given radius in the input image.
DetectMultipleCircles(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, float, IList<AvlNet.HoughCircle>, AvlNet.Image, AvlNet.Image)Finds circles of a given radius in the input image.
DetectPaths(AvlNet.Image, AvlNet.Path, float, float, IList<AvlNet.Path>, IList<float>)Finds paths in an image.
DetectPaths(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Path, float, float, IList<AvlNet.Path>, IList<float>)Finds paths in an image.
DetectPaths(AvlNet.Image, AvlNet.Path, float, float, IList<AvlNet.Path>, IList<float>, AvlNet.Image, AvlNet.Image)Finds paths in an image.
DetectPaths(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Path, float, float, IList<AvlNet.Path>, IList<float>, AvlNet.Image, AvlNet.Image)Finds paths in an image.
DetectPointSegments(IList<AvlNet.Point2D>, float, int, float, int, IList<AvlNet.Segment2D>, IList<AvlNet.Path>)Detect points that lie along multiple segments.
DetectPointSegments(IList<AvlNet.Point2D>, float, int, float?, float, int, IList<AvlNet.Segment2D>, IList<AvlNet.Path>)Detect points that lie along multiple segments.
DetectRidges_AsPaths(AvlNet.Image, float, float, float, AvlNet.Polarity, IList<AvlNet.Path>)Extracts subpixel-precise paths that represent bright or dark thin lines.
DetectRidges_AsPaths(AvlNet.Image, NullableRef<AvlNet.Region>, float, float?, float, float, AvlNet.Polarity, IList<AvlNet.Path>)Extracts subpixel-precise paths that represent bright or dark thin lines.
DetectRidges_AsRegion(AvlNet.Image, float, float, float, AvlNet.Polarity, int, AvlNet.Region)Extracts a pixel-precise region of bright or dark thin lines.
DetectRidges_AsRegion(AvlNet.Image, NullableRef<AvlNet.Region>, float, float?, float, float, AvlNet.Polarity, int, AvlNet.Region)Extracts a pixel-precise region of bright or dark thin lines.
DetectSegments(AvlNet.Image, float, float, float, float, float, float, IList<AvlNet.Segment2D>)Finds segments in an image.
DetectSegments(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, float, float, float, IList<AvlNet.Segment2D>)Finds segments in an image.
DetectSegments(AvlNet.Image, float, float, float, float, float, float, IList<AvlNet.Segment2D>, AvlNet.Image, AvlNet.Image)Finds segments in an image.
DetectSegments(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, float, float, float, IList<AvlNet.Segment2D>, AvlNet.Image, AvlNet.Image)Finds segments in an image.
DetectSingleBarcode(AvlNet.Image, float, int, int, int, float, float, AvlNet.Rectangle2D?)Determines the position of a single barcode on the input image.
DetectSingleBarcode(AvlNet.Image, AvlNet.BarcodeFormat?, float, int, int, int, float, float, AvlNet.Rectangle2D?)Determines the position of a single barcode on the input image.
DetectSingleBarcode(AvlNet.Image, float, int, int, int, float, float, AvlNet.Rectangle2D?, AvlNet.Image)Determines the position of a single barcode on the input image.
DetectSingleBarcode(AvlNet.Image, float, int, int, int, float, float, AvlNet.Rectangle2D?, NullableRef<List<AvlNet.Rectangle2D>>)Determines the position of a single barcode on the input image.
DetectSingleBarcode(AvlNet.Image, AvlNet.BarcodeFormat?, float, int, int, int, float, float, AvlNet.Rectangle2D?, AvlNet.Image)Determines the position of a single barcode on the input image.
DetectSingleBarcode(AvlNet.Image, AvlNet.BarcodeFormat?, float, int, int, int, float, float, AvlNet.Rectangle2D?, NullableRef<List<AvlNet.Rectangle2D>>)Determines the position of a single barcode on the input image.
DetectSingleBarcode(AvlNet.Image, float, int, int, int, float, float, AvlNet.Rectangle2D?, NullableRef<List<AvlNet.Rectangle2D>>, AvlNet.Image)Determines the position of a single barcode on the input image.
DetectSingleBarcode(AvlNet.Image, AvlNet.BarcodeFormat?, float, int, int, int, float, float, AvlNet.Rectangle2D?, NullableRef<List<AvlNet.Rectangle2D>>, AvlNet.Image)Determines the position of a single barcode on the input image.
DetectSingleCircle(AvlNet.Image, float, float, float, INullable<AvlNet.HoughCircle>)Finds the strongest circle of a given radius in the input image.
DetectSingleCircle(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, INullable<AvlNet.HoughCircle>)Finds the strongest circle of a given radius in the input image.
DetectSingleCircle(AvlNet.Image, float, float, float, INullable<AvlNet.HoughCircle>, AvlNet.Image, AvlNet.Image)Finds the strongest circle of a given radius in the input image.
DetectSingleCircle(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, INullable<AvlNet.HoughCircle>, AvlNet.Image, AvlNet.Image)Finds the strongest circle of a given radius in the input image.
DifferenceHistogram(AvlNet.Histogram, AvlNet.Histogram, AvlNet.Histogram)Computes histogram representing difference between corresponding bars of given histograms.
DifferenceImage_Flex(AvlNet.Image, AvlNet.Image, int, AvlNet.TileTranslationMode, bool, AvlNet.Image)Computes the non-negative distances between corresponding pixel values using tiles.
DifferenceImage_Flex(AvlNet.Image, AvlNet.Image, AvlNet.Box?, AvlNet.Box?, int, int?, AvlNet.TileTranslationMode, bool, AvlNet.Image)Computes the non-negative distances between corresponding pixel values using tiles.
DifferenceImage_Shifted(AvlNet.Image, AvlNet.Image, AvlNet.Box, AvlNet.Box, AvlNet.Image)Computes the non-negative distances between corresponding pixel values.
DifferenceImage(AvlNet.Image, AvlNet.Image, AvlNet.Image)Computes the non-negative distances between corresponding pixel values.
DifferenceImage(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Computes the non-negative distances between corresponding pixel values.
DifferenceOfGaussians(AvlNet.Image, float, float, float, float, AvlNet.Image)Applies difference of Gaussians on an image, i.e. computes difference of two Gaussian smoothed images.
DifferenceOfGaussians(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, float, AvlNet.Image)Applies difference of Gaussians on an image, i.e. computes difference of two Gaussian smoothed images.
DifferenceOfGaussians(AvlNet.Image, float, float, float, float, AvlNet.Image, AvlNet.Profile)Applies difference of Gaussians on an image, i.e. computes difference of two Gaussian smoothed images.
DifferenceOfGaussians(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, float, AvlNet.Image, AvlNet.Profile)Applies difference of Gaussians on an image, i.e. computes difference of two Gaussian smoothed images.
DifferenceProfile(AvlNet.Profile, AvlNet.Profile, AvlNet.Profile)Computes profile representing difference between corresponding values of given profiles.
DifferentiateProfile(AvlNet.Profile, bool, AvlNet.DifferentiationMethod, AvlNet.Profile)Computes the derivative of a profile.
DilateAndErodeImage(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image, AvlNet.Image)Calculates dilation and erosion simultaneously for faster execution.
DilateAndErodeImage(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image, AvlNet.Image)Calculates dilation and erosion simultaneously for faster execution.
DilateBox(AvlNet.Box, int, AvlNet.Box)Performs a morphological dilation on a box using box kernel.
DilateBox(AvlNet.Box, int, int?, AvlNet.Box)Performs a morphological dilation on a box using box kernel.
DilateImage_AnyKernel(AvlNet.Image, AvlNet.Region, AvlNet.Image)Replaces each pixel with the maximum of pixels within an arbitrary kernel.
DilateImage_AnyKernel(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.Region, AvlNet.Location?, AvlNet.Image)Replaces each pixel with the maximum of pixels within an arbitrary kernel.
DilateImage_Mask(AvlNet.Image, AvlNet.MorphologyKernel, AvlNet.Image)Replaces each pixel with the maximum of pixels within a small rectangular kernel.
DilateImage_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.MorphologyKernel, AvlNet.Image)Replaces each pixel with the maximum of pixels within a small rectangular kernel.
DilateImage(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image)Replaces each pixel with the maximum of pixels within a kernel.
DilateImage(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image, AvlNet.Region)Replaces each pixel with the maximum of pixels within a kernel.
DilateImage(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image)Replaces each pixel with the maximum of pixels within a kernel.
DilateImage(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image, AvlNet.Region)Replaces each pixel with the maximum of pixels within a kernel.
DilateProfile(AvlNet.Profile, int, bool, AvlNet.Profile)Changes a profile by choosing maximum point within a kernel.
DilateProfile(AvlNet.Profile, AvlNet.Range?, int, bool, AvlNet.Profile)Changes a profile by choosing maximum point within a kernel.
DilateRegion_AnyKernel(AvlNet.Region, AvlNet.Region, AvlNet.Region)Performs a morphological dilation on a region using an arbitrary kernel.
DilateRegion_AnyKernel(AvlNet.Region, AvlNet.Region, AvlNet.Location?, AvlNet.Region)Performs a morphological dilation on a region using an arbitrary kernel.
DilateRegion(AvlNet.Region, AvlNet.KernelShape, int, AvlNet.Region)Performs a morphological dilation on a region using a predefined kernel.
DilateRegion(AvlNet.Region, AvlNet.KernelShape, int, int?, AvlNet.Region)Performs a morphological dilation on a region using a predefined kernel.
DilateSurfacePoints(AvlNet.Surface, AvlNet.KernelShape, int, AvlNet.Surface)Reconstructs missing points of the input surface by interpolating neighboring points.
DilateSurfacePoints(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.KernelShape, int, int?, AvlNet.Surface)Reconstructs missing points of the input surface by interpolating neighboring points.
DischargeImageMemoryPools()Releases preallocated image memory buffers.
DistanceTransform(AvlNet.Image, int, float, float, float, AvlNet.Image)Computes an image in which the pixel values denote the estimated distances to the nearest bright pixel in the input image.
DivideHistograms(AvlNet.Histogram, AvlNet.Histogram, AvlNet.Histogram)Divides two histograms bar by bar.
DivideHistogram(AvlNet.Histogram, float, AvlNet.Histogram)Divides each bin value by a number.
DivideImages(AvlNet.Image, AvlNet.Image, float, AvlNet.Image)Divides two images pixel by pixel.
DivideImages(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Divides two images pixel by pixel.
DivideImage(AvlNet.Image, float, AvlNet.Image)Divides each pixel by a scalar value.
DivideImage(AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Divides each pixel by a scalar value.
DivideProfiles(AvlNet.Profile, AvlNet.Profile, AvlNet.Profile)Divides two profiles value by value.
DivideProfile(AvlNet.Profile, float)Divides each element of a profile by a scalar value.
DivideProfile(AvlNet.Profile, AvlNet.Range?, float)Divides each element of a profile by a scalar value.
DownsampleImage(AvlNet.Image, int, AvlNet.Image)Shrinks an image by the factor of two along each axis.
DownsampleRegion(AvlNet.Region, AvlNet.DownsampleRegionMode, int, AvlNet.Region)Shrinks a region by the factor of two along each axis.
DrawArc(AvlNet.Image, AvlNet.Arc2D, AvlNet.Pixel, AvlNet.DrawingStyle)Draws an arc on an image.
DrawArc(AvlNet.Image, AvlNet.Arc2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)Draws an arc on an image.
DrawBox(AvlNet.Image, AvlNet.Box, AvlNet.Pixel, float)Draws a box on an image.
DrawCircle(AvlNet.Image, AvlNet.Circle2D, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a circle on an image.
DrawCircle(AvlNet.Image, AvlNet.Circle2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a circle on an image.
DrawCoordinateSystem(AvlNet.Image, AvlNet.CoordinateSystem2D, AvlNet.Pixel, AvlNet.DrawingStyle, float, float)Draws a pair of arrows representing a coordinate system on an image.
DrawCoordinateSystem(AvlNet.Image, AvlNet.CoordinateSystem2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle, float, float)Draws a pair of arrows representing a coordinate system on an image.
DrawDimensionLine(AvlNet.Image, AvlNet.Segment2D, AvlNet.Pixel, AvlNet.DrawingStyle, float, float, AvlNet.MetricUnit, int)Draws a dimension line on an image.
DrawDimensionLine(AvlNet.Image, AvlNet.Segment2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle, float, float, AvlNet.MetricUnit, int)Draws a dimension line on an image.
DrawDimensionLine(AvlNet.Image, AvlNet.Segment2D, AvlNet.Pixel, AvlNet.DrawingStyle, float, float, AvlNet.MetricUnit, int, float)Draws a dimension line on an image.
DrawDimensionLine(AvlNet.Image, AvlNet.Segment2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle, float, float, AvlNet.MetricUnit, int, float)Draws a dimension line on an image.
DrawEllipse(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.Pixel, AvlNet.DrawingStyle)Draws an ellipse on an image.
DrawEllipse(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)Draws an ellipse on an image.
DrawGridImage(AvlNet.Image, AvlNet.Image, int, int)Draws an image as a tile on an image considered to be a grid of tiles.
DrawImage(AvlNet.Image, AvlNet.Image, AvlNet.Location)Draws an image on another one.
DrawLine(AvlNet.Image, AvlNet.Line2D, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a line on an image.
DrawLine(AvlNet.Image, AvlNet.Line2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a line on an image.
DrawPath(AvlNet.Image, AvlNet.Path, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a path on an image.
DrawPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a path on an image.
DrawPoint(AvlNet.Image, AvlNet.Point2D, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a point on an image.
DrawPoint(AvlNet.Image, AvlNet.Point2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a point on an image.
DrawRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a rectangle on an image.
DrawRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a rectangle on an image.
DrawRegionOfInterest(AvlNet.Image, AvlNet.RegionOfInterest, AvlNet.Pixel, float)Draws a region of interest on an image.
DrawRegionOfInterest(AvlNet.Image, AvlNet.RegionOfInterest, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, float)Draws a region of interest on an image.
DrawRegion(AvlNet.Image, AvlNet.Region, AvlNet.Pixel, float)Draws a region on an image.
DrawRegion(AvlNet.Image, AvlNet.Region, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, float)Draws a region on an image.
DrawSegment(AvlNet.Image, AvlNet.Segment2D, AvlNet.Pixel, AvlNet.DrawingStyle, AvlNet.MarkerType, float)Draws a segment on an image.
DrawSegment(AvlNet.Image, AvlNet.Segment2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle, AvlNet.MarkerType, float)Draws a segment on an image.
DrawShapeRegion(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a ShapeRegion object on an image.
DrawShapeRegion(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)Draws a ShapeRegion object on an image.
DrawString(AvlNet.Image, string, AvlNet.Location, AvlNet.Anchor2D, AvlNet.Pixel, AvlNet.DrawingStyle, float, float)Draws a string on an image.
DrawString(AvlNet.Image, string, AvlNet.Location, AvlNet.CoordinateSystem2D?, AvlNet.Anchor2D, AvlNet.Pixel, AvlNet.DrawingStyle, float, float, AvlNet.Pixel?)Draws a string on an image.
DrawVector(AvlNet.Image, AvlNet.Vector2D, AvlNet.Point2D, AvlNet.Pixel, AvlNet.DrawingStyle, float)Draws a vector at an associated initial point on an image.
DrawVector(AvlNet.Image, AvlNet.Vector2D, AvlNet.Point2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle, float)Draws a vector at an associated initial point on an image.
EmptyImage(int, int, AvlNet.Pixel, int, AvlNet.PlainType, AvlNet.Image)Creates a uniform image.
EnableAvlDiagnosticOutputs(bool)
EnableAVX2Acceleration(bool)
EnableGPUProcessing(bool)
EnableNEONAcceleration(bool)
EnableSSEAcceleration(bool)
EnlargeRegionNTimes(AvlNet.Region, int, AvlNet.Region)Enlarges a region by a natural factor.
EnumerateImages_Random(AvlNet.EnumerateFilesRandomState, string, bool, bool, bool, bool, AvlNet.Image, string, string)Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly.
EnumerateImages_Random(AvlNet.EnumerateFilesRandomState, string, bool, bool, bool, bool, AvlNet.Image, string, string, NullableValue<bool>, NullableValue<bool>)Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly.
EnumerateImages_Random(AvlNet.EnumerateFilesRandomState, string, AvlNet.ImageFileFormat?, int?, bool, bool, bool, bool, AvlNet.Image, string, string)Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly.
EnumerateImages_Random(AvlNet.EnumerateFilesRandomState, string, AvlNet.ImageFileFormat?, int?, bool, bool, bool, bool, AvlNet.Image, string, string, bool, bool)Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly.
EnumerateImages_Random(AvlNet.EnumerateFilesRandomState, string, AvlNet.ImageFileFormat?, int?, bool, bool, bool, bool, AvlNet.Image, string, string, NullableValue<bool>, NullableValue<bool>)Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly.
EnumerateImages(AvlNet.EnumerateFilesState, string, AvlNet.FileSortingOrder, bool, bool, bool, bool, AvlNet.Image, string, string)Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted according to the specified order.
EnumerateImages(AvlNet.EnumerateFilesState, string, AvlNet.ImageFileFormat?, AvlNet.FileSortingOrder, bool, bool, bool, bool, AvlNet.Image, string, string)Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted according to the specified order.
EnumerateImages(AvlNet.EnumerateFilesState, string, AvlNet.FileSortingOrder, bool, bool, bool, bool, AvlNet.Image, string, string, NullableValue<bool>, NullableValue<bool>)Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted according to the specified order.
EnumerateImages(AvlNet.EnumerateFilesState, string, AvlNet.ImageFileFormat?, AvlNet.FileSortingOrder, bool, bool, bool, bool, AvlNet.Image, string, string, bool, bool)Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted according to the specified order.
EnumerateImages(AvlNet.EnumerateFilesState, string, AvlNet.ImageFileFormat?, AvlNet.FileSortingOrder, bool, bool, bool, bool, AvlNet.Image, string, string, NullableValue<bool>, NullableValue<bool>)Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted according to the specified order.
EnumerateImageTiles(AvlNet.EnumerateImageTilesState, AvlNet.Image, int, bool, AvlNet.Image)Enumerates tiles from image.
EnumerateImageTiles(AvlNet.EnumerateImageTilesState, AvlNet.Image, int, bool, AvlNet.Image, AvlNet.Box)Enumerates tiles from image.
EnumerateImageTiles(AvlNet.EnumerateImageTilesState, AvlNet.Image, int, int?, bool, AvlNet.Image)Enumerates tiles from image.
EnumerateImageTiles(AvlNet.EnumerateImageTilesState, AvlNet.Image, int, bool, AvlNet.Image, NullableValue<bool>, NullableValue<bool>)Enumerates tiles from image.
EnumerateImageTiles(AvlNet.EnumerateImageTilesState, AvlNet.Image, int, int?, bool, AvlNet.Image, AvlNet.Box)Enumerates tiles from image.
EnumerateImageTiles(AvlNet.EnumerateImageTilesState, AvlNet.Image, int, bool, AvlNet.Image, NullableValue<bool>, NullableValue<bool>, AvlNet.Box)Enumerates tiles from image.
EnumerateImageTiles(AvlNet.EnumerateImageTilesState, AvlNet.Image, int, int?, bool, AvlNet.Image, NullableValue<bool>, NullableValue<bool>)Enumerates tiles from image.
EnumerateImageTiles(AvlNet.EnumerateImageTilesState, AvlNet.Image, int, int?, bool, AvlNet.Image, bool, bool, AvlNet.Box)Enumerates tiles from image.
EnumerateImageTiles(AvlNet.EnumerateImageTilesState, AvlNet.Image, int, int?, bool, AvlNet.Image, NullableValue<bool>, NullableValue<bool>, AvlNet.Box)Enumerates tiles from image.
EqualizeImageHistogram(AvlNet.Image, float, float, AvlNet.Image)Maps image pixels to new values to achieve uniform distribution of intensities in the range (0, 255).
EqualizeImageHistogram(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, AvlNet.Image)Maps image pixels to new values to achieve uniform distribution of intensities in the range (0, 255).
Equals(object)Inherited from System.Object
ErodeBox(AvlNet.Box, int, AvlNet.Box)Performs a morphological erosion on a box using box kernel.
ErodeBox(AvlNet.Box, int, int?, AvlNet.Box)Performs a morphological erosion on a box using box kernel.
ErodeImage_AnyKernel(AvlNet.Image, AvlNet.Region, AvlNet.Image)Replaces each pixel with the minimum of pixels within an arbitrary kernel.
ErodeImage_AnyKernel(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.Region, AvlNet.Location?, AvlNet.Image)Replaces each pixel with the minimum of pixels within an arbitrary kernel.
ErodeImage_Mask(AvlNet.Image, AvlNet.MorphologyKernel, AvlNet.Image)Replaces each pixel with the minimum of pixels within a small rectangular kernel.
ErodeImage_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.MorphologyKernel, AvlNet.Image)Replaces each pixel with the minimum of pixels within a small rectangular kernel.
ErodeImage(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image)Replaces each pixel with the minimum of pixels within a kernel.
ErodeImage(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image, AvlNet.Region)Replaces each pixel with the minimum of pixels within a kernel.
ErodeImage(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image)Replaces each pixel with the minimum of pixels within a kernel.
ErodeImage(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image, AvlNet.Region)Replaces each pixel with the minimum of pixels within a kernel.
ErodeProfile(AvlNet.Profile, int, bool, AvlNet.Profile)Changes a profile by choosing minimum point within a kernel.
ErodeProfile(AvlNet.Profile, AvlNet.Range?, int, bool, AvlNet.Profile)Changes a profile by choosing minimum point within a kernel.
ErodeRegion_AnyKernel(AvlNet.Region, AvlNet.Region, AvlNet.Region)Performs a morphological erosion on a region using an arbitrary kernel.
ErodeRegion_AnyKernel(AvlNet.Region, AvlNet.Region, AvlNet.Location?, AvlNet.Region)Performs a morphological erosion on a region using an arbitrary kernel.
ErodeRegion_Threshold(AvlNet.Region, AvlNet.Region, int, AvlNet.Region)Erodes a region with inThresholdValue pixels of inKernel.
ErodeRegion_Threshold(AvlNet.Region, AvlNet.Region, AvlNet.Location?, int, AvlNet.Region)Erodes a region with inThresholdValue pixels of inKernel.
ErodeRegion(AvlNet.Region, AvlNet.KernelShape, int, AvlNet.Region)Performs a morphological erosion on a region using a predefined kernel.
ErodeRegion(AvlNet.Region, AvlNet.KernelShape, int, int?, AvlNet.Region)Performs a morphological erosion on a region using a predefined kernel.
ErodeSurfacePoints(AvlNet.Surface, AvlNet.KernelShape, int, bool, AvlNet.Surface)Removes some existing points from the input surface when some points in their vicinity are missing.
ErodeSurfacePoints(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.KernelShape, int, int?, bool, AvlNet.Surface)Removes some existing points from the input surface when some points in their vicinity are missing.
ExpandRegions(IList<AvlNet.Region>, IList<AvlNet.Region>)Splits pixels of the input regions and their complement among these regions.
ExpandRegions(IList<AvlNet.Region>, AvlNet.Metric?, IList<AvlNet.Region>)Splits pixels of the input regions and their complement among these regions.
ExtendPath(AvlNet.Path, float, float)Resizes the first or the last segment of a path.
ExtractBlobs_Color(AvlNet.Image, AvlNet.ColorThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>)Segments an image into blobs by color-based thresholding.
ExtractBlobs_Color(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.ColorThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>)Segments an image into blobs by color-based thresholding.
ExtractBlobs_Color(AvlNet.Image, AvlNet.ColorThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>, IList<int>, AvlNet.Region)Segments an image into blobs by color-based thresholding.
ExtractBlobs_Color(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.ColorThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>, IList<int>, AvlNet.Region)Segments an image into blobs by color-based thresholding.
ExtractBlobs_DoG(AvlNet.Image, float, float, float, AvlNet.IntensityThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>)Segments an image into blobs by thresholding Difference of Gaussians.
ExtractBlobs_DoG(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, AvlNet.IntensityThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>)Segments an image into blobs by thresholding Difference of Gaussians.
ExtractBlobs_DoG(AvlNet.Image, float, float, float, AvlNet.IntensityThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>, IList<int>, AvlNet.Region)Segments an image into blobs by thresholding Difference of Gaussians.
ExtractBlobs_DoG(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, AvlNet.IntensityThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>, IList<int>, AvlNet.Region)Segments an image into blobs by thresholding Difference of Gaussians.
ExtractBlobs_Dynamic(AvlNet.Image, AvlNet.DynamicThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>)Segments an image into blobs by dynamic thresholding.
ExtractBlobs_Dynamic(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.DynamicThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>)Segments an image into blobs by dynamic thresholding.
ExtractBlobs_Dynamic(AvlNet.Image, AvlNet.DynamicThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>, IList<int>, AvlNet.Region)Segments an image into blobs by dynamic thresholding.
ExtractBlobs_Dynamic(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.DynamicThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>, IList<int>, AvlNet.Region)Segments an image into blobs by dynamic thresholding.
ExtractBlobs_Intensity(AvlNet.Image, AvlNet.IntensityThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>)Segments an image into blobs by thresholding.
ExtractBlobs_Intensity(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.IntensityThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>)Segments an image into blobs by thresholding.
ExtractBlobs_Intensity(AvlNet.Image, AvlNet.IntensityThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>, IList<int>, AvlNet.Region)Segments an image into blobs by thresholding.
ExtractBlobs_Intensity(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.IntensityThresholdParams, AvlNet.RegionProcessingParams, AvlNet.BlobSplittingParams, IList<AvlNet.Region>, IList<int>, AvlNet.Region)Segments an image into blobs by thresholding.
ExtractText(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D, AvlNet.TextSegmentation, IList<AvlNet.Region>)Ready-to-use tool for extracting and splitting character to single characters.
ExtractText(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D, AvlNet.TextSegmentation, IList<AvlNet.Region>, AvlNet.Region, IList<AvlNet.Region>, AvlNet.Rectangle2D)Ready-to-use tool for extracting and splitting character to single characters.
FillImageBuffer(AvlNet.Image, int, int, AvlNet.PlainType, int, int, System.IntPtr)
FillImagePreviewBuffer(AvlNet.Image, int, int, System.IntPtr, int, bool)
FillImage(AvlNet.Image, AvlNet.Pixel)Fills the picture with color.
FillRegionHoles(AvlNet.Region, AvlNet.RegionConnectivity, int, AvlNet.Region)Extends the input region so that it contains also all the pixels previously lying in its holes.
FillRegionHoles(AvlNet.Region, AvlNet.RegionConnectivity, int, int?, AvlNet.Region)Extends the input region so that it contains also all the pixels previously lying in its holes.
FindClosestPoints(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, IList<int>)For each given point, find a closest point among the given point set.
FindConnectedComponents(IList<IList<int>>, IList<List<int>>, IList<int>)Finds connected components in a graph given as set of bidirectional connections.
FindConnectedComponents(IList<IList<int>>, IList<List<int>>, IList<int>, bool)Finds connected components in a graph given as set of bidirectional connections.
FindDataMode_FixedCount(IList<float>, float?, float?, int, float, float, float)Find the mode of data sample by looking for highest concentration of a fixed number of samples
FindDataMode_FixedCount(IList<float>, float?, float?, int, float?, float, float, float)Find the mode of data sample by looking for highest concentration of a fixed number of samples
FindDataMode_FixedSpread(IList<float>, float, float, float, int)Find the mode of data sample by looking for highest number of samples withing the specified spread
FindDataMode_FixedSpread(IList<float>, float, float?, float, float, int)Find the mode of data sample by looking for highest number of samples withing the specified spread
FindDataMode_MeanShift(IList<float>, int, float, float)Find the mode of data sample by iteratively computing its median
FindMaxStableExtremalRegions(AvlNet.Image, int, int, int, float, float, AvlNet.RegionConnectivity, IList<AvlNet.Region>)Segments an image using MSER.
FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?)Performs a series of 1D edge detections and finds an arc that best matches the detected points.
FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?)Performs a series of 1D edge detections and finds an arc that best matches the detected points.
FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds an arc that best matches the detected points.
FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D edge detections and finds an arc that best matches the detected points.
FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds an arc that best matches the detected points.
FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D edge detections and finds an arc that best matches the detected points.
FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds an arc that best matches the detected points.
FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, IList<AvlNet.Edge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Point2D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds an arc that best matches the detected points.
FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds an arc that best matches the detected points.
FitArcToPath(AvlNet.Path, AvlNet.CircleFittingMethod, AvlNet.Arc2D?)Approximates path by an arc using the selected outliers suppression method and considering path's start and end.
FitArcToPath(AvlNet.Path, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?)Approximates path by an arc using the selected outliers suppression method and considering path's start and end.
FitArcToPoints(IList<AvlNet.Point2D>, AvlNet.CircleFittingMethod, AvlNet.Arc2D?)Approximates points with an arc using the selected outliers suppression method.
FitArcToPoints(IList<AvlNet.Point2D>, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, NullableRef<List<AvlNet.Point2D>>)Approximates points with an arc using the selected outliers suppression method.
FitArcToPoints(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?)Approximates points with an arc using the selected outliers suppression method.
FitArcToPoints(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, NullableRef<List<AvlNet.Point2D>>)Approximates points with an arc using the selected outliers suppression method.
FitArcToRidges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?)Performs a series of 1D ridge detections and finds an arc that best matches the detected points.
FitArcToRidges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?)Performs a series of 1D ridge detections and finds an arc that best matches the detected points.
FitArcToRidges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds an arc that best matches the detected points.
FitArcToRidges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D ridge detections and finds an arc that best matches the detected points.
FitArcToRidges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds an arc that best matches the detected points.
FitArcToRidges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D ridge detections and finds an arc that best matches the detected points.
FitArcToRidges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds an arc that best matches the detected points.
FitArcToRidges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, IList<AvlNet.Ridge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Point2D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds an arc that best matches the detected points.
FitArcToRidges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds an arc that best matches the detected points.
FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?)Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?)Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?, IList<NullableRef<AvlNet.Stripe1D>>, IList<AvlNet.Point2D>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
FitCircle3DToHole(AvlNet.Point3DGrid, AvlNet.MEstimator, float, int, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, AvlNet.Plane3D)Fits a circle to a hole in a plane.
FitCircle3DToHole(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, AvlNet.Plane3D)Fits a circle to a hole in a plane.
FitCircle3DToHole(AvlNet.Point3DGrid, AvlNet.MEstimator, float, int, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Fits a circle to a hole in a plane.
FitCircle3DToHole(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, AvlNet.Plane3D, IList<AvlNet.Point3D>, IList<float>, float, float, IList<float>, float)Fits a circle to a hole in a plane.
FitCircle3DToHole(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Fits a circle to a hole in a plane.
FitCircleToEdges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, IList<AvlNet.SurfaceEdge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Point3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, IList<AvlNet.Edge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Point2D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToEdges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToPoints3D(IList<AvlNet.Point3D>, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>)Approximates points in 3D with a circle using selected outliers suppression method.
FitCircleToPoints3D(IList<AvlNet.Point3D>, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, NullableRef<List<AvlNet.Point3D>>)Approximates points in 3D with a circle using selected outliers suppression method.
FitCircleToPoints3D(IList<AvlNet.Point3D>, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Plane3D?, INullable<AvlNet.Circle3D>)Approximates points in 3D with a circle using selected outliers suppression method.
FitCircleToPoints3D(IList<AvlNet.Point3D>, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Plane3D?, INullable<AvlNet.Circle3D>, NullableRef<List<AvlNet.Point3D>>)Approximates points in 3D with a circle using selected outliers suppression method.
FitCircleToPoints(IList<AvlNet.Point2D>, AvlNet.CircleFittingMethod, AvlNet.Circle2D?)Approximates points with a circle using selected outliers suppression method.
FitCircleToPoints(IList<AvlNet.Point2D>, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, NullableRef<List<AvlNet.Point2D>>)Approximates points with a circle using selected outliers suppression method.
FitCircleToPoints(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?)Approximates points with a circle using selected outliers suppression method.
FitCircleToPoints(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, NullableRef<List<AvlNet.Point2D>>)Approximates points with a circle using selected outliers suppression method.
FitCircleToRidges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, IList<AvlNet.SurfaceRidge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Point3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, IList<AvlNet.Ridge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Point2D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToRidges(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a circle that best matches the detected points.
FitCircleToStripe3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToStripe3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToStripe3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToStripe3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<List<AvlNet.Point3D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToStripe3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToStripe3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<List<AvlNet.Point3D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToStripe3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<List<AvlNet.Point3D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToStripe3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, IList<NullableRef<AvlNet.SurfaceStripe1D>>, IList<AvlNet.Point3D>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToStripe3D(AvlNet.Surface, AvlNet.CircleFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, INullable<AvlNet.Circle3D>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<List<AvlNet.Point3D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a circle that best matches the detected points.
FitCircleToStripe(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, AvlNet.Circle2D?, AvlNet.Circle2D?)Performs a series 1D stripe detections and finds a circle that best matches the detected points.
FitCircleToStripe(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, AvlNet.Circle2D?, AvlNet.Circle2D?)Performs a series 1D stripe detections and finds a circle that best matches the detected points.
FitCircleToStripe(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, AvlNet.Circle2D?, AvlNet.Circle2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series 1D stripe detections and finds a circle that best matches the detected points.
FitCircleToStripe(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, AvlNet.Circle2D?, AvlNet.Circle2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series 1D stripe detections and finds a circle that best matches the detected points.
FitCircleToStripe(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, AvlNet.Circle2D?, AvlNet.Circle2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series 1D stripe detections and finds a circle that best matches the detected points.
FitCircleToStripe(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, AvlNet.Circle2D?, AvlNet.Circle2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series 1D stripe detections and finds a circle that best matches the detected points.
FitCircleToStripe(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Circle2D?, AvlNet.Circle2D?, AvlNet.Circle2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series 1D stripe detections and finds a circle that best matches the detected points.
FitCircleToStripe(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, AvlNet.Circle2D?, AvlNet.Circle2D?, IList<NullableRef<AvlNet.Stripe1D>>, IList<AvlNet.Point2D>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series 1D stripe detections and finds a circle that best matches the detected points.
FitCircleToStripe(AvlNet.Image, AvlNet.CircleFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Circle2D?, AvlNet.Circle2D?, AvlNet.Circle2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series 1D stripe detections and finds a circle that best matches the detected points.
FitCircleToSurfaceHole(AvlNet.Surface, AvlNet.MEstimator, float, int, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, AvlNet.Plane3D)Fits a circle to a hole in a surface plane.
FitCircleToSurfaceHole(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, AvlNet.Plane3D)Fits a circle to a hole in a surface plane.
FitCircleToSurfaceHole(AvlNet.Surface, AvlNet.MEstimator, float, int, AvlNet.CircleFittingMethod, INullable<AvlNet.Circle3D>, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Fits a circle to a hole in a surface plane.
FitCircleToSurfaceHole(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, AvlNet.Plane3D, IList<AvlNet.Point3D>, IList<float>, float, float, IList<float>, float)Fits a circle to a hole in a surface plane.
FitCircleToSurfaceHole(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, INullable<AvlNet.Circle3D>, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Fits a circle to a hole in a surface plane.
FitLineToPoints3D_M(IList<AvlNet.Point3D>, AvlNet.MEstimator, float, int, AvlNet.Line3D)Approximates points in 3D with a line using selected M-estimator for outlier suppression.
FitLineToPoints3D_M(IList<AvlNet.Point3D>, AvlNet.MEstimator, float, int, AvlNet.Line3D, NullableRef<List<AvlNet.Point3D>>)Approximates points in 3D with a line using selected M-estimator for outlier suppression.
FitLineToPoints3D_M(IList<AvlNet.Point3D>, AvlNet.MEstimator, float, int, NullableRef<AvlNet.Line3D>, AvlNet.Line3D)Approximates points in 3D with a line using selected M-estimator for outlier suppression.
FitLineToPoints3D_M(IList<AvlNet.Point3D>, AvlNet.MEstimator, float, int, NullableRef<AvlNet.Line3D>, AvlNet.Line3D, NullableRef<List<AvlNet.Point3D>>)Approximates points in 3D with a line using selected M-estimator for outlier suppression.
FitLineToPoints3D(IList<AvlNet.Point3D>, AvlNet.Line3D)Approximates points in 3D with a line using the Least Squares method.
FitLineToPoints3D(IList<AvlNet.Point3D>, AvlNet.Line3D, NullableValue<float>)Approximates points in 3D with a line using the Least Squares method.
FitLineToPoints3D(IList<AvlNet.Point3D>, AvlNet.Line3D, float)Approximates points in 3D with a line using the Least Squares method.
FitLineToPoints_LTE(IList<AvlNet.Point2D>, int, AvlNet.Line2D)Approximates points with a line using Least Trimmed Error algorithm.
FitLineToPoints_LTE(IList<AvlNet.Point2D>, int, AvlNet.Line2D, int)Approximates points with a line using Least Trimmed Error algorithm.
FitLineToPoints_LTE(IList<AvlNet.Point2D>, int, AvlNet.Line2D, NullableRef<List<AvlNet.Point2D>>, NullableValue<float>)Approximates points with a line using Least Trimmed Error algorithm.
FitLineToPoints_LTE(IList<AvlNet.Point2D>, AvlNet.Range?, int, int?, AvlNet.Line2D)Approximates points with a line using Least Trimmed Error algorithm.
FitLineToPoints_LTE(IList<AvlNet.Point2D>, int, AvlNet.Line2D, NullableRef<List<AvlNet.Point2D>>, NullableValue<float>, int)Approximates points with a line using Least Trimmed Error algorithm.
FitLineToPoints_LTE(IList<AvlNet.Point2D>, AvlNet.Range?, int, int?, AvlNet.Line2D, int)Approximates points with a line using Least Trimmed Error algorithm.
FitLineToPoints_LTE(IList<AvlNet.Point2D>, AvlNet.Range?, int, int?, AvlNet.Line2D, NullableRef<List<AvlNet.Point2D>>, NullableValue<float>)Approximates points with a line using Least Trimmed Error algorithm.
FitLineToPoints_LTE(IList<AvlNet.Point2D>, AvlNet.Range?, int, int?, AvlNet.Line2D, IList<AvlNet.Point2D>, float, int)Approximates points with a line using Least Trimmed Error algorithm.
FitLineToPoints_LTE(IList<AvlNet.Point2D>, AvlNet.Range?, int, int?, AvlNet.Line2D, NullableRef<List<AvlNet.Point2D>>, NullableValue<float>, int)Approximates points with a line using Least Trimmed Error algorithm.
FitLineToPoints_M(IList<AvlNet.Point2D>, AvlNet.MEstimator, float, int, AvlNet.Line2D)Approximates points with a line using selected M-estimator for outlier suppression.
FitLineToPoints_M(IList<AvlNet.Point2D>, AvlNet.MEstimator, float, int, AvlNet.Line2D, NullableRef<List<AvlNet.Point2D>>)Approximates points with a line using selected M-estimator for outlier suppression.
FitLineToPoints_M(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.MEstimator, float, int, AvlNet.Line2D?, AvlNet.Line2D)Approximates points with a line using selected M-estimator for outlier suppression.
FitLineToPoints_M(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.MEstimator, float, int, AvlNet.Line2D?, AvlNet.Line2D, NullableRef<List<AvlNet.Point2D>>)Approximates points with a line using selected M-estimator for outlier suppression.
FitLineToPoints_RANSAC(IList<AvlNet.Point2D>, float, AvlNet.Line2D?)Approximates points with a line using a RANSAC algorithm.
FitLineToPoints_RANSAC(IList<AvlNet.Point2D>, AvlNet.Range?, int?, float, int?, AvlNet.Line2D?)Approximates points with a line using a RANSAC algorithm.
FitLineToPoints_TheilSen(IList<AvlNet.Point2D>, AvlNet.TheilSenVariant, AvlNet.Line2D)Approximates points with a line using TheilSen algorithm, optionally with Siegel's improvement.
FitLineToPoints_TheilSen(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.TheilSenVariant, AvlNet.Line2D)Approximates points with a line using TheilSen algorithm, optionally with Siegel's improvement.
FitLineToPoints(IList<AvlNet.Point2D>, AvlNet.Line2D)Approximates points with a line using the Least Squares method.
FitLineToPoints(IList<AvlNet.Point2D>, AvlNet.Line2D, NullableValue<float>)Approximates points with a line using the Least Squares method.
FitLineToPoints(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.Line2D)Approximates points with a line using the Least Squares method.
FitLineToPoints(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.Line2D, NullableValue<float>)Approximates points with a line using the Least Squares method.
FitLineToPoints(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.Line2D, float)Approximates points with a line using the Least Squares method.
FitPathToEdges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, IList<AvlNet.SurfaceEdge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, IList<AvlNet.Edge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and creates a path from the detected points.
FitPathToPath(AvlNet.Path, AvlNet.Path, AvlNet.PathOrientationAlignment, int, float, float, AvlNet.Path, AvlNet.CoordinateSystem2D, float)Rotates and shifts a path to minimize average distance between its points and a reference path.
FitPathToRidges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, IList<AvlNet.SurfaceRidge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, IList<AvlNet.Ridge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and creates a path from the detected points.
FitPathToStripe3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, IList<NullableRef<AvlNet.SurfaceStripe1D>>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe3D(AvlNet.Surface, AvlNet.PathFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, int?, float?, float, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, INullable<List<AvlNet.Point3D>>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>, INullable<AvlNet.Path>, INullable<AvlNet.Path>, IList<NullableRef<AvlNet.Stripe1D>>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>, INullable<AvlNet.Path>, INullable<AvlNet.Path>, IList<NullableRef<AvlNet.Stripe1D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>, INullable<AvlNet.Path>, INullable<AvlNet.Path>, IList<NullableRef<AvlNet.Stripe1D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, INullable<AvlNet.Path>, INullable<AvlNet.Path>, IList<NullableRef<AvlNet.Stripe1D>>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, INullable<AvlNet.Path>, INullable<AvlNet.Path>, INullable<AvlNet.Path>, IList<NullableRef<AvlNet.Stripe1D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, INullable<AvlNet.Path>, INullable<AvlNet.Path>, IList<NullableRef<AvlNet.Stripe1D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, INullable<AvlNet.Path>, INullable<AvlNet.Path>, IList<NullableRef<AvlNet.Stripe1D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, INullable<AvlNet.Path>, INullable<AvlNet.Path>, IList<NullableRef<AvlNet.Stripe1D>>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float?, float, INullable<AvlNet.Path>, INullable<AvlNet.Path>, INullable<AvlNet.Path>, IList<NullableRef<AvlNet.Stripe1D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and creates a path from the detected points.
FitPlaneToPoint3DGrid_M(AvlNet.Point3DGrid, AvlNet.MEstimator, float, int, AvlNet.Plane3D)Approximates points of the input grid with a plane using selected M-estimator for outlier suppression.
FitPlaneToPoint3DGrid_M(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D)Approximates points of the input grid with a plane using selected M-estimator for outlier suppression.
FitPlaneToPoint3DGrid_M(AvlNet.Point3DGrid, AvlNet.MEstimator, float, int, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points of the input grid with a plane using selected M-estimator for outlier suppression.
FitPlaneToPoint3DGrid_M(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D, IList<AvlNet.Point3D>, IList<float>, float, float, IList<float>, float)Approximates points of the input grid with a plane using selected M-estimator for outlier suppression.
FitPlaneToPoint3DGrid_M(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points of the input grid with a plane using selected M-estimator for outlier suppression.
FitPlaneToPoint3DGrid(AvlNet.Point3DGrid, AvlNet.Plane3D)Approximates points of the input grid with a plane using the Least Squares method.
FitPlaneToPoint3DGrid(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.Plane3D)Approximates points of the input grid with a plane using the Least Squares method.
FitPlaneToPoint3DGrid(AvlNet.Point3DGrid, AvlNet.Plane3D, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points of the input grid with a plane using the Least Squares method.
FitPlaneToPoint3DGrid(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.Plane3D, IList<float>, float, float, IList<float>, float)Approximates points of the input grid with a plane using the Least Squares method.
FitPlaneToPoint3DGrid(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.Plane3D, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points of the input grid with a plane using the Least Squares method.
FitPlaneToPoints_M(IList<AvlNet.Point3D>, AvlNet.MEstimator, float, int, AvlNet.Plane3D)Approximates points with a plane using selected M-estimator for outlier suppression.
FitPlaneToPoints_M(IList<AvlNet.Point3D>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D)Approximates points with a plane using selected M-estimator for outlier suppression.
FitPlaneToPoints_M(IList<AvlNet.Point3D>, AvlNet.MEstimator, float, int, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points with a plane using selected M-estimator for outlier suppression.
FitPlaneToPoints_M(IList<AvlNet.Point3D>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D, IList<AvlNet.Point3D>, IList<float>, float, float, IList<float>, float)Approximates points with a plane using selected M-estimator for outlier suppression.
FitPlaneToPoints_M(IList<AvlNet.Point3D>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points with a plane using selected M-estimator for outlier suppression.
FitPlaneToPoints(IList<AvlNet.Point3D>, AvlNet.Plane3D)Approximates points with a plane using the Least Squares method.
FitPlaneToPoints(IList<AvlNet.Point3D>, AvlNet.Plane3D, IList<float>, float, float, IList<float>, float)Approximates points with a plane using the Least Squares method.
FitPlaneToPoints(IList<AvlNet.Point3D>, AvlNet.Plane3D, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points with a plane using the Least Squares method.
FitPlaneToSurface_M(AvlNet.Surface, AvlNet.MEstimator, float, int, AvlNet.Plane3D)Approximates points of the input surface with a plane using selected M-estimator for outlier suppression.
FitPlaneToSurface_M(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D)Approximates points of the input surface with a plane using selected M-estimator for outlier suppression.
FitPlaneToSurface_M(AvlNet.Surface, AvlNet.MEstimator, float, int, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points of the input surface with a plane using selected M-estimator for outlier suppression.
FitPlaneToSurface_M(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D, IList<AvlNet.Point3D>, IList<float>, float, float, IList<float>, float)Approximates points of the input surface with a plane using selected M-estimator for outlier suppression.
FitPlaneToSurface_M(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points of the input surface with a plane using selected M-estimator for outlier suppression.
FitPlaneToSurface(AvlNet.Surface, AvlNet.Plane3D)Approximates points of the input surface with a plane using the Least Squares method.
FitPlaneToSurface(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Plane3D)Approximates points of the input surface with a plane using the Least Squares method.
FitPlaneToSurface(AvlNet.Surface, AvlNet.Plane3D, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points of the input surface with a plane using the Least Squares method.
FitPlaneToSurface(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Plane3D, IList<float>, float, float, IList<float>, float)Approximates points of the input surface with a plane using the Least Squares method.
FitPlaneToSurface(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Plane3D, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Approximates points of the input surface with a plane using the Least Squares method.
FitSegmentToEdges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, IList<AvlNet.SurfaceEdge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Point3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, NullableRef<List<AvlNet.SurfaceEdge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, IList<AvlNet.Edge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Point2D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, NullableRef<List<AvlNet.Edge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToPoints3D(IList<AvlNet.Point3D>, INullable<AvlNet.Segment3D>)Approximates points in 3D with a segment using selected outliers suppression method.
FitSegmentToPoints3D(IList<AvlNet.Point3D>, INullable<AvlNet.Segment3D>, NullableRef<List<AvlNet.Point3D>>)Approximates points in 3D with a segment using selected outliers suppression method.
FitSegmentToPoints3D(IList<AvlNet.Point3D>, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>)Approximates points in 3D with a segment using selected outliers suppression method.
FitSegmentToPoints3D(IList<AvlNet.Point3D>, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, NullableRef<List<AvlNet.Point3D>>)Approximates points in 3D with a segment using selected outliers suppression method.
FitSegmentToPoints_LTE(IList<AvlNet.Point2D>, int, AvlNet.Segment2D)Approximates points with a segment using Least Trimmed Error algorithm.
FitSegmentToPoints_LTE(IList<AvlNet.Point2D>, int, AvlNet.Segment2D, int)Approximates points with a segment using Least Trimmed Error algorithm.
FitSegmentToPoints_LTE(IList<AvlNet.Point2D>, int, AvlNet.Segment2D, NullableRef<List<AvlNet.Point2D>>, NullableValue<float>)Approximates points with a segment using Least Trimmed Error algorithm.
FitSegmentToPoints_LTE(IList<AvlNet.Point2D>, AvlNet.Range?, int, int?, AvlNet.Segment2D)Approximates points with a segment using Least Trimmed Error algorithm.
FitSegmentToPoints_LTE(IList<AvlNet.Point2D>, int, AvlNet.Segment2D, NullableRef<List<AvlNet.Point2D>>, NullableValue<float>, int)Approximates points with a segment using Least Trimmed Error algorithm.
FitSegmentToPoints_LTE(IList<AvlNet.Point2D>, AvlNet.Range?, int, int?, AvlNet.Segment2D, int)Approximates points with a segment using Least Trimmed Error algorithm.
FitSegmentToPoints_LTE(IList<AvlNet.Point2D>, AvlNet.Range?, int, int?, AvlNet.Segment2D, NullableRef<List<AvlNet.Point2D>>, NullableValue<float>)Approximates points with a segment using Least Trimmed Error algorithm.
FitSegmentToPoints_LTE(IList<AvlNet.Point2D>, AvlNet.Range?, int, int?, AvlNet.Segment2D, IList<AvlNet.Point2D>, float, int)Approximates points with a segment using Least Trimmed Error algorithm.
FitSegmentToPoints_LTE(IList<AvlNet.Point2D>, AvlNet.Range?, int, int?, AvlNet.Segment2D, NullableRef<List<AvlNet.Point2D>>, NullableValue<float>, int)Approximates points with a segment using Least Trimmed Error algorithm.
FitSegmentToPoints_RANSAC(IList<AvlNet.Point2D>, float, AvlNet.Segment2D?)Approximates points with a segment using a RANSAC algorithm.
FitSegmentToPoints_RANSAC(IList<AvlNet.Point2D>, AvlNet.Range?, int?, float, int?, AvlNet.Segment2D?)Approximates points with a segment using a RANSAC algorithm.
FitSegmentToPoints_TheilSen(IList<AvlNet.Point2D>, AvlNet.TheilSenVariant, AvlNet.Segment2D)Approximates points with a segment using TheilSen algorithm, optionally with Siegel's improvement.
FitSegmentToPoints_TheilSen(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.TheilSenVariant, AvlNet.Segment2D)Approximates points with a segment using TheilSen algorithm, optionally with Siegel's improvement.
FitSegmentToPoints(IList<AvlNet.Point2D>, AvlNet.Segment2D)Approximates points with a segment using selected outliers suppression method.
FitSegmentToPoints(IList<AvlNet.Point2D>, AvlNet.Segment2D, NullableRef<List<AvlNet.Point2D>>)Approximates points with a segment using selected outliers suppression method.
FitSegmentToPoints(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.MEstimator?, AvlNet.Segment2D)Approximates points with a segment using selected outliers suppression method.
FitSegmentToPoints(IList<AvlNet.Point2D>, AvlNet.Range?, AvlNet.MEstimator?, AvlNet.Segment2D, NullableRef<List<AvlNet.Point2D>>)Approximates points with a segment using selected outliers suppression method.
FitSegmentToRidges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, IList<AvlNet.SurfaceRidge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Point3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, NullableRef<List<AvlNet.SurfaceRidge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point3D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, IList<AvlNet.Ridge1D?>, INullable<AvlNet.Profile>, IList<AvlNet.Point2D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, NullableRef<List<AvlNet.Ridge1D?>>, NullableRef<NullableRef<AvlNet.Profile>>, NullableRef<List<AvlNet.Point2D>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
FitSegmentToStripe3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToStripe3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToStripe3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToStripe3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<List<AvlNet.Point3D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToStripe3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToStripe3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, float, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<List<AvlNet.Point3D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToStripe3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<List<AvlNet.Point3D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToStripe3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, IList<NullableRef<AvlNet.SurfaceStripe1D>>, IList<AvlNet.Point3D>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToStripe3D(AvlNet.Surface, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, float, AvlNet.MEstimator?, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, INullable<AvlNet.Segment3D>, NullableRef<List<NullableRef<AvlNet.SurfaceStripe1D>>>, NullableRef<List<AvlNet.Point3D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D edge detections and finds a segment that best matches the detected points.
FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?)Performs a series of 1D stripe detections and finds a segment that best matches the detected points.
FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?)Performs a series of 1D stripe detections and finds a segment that best matches the detected points.
FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and finds a segment that best matches the detected points.
FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D stripe detections and finds a segment that best matches the detected points.
FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and finds a segment that best matches the detected points.
FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>)Performs a series of 1D stripe detections and finds a segment that best matches the detected points.
FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and finds a segment that best matches the detected points.
FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?, IList<NullableRef<AvlNet.Stripe1D>>, IList<AvlNet.Point2D>, INullable<AvlNet.Profile>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and finds a segment that best matches the detected points.
FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, float, AvlNet.MEstimator?, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?, NullableRef<List<NullableRef<AvlNet.Stripe1D>>>, NullableRef<List<AvlNet.Point2D>>, NullableRef<NullableRef<AvlNet.Profile>>, IList<AvlNet.Profile>, IList<AvlNet.Profile>)Performs a series of 1D stripe detections and finds a segment that best matches the detected points.
FlattenSurface(AvlNet.Surface, AvlNet.Axis, float, AvlNet.Surface)Flattens a curved surface.
FlattenSurface(AvlNet.Surface, AvlNet.Axis, float, AvlNet.Surface, AvlNet.Surface)Flattens a curved surface.
FormatLocationToString(AvlNet.Location, int, string, bool, string, int, bool, string)Converts a location to a string of format "(X, Y)".
FormatPoint2DToString(AvlNet.Point2D, int, int, string, string, bool, string, bool, string)Converts a 2D point to a string of format "(X, Y)".
FormatPoint3DToString(AvlNet.Point3D, int, int, string, string, bool, string, bool, string)Converts a 3D point to a string of format "(X, Y, Z)".
FourierTransform(AvlNet.Image, AvlNet.Image)Transforms an image into frequency domain using Fourier transformation
FrequencyDomain_FilterFrequencies(AvlNet.Image, float?, float?, AvlNet.Image)Filters the frequencies in a frequency domain image suppressing the elements of too low or too high frequency.
FrequencyDomain_ModulusImage(AvlNet.Image, AvlNet.Image)Computes the modulus of each frequency domain image pixel.
FrequencyDomain_PhaseImage(AvlNet.Image, AvlNet.Image)Computes the phase of each frequency domain image pixel.
Ftp_ReceiveFile(string, string, string, bool)Downloads a file from a remote server using FTP (File Transfer Protocol).
Ftp_ReceiveFile(string, string, string, NullableRef<string>, NullableRef<string>, bool)Downloads a file from a remote server using FTP (File Transfer Protocol).
Ftp_ReceiveImage(string, string, bool, bool, AvlNet.Image)Downloads an image from a remote server using FTP (File Transfer Protocol).
Ftp_ReceiveImage(string, string, NullableRef<string>, NullableRef<string>, bool, bool, AvlNet.Image)Downloads an image from a remote server using FTP (File Transfer Protocol).
Ftp_ReceiveString(string, string, bool, string)Downloads a text string from a remote server using FTP (File Transfer Protocol).
Ftp_ReceiveString(string, string, NullableRef<string>, NullableRef<string>, bool, string)Downloads a text string from a remote server using FTP (File Transfer Protocol).
Ftp_SendFile(string, string, string, bool)Sends a file to a remote server using FTP (File Transfer Protocol).
Ftp_SendFile(string, string, string, NullableRef<string>, NullableRef<string>, bool)Sends a file to a remote server using FTP (File Transfer Protocol).
Ftp_SendImage(AvlNet.Image, string, string, bool)Sends an image to a remote server using the FTP (File Transfer Protocol)
Ftp_SendImage(AvlNet.Image, AvlNet.ImageFileFormat?, string, string, NullableRef<string>, NullableRef<string>, bool)Sends an image to a remote server using the FTP (File Transfer Protocol)
Ftp_SendString(string, string, string, bool)Sends a string to a remote serve using FTP (File Transfer Protocol).
Ftp_SendString(string, string, string, NullableRef<string>, NullableRef<string>, bool)Sends a string to a remote serve using FTP (File Transfer Protocol).
Gap1DToSegment2D(AvlNet.Gap1D, AvlNet.Segment2D)Converts a gap to a segment.
GenerateCalibrationPoints(int, int, float, AvlNet.Vector3D, float, AvlNet.Vector3D, AvlNet.CameraModelType, float, AvlNet.Size, IList<AvlNet.AnnotatedPoint2D>, IList<AvlNet.Point2D>)Generates artificial points for camera calibration. Doesn't support distortion.
GenerateCalibrationPoints(int, int, float, AvlNet.Vector3D, float, AvlNet.Vector3D, AvlNet.CameraModelType, float, float?, AvlNet.Point2D?, AvlNet.Size, IList<AvlNet.AnnotatedPoint2D>, IList<AvlNet.Point2D>)Generates artificial points for camera calibration. Doesn't support distortion.
GetAvailableLicenses(IList<AvlNet.License>)Reads available licenses in the system
GetAvailableVideoCompressors(IList<string>)List fourCCs names of available video compressors.
GetAvlDiagnosticOutputsEnabled()
GetAVX2AccelerationEnabled()
GetComputerID(string)Gets current Computer ID
GetDongleSerialNumber(string)Gets current dongle serial number
GetGPUProcessingDiagInfo(string)
GetHashCode()Inherited from System.Object
GetHistogramBin(AvlNet.Histogram, int, bool, int)Returns the value of a single histogram bin.
GetHistogramBin(AvlNet.Histogram, int, bool, int, NullableValue<float>, NullableValue<float>)Returns the value of a single histogram bin.
GetHistogramBin(AvlNet.Histogram, int, bool, int, float, float)Returns the value of a single histogram bin.
GetHistogramCorrespondingBin(AvlNet.Histogram, float, int)Selects a bin that the given value in the histogram domain falls into and returns the value of this bin.
GetImageColumn(AvlNet.Image, int, IList<float>, IList<AvlNet.Pixel>)Extracts an array of pixel values from a single column of an image.
GetImageColumn(AvlNet.Image, int?, int, IList<float>, IList<AvlNet.Pixel>)Extracts an array of pixel values from a single column of an image.
GetImagePixel_Interpolated(AvlNet.Image, AvlNet.Point2D, AvlNet.InterpolationMethod, AvlNet.Pixel, float)Returns an interpolated single pixel of an image.
GetImagePixel(AvlNet.Image, AvlNet.Location, AvlNet.Pixel, float)Returns a single pixel of an image.
GetImageRow(AvlNet.Image, int, IList<float>, IList<AvlNet.Pixel>)Extracts an array of pixel values from a single row of an image.
GetImageRow(AvlNet.Image, int?, int, IList<float>, IList<AvlNet.Pixel>)Extracts an array of pixel values from a single row of an image.
GetLibraryVersion(int, int, int, int)Gets current library version
GetMaximumPath_OrNil(IList<AvlNet.Path>, AvlNet.PathFeature, INullable<AvlNet.Path>, float?, int?)Returns the path from the input array that corresponds to the largest computed feature value; returns NIL if the array or any path inside it is empty.
GetMaximumPath(IList<AvlNet.Path>, AvlNet.PathFeature, AvlNet.Path)Returns the path from the input array that corresponds to the largest computed feature value.
GetMaximumPath(IList<AvlNet.Path>, AvlNet.PathFeature, AvlNet.Path, NullableValue<float>, NullableValue<int>)Returns the path from the input array that corresponds to the largest computed feature value.
GetMaximumPath(IList<AvlNet.Path>, AvlNet.PathFeature, AvlNet.Path, float, int)Returns the path from the input array that corresponds to the largest computed feature value.
GetMaximumRegion_OrNil(IList<AvlNet.Region>, AvlNet.RegionFeature, INullable<AvlNet.Region>, float?, int?)Returns the region from the input array that corresponds to the largest computed feature value; returns NIL if the array or any region inside it is empty.
GetMaximumRegion(IList<AvlNet.Region>, AvlNet.RegionFeature, AvlNet.Region)Returns the region from the input array that corresponds to the largest computed feature value.
GetMaximumRegion(IList<AvlNet.Region>, AvlNet.RegionFeature, AvlNet.Region, NullableValue<float>, NullableValue<int>)Returns the region from the input array that corresponds to the largest computed feature value.
GetMaximumRegion(IList<AvlNet.Region>, AvlNet.RegionFeature, AvlNet.Region, float, int)Returns the region from the input array that corresponds to the largest computed feature value.
GetMinimumPath_OrNil(IList<AvlNet.Path>, AvlNet.PathFeature, INullable<AvlNet.Path>, float?, int?)Returns the path from the input array that corresponds to the smallest computed feature value; returns NIL if the array or any path inside it is empty.
GetMinimumPath(IList<AvlNet.Path>, AvlNet.PathFeature, AvlNet.Path)Returns the path from the input array that corresponds to the smallest computed feature value.
GetMinimumPath(IList<AvlNet.Path>, AvlNet.PathFeature, AvlNet.Path, NullableValue<float>, NullableValue<int>)Returns the path from the input array that corresponds to the smallest computed feature value.
GetMinimumPath(IList<AvlNet.Path>, AvlNet.PathFeature, AvlNet.Path, float, int)Returns the path from the input array that corresponds to the smallest computed feature value.
GetMinimumRegion_OrNil(IList<AvlNet.Region>, AvlNet.RegionFeature, INullable<AvlNet.Region>, float?, int?)Returns the region from the input array that corresponds to the smallest computed feature value; returns NIL if the array or any region inside it is empty.
GetMinimumRegion(IList<AvlNet.Region>, AvlNet.RegionFeature, AvlNet.Region)Returns the region from the input array that corresponds to the smallest computed feature value.
GetMinimumRegion(IList<AvlNet.Region>, AvlNet.RegionFeature, AvlNet.Region, NullableValue<float>, NullableValue<int>)Returns the region from the input array that corresponds to the smallest computed feature value.
GetMinimumRegion(IList<AvlNet.Region>, AvlNet.RegionFeature, AvlNet.Region, float, int)Returns the region from the input array that corresponds to the smallest computed feature value.
GetMultipleImagePixelValues_Safe(AvlNet.Image, IList<AvlNet.Point2D>, AvlNet.InterpolationMethod, float, IList<float>)Safely returns an array of pixel values of an image.
GetNEONAccelerationEnabled()
GetParallelComputingThreadsCount()
GetPathCharacteristicPoint_Interpolated(AvlNet.Path, float, AvlNet.Point2D)Returns linear interpolation between two consecutive characteristic points of a path.
GetPathCharacteristicPoint(AvlNet.Path, int, bool, AvlNet.Point2D)Returns the selected characteristic point of a path.
GetPathSegment(AvlNet.Path, int, bool, AvlNet.Segment2D)Returns the selected segment of a path.
GetPoint3DGridPoint_Interpolated(AvlNet.Point3DGrid, float, float, float, float, float, float, int, AvlNet.Point3D)Returns an interpolated single point of a point 3D grid.
GetPointOnPath(AvlNet.Path, float, AvlNet.Point2D)Returns a path point of desired distance (measured along path) from the first point of the path.
GetProfileElement_Interpolated(AvlNet.Profile, bool, bool, float, float)Returns linear interpolation between two consecutive values from a profile.
GetProfileElement(AvlNet.Profile, int, bool, float)Gets a single value from a profile, located at the specified index.
GetProfileValue(AvlNet.Profile, int, bool, float)Gets a single value from a profile, located at the specified X coordinate.
GetRegionFrame(AvlNet.Region, int, int)Returns the width and height of the entire region's frame (not to be confused with RegionBoundingBox!)
GetSSEAccelerationEnabled()
GetSurfaceElement_Interpolated(AvlNet.Surface, AvlNet.Point2D, int, AvlNet.Point3D)Returns an interpolated single point of a surface given its surface grid coordinates.
GetSurfacePath(AvlNet.Surface, AvlNet.Path, AvlNet.Path)Returns a path consisting of interpolated single points of a surface given their surface grid coordinates.
GetThreadLimitInfo(int?, IList<string>)Reads available licenses in the system
GetType()Inherited from System.Object
GrabImage_FromFiles_ResetState()Resets global state of GrabImage_FromFiles filter
GrabImage_FromFiles(string, AvlNet.FileSortingOrder, bool, bool, bool, bool, AvlNet.Image, string, string)Simulates capturing a frame from a camera.
GrabImage_FromFiles(string, AvlNet.ImageFileFormat?, AvlNet.FileSortingOrder, bool, bool, bool, bool, AvlNet.Image, string, string)Simulates capturing a frame from a camera.
GradientDirAndPresenceImage(AvlNet.Image, AvlNet.GradientMaskOperator, float, AvlNet.AngleRange, AvlNet.Image)Computes an image of gradient directions mapped to the range from 1 to 255. Zero means "no edge".
GradientDirAndPresenceImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GradientMaskOperator, float, AvlNet.AngleRange, AvlNet.Image)Computes an image of gradient directions mapped to the range from 1 to 255. Zero means "no edge".
GradientImage_Mask(AvlNet.Image, AvlNet.GradientMaskOperator, int, AvlNet.Image)Computes a gradient image with a Sobel or Prewitt operator.
GradientImage_Mask(AvlNet.Image, AvlNet.GradientMaskOperator, int, AvlNet.Image, AvlNet.Image)Computes a gradient image with a Sobel or Prewitt operator.
GradientImage_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GradientMaskOperator, int, AvlNet.Image)Computes a gradient image with a Sobel or Prewitt operator.
GradientImage_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GradientMaskOperator, int, AvlNet.Image, AvlNet.Image)Computes a gradient image with a Sobel or Prewitt operator.
GradientImage(AvlNet.Image, AvlNet.GradientOperator, float, AvlNet.Image)Computes a gradient image with smoothing operator of any size. The output pixels are signed.
GradientImage(AvlNet.Image, AvlNet.GradientOperator, float, AvlNet.Image, AvlNet.Image)Computes a gradient image with smoothing operator of any size. The output pixels are signed.
GradientImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GradientOperator, float, float?, AvlNet.Image)Computes a gradient image with smoothing operator of any size. The output pixels are signed.
GradientImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GradientOperator, float, float?, AvlNet.Image, AvlNet.Image)Computes a gradient image with smoothing operator of any size. The output pixels are signed.
GradientMagnitudeImage(AvlNet.Image, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, AvlNet.Image)Measures the strength of gradient at each pixel location with Sobel or Prewitt operator.
GradientMagnitudeImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, AvlNet.Image)Measures the strength of gradient at each pixel location with Sobel or Prewitt operator.
GroupPathsByRegions(IList<AvlNet.Path>, IList<AvlNet.Region>, AvlNet.MatchingCriterion, IList<List<int>>)For each region returns which paths lie inside of it or intersect with it.
GroupPathsByRegions(IList<AvlNet.Path>, IList<AvlNet.Region>, AvlNet.MatchingCriterion, IList<List<int>>, NullableRef<SafeList<SafeList<AvlNet.Path>>>)For each region returns which paths lie inside of it or intersect with it.
GroupPointsByRegions(IList<AvlNet.Point2D>, IList<AvlNet.Region>, IList<List<int>>)For each region returns which points lie inside of it.
GroupPointsByRegions(IList<AvlNet.Point2D>, IList<AvlNet.Region>, IList<List<int>>, NullableRef<List<List<AvlNet.Point2D>>>)For each region returns which points lie inside of it.
GroupRegionsByLines(IList<AvlNet.Region>, AvlNet.Rectangle2D, int, float, bool, IList<SafeList<AvlNet.Region>>, IList<AvlNet.Region>, IList<AvlNet.Region>, IList<AvlNet.Region>, IList<AvlNet.Region>, AvlNet.Rectangle2D)Splits an array of blobs by distance to a computed base lines
GroupRegionsByLines(IList<AvlNet.Region>, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, float, bool, IList<SafeList<AvlNet.Region>>, IList<AvlNet.Region>, IList<AvlNet.Region>, IList<AvlNet.Region>, IList<AvlNet.Region>, AvlNet.Rectangle2D)Splits an array of blobs by distance to a computed base lines
GroupRegionsByLines(IList<AvlNet.Region>, AvlNet.Rectangle2D, int, float, bool, IList<SafeList<AvlNet.Region>>, IList<AvlNet.Region>, IList<AvlNet.Region>, IList<AvlNet.Region>, IList<AvlNet.Region>, AvlNet.Rectangle2D, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>, IList<AvlNet.Point2D>)Splits an array of blobs by distance to a computed base lines
GroupRegionsByLines(IList<AvlNet.Region>, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, float, bool, IList<SafeList<AvlNet.Region>>, IList<AvlNet.Region>, IList<AvlNet.Region>, IList<AvlNet.Region>, IList<AvlNet.Region>, AvlNet.Rectangle2D, IList<AvlNet.Segment2D>, IList<AvlNet.Rectangle2D>, IList<AvlNet.Point2D>)Splits an array of blobs by distance to a computed base lines
GroupRegionsByRegions(IList<AvlNet.Region>, IList<AvlNet.Region>, AvlNet.MatchingCriterion, IList<List<int>>)For each region returns which regions lie inside of it or intersect with it.
GroupRegionsByRegions(IList<AvlNet.Region>, IList<AvlNet.Region>, AvlNet.MatchingCriterion, IList<List<int>>, NullableRef<SafeList<SafeList<AvlNet.Region>>>)For each region returns which regions lie inside of it or intersect with it.
HistogramAverage(AvlNet.Histogram, float)Computes the average of histogram bin values.
HistogramDataAverage(AvlNet.Histogram, float)Computes the average of the histogrammed numeric data.
HistogramDataMaximum(AvlNet.Histogram, float)Computes the approximation of the largest value of the histogrammed numeric data.
HistogramDataMedian(AvlNet.Histogram, float)Computes the median of the histogrammed numeric data.
HistogramDataMinimum(AvlNet.Histogram, float)Computes the approximation of the smallest value of the histogrammed numeric data.
HistogramDataNthValue(AvlNet.Histogram, int, AvlNet.SortingOrder, float)Computes nth smallest (or largest) value of the histogrammed numeric data.
HistogramDataQuantile(AvlNet.Histogram, float, float)Computes the specified quantile of the histogrammed numeric data.
HistogramDataSize(AvlNet.Histogram, int)Computes the number of elements of the histogrammed numeric data.
HistogramDataStandardDeviation(AvlNet.Histogram, float)Computes the standard deviation of the histogrammed numeric data.
HistogramDataVariance(AvlNet.Histogram, float)Computes the variance of the histogrammed numeric data.
HistogramDistance(AvlNet.Histogram, AvlNet.Histogram, AvlNet.DistanceMeasure, float)Computes the numeric distance between two histograms.
HistogramIndices(AvlNet.Histogram, IList<int>)Returns an array of histogram elements indices
HistogramIntersection(AvlNet.Histogram, AvlNet.Histogram, float)Calculates normalized histogram intersection norm.
HistogramLocalMaxima(AvlNet.Histogram, IList<int>, IList<int>)Computes the histogram local maxima.
HistogramLocalMaxima(AvlNet.Histogram, int?, IList<int>, IList<int>)Computes the histogram local maxima.
HistogramLocalMinima(AvlNet.Histogram, IList<int>, IList<int>)Computes the histogram local minima.
HistogramLocalMinima(AvlNet.Histogram, int?, IList<int>, IList<int>)Computes the histogram local minima.
HistogramMaximum(AvlNet.Histogram, int, int)Computes histogram bar values maximum - its location and value.
HistogramMinimum(AvlNet.Histogram, int, int)Computes histogram bar values minimum - its location and value.
HistogramSize(AvlNet.Histogram, int)Computes the number of histogram bins.
HistogramSum(AvlNet.Histogram, int)Computes the sum of histogram bin values.
HsiToRgb(AvlNet.Image, AvlNet.Image)Converts color space from Hue-Saturation-Intensity into Red-Green-Blue.
HslToRgb(AvlNet.Image, AvlNet.Image)Converts color space from Hue-Saturation-Luminance to Red-Green-Blue.
HsvToRgb(AvlNet.Image, AvlNet.Image)Converts color space from Hue-Saturation-Value to Red-Green-Blue.
Http_DecodeURL(string, string)Converts text from URL friendly text to a string.
Http_EncodeURL(string, string)Converts string to URL friendly text.
Http_SendRequest_GET(string, IList<string>, IList<string>, INullable<string>, int)Sends a GET request to server and receives an answer.
Http_SendRequest_POST_JSON(string, string, INullable<string>, int)Sends a POST request in JSON format to the server and receives answer.
Http_SendRequest_POST_Raw(string, IList<string>, IList<string>, INullable<string>, int)Sends a POST request to the server and receives an answer.
ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image)Creates an image from pixels traversed along an arc.
ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, IList<AvlNet.Path>)Creates an image from pixels traversed along an arc.
ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, NullableValue<AvlNet.Arc2D>)Creates an image from pixels traversed along an arc.
ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image)Creates an image from pixels traversed along an arc.
ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, NullableValue<AvlNet.Arc2D>, IList<AvlNet.Path>)Creates an image from pixels traversed along an arc.
ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, IList<AvlNet.Path>)Creates an image from pixels traversed along an arc.
ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, NullableValue<AvlNet.Arc2D>)Creates an image from pixels traversed along an arc.
ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Arc2D, IList<AvlNet.Path>)Creates an image from pixels traversed along an arc.
ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, NullableValue<AvlNet.Arc2D>, IList<AvlNet.Path>)Creates an image from pixels traversed along an arc.
ImageAlongPath(AvlNet.Image, AvlNet.Path, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image)Creates an image from pixels traversed along a path.
ImageAlongPath(AvlNet.Image, AvlNet.Path, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, IList<AvlNet.Path>)Creates an image from pixels traversed along a path.
ImageAlongPath(AvlNet.Image, AvlNet.Path, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, NullableRef<AvlNet.Path>)Creates an image from pixels traversed along a path.
ImageAlongPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image)Creates an image from pixels traversed along a path.
ImageAlongPath(AvlNet.Image, AvlNet.Path, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, NullableRef<AvlNet.Path>, IList<AvlNet.Path>)Creates an image from pixels traversed along a path.
ImageAlongPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, IList<AvlNet.Path>)Creates an image from pixels traversed along a path.
ImageAlongPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, NullableRef<AvlNet.Path>)Creates an image from pixels traversed along a path.
ImageAlongPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, NullableRef<AvlNet.Path>, IList<AvlNet.Path>)Creates an image from pixels traversed along a path.
ImageAlongPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Path, IList<AvlNet.Path>)Creates an image from pixels traversed along a path.
ImageAverageHSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, int)Computes the average of the HSV, HSL or HSI image pixel values.
ImageAverageHSx(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.HSxColorModel, int?, int, int, int)Computes the average of the HSV, HSL or HSI image pixel values.
ImageAverage(AvlNet.Image, AvlNet.Pixel)Computes the average of the image pixel values.
ImageAverage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel)Computes the average of the image pixel values.
ImageAverage(AvlNet.Image, AvlNet.Pixel, NullableValue<float>)Computes the average of the image pixel values.
ImageAverage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel, NullableValue<float>)Computes the average of the image pixel values.
ImageAverage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel, float)Computes the average of the image pixel values.
ImageBox(AvlNet.Image, AvlNet.Box)Produces the box of image dimensions
ImageCenter(AvlNet.Image, AvlNet.Point2D)Returns the geometrical center of an image.
ImageCharacteristicPoint(AvlNet.Image, AvlNet.Anchor2D, AvlNet.Point2D)Returns a characteristic point of image.
ImageCorrelationImage(AvlNet.Image, AvlNet.Image, AvlNet.CorrelationMeasure, AvlNet.Image)Computes an image of correlation between a pattern and the input image at each possible location.
ImageCorrelationImage(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.CorrelationMeasure, AvlNet.Image)Computes an image of correlation between a pattern and the input image at each possible location.
ImageCorrelation(AvlNet.Image, AvlNet.Image, AvlNet.CorrelationMeasure, float)Computes the correlation of pattern and image.
ImageCorrelation(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.CorrelationMeasure, float)Computes the correlation of pattern and image.
ImageDifferenceImage(AvlNet.Image, AvlNet.Image, AvlNet.DistanceMeasure, AvlNet.Image)Computes an image of differences between a moving pattern and the input image.
ImageDifferenceImage(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.DistanceMeasure, AvlNet.Image)Computes an image of differences between a moving pattern and the input image.
ImageDifference(AvlNet.Image, AvlNet.Image, AvlNet.DistanceMeasure, float)Measures dissimilarity between two images.
ImageDifference(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.DistanceMeasure, float)Measures dissimilarity between two images.
ImageEdgesToWorldPlane(IList<AvlNet.Edge1D>, AvlNet.RectificationTransform, IList<AvlNet.Edge1D>)Finds the world coordinates of image Edges.
ImageEdgeToWorldPlane(AvlNet.Edge1D, AvlNet.RectificationTransform, AvlNet.Edge1D)Finds the world coordinates of image Edge.
ImageGapsToWorldPlane(IList<AvlNet.Gap1D>, AvlNet.RectificationTransform, IList<AvlNet.Gap1D>)Finds the world coordinates of image Gaps.
ImageGapToWorldPlane(AvlNet.Gap1D, AvlNet.RectificationTransform, AvlNet.Gap1D)Finds the world coordinates of image Gap.
ImageHistogram(AvlNet.Image, int, float, float, float, AvlNet.Histogram)Computes the histogram of the image pixel values.
ImageHistogram(AvlNet.Image, NullableRef<AvlNet.Region>, int, float, float, float, AvlNet.Histogram)Computes the histogram of the image pixel values.
ImageInversePolarTransform(AvlNet.Image, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.PolarInterpolationMethod, AvlNet.Image)Transforms an image from polar or log-polar space to euclidean space.
ImageLocalMaxima(AvlNet.Image, bool, float?, float?, float, NullableRef<List<AvlNet.Extremum2D>>, NullableRef<SafeList<AvlNet.Region>>)Finds image locations characterized by locally maximal pixel values.
ImageLocalMaxima(AvlNet.Image, NullableRef<AvlNet.Region>, bool, float?, float?, float, AvlNet.ImageLocalExtremaVerification?, NullableRef<List<AvlNet.Extremum2D>>, NullableRef<SafeList<AvlNet.Region>>)Finds image locations characterized by locally maximal pixel values.
ImageLocalMinima(AvlNet.Image, bool, float?, float?, float, NullableRef<List<AvlNet.Extremum2D>>, NullableRef<SafeList<AvlNet.Region>>)Finds image locations characterized by locally minimal pixel values.
ImageLocalMinima(AvlNet.Image, NullableRef<AvlNet.Region>, bool, float?, float?, float, AvlNet.ImageLocalExtremaVerification?, NullableRef<List<AvlNet.Extremum2D>>, NullableRef<SafeList<AvlNet.Region>>)Finds image locations characterized by locally minimal pixel values.
ImageMassCenter(AvlNet.Image, AvlNet.Point2D)Computes a point with coordinates equal to image mass center in brightness scale.
ImageMassCenter(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Point2D)Computes a point with coordinates equal to image mass center in brightness scale.
ImageMaximum(AvlNet.Image, NullableValue<AvlNet.Location>, NullableValue<float>)Finds the location and the value of the brightest pixel.
ImageMaximum(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Location, float)Finds the location and the value of the brightest pixel.
ImageMaximum(AvlNet.Image, NullableRef<AvlNet.Region>, NullableValue<AvlNet.Location>, NullableValue<float>)Finds the location and the value of the brightest pixel.
ImageMinimum(AvlNet.Image, NullableValue<AvlNet.Location>, NullableValue<float>)Finds the location and the value of the darkest pixel.
ImageMinimum(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Location, float)Finds the location and the value of the darkest pixel.
ImageMinimum(AvlNet.Image, NullableRef<AvlNet.Region>, NullableValue<AvlNet.Location>, NullableValue<float>)Finds the location and the value of the darkest pixel.
ImageMoment(AvlNet.Image, AvlNet.ImageMomentType, bool, float)Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant.
ImageMoment(AvlNet.Image, AvlNet.ImageMomentType, bool, float, NullableValue<float>)Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant.
ImageMoment(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.ImageMomentType, bool, float)Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant.
ImageMoment(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.ImageMomentType, bool, float, NullableValue<float>)Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant.
ImageMoment(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.ImageMomentType, bool, float, float)Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant.
ImageOrientation(AvlNet.Image, float)Computes the orientation of an image using image moments. The result range is from 0.0 to 180.0.
ImageOrientation(AvlNet.Image, NullableRef<AvlNet.Region>, float)Computes the orientation of an image using image moments. The result range is from 0.0 to 180.0.
ImagePathsToWorldPlane(IList<AvlNet.Path>, AvlNet.RectificationTransform, IList<AvlNet.Path>)Finds the world coordinates of image Paths.
ImagePathToWorldPlane(AvlNet.Path, AvlNet.RectificationTransform, AvlNet.Path)Finds the world coordinates of image Path.
ImagePixels(AvlNet.Image, IList<AvlNet.Pixel>)Returns an array of pixels from the input image.
ImagePixels(AvlNet.Image, NullableRef<AvlNet.Region>, IList<AvlNet.Pixel>)Returns an array of pixels from the input image.
ImagePixelValues(AvlNet.Image, IList<float>)Returns an array of pixel values from the input image.
ImagePixelValues(AvlNet.Image, NullableRef<AvlNet.Region>, IList<float>)Returns an array of pixel values from the input image.
ImagePointsToWorldPlane(IList<AvlNet.Point2D>, AvlNet.RectificationTransform, IList<AvlNet.Point2D>)Finds the world coordinates of image Points.
ImagePointToWorldPlane(AvlNet.Point2D, AvlNet.RectificationTransform, AvlNet.Point2D)Finds the world coordinates of image Point.
ImagePolarTransform(AvlNet.Image, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.PolarInterpolationMethod, AvlNet.Image)Transforms an image to polar or log-polar space.
ImageProfileAlongPath(AvlNet.ScanMapState, AvlNet.Image, AvlNet.Path, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path)Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.
ImageProfileAlongPath(AvlNet.ScanMapState, AvlNet.Image, AvlNet.Path, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, IList<AvlNet.Path>)Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.
ImageProfileAlongPath(AvlNet.ScanMapState, AvlNet.Image, AvlNet.Path, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, NullableRef<AvlNet.Path>)Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.
ImageProfileAlongPath(AvlNet.ScanMapState, AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path)Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.
ImageProfileAlongPath(AvlNet.ScanMapState, AvlNet.Image, AvlNet.Path, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, NullableRef<AvlNet.Path>, IList<AvlNet.Path>)Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.
ImageProfileAlongPath(AvlNet.ScanMapState, AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, IList<AvlNet.Path>)Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.
ImageProfileAlongPath(AvlNet.ScanMapState, AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, NullableRef<AvlNet.Path>)Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.
ImageProfileAlongPath(AvlNet.ScanMapState, AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, NullableRef<AvlNet.Path>, IList<AvlNet.Path>)Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.
ImageProfileAlongPath(AvlNet.ScanMapState, AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, AvlNet.Path, IList<AvlNet.Path>)Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.
ImageProjection(AvlNet.Image, AvlNet.ProjectionDirection, AvlNet.ProjectionMode, AvlNet.Profile)Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile.
ImageProjection(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.ProjectionDirection, AvlNet.ProjectionMode, AvlNet.Profile)Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile.
ImageRidgesToWorldPlane(IList<AvlNet.Ridge1D>, AvlNet.RectificationTransform, IList<AvlNet.Ridge1D>)Finds the world coordinates of image Ridges.
ImageRidges(AvlNet.Image, AvlNet.Polarity, float?, float?, float, AvlNet.Region)Finds ridge pixels in an image.
ImageRidges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Polarity, float?, float?, float, AvlNet.Region)Finds ridge pixels in an image.
ImageRidgeToWorldPlane(AvlNet.Ridge1D, AvlNet.RectificationTransform, AvlNet.Ridge1D)Finds the world coordinates of image Ridge.
ImageSegmentsToWorldPlane(IList<AvlNet.Segment2D>, AvlNet.RectificationTransform, IList<AvlNet.Segment2D>)Finds the world coordinates of image Segments.
ImageSegmentToWorldPlane(AvlNet.Segment2D, AvlNet.RectificationTransform, AvlNet.Segment2D)Finds the world coordinates of image Segment.
ImageSharpness(AvlNet.Image, float)Returns a value dependent on sharpness of the image. The value is bigger for sharper images.
ImageSharpness(AvlNet.Image, AvlNet.Box?, float)Returns a value dependent on sharpness of the image. The value is bigger for sharper images.
ImageStandardDeviation(AvlNet.Image, float)Calculates standard deviation of image pixel values.
ImageStandardDeviation(AvlNet.Image, NullableRef<AvlNet.Region>, float)Calculates standard deviation of image pixel values.
ImageStatistics(AvlNet.Image, NullableValue<AvlNet.Location>, NullableValue<float>, NullableValue<AvlNet.Location>, NullableValue<float>, NullableValue<AvlNet.Pixel>, NullableValue<float>, NullableValue<AvlNet.Pixel>, NullableValue<float>)Computes various statistics of the image pixel values.
ImageStatistics(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Location, float, AvlNet.Location, float, AvlNet.Pixel, float, AvlNet.Pixel, float)Computes various statistics of the image pixel values.
ImageStatistics(AvlNet.Image, NullableRef<AvlNet.Region>, NullableValue<AvlNet.Location>, NullableValue<float>, NullableValue<AvlNet.Location>, NullableValue<float>, NullableValue<AvlNet.Pixel>, NullableValue<float>, NullableValue<AvlNet.Pixel>, NullableValue<float>)Computes various statistics of the image pixel values.
ImageStripesToWorldPlane(IList<AvlNet.Stripe1D>, AvlNet.RectificationTransform, IList<AvlNet.Stripe1D>)Finds the world coordinates of image Stripes.
ImageStripeToWorldPlane(AvlNet.Stripe1D, AvlNet.RectificationTransform, AvlNet.Stripe1D)Finds the world coordinates of image Stripe.
ImageSum(AvlNet.Image, AvlNet.Pixel)Computes the sum of the image pixel values.
ImageSum(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel)Computes the sum of the image pixel values.
ImageSum(AvlNet.Image, AvlNet.Pixel, NullableValue<float>)Computes the sum of the image pixel values.
ImageSum(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel, NullableValue<float>)Computes the sum of the image pixel values.
ImageSum(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel, float)Computes the sum of the image pixel values.
ImageToImageFormat(AvlNet.Image, AvlNet.ImageFormat)Converts an image to an image format.
ImageToMatrix(AvlNet.Image, AvlNet.Matrix)Converts a single-channel image to a matrix.
ImageToSize(AvlNet.Image, AvlNet.Size)Converts an image to a size.
ImageWatersheds(AvlNet.Image, int, IList<AvlNet.Region>)Computes dark basins which are separated by at least inThreshold height watershed.
InflatePath(AvlNet.Path, float, float, INullable<AvlNet.Path>)Enlarges a shape by a given margin (points in the input path must be sorted clockwise)
InflateRectangle(AvlNet.Rectangle2D, float, AvlNet.Rectangle2D)Enlarges a rectangle by a given margin.
InitGPUProcessing(string, string)
InitLibrary()Initializes library internals. Should be called before any other function from AVL.
InpaintImage(AvlNet.Image, float, AvlNet.Region)Fills in a region of the image with pixel values interpolated from the borders of the area.
InscribeRegionInRegion(AvlNet.Region, AvlNet.Region, AvlNet.ShiftType, AvlNet.FitType, int?, int?, INullable<AvlNet.Region>)Shifts source region so that it is contained in target region.
InspectImageMemoryPools(bool, IList<int>, IList<int>, int)Returns information about allocated image memory buffers. This information can be used for preallocation.
IntegerToPixel(int, AvlNet.Pixel)Converts an integer value to pixel.
InverseFourierTransform(AvlNet.Image, AvlNet.Image)Transforms an image in frequency domain back to spatial domain using inverse Fourier transformation
InvertCoordinateSystem(AvlNet.CoordinateSystem2D, AvlNet.CoordinateSystem2D)Inverts a coordinate system.
InvertImage(AvlNet.Image, float, AvlNet.Image)Applies numeric inversion (1/x) of the pixel values.
InvertImage(AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Applies numeric inversion (1/x) of the pixel values.
JoinAdjacentPaths(IList<AvlNet.Path>, float, float, float, float, IList<AvlNet.Path>)Joins those paths of an array which endpoints lie near enough.
JoinAdjacentPaths(IList<AvlNet.Path>, float, float, float, float?, float, IList<AvlNet.Path>)Joins those paths of an array which endpoints lie near enough.
JoinImages_OfArray(IList<AvlNet.Image>, AvlNet.JoinDirection, int, AvlNet.Image)Creates a single image by glueing together many input images in horizontal or vertical direction.
JoinImages_OfSeries(AvlNet.JoinImages_OfSeriesState, AvlNet.Image, AvlNet.JoinDirection, int, int, INullable<AvlNet.Image>)Creates a single image by glueing together a series of input images in horizontal or vertical direction.
JoinImages(AvlNet.Image, AvlNet.Image, AvlNet.JoinDirection, int, AvlNet.Image)Creates a single image by glueing together the two input images in horizontal or vertical direction.
JoinImages(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Image>, NullableRef<AvlNet.Image>, AvlNet.JoinDirection, int, AvlNet.Image)Creates a single image by glueing together the two input images in horizontal or vertical direction.
JoinImageTiles(IList<AvlNet.Image>, int, int, AvlNet.Image)Joins previously cut tiles into single image.
JoinPoint3DGrids(AvlNet.Point3DGrid, AvlNet.Point3DGrid, int, int, AvlNet.Point3DGrid)Combines two point grids into one.
JoinProfilesIntoImage_OfSeries(AvlNet.JoinProfilesIntoImage_OfSeriesState, AvlNet.Profile, int, INullable<AvlNet.Image>)Creates an image by joining 1D profiles, which appear in consecutive iterations.
JoinProfilesIntoImage(IList<AvlNet.Profile>, AvlNet.Image)Creates an image by joining an array of 1D profiles into consecutive image rows.
JoinProfiles(AvlNet.Profile, AvlNet.Profile, AvlNet.Profile)Concatenates two profiles into one.
JoinSurfaces(AvlNet.Surface, AvlNet.Surface, AvlNet.Surface)Combines two surfaces into one.
KNN_Classify(AvlNet.KNNModel, IList<float>, int, AvlNet.Metric, int)Classify data using the KNN classifier.
KNN_Init(int, int, AvlNet.KNNModel)Initializes the KNN classifier.
KNN_Train(AvlNet.KNNModel, IList<IList<float>>, IList<int>, AvlNet.KNNModel)Trains KNN classifier using sample data.
LabToRgb(AvlNet.Image, AvlNet.Image)Converts color space from L*a*b* to Red-Green-Blue.
LawsFilter(AvlNet.Image, AvlNet.LawsFilterType, AvlNet.LawsFilterType, AvlNet.LawsFilterSize, int, bool, AvlNet.Image, AvlNet.Image)Filters image with one of classic LAWS filter
LawsFilter(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.LawsFilterType, AvlNet.LawsFilterType, AvlNet.LawsFilterSize, int, bool, AvlNet.Image, AvlNet.Image)Filters image with one of classic LAWS filter
LerpAngles(float, float, AvlNet.AngleRange, float, bool, float)Linearly interpolates between two angles in the direction of minimum turn.
LerpAngles(float, float, AvlNet.RotationDirection?, AvlNet.AngleRange, float, bool, float)Linearly interpolates between two angles in the direction of minimum turn.
LerpImages(AvlNet.Image, AvlNet.Image, float, AvlNet.Image)Interpolates two images linearly pixel by pixel.
LerpImages(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Interpolates two images linearly pixel by pixel.
LerpPaths(AvlNet.Path, AvlNet.Path, float, AvlNet.Path)Linearly interpolates between two paths.
LerpPoints3D(AvlNet.Point3D, AvlNet.Point3D, float, AvlNet.Point3D)Linearly interpolates between two points in 3D.
LerpPoints(AvlNet.Point2D, AvlNet.Point2D, float, AvlNet.Point2D)Linearly interpolates between two points.
LerpSegments3D(AvlNet.Segment3D, AvlNet.Segment3D, float, AvlNet.Segment3D)Linearly interpolates between two segments in 3D.
LerpSegments(AvlNet.Segment2D, AvlNet.Segment2D, float, bool, AvlNet.Segment2D)Linearly interpolates between two segments.
LerpVectors3D(AvlNet.Vector3D, AvlNet.Vector3D, float, AvlNet.Vector3D)Linearly interpolates between two 3D vectors.
LerpVectors_Radial(AvlNet.Vector2D, AvlNet.Vector2D, float, AvlNet.Vector2D)Linearly interpolates between two radial vectors.
LerpVectors_Radial(AvlNet.Vector2D, AvlNet.Vector2D, AvlNet.RotationDirection?, float, AvlNet.Vector2D)Linearly interpolates between two radial vectors.
LerpVectors(AvlNet.Vector2D, AvlNet.Vector2D, float, AvlNet.Vector2D)Linearly interpolates between two vectors.
LinearBinaryPattern(AvlNet.Image, AvlNet.LinearBinaryPatternType, AvlNet.Histogram, AvlNet.Image)Creates histogram and map of Linear Binary Patterns (with radius 1 and size 8) of provided image.
LinearBinaryPattern(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.LinearBinaryPatternType, AvlNet.Histogram, AvlNet.Image)Creates histogram and map of Linear Binary Patterns (with radius 1 and size 8) of provided image.
LineArcIntersection(AvlNet.Line2D, AvlNet.Arc2D, AvlNet.Point2D?, AvlNet.Point2D?)Computes the common points of an arc and a line.
LinearRegression_LTE(IList<float>, int, AvlNet.LinearFunction, IList<float>, IList<float>, IList<float>, IList<float>, float)Computes linear regression of given point set using Least Trimmed Error algorithm.
LinearRegression_LTE(IList<float>, int, AvlNet.LinearFunction, IList<float>, IList<float>, IList<float>, IList<float>, float, int)Computes linear regression of given point set using Least Trimmed Error algorithm.
LinearRegression_LTE(IList<float>, NullableRef<IList<float>>, int, int?, AvlNet.LinearFunction, IList<float>, IList<float>, IList<float>, IList<float>, float)Computes linear regression of given point set using Least Trimmed Error algorithm.
LinearRegression_LTE(IList<float>, NullableRef<IList<float>>, int, int?, AvlNet.LinearFunction, IList<float>, IList<float>, IList<float>, IList<float>, float, int)Computes linear regression of given point set using Least Trimmed Error algorithm.
LinearRegression_M(IList<float>, AvlNet.MEstimator, float, int, AvlNet.LinearFunction, IList<float>, IList<float>)Computes linear regression of given point set using selected M-estimator for outlier suppression.
LinearRegression_M(IList<float>, AvlNet.MEstimator, float, int, AvlNet.LinearFunction, IList<float>, IList<float>, NullableRef<List<float>>, NullableRef<List<float>>)Computes linear regression of given point set using selected M-estimator for outlier suppression.
LinearRegression_M(IList<float>, NullableRef<IList<float>>, AvlNet.MEstimator, float, int, AvlNet.LinearFunction?, AvlNet.LinearFunction, IList<float>, IList<float>)Computes linear regression of given point set using selected M-estimator for outlier suppression.
LinearRegression_M(IList<float>, NullableRef<IList<float>>, AvlNet.MEstimator, float, int, AvlNet.LinearFunction?, AvlNet.LinearFunction, IList<float>, IList<float>, NullableRef<List<float>>, NullableRef<List<float>>)Computes linear regression of given point set using selected M-estimator for outlier suppression.
LinearRegression_RANSAC(IList<float>, float, AvlNet.LinearFunction, IList<float>, IList<float>)Computes linear regression of given point set using RANSAC.
LinearRegression_RANSAC(IList<float>, NullableRef<IList<float>>, int?, float, int?, AvlNet.LinearFunction, IList<float>, IList<float>)Computes linear regression of given point set using RANSAC.
LinearRegression_TheilSen(IList<float>, AvlNet.TheilSenVariant, AvlNet.LinearFunction, IList<float>, IList<float>)Computes linear regression of given point set using TheilSen algorithm.
LinearRegression_TheilSen(IList<float>, NullableRef<IList<float>>, AvlNet.TheilSenVariant, AvlNet.LinearFunction, IList<float>, IList<float>)Computes linear regression of given point set using TheilSen algorithm.
LinearRegression(IList<float>, AvlNet.LinearFunction, IList<float>, IList<float>, float)Computes linear regression of given point set.
LinearRegression(IList<float>, NullableRef<IList<float>>, AvlNet.LinearFunction, IList<float>, IList<float>, float)Computes linear regression of given point set.
LineCircleIntersection(AvlNet.Line2D, AvlNet.Circle2D, AvlNet.Point2D?, AvlNet.Point2D?)Computes common points of a circle and a line.
LineLineIntersection3D(AvlNet.Line3D, AvlNet.Line3D, AvlNet.Point3D?)Computes a common point of two lines in 3D.
LineLineIntersection(AvlNet.Line2D, AvlNet.Line2D, AvlNet.Point2D?)Computes a common point of two lines.
LineNormalVector(AvlNet.Line2D, bool, AvlNet.Vector2D)Computes the normal vector of a line
LineOrientation(AvlNet.Line2D, float)Computes the orientation angle of a line as angle in the range from 0 to 180.
LinePlaneIntersection3D(AvlNet.Line3D, AvlNet.Plane3D, AvlNet.Point3D?)Computes the intersection point of a line in 3D and a plane.
LineSegmentIntersection(AvlNet.Line2D, AvlNet.Segment2D, AvlNet.Point2D?)Computes a common point of a line and a segment.
LineThroughPoint3D(AvlNet.Point3D, AvlNet.Vector3D, AvlNet.Line3D)Computes a line in 3D passing through a point with given direction.
LineThroughPoints3D(AvlNet.Point3D, AvlNet.Point3D, AvlNet.Line3D)Computes a line in 3D passing through two points.
LineThroughPoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Line2D)Computes a line passing through two distinct points.
LineThroughPoint(AvlNet.Point2D, float, AvlNet.Line2D)Computes a line passing through a point with given angle.
LineToLineDistance3D(AvlNet.Line3D, AvlNet.Line3D, float, float)Measures the distance between two lines in 3D.
LineToLineDistance3D(AvlNet.Line3D, AvlNet.Line3D, float, float, INullable<AvlNet.Segment3D>)Measures the distance between two lines in 3D.
LoadAnyCameraModel(string, AvlNet.AnyCameraModel)Loads serialized AnyCameraModel object from avdata file.
LoadEdgeModel(string, AvlNet.EdgeModel)Loads serialized template matching EdgeModel object from avdata file.
LoadEntities_FromDxf(string, float, AvlNet.Point2D, IList<List<AvlNet.Point2D>>)Loads entities from a DXF file as an array of point arrays.
LoadEntities_FromDxf(string, float, NullableRef<IList<string>>, AvlNet.Point2D, IList<List<AvlNet.Point2D>>)Loads entities from a DXF file as an array of point arrays.
LoadEntities_FromDxf(string, float, AvlNet.Point2D, IList<List<AvlNet.Point2D>>, IList<string>)Loads entities from a DXF file as an array of point arrays.
LoadEntities_FromDxf(string, float, NullableRef<IList<string>>, AvlNet.Point2D, IList<List<AvlNet.Point2D>>, IList<string>)Loads entities from a DXF file as an array of point arrays.
LoadGrayModel(string, AvlNet.GrayModel)Loads serialized template matching GrayModel object from avdata file.
LoadHistogram(string, AvlNet.Histogram)Loads serialized Histogram object from avdata file.
LoadImageFromBuffer(AvlNet.ByteBuffer, int, bool, AvlNet.Image)Loads a single image from a file stored in memory.
LoadImageFromBuffer(AvlNet.ByteBuffer, int, int?, bool, AvlNet.Image)Loads a single image from a file stored in memory.
LoadImageObject(string, AvlNet.Image)Loads serialized Image object from avdata file.
LoadImage_FromDxf(string, float, AvlNet.Pixel, AvlNet.Point2D, AvlNet.Image)Loads data from a DXF file as an image.
LoadImage_FromDxf(string, float, AvlNet.Pixel, AvlNet.Point2D, AvlNet.Image, IList<string>)Loads data from a DXF file as an image.
LoadImage_FromDxf(string, float, AvlNet.Size?, AvlNet.Pixel, NullableRef<IList<string>>, AvlNet.Point2D, AvlNet.Image)Loads data from a DXF file as an image.
LoadImage_FromDxf(string, float, AvlNet.Size?, AvlNet.Pixel, NullableRef<IList<string>>, AvlNet.Point2D, AvlNet.Image, IList<string>)Loads data from a DXF file as an image.
LoadImage_FromWebsite(string, AvlNet.Image)Loads a JPG image from a website.
LoadImage_FromWebsite(string, NullableRef<string>, NullableRef<string>, AvlNet.Image)Loads a JPG image from a website.
LoadImage(string, bool, AvlNet.Image)Loads a single image from a file.
LoadObject(string, IList<T>)Loads an object from the file
LoadObject(string, INullable<T>)Loads an object from the file
LoadObject(string, T)Loads an object from the file
LoadObject(string, T)Loads an object from the file
LoadOcrMlpModel(string, AvlNet.OcrMlpModel)Loads serialized OcrMlpModel object from avdata file.
LoadOcrModel(string, AvlNet.OcrModel)Loads serialized OcrMlpModel object from avdata file.
LoadOcrSvmModel(string, AvlNet.OcrSvmModel)Loads serialized OcrSvmModel object from avdata file.
LoadOrganicTrainingData(IList<string>, string, AvlNet.OrganicModel)Loads images and regions, extracts knowledge from it, and initializes OrganicModel, which can be then trained and used to classify new images.
LoadPath(string, AvlNet.Path)Loads serialized Path object from avdata file.
LoadPoint3DGridObject(string, AvlNet.Point3DGrid)Deserializes a profile from an AVDATA file.
LoadPoint3DGrid(string, AvlNet.Point3DFileFormat, AvlNet.Point3DGrid)Loads entities from a file of one of available types as an array of points in 3D.
LoadProfile(string, AvlNet.Profile)Deserializes a profile from an AVDATA file.
LoadRectificationMap(string, AvlNet.RectificationMap)Loads serialized RectificationMap object from avdata file.
LoadRectificationTransform(string, AvlNet.RectificationTransform)Loads serialized RectificationTransform object from avdata file.
LoadRegion(string, AvlNet.Region)Loads serialized Region object from avdata file.
LoadSpatialMap(string, AvlNet.SpatialMap)Deserializes a SpatialMap object from a AVDATA file.
LoadSurface(string, AvlNet.Surface)Deserializes a surface from an AVDATA file.
LocateMultipleObjects_Edges(AvlNet.Image, AvlNet.EdgeModel, int, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, float, IList<AvlNet.Object2D>)Finds all occurrences of a predefined template on an image by comparing object edges.
LocateMultipleObjects_Edges(AvlNet.Image, AvlNet.EdgeModel, int, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, float, IList<AvlNet.Object2D>, NullableRef<SafeList<SafeList<AvlNet.Path>>>, NullableValue<int>)Finds all occurrences of a predefined template on an image by comparing object edges.
LocateMultipleObjects_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeModel, int, int?, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, float, IList<AvlNet.Object2D>)Finds all occurrences of a predefined template on an image by comparing object edges.
LocateMultipleObjects_Edges(AvlNet.Image, AvlNet.EdgeModel, int, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, float, IList<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds all occurrences of a predefined template on an image by comparing object edges.
LocateMultipleObjects_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeModel, int, int?, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, float, IList<AvlNet.Object2D>, NullableRef<SafeList<SafeList<AvlNet.Path>>>, NullableValue<int>)Finds all occurrences of a predefined template on an image by comparing object edges.
LocateMultipleObjects_Edges(AvlNet.Image, AvlNet.EdgeModel, int, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, float, IList<AvlNet.Object2D>, NullableRef<SafeList<SafeList<AvlNet.Path>>>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds all occurrences of a predefined template on an image by comparing object edges.
LocateMultipleObjects_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeModel, int, int?, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, float, IList<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds all occurrences of a predefined template on an image by comparing object edges.
LocateMultipleObjects_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeModel, int, int?, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, float, IList<AvlNet.Object2D>, IList<SafeList<AvlNet.Path>>, int, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds all occurrences of a predefined template on an image by comparing object edges.
LocateMultipleObjects_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeModel, int, int?, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, float, IList<AvlNet.Object2D>, NullableRef<SafeList<SafeList<AvlNet.Path>>>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds all occurrences of a predefined template on an image by comparing object edges.
LocateMultipleObjects_NCC(AvlNet.Image, AvlNet.GrayModel, int, bool, float, float, IList<AvlNet.Object2D>)Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateMultipleObjects_NCC(AvlNet.Image, AvlNet.GrayModel, int, bool, float, float, IList<AvlNet.Object2D>, NullableValue<int>)Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateMultipleObjects_NCC(AvlNet.Image, AvlNet.GrayModel, int, bool, float, float, IList<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateMultipleObjects_NCC(AvlNet.Image, AvlNet.GrayModel, int, bool, float, float, IList<AvlNet.Object2D>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateMultipleObjects_NCC(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<AvlNet.Object2D>)Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateMultipleObjects_NCC(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<AvlNet.Object2D>, NullableValue<int>)Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateMultipleObjects_NCC(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateMultipleObjects_NCC(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<AvlNet.Object2D>, int, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateMultipleObjects_NCC(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<AvlNet.Object2D>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateMultipleObjects_SAD(AvlNet.Image, AvlNet.GrayModel, int, bool, float, float, IList<AvlNet.Object2D>)Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateMultipleObjects_SAD(AvlNet.Image, AvlNet.GrayModel, int, bool, float, float, IList<AvlNet.Object2D>, NullableValue<int>)Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateMultipleObjects_SAD(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float, IList<AvlNet.Object2D>)Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateMultipleObjects_SAD(AvlNet.Image, AvlNet.GrayModel, int, bool, float, float, IList<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateMultipleObjects_SAD(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float, IList<AvlNet.Object2D>, NullableValue<int>)Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateMultipleObjects_SAD(AvlNet.Image, AvlNet.GrayModel, int, bool, float, float, IList<AvlNet.Object2D>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateMultipleObjects_SAD(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float, IList<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateMultipleObjects_SAD(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float, IList<AvlNet.Object2D>, int, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateMultipleObjects_SAD(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float, IList<AvlNet.Object2D>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, IList<List<float>>)Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateMultiplePointPatterns(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, bool, float, float, bool, float, float, float, float, float, float, float, bool, IList<AvlNet.CoordinateSystem2D>, IList<List<AvlNet.Point2D>>, IList<AvlNet.Rectangle2D>)Finds the occurrences of the pattern in the input points.
LocateMultiplePointPatterns(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, AvlNet.Rectangle2D?, bool, float, float, bool, float, float, float, float, float, float, float, bool, IList<AvlNet.CoordinateSystem2D>, IList<List<AvlNet.Point2D>>, IList<AvlNet.Rectangle2D>)Finds the occurrences of the pattern in the input points.
LocateSingleObject_Edges(AvlNet.Image, AvlNet.EdgeModel, int, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, INullable<AvlNet.Object2D>)Finds a single occurrence of a predefined template on an image by comparing object edges.
LocateSingleObject_Edges(AvlNet.Image, AvlNet.EdgeModel, int, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, INullable<AvlNet.Object2D>, NullableRef<NullableRef<SafeList<AvlNet.Path>>>, NullableValue<int>)Finds a single occurrence of a predefined template on an image by comparing object edges.
LocateSingleObject_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeModel, int, int?, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, INullable<AvlNet.Object2D>)Finds a single occurrence of a predefined template on an image by comparing object edges.
LocateSingleObject_Edges(AvlNet.Image, AvlNet.EdgeModel, int, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, INullable<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by comparing object edges.
LocateSingleObject_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeModel, int, int?, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, INullable<AvlNet.Object2D>, NullableRef<NullableRef<SafeList<AvlNet.Path>>>, NullableValue<int>)Finds a single occurrence of a predefined template on an image by comparing object edges.
LocateSingleObject_Edges(AvlNet.Image, AvlNet.EdgeModel, int, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, INullable<AvlNet.Object2D>, NullableRef<NullableRef<SafeList<AvlNet.Path>>>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by comparing object edges.
LocateSingleObject_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeModel, int, int?, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, INullable<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by comparing object edges.
LocateSingleObject_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeModel, int, int?, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, INullable<AvlNet.Object2D>, INullable<SafeList<AvlNet.Path>>, int, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by comparing object edges.
LocateSingleObject_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.EdgeModel, int, int?, float, AvlNet.EdgePolarityMode, AvlNet.EdgeNoiseLevel, bool, float, INullable<AvlNet.Object2D>, NullableRef<NullableRef<SafeList<AvlNet.Path>>>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by comparing object edges.
LocateSingleObject_NCC(AvlNet.Image, AvlNet.GrayModel, int, bool, float, INullable<AvlNet.Object2D>)Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateSingleObject_NCC(AvlNet.Image, AvlNet.GrayModel, int, bool, float, INullable<AvlNet.Object2D>, NullableValue<int>)Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateSingleObject_NCC(AvlNet.Image, AvlNet.GrayModel, int, bool, float, INullable<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateSingleObject_NCC(AvlNet.Image, AvlNet.GrayModel, int, bool, float, INullable<AvlNet.Object2D>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateSingleObject_NCC(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float?, float?, INullable<AvlNet.Object2D>)Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateSingleObject_NCC(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float?, float?, INullable<AvlNet.Object2D>, NullableValue<int>)Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateSingleObject_NCC(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float?, float?, INullable<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateSingleObject_NCC(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float?, float?, INullable<AvlNet.Object2D>, int, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateSingleObject_NCC(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, float?, float?, INullable<AvlNet.Object2D>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values.
LocateSingleObject_SAD(AvlNet.Image, AvlNet.GrayModel, int, bool, float, INullable<AvlNet.Object2D>)Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateSingleObject_SAD(AvlNet.Image, AvlNet.GrayModel, int, bool, float, INullable<AvlNet.Object2D>, NullableValue<int>)Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateSingleObject_SAD(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, INullable<AvlNet.Object2D>)Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateSingleObject_SAD(AvlNet.Image, AvlNet.GrayModel, int, bool, float, INullable<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateSingleObject_SAD(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, INullable<AvlNet.Object2D>, NullableValue<int>)Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateSingleObject_SAD(AvlNet.Image, AvlNet.GrayModel, int, bool, float, INullable<AvlNet.Object2D>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateSingleObject_SAD(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, INullable<AvlNet.Object2D>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateSingleObject_SAD(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, INullable<AvlNet.Object2D>, int, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateSingleObject_SAD(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GrayModel, int, int?, bool, float, INullable<AvlNet.Object2D>, NullableValue<int>, IList<AvlNet.Image>, IList<AvlNet.Image>, INullable<List<float>>)Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values.
LocateSinglePointPattern(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, bool, float, float, bool, float, float, float, float, float, float, AvlNet.CoordinateSystem2D?, INullable<List<AvlNet.Point2D>>, AvlNet.Rectangle2D?)Finds an occurrence of the pattern in the input points.
LocateSinglePointPattern(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>, AvlNet.Rectangle2D?, bool, float, float, bool, float, float, float, float, float, float, AvlNet.CoordinateSystem2D?, INullable<List<AvlNet.Point2D>>, AvlNet.Rectangle2D?)Finds an occurrence of the pattern in the input points.
LocationArrayToPoint2DArray(IList<AvlNet.Location>, IList<AvlNet.Point2D>)Converts an array of locations to an array of points.
LocationCenter(AvlNet.Location, AvlNet.Point2D)Returns the center point of a pixel indicated by the provided location.
LocationsToRegion(IList<AvlNet.Location>, int, int, AvlNet.Region)Forms a region containing pixels of given locations.
LocationToPoint2D(AvlNet.Location, AvlNet.Point2D)Converts a location to its center point.
LogarithmImage(AvlNet.Image, float, bool, AvlNet.Image)Computes a natural logarithm of each pixel.
LogarithmImage(AvlNet.Image, float, bool, AvlNet.Image, AvlNet.Profile)Computes a natural logarithm of each pixel.
LogarithmImage(AvlNet.Image, NullableRef<AvlNet.Region>, float?, float, bool, AvlNet.Image)Computes a natural logarithm of each pixel.
LogarithmImage(AvlNet.Image, NullableRef<AvlNet.Region>, float?, float, bool, AvlNet.Image, AvlNet.Profile)Computes a natural logarithm of each pixel.
LUTTransformImage(AvlNet.LUTTransformImageState, AvlNet.Image, IList<int>, IList<AvlNet.Pixel>, bool, AvlNet.Image)Changes pixel values for data stored in array.
LUTTransformImage(AvlNet.LUTTransformImageState, AvlNet.Image, NullableRef<AvlNet.Region>, IList<int>, IList<AvlNet.Pixel>, bool, AvlNet.Image)Changes pixel values for data stored in array.
MakeCharacterSamples(IList<AvlNet.Region>, string, IList<AvlNet.CharacterSample>)Creates training font samples from the provided regions.
MakeHistogram(IList<int>, float, float, float, AvlNet.Histogram)Creates a histogram assuming given bin values.
MakeImage(IList<AvlNet.Pixel>, int, int, AvlNet.PlainType, int, AvlNet.Image)Converts a pixel array to a single-channel image.
MakePathConditional(AvlNet.Path, AvlNet.PathFeature, float?, float?, INullable<AvlNet.Path>)Computes path feature and checks whether its value is in range.
MakePoint3DGridFromImage(AvlNet.Image, double, double, double, double, double, double, AvlNet.Point3DGrid)Creates a Point3DGrid structure from coordinates encoded in pixels of a 3 channel image.
MakePoint3DGridFromImage(AvlNet.Image, NullableRef<AvlNet.Region>, double, double, double, double, double, double, AvlNet.Point3DGrid)Creates a Point3DGrid structure from coordinates encoded in pixels of a 3 channel image.
MakeRegionConditional(AvlNet.Region, AvlNet.RegionFeature, float?, float?, INullable<AvlNet.Region>)Computes region feature and checks whether its value is in range.
MakeSurfaceFromImage(AvlNet.Image, double, double, double, double, double, double, AvlNet.Surface)Creates a Surface structure from depth map mono image.
MakeSurfaceFromImage(AvlNet.Image, NullableRef<AvlNet.Region>, double, double, double, double, double, double, AvlNet.Surface)Creates a Surface structure from depth map mono image.
MatrixDeterminant(AvlNet.Matrix, float)Find the determinant of a square matrix.
MatrixPseudoEigenvectors(AvlNet.Matrix, AvlNet.Matrix, IList<float>)Find the pseudo-eigenvalues and pseudo-eigenvectors of a symmetrical square matrix.
MatrixToImage(AvlNet.Matrix, AvlNet.Image)Converts a matrix image to a single-channel real image.
MatrixToRectificationTransform(AvlNet.Matrix, AvlNet.RectificationTransform)Conversion
MaximumHistogram_OfArray(IList<AvlNet.Histogram>, AvlNet.Histogram)Computes the maximum of histograms of an array bar by bar.
MaximumHistogram_OfLoop(AvlNet.MaximumHistogram_OfLoopState, AvlNet.Histogram, AvlNet.Histogram)Computes the maximum of histograms appearing in consecutive iterations bar by bar.
MaximumHistogram(AvlNet.Histogram, AvlNet.Histogram, AvlNet.Histogram)Computes the maximum of two histograms bar by bar.
MaximumImage_OfArray(IList<AvlNet.Image>, AvlNet.Image)Computes the maximum of images of an array pixel by pixel.
MaximumImage_OfArray(IList<AvlNet.Image>, NullableRef<AvlNet.Region>, AvlNet.Image)Computes the maximum of images of an array pixel by pixel.
MaximumImage_OfLoop(AvlNet.MaximumImage_OfLoopState, AvlNet.Image, AvlNet.Image)Computes the maximum of images appearing in consecutive iterations pixel by pixel.
MaximumImage_OfLoop(AvlNet.MaximumImage_OfLoopState, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Computes the maximum of images appearing in consecutive iterations pixel by pixel.
MaximumImage(AvlNet.Image, AvlNet.Image, AvlNet.Image)Creates an image from the higher pixel values of each corresponding pair.
MaximumImage(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Creates an image from the higher pixel values of each corresponding pair.
MaximumProfile_OfArray(IList<AvlNet.Profile>, AvlNet.Profile)Computes the maximum of profiles of an array.
MaximumProfile_OfLoop(AvlNet.MaximumProfile_OfLoopState, AvlNet.Profile, AvlNet.Profile)Computes the maximum of profiles appearing in consecutive iterations.
MaximumProfile(AvlNet.Profile, AvlNet.Profile, AvlNet.Profile)Computes the maximum of two profiles point by point.
MeasureClassificationQuality_Binary(IList<bool>, IList<bool>, float, float, float, float, AvlNet.Matrix)Calculates classification performance metrics for binary problems.
MeasureClassificationQuality_Multiclass(IList<int>, IList<int>, float, IList<float>, IList<float>, IList<float>, AvlNet.Matrix)Calculates classification performance metrics for multiclass problems.
MeasureObjectWidth3D(AvlNet.Surface, IList<AvlNet.ScanMap>, AvlNet.StripeScanParams3D, AvlNet.MeasureObjectMethod, AvlNet.Selection, int, float?, AvlNet.Segment2D?, AvlNet.Segment2D?)Measures the width of an object using stripe detection.
MeasureObjectWidth3D(AvlNet.Surface, IList<AvlNet.ScanMap>, AvlNet.StripeScanParams3D, AvlNet.MeasureObjectMethod, AvlNet.Selection, int, float?, AvlNet.Segment2D?, AvlNet.Segment2D?, IList<AvlNet.Point3D>, IList<AvlNet.Point3D>)Measures the width of an object using stripe detection.
MeasureObjectWidth3D(AvlNet.Surface, IList<AvlNet.ScanMap>, AvlNet.StripeScanParams3D, AvlNet.MeasureObjectMethod, AvlNet.Selection, AvlNet.LocalBlindness?, int?, AvlNet.MEstimator?, int, float?, AvlNet.Segment2D?, AvlNet.Segment2D?)Measures the width of an object using stripe detection.
MeasureObjectWidth3D(AvlNet.Surface, IList<AvlNet.ScanMap>, AvlNet.StripeScanParams3D, AvlNet.MeasureObjectMethod, AvlNet.Selection, AvlNet.LocalBlindness?, int?, AvlNet.MEstimator?, int, float?, AvlNet.Segment2D?, AvlNet.Segment2D?, IList<AvlNet.Point3D>, IList<AvlNet.Point3D>)Measures the width of an object using stripe detection.
MeasureObjectWidth(AvlNet.Image, IList<AvlNet.ScanMap>, AvlNet.StripeScanParams, AvlNet.MeasureObjectMethod, AvlNet.Selection, int, float?, AvlNet.Segment2D?, AvlNet.Segment2D?)Measures the width of an object using stripe detection.
MeasureObjectWidth(AvlNet.Image, IList<AvlNet.ScanMap>, AvlNet.StripeScanParams, AvlNet.MeasureObjectMethod, AvlNet.Selection, int, float?, AvlNet.Segment2D?, AvlNet.Segment2D?, IList<AvlNet.Point2D>, IList<AvlNet.Point2D>)Measures the width of an object using stripe detection.
MeasureObjectWidth(AvlNet.Image, IList<AvlNet.ScanMap>, AvlNet.StripeScanParams, AvlNet.MeasureObjectMethod, AvlNet.Selection, AvlNet.LocalBlindness?, AvlNet.MEstimator?, int, float?, AvlNet.Segment2D?, AvlNet.Segment2D?)Measures the width of an object using stripe detection.
MeasureObjectWidth(AvlNet.Image, IList<AvlNet.ScanMap>, AvlNet.StripeScanParams, AvlNet.MeasureObjectMethod, AvlNet.Selection, AvlNet.LocalBlindness?, AvlNet.MEstimator?, int, float?, AvlNet.Segment2D?, AvlNet.Segment2D?, IList<AvlNet.Point2D>, IList<AvlNet.Point2D>)Measures the width of an object using stripe detection.
MeasurePixelVectors(AvlNet.Image, AvlNet.Image)Computes gradient magnitudes of an image.
MeasurePixelVectors(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Computes gradient magnitudes of an image.
MedianAngle(IList<float>, AvlNet.AngleRange, float)Computes the median angle of the input angles.
MedianImages_OfArray(IList<AvlNet.Image>, AvlNet.Image)Compute median value for each pixel of images from an array.
MedianImages_OfArray(IList<AvlNet.Image>, NullableRef<AvlNet.Region>, AvlNet.Image)Compute median value for each pixel of images from an array.
MergeChannels(AvlNet.Image, AvlNet.Image, AvlNet.Image)Creates a multichannel image from several monochromatic ones.
MergeChannels(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Image>, NullableRef<AvlNet.Image>, AvlNet.Image)Creates a multichannel image from several monochromatic ones.
MergeLocationResults_Multiple(IList<AvlNet.Object2D>, IList<AvlNet.Object2D>, IList<AvlNet.Object2D>, IList<AvlNet.Object2D>, float, float, IList<AvlNet.Object2D>, IList<int>)Combines results from multiple LocateMultipleObject instances.
MergeLocationResults_Single(NullableRef<AvlNet.Object2D>, NullableRef<AvlNet.Object2D>, NullableRef<AvlNet.Object2D>, NullableRef<AvlNet.Object2D>, float, INullable<AvlNet.Object2D>, int?)Combines results from multiple LocateSingleObject instances.
MinimumHistogram_OfArray(IList<AvlNet.Histogram>, AvlNet.Histogram)Computes the minimum of histograms of an array bar by bar.
MinimumHistogram_OfLoop(AvlNet.MinimumHistogram_OfLoopState, AvlNet.Histogram, AvlNet.Histogram)Computes the minimum of histograms appearing in consecutive iterations bar by bar.
MinimumHistogram(AvlNet.Histogram, AvlNet.Histogram, AvlNet.Histogram)Computes the minimum of two histograms bar by bar.
MinimumImage_OfArray(IList<AvlNet.Image>, AvlNet.Image)Computes the minimum of images of an array pixel by pixel.
MinimumImage_OfArray(IList<AvlNet.Image>, NullableRef<AvlNet.Region>, AvlNet.Image)Computes the minimum of images of an array pixel by pixel.
MinimumImage_OfLoop(AvlNet.MinimumImage_OfLoopState, AvlNet.Image, AvlNet.Image)Computes the minimum of images appearing in consecutive iterations pixel by pixel.
MinimumImage_OfLoop(AvlNet.MinimumImage_OfLoopState, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Computes the minimum of images appearing in consecutive iterations pixel by pixel.
MinimumImage(AvlNet.Image, AvlNet.Image, AvlNet.Image)Creates an image from the lower pixel values of each corresponding pair.
MinimumImage(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Creates an image from the lower pixel values of each corresponding pair.
MinimumProfile_OfArray(IList<AvlNet.Profile>, AvlNet.Profile)Computes the minimum of profiles of an array.
MinimumProfile_OfLoop(AvlNet.MinimumProfile_OfLoopState, AvlNet.Profile, AvlNet.Profile)Computes the minimum of profiles appearing in consecutive iterations.
MinimumProfile(AvlNet.Profile, AvlNet.Profile, AvlNet.Profile)Computes the minimum of two profiles point by point.
MirrorImage(AvlNet.Image, AvlNet.MirrorDirection, AvlNet.Image)Reverses the order of the input image columns or rows depending on inMirrorDirection value.
MirrorPoint3DArray(IList<AvlNet.Point3D>, AvlNet.Plane3D, IList<AvlNet.Point3D>)Mirrors each point from the array according to the input plane.
MirrorPoint3DArray(IList<AvlNet.Point3D>, AvlNet.Plane3D, IList<AvlNet.Point3D>, AvlNet.Matrix)Mirrors each point from the array according to the input plane.
MirrorPoint3DArray(IList<AvlNet.Point3D>, AvlNet.Plane3D, IList<AvlNet.Point3D>, NullableRef<AvlNet.Matrix>)Mirrors each point from the array according to the input plane.
MirrorPoint3DGrid(AvlNet.Point3DGrid, AvlNet.Plane3D, AvlNet.Point3DGrid)Mirrors each grid point according to the input plane.
MirrorPoint3DGrid(AvlNet.Point3DGrid, AvlNet.Plane3D, AvlNet.Point3DGrid, AvlNet.Matrix)Mirrors each grid point according to the input plane.
MirrorPoint3DGrid(AvlNet.Point3DGrid, AvlNet.Plane3D, AvlNet.Point3DGrid, NullableRef<AvlNet.Matrix>)Mirrors each grid point according to the input plane.
MirrorPoint3D(AvlNet.Point3D, AvlNet.Plane3D, AvlNet.Point3D)Mirrors a point according to the input plane.
MirrorPoint3D(AvlNet.Point3D, AvlNet.Plane3D, AvlNet.Point3D, AvlNet.Matrix)Mirrors a point according to the input plane.
MirrorPoint3D(AvlNet.Point3D, AvlNet.Plane3D, AvlNet.Point3D, NullableRef<AvlNet.Matrix>)Mirrors a point according to the input plane.
MirrorRegion(AvlNet.Region, AvlNet.MirrorDirection, AvlNet.Region)Mirrors a region across vertical or horizontal axis.
MirrorSurface(AvlNet.Surface, AvlNet.Surface)Transforms Z coordinate of each surface point to its opposite value.
MirrorSurface(AvlNet.Surface, AvlNet.Surface, AvlNet.Matrix)Transforms Z coordinate of each surface point to its opposite value.
MirrorSurface(AvlNet.Surface, AvlNet.Surface, NullableRef<AvlNet.Matrix>)Transforms Z coordinate of each surface point to its opposite value.
MixChannels(AvlNet.Image, int, int, int, int, int, AvlNet.Image)Calculates a linear combination of image channels.
MLP_Init(AvlNet.ActivationFunction, AvlNet.MlpPreprocessing, int, int, AvlNet.MlpModel)Creates multilayer perceptron model.
MLP_Init(NullableRef<IList<int>>, AvlNet.ActivationFunction, AvlNet.MlpPreprocessing, int?, int, int, AvlNet.MlpModel)Creates multilayer perceptron model.
MLP_Respond(AvlNet.MlpModel, IList<float>, IList<float>)Calculates multilayer perceptron answer.
MLP_Train(AvlNet.MlpModel, IList<IList<float>>, IList<IList<float>>, int, float, float, AvlNet.MlpModel)Creates and trains multilayer perceptron classifier.
MLP_Train(AvlNet.MlpModel, IList<IList<float>>, IList<IList<float>>, int, float, float, AvlNet.MlpModel, AvlNet.Profile, AvlNet.Profile)Creates and trains multilayer perceptron classifier.
MLP_Train(AvlNet.MlpModel, IList<IList<float>>, IList<IList<float>>, NullableRef<IList<IList<float>>>, NullableRef<IList<IList<float>>>, int, float, float, int?, AvlNet.MlpModel)Creates and trains multilayer perceptron classifier.
MLP_Train(AvlNet.MlpModel, IList<IList<float>>, IList<IList<float>>, NullableRef<IList<IList<float>>>, NullableRef<IList<IList<float>>>, int, float, float, int?, AvlNet.MlpModel, AvlNet.Profile, AvlNet.Profile)Creates and trains multilayer perceptron classifier.
MultiplyHistograms_OfArray(IList<AvlNet.Histogram>, AvlNet.Histogram)Multiply histograms of an array bar by bar.
MultiplyHistograms_OfLoop(AvlNet.MultiplyHistograms_OfLoopState, AvlNet.Histogram, AvlNet.Histogram)Multiply histograms appearing in consecutive iterations bar by bar.
MultiplyHistograms(AvlNet.Histogram, AvlNet.Histogram, AvlNet.Histogram)Multiplies two histograms bar by bar.
MultiplyHistogram(AvlNet.Histogram, float, AvlNet.Histogram)Multiplies each bin value by a number.
MultiplyImages_OfArray(IList<AvlNet.Image>, float, AvlNet.Image)Multiplies images of an array pixel by pixel.
MultiplyImages_OfArray(IList<AvlNet.Image>, NullableRef<AvlNet.Region>, float, AvlNet.Image)Multiplies images of an array pixel by pixel.
MultiplyImages_OfLoop(AvlNet.MultiplyImages_OfLoopState, AvlNet.Image, float, AvlNet.Image)Multiplies images appearing in consecutive iterations pixel by pixel.
MultiplyImages_OfLoop(AvlNet.MultiplyImages_OfLoopState, AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Multiplies images appearing in consecutive iterations pixel by pixel.
MultiplyImages(AvlNet.Image, AvlNet.Image, float, AvlNet.Image)Multiplies two images pixel by pixel.
MultiplyImages(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Multiplies two images pixel by pixel.
MultiplyImage(AvlNet.Image, float, AvlNet.Image)Multiplies each pixel by a scalar value.
MultiplyImage(AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Multiplies each pixel by a scalar value.
MultiplyProfiles_OfArray(IList<AvlNet.Profile>, AvlNet.Profile)Multiplies profiles of an array value by value.
MultiplyProfiles_OfLoop(AvlNet.MultiplyProfiles_OfLoopState, AvlNet.Profile, AvlNet.Profile)Multiplies profiles appearing in consecutive iterations value by value.
MultiplyProfiles(AvlNet.Profile, AvlNet.Profile, AvlNet.Profile)Multiplies two profiles value by value.
MultiplyProfile(AvlNet.Profile, float)Multiplies each element of a profile by a scalar value.
MultiplyProfile(AvlNet.Profile, AvlNet.Range?, float)Multiplies each element of a profile by a scalar value.
NegateHistogram(AvlNet.Histogram, AvlNet.Histogram)Negates each bin value.
NegateImage(AvlNet.Image, AvlNet.Image)Reverts the pixel value range (unsigned) or applies numeric negation (signed).
NegateImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Reverts the pixel value range (unsigned) or applies numeric negation (signed).
NegateProfile(AvlNet.Profile)Transforms each profile value to its negation.
NegateProfile(AvlNet.Profile, AvlNet.Range?)Transforms each profile value to its negation.
NormalizeAngle(float, AvlNet.AngleRange, float, float)
NormalizeImage(AvlNet.Image, float, float, float, float, AvlNet.Image, float, float)Rescales an image linearly, so that its minimum becomes inNewMinimum and the maximum of the remaining pixels becomes inNewMaximum.
NormalizeImage(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, float, AvlNet.Image, float, float)Rescales an image linearly, so that its minimum becomes inNewMinimum and the maximum of the remaining pixels becomes inNewMaximum.
NormalizeImage(AvlNet.Image, float, float, float, float, AvlNet.Image, float, float, AvlNet.Region)Rescales an image linearly, so that its minimum becomes inNewMinimum and the maximum of the remaining pixels becomes inNewMaximum.
NormalizeImage(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, float, float, AvlNet.Image, float, float, AvlNet.Region)Rescales an image linearly, so that its minimum becomes inNewMinimum and the maximum of the remaining pixels becomes inNewMaximum.
NormalizeLocalBrightness_Gauss(AvlNet.Image, float, float, float, AvlNet.Image)Normalizes local brightness of the image.
NormalizeLocalBrightness_Gauss(AvlNet.Image, NullableRef<AvlNet.Region>, float, float?, float, float, AvlNet.Image)Normalizes local brightness of the image.
NormalizeLocalBrightness_Mean(AvlNet.Image, int, float, float, AvlNet.Image)Normalizes local brightness of the image.
NormalizeLocalBrightness_Mean(AvlNet.Image, NullableRef<AvlNet.Region>, int, int?, float, float, AvlNet.Image)Normalizes local brightness of the image.
NormalizeLocalContrast(AvlNet.Image, float, float, int, float, AvlNet.Image)Normalizes local contrast of the image using Wallis filter.
NormalizeLocalContrast(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, int, float, AvlNet.Image)Normalizes local contrast of the image using Wallis filter.
NormalizeMatrixData(AvlNet.Matrix, AvlNet.Matrix, AvlNet.Matrix, AvlNet.Matrix)Treats Matrix as a data frame, where examples are in rows while columns represent features, and normalizes the data by subtracting mean from each column and dividing it by its standard deviation.
NormalizeMatrixData(AvlNet.Matrix, NullableRef<AvlNet.Matrix>, NullableRef<AvlNet.Matrix>, AvlNet.Matrix, AvlNet.Matrix, AvlNet.Matrix)Treats Matrix as a data frame, where examples are in rows while columns represent features, and normalizes the data by subtracting mean from each column and dividing it by its standard deviation.
NormalizePixelVectors(AvlNet.Image, AvlNet.GradientAngleRange, AvlNet.Image)Adjusts gradient angles to a given range.
NormalizePixelVectors(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GradientAngleRange, AvlNet.Image)Adjusts gradient angles to a given range.
NormalizeRectangleOrientation(AvlNet.Rectangle2D, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D)Changes orientation of the given rectangle according to parameters.
NormalizeSegmentOrientation_ByBaseOrientation(AvlNet.Segment2D, float, AvlNet.Segment2D)Changes orientation of the given segment according to base orientation.
NormalizeSegmentOrientation_ByCoordinate(AvlNet.Segment2D, AvlNet.Axis, AvlNet.Segment2D)Changes orientation of the given segment according to coordinates along selected axis.
NormalizeSegmentOrientation_ByPointDistance(AvlNet.Segment2D, AvlNet.Point2D, AvlNet.Segment2D)Changes orientation of the given segment according to distance to the given point.
NthImage_OfArray(IList<AvlNet.Image>, int, bool, AvlNet.Image)For each pixel location, get value of n-th (increasing) pixel among input images.
NthImage_OfArray(IList<AvlNet.Image>, NullableRef<IList<AvlNet.Region>>, int, bool, AvlNet.Image)For each pixel location, get value of n-th (increasing) pixel among input images.
OcrMlpModelToOcrModel(AvlNet.OcrMlpModel, AvlNet.OcrModel)Converts OcrMlpModel(old type) to OcrModel
OcrModelToOcrMlpModel(AvlNet.OcrModel, AvlNet.OcrMlpModel)Converts OcrModel to OcrMlpModel
OcrModelToOcrSvmModel(AvlNet.OcrModel, AvlNet.OcrSvmModel)Converts OcrModel to OcrSvmModel
OcrSvmModelToOcrModel(AvlNet.OcrSvmModel, AvlNet.OcrModel)Converts OcrSvmModel(old type) to OcrModel
OpenImage(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image)Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation.
OpenImage(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image, AvlNet.Region)Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation.
OpenImage(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image)Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation.
OpenImage(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image, AvlNet.Region)Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation.
OpenInputVideoStream(string, int, AvlNet.InputVideoStream, float, int)Opens and creates a video stream from a file.
OpenOutputVideoStream(string, AvlNet.VideoEncoder, float, int, int, AvlNet.OutputVideoStream)Creates a video stream which will be saved to a selected file.
OpenPath(AvlNet.Path)Removes the segment connecting last point to the first one from a path.
OpenRegion_AnyKernel(AvlNet.Region, AvlNet.Region, AvlNet.Region)Performs a morphological opening on a region using an arbitrary kernel.
OpenRegion(AvlNet.Region, AvlNet.KernelShape, int, AvlNet.Region)Performs a morphological opening on a region using a predefined kernel.
OpenRegion(AvlNet.Region, AvlNet.KernelShape, int, int?, AvlNet.Region)Performs a morphological opening on a region using a predefined kernel.
OpenSurfacePoints(AvlNet.Surface, AvlNet.KernelShape, int, bool, AvlNet.Surface)Removes some existing points from the input surface when some points in their vicinity are missing.
OpenSurfacePoints(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.KernelShape, int, int?, bool, AvlNet.Surface)Removes some existing points from the input surface when some points in their vicinity are missing.
PassFailStatusToBool(bool, bool)Conversion between PassFailStatus and Bool
PathAlongArc(AvlNet.Path, AvlNet.Arc2D, AvlNet.Axis, float, bool, AvlNet.Path)Transforms a path to a coordinate system in which the 'axis' arc is vertical or horizontal.
PathAlongPath(AvlNet.Path, AvlNet.Path, AvlNet.Axis, float, bool, AvlNet.Path)Transforms a path to a coordinate system in which the 'axis' path is vertical or horizontal.
PathArrayPoints(IList<AvlNet.Path>, IList<AvlNet.Point2D>)Converts an array of paths to an array of points.
PathAverageTurnAngle(AvlNet.Path, float)Computes the average absolute turn angle of a path per unit of length.
PathBoundingBox_OrNil(AvlNet.Path, AvlNet.Box?)Computes the smallest box containing a path; returns NIL if the path is empty.
PathBoundingBox(AvlNet.Path, AvlNet.Box)Computes the smallest box containing a path.
PathBoundingCircle_OrNil(AvlNet.Path, AvlNet.Circle2D?)Computes the smallest circle enclosing a path; returns NIL if the path is empty.
PathBoundingCircle(AvlNet.Path, AvlNet.Circle2D)Computes the smallest circle enclosing a path.
PathBoundingParallelogram(AvlNet.Path, AvlNet.BoundingRectangleFeature, AvlNet.Path)Computes the smallest parallelogram containing a path.
PathBoundingParallelogram(AvlNet.Path, AvlNet.BoundingRectangleFeature, AvlNet.Path, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>, NullableValue<float>)Computes the smallest parallelogram containing a path.
PathBoundingParallelogram(AvlNet.Path, AvlNet.BoundingRectangleFeature, AvlNet.Path, AvlNet.Point2D, float, float, float)Computes the smallest parallelogram containing a path.
PathBoundingRectangle_FixedAngle_OrNil(AvlNet.Path, float, AvlNet.Rectangle2D?, AvlNet.Point2D?, float?, float?)Computes the smallest rectangle with the given orientation angle containing a path; returns NIL when the path is empty.
PathBoundingRectangle_FixedAngle(AvlNet.Path, float, AvlNet.Rectangle2D)Computes the smallest rectangle with the given orientation angle containing a path.
PathBoundingRectangle_FixedAngle(AvlNet.Path, float, AvlNet.Rectangle2D, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>)Computes the smallest rectangle with the given orientation angle containing a path.
PathBoundingRectangle_FixedAngle(AvlNet.Path, float, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)Computes the smallest rectangle with the given orientation angle containing a path.
PathBoundingRectangle_OrNil(AvlNet.Path, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D?, AvlNet.Point2D?, float?, float?)Computes the smallest rectangle containing a path; returns NIL when the path is empty.
PathBoundingRectangle(AvlNet.Path, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D)Computes the smallest rectangle containing a path.
PathBoundingRectangle(AvlNet.Path, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>)Computes the smallest rectangle containing a path.
PathBoundingRectangle(AvlNet.Path, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)Computes the smallest rectangle containing a path.
PathCaliperDiameter(AvlNet.Path, NullableValue<AvlNet.Segment2D>, NullableValue<float>, NullableValue<AvlNet.Segment2D>, NullableValue<float>)Computes the longest and the shortest width of the input path measured as distance between parallel lines containing the whole path.
PathCaliperDiameter(AvlNet.Path, AvlNet.Segment2D, float, AvlNet.Segment2D, float)Computes the longest and the shortest width of the input path measured as distance between parallel lines containing the whole path.
PathConvexHull(AvlNet.Path, AvlNet.Path)Computes the smallest convex shape that contains the given path.
PathDiameter(AvlNet.Path, NullableValue<AvlNet.Segment2D>, NullableValue<float>)Finds the longest segment connecting two characteristic points of a path.
PathDiameter(AvlNet.Path, AvlNet.Segment2D, float)Finds the longest segment connecting two characteristic points of a path.
PathEndpoints(AvlNet.Path, AvlNet.Point2D, AvlNet.Point2D)Returns the two endpoints of a path.
PathLength(AvlNet.Path, float)Computes the total length of the input path.
PathLineIntersections(AvlNet.Path, AvlNet.Line2D, IList<AvlNet.Point2D>)Computes the common points of a path and a line.
PathLineIntersections(AvlNet.Path, AvlNet.Line2D, IList<AvlNet.Point2D>, NullableRef<List<int>>)Computes the common points of a path and a line.
PathMassCenter_OrNil(AvlNet.Path, AvlNet.Point2D?)Computes the average of the path points (all, not only characteristic ones); returns NIL if the path is empty.
PathMassCenter(AvlNet.Path, AvlNet.Point2D)Computes the average of the path points (all, not only characteristic ones).
PathPathIntersections(AvlNet.Path, AvlNet.Path, IList<AvlNet.Point2D>)Computes the common points of two paths.
PathPathIntersections(AvlNet.Path, AvlNet.Path, IList<AvlNet.Point2D>, NullableRef<List<int>>, NullableRef<List<int>>)Computes the common points of two paths.
PathProjectionProfile(AvlNet.Path, AvlNet.Line2D, AvlNet.Profile)Computes the distance from the line to the path.
PathProjectionProfile(AvlNet.Path, AvlNet.Line2D, AvlNet.Profile, IList<AvlNet.Segment2D>)Computes the distance from the line to the path.
PathSegmentIntersections(AvlNet.Path, AvlNet.Segment2D, IList<AvlNet.Point2D>)Computes the common points of a path and a segment.
PathSegmentIntersections(AvlNet.Path, AvlNet.Segment2D, IList<AvlNet.Point2D>, NullableRef<List<int>>)Computes the common points of a path and a segment.
PathSegments(AvlNet.Path, IList<AvlNet.Segment2D>)Converts a path to an array of line segments.
PathSelfIntersections(AvlNet.Path, IList<AvlNet.Point2D>)Checks if a path has any self-intersections and computes all of them.
PathSelfIntersections(AvlNet.Path, IList<AvlNet.Point2D>, IList<int>, IList<int>, bool)Checks if a path has any self-intersections and computes all of them.
PathSelfIntersections(AvlNet.Path, IList<AvlNet.Point2D>, NullableRef<List<int>>, NullableRef<List<int>>, NullableValue<bool>)Checks if a path has any self-intersections and computes all of them.
PathSize(AvlNet.Path, int)Returns the number of characteristic points on the input path.
PathToLineDistanceProfile(AvlNet.Path, AvlNet.Line2D, float, AvlNet.Profile)Computes the profile of distances between a line and the characteristic points of a path.
PathToLineDistanceProfile(AvlNet.Path, AvlNet.Line2D, float, AvlNet.Profile, NullableRef<List<float>>, NullableRef<List<AvlNet.Segment2D>>)Computes the profile of distances between a line and the characteristic points of a path.
PathToLineDistance(AvlNet.Path, AvlNet.Line2D, float, float)Computes the smallest distance between a path and a line.
PathToLineDistance(AvlNet.Path, AvlNet.Line2D, float, float, NullableValue<AvlNet.Segment2D>)Computes the smallest distance between a path and a line.
PathToLineDistance(AvlNet.Path, AvlNet.Line2D, float, float, AvlNet.Segment2D)Computes the smallest distance between a path and a line.
PathToPathDistanceProfile(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, AvlNet.Profile)Computes the profile of distances between two paths.
PathToPathDistanceProfile(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, AvlNet.Profile, NullableRef<List<float>>, NullableRef<List<AvlNet.Segment2D>>)Computes the profile of distances between two paths.
PathToPathDistance(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, float)Computes the minimum distance between two paths.
PathToPathDistance(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, float, NullableValue<AvlNet.Segment2D>)Computes the minimum distance between two paths.
PathToPathDistance(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, float, AvlNet.Segment2D)Computes the minimum distance between two paths.
PathToPathMaximumDistance(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, float)Computes the distance between the farthest point of the input path from the other path.
PathToPathMaximumDistance(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, float, NullableValue<AvlNet.Segment2D>)Computes the distance between the farthest point of the input path from the other path.
PathToPathMaximumDistance(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, float, AvlNet.Segment2D)Computes the distance between the farthest point of the input path from the other path.
PathToPoint2DArray(AvlNet.Path, IList<AvlNet.Point2D>)Converts a path to an array of points.
PathToPointDistanceProfile(AvlNet.Point2D, AvlNet.Path, float, AvlNet.Profile)Computes the profile of distances between the specified point and the characteristic points of a path.
PathToPointDistanceProfile(AvlNet.Point2D, AvlNet.Path, float, AvlNet.Profile, NullableRef<List<float>>, NullableRef<List<AvlNet.Segment2D>>)Computes the profile of distances between the specified point and the characteristic points of a path.
PathToPointDistance(AvlNet.Point2D, AvlNet.Path, float, float)Computes the smallest distance between a path and a point.
PathToPointDistance(AvlNet.Point2D, AvlNet.Path, float, float, NullableValue<AvlNet.Segment2D>)Computes the smallest distance between a path and a point.
PathToPointDistance(AvlNet.Point2D, AvlNet.Path, float, float, AvlNet.Segment2D)Computes the smallest distance between a path and a point.
PathToRegionOfInterest(AvlNet.Path, AvlNet.RegionOfInterest)Converts a closed path to region of interest.
PathTurnAngleLocalMaxima(AvlNet.Path, AvlNet.TurnAngleDirection, AvlNet.TurnAnglePrecision, float, float, float, IList<float>, IList<AvlNet.Point2D>, IList<float>)Finds the local maxima of the profile of turn angles of a path.
PathTurnAngleLocalMaxima(AvlNet.Path, AvlNet.TurnAngleDirection, AvlNet.TurnAnglePrecision, float, float, float, IList<float>, IList<AvlNet.Point2D>, IList<float>, AvlNet.Path, AvlNet.Profile)Finds the local maxima of the profile of turn angles of a path.
PathTurnAngleMaximum_OrNil(AvlNet.Path, AvlNet.TurnAngleDirection, AvlNet.TurnAnglePrecision, float?, AvlNet.Point2D?, float?)Finds the maximum of the profile of turn angles of a path; returns NIL if the path has no turn angles.
PathTurnAngleMaximum(AvlNet.Path, AvlNet.TurnAngleDirection, AvlNet.TurnAnglePrecision, float, AvlNet.Point2D, float)Finds the maximum of the profile of turn angles of a path.
PathTurnAngleProfile(AvlNet.Path, AvlNet.Profile)Computes the profile of turn angles at characteristic points of a path.
PhotometricStereo_ComputeHeightMap(AvlNet.Image, AvlNet.Image)Computes the shape of the image object using surface normals.
PhotometricStereo_DestroyHeightMapStruct(int?, int?)Destroys a structure used for computing height map in photometric stereo filter.
PhotometricStereo_General_Perform(IList<AvlNet.Image>, IList<float>, IList<float>, AvlNet.Image, AvlNet.Image, AvlNet.Image)Computes surface normals using images with light source in different places.
PhotometricStereo_InitializeHeightMapStruct(int, int)Creates a structure used for computing height map in photometric stereo filter.
PhotometricStereo_Perform(AvlNet.Image, AvlNet.Image, AvlNet.Image, AvlNet.Image, float, float, AvlNet.Image, AvlNet.Image, AvlNet.Image)Computes surface normals using four images with light source in different places.
PhotometricStereo_SurfaceCurvature(AvlNet.Image, AvlNet.CurvatureMeasure, float, float, float, AvlNet.Image)Computes the surface curvature using previously computed normals.
PhotometricStereo_SurfaceCurvature(AvlNet.Image, AvlNet.CurvatureMeasure, float, float?, float, float, AvlNet.Image)Computes the surface curvature using previously computed normals.
PinholeCameraModelToAnyCameraModel(AvlNet.PinholeCameraModel, AvlNet.AnyCameraModel)Conversion
PinholeCameraModelToRectificationTransform(AvlNet.PinholeCameraModel, AvlNet.RectificationTransform)Conversion
Plane3DNormalVector(AvlNet.Plane3D, AvlNet.Vector3D)Computes the normal vector of a line
Plane3DOrientation(AvlNet.Plane3D, float, float, float)Computes the orientation of a plane as angles in the range from 0 to 180 between the plane and coordinate planes.
Plane3DOrientation(AvlNet.Plane3D, float, float, float, NullableValue<AvlNet.Point3D>)Computes the orientation of a plane as angles in the range from 0 to 180 between the plane and coordinate planes.
Plane3DOrientation(AvlNet.Plane3D, float, float, float, AvlNet.Point3D)Computes the orientation of a plane as angles in the range from 0 to 180 between the plane and coordinate planes.
PlanePlaneIntersection3D(AvlNet.Plane3D, AvlNet.Plane3D, INullable<AvlNet.Line3D>)Computes a common line in 3D of two planes.
PlaneThroughLineAndPoint3D(AvlNet.Line3D, AvlNet.Point3D, AvlNet.Plane3D)Computes a plane passing through a line and a point in 3D.
PlaneThroughPoints3D(AvlNet.Point3D, AvlNet.Point3D, AvlNet.Point3D, AvlNet.Plane3D)Computes a plane passing through three distinct points in 3D.
Point2DArrayToLocationArray(IList<AvlNet.Point2D>, IList<AvlNet.Location>)Converts an array of points to an array of locations.
Point2DToLocation(AvlNet.Point2D, AvlNet.Location)Converts a point to a location its contained within.
Point3DArrayToPoint2DArray(IList<AvlNet.Point3D>, IList<AvlNet.Point2D>)Converts an array of points in 3D to an array of points in 2D by ignoring their Z coordinates.
Point3DGridHole(AvlNet.Point3DGrid, AvlNet.MEstimator, float, int, INullable<AvlNet.Region>, AvlNet.Point3D?, AvlNet.Plane3D)Finds a biggest hole in a given section of point cloud.
Point3DGridHole(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, INullable<AvlNet.Region>, AvlNet.Point3D?, AvlNet.Plane3D)Finds a biggest hole in a given section of point cloud.
Point3DGridHole(AvlNet.Point3DGrid, AvlNet.MEstimator, float, int, INullable<AvlNet.Region>, AvlNet.Point3D?, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Finds a biggest hole in a given section of point cloud.
Point3DGridHole(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, INullable<AvlNet.Region>, AvlNet.Point3D?, AvlNet.Plane3D, IList<AvlNet.Point3D>, IList<float>, float, float, IList<float>, float)Finds a biggest hole in a given section of point cloud.
Point3DGridHole(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.MEstimator, float, int, AvlNet.Plane3D?, INullable<AvlNet.Region>, AvlNet.Point3D?, AvlNet.Plane3D, NullableRef<List<AvlNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>)Finds a biggest hole in a given section of point cloud.
Point3DGridToPoint3DArray(AvlNet.Point3DGrid, IList<AvlNet.Point3D>)Converts a grid of points to an array of points.
Point3DGridValidPointsRegion(AvlNet.Point3DGrid, AvlNet.Region, AvlNet.Region)Computes region of locations where points are valid in a points 3D grid and where they are invalid.
Point3DGridValidPointsRegion(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.Region, AvlNet.Region)Computes region of locations where points are valid in a points 3D grid and where they are invalid.
Point3DToPoint2D(AvlNet.Point3D, AvlNet.Point2D)Converts a point in 3D to a point in 2D by ignoring its Z coordinate.
PointAlongArc(AvlNet.Point2D, AvlNet.Arc2D, AvlNet.Axis, float, bool, AvlNet.Point2D)Transforms a point to a coordinate system in which the 'axis' arc is vertical or horizontal.
PointAlongPath(AvlNet.Point2D, AvlNet.Path, AvlNet.Axis, float, bool, AvlNet.Point2D)Transforms a point to a coordinate system in which the 'axis' path is vertical or horizontal.
PointsBoundingBox3D_OrNil(IList<AvlNet.Point3D>, INullable<AvlNet.Box3D>)Computes the smallest box in 3D containing an array of points in 3D; returns NIL if the array is empty.
PointsBoundingBox3D(IList<AvlNet.Point3D>, AvlNet.Box3D)Computes the smallest box in 3D containing an array of points in 3D.
PointsBoundingBox_OrNil(IList<AvlNet.Point2D>, AvlNet.Box?)Computes the smallest box containing an array of points; returns NIL if the array is empty.
PointsBoundingBox(IList<AvlNet.Point2D>, AvlNet.Box)Computes the smallest box containing an array of points.
PointsBoundingCircle_OrNil(IList<AvlNet.Point2D>, AvlNet.Circle2D?)Computes the smallest circle containing an array of points; returns NIL if the array is empty.
PointsBoundingCircle(IList<AvlNet.Point2D>, AvlNet.Circle2D)Computes the smallest circle containing an array of points.
PointsBoundingParallelogram(IList<AvlNet.Point2D>, AvlNet.BoundingRectangleFeature, AvlNet.Path)Computes the smallest parallelogram containing an array of points.
PointsBoundingParallelogram(IList<AvlNet.Point2D>, AvlNet.BoundingRectangleFeature, AvlNet.Path, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>, NullableValue<float>)Computes the smallest parallelogram containing an array of points.
PointsBoundingParallelogram(IList<AvlNet.Point2D>, AvlNet.BoundingRectangleFeature, AvlNet.Path, AvlNet.Point2D, float, float, float)Computes the smallest parallelogram containing an array of points.
PointsBoundingRectangle_FixedAngle_OrNil(IList<AvlNet.Point2D>, float, AvlNet.Rectangle2D?, AvlNet.Point2D?, float?, float?)Computes the smallest rectangle with the given orientation angle containing an array of points; returns NIL when the array is empty.
PointsBoundingRectangle_FixedAngle(IList<AvlNet.Point2D>, float, AvlNet.Rectangle2D)Computes the smallest rectangle with the given orientation angle containing an array of points.
PointsBoundingRectangle_FixedAngle(IList<AvlNet.Point2D>, float, AvlNet.Rectangle2D, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>)Computes the smallest rectangle with the given orientation angle containing an array of points.
PointsBoundingRectangle_FixedAngle(IList<AvlNet.Point2D>, float, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)Computes the smallest rectangle with the given orientation angle containing an array of points.
PointsBoundingRectangle_OrNil(IList<AvlNet.Point2D>, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D?, AvlNet.Point2D?, float?, float?)Computes the smallest rectangle containing an array of points; returns NIL when the array is empty.
PointsBoundingRectangle(IList<AvlNet.Point2D>, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D)Computes the smallest rectangle containing an array of points.
PointsBoundingRectangle(IList<AvlNet.Point2D>, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>)Computes the smallest rectangle containing an array of points.
PointsBoundingRectangle(IList<AvlNet.Point2D>, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)Computes the smallest rectangle containing an array of points.
PointsCaliperDiameter(IList<AvlNet.Point2D>, NullableValue<AvlNet.Segment2D>, NullableValue<float>, NullableValue<AvlNet.Segment2D>, NullableValue<float>)Computes the longest and the shortest width of the input points measured as distance between parallel lines containing all of them.
PointsCaliperDiameter(IList<AvlNet.Point2D>, AvlNet.Segment2D, float, AvlNet.Segment2D, float)Computes the longest and the shortest width of the input points measured as distance between parallel lines containing all of them.
PointsConvexHull(IList<AvlNet.Point2D>, AvlNet.Path)Computes the smallest convex shape that contains the given array of points.
PointsDiameter(IList<AvlNet.Point2D>, NullableValue<AvlNet.Segment2D>, NullableValue<float>)Finds the longest segment connecting two points from a given array.
PointsDiameter(IList<AvlNet.Point2D>, AvlNet.Segment2D, float)Finds the longest segment connecting two points from a given array.
PointSequenceDistances3D(IList<AvlNet.Point3D>, bool, IList<float>)Measures the distances between consecutive points of a point sequence in 3D.
PointSequenceDistances3D(IList<AvlNet.Point3D>, bool, IList<float>, NullableValue<float>, NullableRef<List<AvlNet.Segment3D>>)Measures the distances between consecutive points of a point sequence in 3D.
PointSequenceDistances3D(IList<AvlNet.Point3D>, bool, IList<float>, float, IList<AvlNet.Segment3D>)Measures the distances between consecutive points of a point sequence in 3D.
PointSequenceDistances(IList<AvlNet.Point2D>, bool, float, IList<float>)Measures the distances between consecutive points of a point sequence.
PointSequenceDistances(IList<AvlNet.Point2D>, bool, float, IList<float>, NullableValue<float>, NullableRef<List<AvlNet.Segment2D>>)Measures the distances between consecutive points of a point sequence.
PointSequenceDistances(IList<AvlNet.Point2D>, bool, float, IList<float>, float, IList<AvlNet.Segment2D>)Measures the distances between consecutive points of a point sequence.
PointsMassCenter3D(IList<AvlNet.Point3D>, AvlNet.Point3D)Computes the central point of the input points.
PointsMassCenter_OrNil(IList<AvlNet.Point2D>, AvlNet.Point2D?)Computes the central point of the input points; returns NIL if the array is empty.
PointsMassCenter(IList<AvlNet.Point2D>, AvlNet.Point2D)Computes the central point of the input points.
PointsMedian(IList<AvlNet.Point2D>, int, AvlNet.Point2D)Computes the geometric median of the input points.
PointsMedian(IList<AvlNet.Point2D>, int, AvlNet.Point2D, IList<AvlNet.Point2D>)Computes the geometric median of the input points.
PointsMedian(IList<AvlNet.Point2D>, int, AvlNet.Point2D, NullableValue<float>)Computes the geometric median of the input points.
PointsMedian(IList<AvlNet.Point2D>, NullableRef<IList<float>>, int, AvlNet.Point2D)Computes the geometric median of the input points.
PointsMedian(IList<AvlNet.Point2D>, int, AvlNet.Point2D, NullableValue<float>, IList<AvlNet.Point2D>)Computes the geometric median of the input points.
PointsMedian(IList<AvlNet.Point2D>, NullableRef<IList<float>>, int, AvlNet.Point2D, IList<AvlNet.Point2D>)Computes the geometric median of the input points.
PointsMedian(IList<AvlNet.Point2D>, NullableRef<IList<float>>, int, AvlNet.Point2D, NullableValue<float>)Computes the geometric median of the input points.
PointsMedian(IList<AvlNet.Point2D>, NullableRef<IList<float>>, int, AvlNet.Point2D, NullableValue<float>, IList<AvlNet.Point2D>)Computes the geometric median of the input points.
PointsMedian(IList<AvlNet.Point2D>, NullableRef<IList<float>>, int, AvlNet.Point2D, float, IList<AvlNet.Point2D>)Computes the geometric median of the input points.
PointToArcDistance(AvlNet.Point2D, AvlNet.Arc2D, float, float)Measures the distance between a point and an arc.
PointToArcDistance(AvlNet.Point2D, AvlNet.Arc2D, float, float, NullableValue<AvlNet.Segment2D>)Measures the distance between a point and an arc.
PointToArcDistance(AvlNet.Point2D, AvlNet.Arc2D, float, float, AvlNet.Segment2D)Measures the distance between a point and an arc.
PointToCircleDistance3D(AvlNet.Point3D, AvlNet.Circle3D, float, float)Measures the distance between a 3D point and a circle in 3D.
PointToCircleDistance3D(AvlNet.Point3D, AvlNet.Circle3D, float, float, INullable<AvlNet.Segment3D>)Measures the distance between a 3D point and a circle in 3D.
PointToCircleDistance(AvlNet.Point2D, AvlNet.Circle2D, float, float)Measures the distance between a point and a circle.
PointToCircleDistance(AvlNet.Point2D, AvlNet.Circle2D, float, float, NullableValue<AvlNet.Segment2D>)Measures the distance between a point and a circle.
PointToCircleDistance(AvlNet.Point2D, AvlNet.Circle2D, float, float, AvlNet.Segment2D)Measures the distance between a point and a circle.
PointToLineDistance3D(AvlNet.Point3D, AvlNet.Line3D, float, float)Measures the distance between a 3D point and a line in 3D.
PointToLineDistance3D(AvlNet.Point3D, AvlNet.Line3D, float, float, INullable<AvlNet.Segment3D>)Measures the distance between a 3D point and a line in 3D.
PointToLineDistance_Oriented(AvlNet.Point2D, AvlNet.Segment2D, float, float)Measures the signed distance between a point and a line with direction.
PointToLineDistance_Oriented(AvlNet.Point2D, AvlNet.Segment2D, float, float, NullableValue<AvlNet.Segment2D>)Measures the signed distance between a point and a line with direction.
PointToLineDistance_Oriented(AvlNet.Point2D, AvlNet.Segment2D, float, float, AvlNet.Segment2D)Measures the signed distance between a point and a line with direction.
PointToLineDistance(AvlNet.Point2D, AvlNet.Line2D, float, float)Measures the distance between a point and a line.
PointToLineDistance(AvlNet.Point2D, AvlNet.Line2D, float, float, NullableValue<AvlNet.Segment2D>, NullableValue<float>)Measures the distance between a point and a line.
PointToLineDistance(AvlNet.Point2D, AvlNet.Line2D, float, float, AvlNet.Segment2D, float)Measures the distance between a point and a line.
PointToPlaneDistance3D(AvlNet.Point3D, AvlNet.Plane3D, float, float)Measures the distance between a 3D point and a plane.
PointToPlaneDistance3D(AvlNet.Point3D, AvlNet.Plane3D, float, float, INullable<AvlNet.Segment3D>, NullableValue<float>)Measures the distance between a 3D point and a plane.
PointToPlaneDistance3D(AvlNet.Point3D, AvlNet.Plane3D, float, float, AvlNet.Segment3D, float)Measures the distance between a 3D point and a plane.
PointToPointDistance3D(AvlNet.Point3D, AvlNet.Point3D, float, float)Measures the distance between two 3D points.
PointToPointDistance3D(AvlNet.Point3D, AvlNet.Point3D, float, float, INullable<AvlNet.Segment3D>)Measures the distance between two 3D points.
PointToPointDistance(AvlNet.Point2D, AvlNet.Point2D, float, float)Measures the distance between two points.
PointToPointDistance(AvlNet.Point2D, AvlNet.Point2D, float, float, NullableValue<AvlNet.Segment2D>)Measures the distance between two points.
PointToPointDistance(AvlNet.Point2D, AvlNet.Point2D, float, float, AvlNet.Segment2D)Measures the distance between two points.
PointToSegmentDistance3D(AvlNet.Point3D, AvlNet.Segment3D, float, float)Measures the distance between a 3D point and a segment in 3D.
PointToSegmentDistance3D(AvlNet.Point3D, AvlNet.Segment3D, float, float, INullable<AvlNet.Segment3D>)Measures the distance between a 3D point and a segment in 3D.
PointToSegmentDistance(AvlNet.Point2D, AvlNet.Segment2D, float, float)Measures the distance between a point and a segment.
PointToSegmentDistance(AvlNet.Point2D, AvlNet.Segment2D, float, float, NullableValue<AvlNet.Segment2D>)Measures the distance between a point and a segment.
PointToSegmentDistance(AvlNet.Point2D, AvlNet.Segment2D, float, float, AvlNet.Segment2D)Measures the distance between a point and a segment.
PowerImage(AvlNet.Image, float, AvlNet.Image)Exponentiates each pixel to the given power.
PowerImage(AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Exponentiates each pixel to the given power.
ProfileAutocorrelation(AvlNet.Profile, int, int, int, int, bool, int, float, AvlNet.PeriodPrecisionMethod, IList<float>, float, float)Computes the correlation between neighboring sub-profiles of different sizes and infers the most probable period length.
ProfileAverage(AvlNet.Profile, float)Computes the average value of a profile.
ProfileAverage(AvlNet.Profile, AvlNet.Range?, float)Computes the average value of a profile.
ProfileCoordinates(AvlNet.Profile, IList<float>, IList<float>)Returns an array of all X and Y coordinates of the input profile.
ProfileCoordinates(AvlNet.Profile, AvlNet.Range?, IList<float>, IList<float>)Returns an array of all X and Y coordinates of the input profile.
ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, float)Computes the correlation between two sub-profiles.
ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, int?, float)Computes the correlation between two sub-profiles.
ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, float, NullableValue<float>)Computes the correlation between two sub-profiles.
ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, int?, float, NullableValue<float>)Computes the correlation between two sub-profiles.
ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, float, AvlNet.Profile, AvlNet.Profile)Computes the correlation between two sub-profiles.
ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, int?, float, AvlNet.Profile, AvlNet.Profile)Computes the correlation between two sub-profiles.
ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, float, NullableValue<float>, AvlNet.Profile, AvlNet.Profile)Computes the correlation between two sub-profiles.
ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, int?, float, NullableValue<float>, AvlNet.Profile, AvlNet.Profile)Computes the correlation between two sub-profiles.
ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, int?, float, float, AvlNet.Profile, AvlNet.Profile)Computes the correlation between two sub-profiles.
ProfileDistance(AvlNet.Profile, AvlNet.Profile, AvlNet.DistanceMeasure, float)Computes the [mean] square error between two profiles.
ProfileDistance(AvlNet.Profile, AvlNet.Profile, AvlNet.Range?, AvlNet.DistanceMeasure, float)Computes the [mean] square error between two profiles.
ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, IList<AvlNet.ProfileEdge>)Finds the locations at which the profile values raise or fall quickly.
ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, IList<AvlNet.ProfileEdge>, NullableRef<List<float>>)Finds the locations at which the profile values raise or fall quickly.
ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, IList<AvlNet.ProfileEdge>, AvlNet.Profile)Finds the locations at which the profile values raise or fall quickly.
ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, IList<AvlNet.ProfileEdge>, NullableRef<List<float>>, AvlNet.Profile)Finds the locations at which the profile values raise or fall quickly.
ProfileEdges(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileEdge>)Finds the locations at which the profile values raise or fall quickly.
ProfileEdges(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileEdge>, NullableRef<List<float>>)Finds the locations at which the profile values raise or fall quickly.
ProfileEdges(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileEdge>, AvlNet.Profile)Finds the locations at which the profile values raise or fall quickly.
ProfileEdges(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileEdge>, NullableRef<List<float>>, AvlNet.Profile)Finds the locations at which the profile values raise or fall quickly.
ProfileIndices(AvlNet.Profile, IList<int>)Returns an array of all indices of the input profile (0, 1, 2, ...).
ProfileLocalExtrema(AvlNet.Profile, bool, AvlNet.ExtremumType, AvlNet.ProfileInterpolationMethod, bool, float?, float?, IList<AvlNet.Extremum1D>)Finds the locations at which the values of the input profile are locally highest or lowest.
ProfileLocalExtrema(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.ExtremumType, AvlNet.ProfileInterpolationMethod, bool, float?, float?, AvlNet.LocalBlindness?, IList<AvlNet.Extremum1D>)Finds the locations at which the values of the input profile are locally highest or lowest.
ProfileMaximum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float)Finds the highest value of the input profile, its precise location and the corresponding index.
ProfileMaximum(AvlNet.Profile, AvlNet.Range?, AvlNet.ProfileInterpolationMethod, float)Finds the highest value of the input profile, its precise location and the corresponding index.
ProfileMaximum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float, NullableValue<int>, NullableValue<float>)Finds the highest value of the input profile, its precise location and the corresponding index.
ProfileMaximum(AvlNet.Profile, AvlNet.Range?, AvlNet.ProfileInterpolationMethod, float, int, float)Finds the highest value of the input profile, its precise location and the corresponding index.
ProfileMaximum(AvlNet.Profile, AvlNet.Range?, AvlNet.ProfileInterpolationMethod, float, NullableValue<int>, NullableValue<float>)Finds the highest value of the input profile, its precise location and the corresponding index.
ProfileMinimum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float)Finds the lowest value of the input profile, its precise location and the corresponding index.
ProfileMinimum(AvlNet.Profile, AvlNet.Range?, AvlNet.ProfileInterpolationMethod, float)Finds the lowest value of the input profile, its precise location and the corresponding index.
ProfileMinimum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float, NullableValue<int>, NullableValue<float>)Finds the lowest value of the input profile, its precise location and the corresponding index.
ProfileMinimum(AvlNet.Profile, AvlNet.Range?, AvlNet.ProfileInterpolationMethod, float, int, float)Finds the lowest value of the input profile, its precise location and the corresponding index.
ProfileMinimum(AvlNet.Profile, AvlNet.Range?, AvlNet.ProfileInterpolationMethod, float, NullableValue<int>, NullableValue<float>)Finds the lowest value of the input profile, its precise location and the corresponding index.
ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, IList<AvlNet.ProfileRidge>)Finds the high or low peaks in the input profile.
ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, IList<AvlNet.ProfileRidge>, NullableRef<List<float>>)Finds the high or low peaks in the input profile.
ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, IList<AvlNet.ProfileRidge>, AvlNet.Profile)Finds the high or low peaks in the input profile.
ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, IList<AvlNet.ProfileRidge>, NullableRef<List<float>>, AvlNet.Profile)Finds the high or low peaks in the input profile.
ProfileRidges(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileRidge>)Finds the high or low peaks in the input profile.
ProfileRidges(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileRidge>, NullableRef<List<float>>)Finds the high or low peaks in the input profile.
ProfileRidges(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileRidge>, AvlNet.Profile)Finds the high or low peaks in the input profile.
ProfileRidges(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileRidge>, NullableRef<List<float>>, AvlNet.Profile)Finds the high or low peaks in the input profile.
ProfileSections(AvlNet.Profile, float?, float?, float, float, IList<AvlNet.ProfileSection>, AvlNet.ProfileSection?)Finds subprofiles whose values fall into the specified range.
ProfileSections(AvlNet.Profile, AvlNet.Range?, float?, float?, float, float?, float, float?, float?, IList<AvlNet.ProfileSection>, AvlNet.ProfileSection?)Finds subprofiles whose values fall into the specified range.
ProfileSize(AvlNet.Profile, int)Computes the number of elements in a profile.
ProfileStripes(AvlNet.Profile, bool, AvlNet.StripeScanParams, float, IList<AvlNet.ProfileStripe>)Finds pairs of opposite (raising and falling) edges in the input profile.
ProfileStripes(AvlNet.Profile, bool, AvlNet.StripeScanParams, float, IList<AvlNet.ProfileStripe>, NullableRef<List<float>>)Finds pairs of opposite (raising and falling) edges in the input profile.
ProfileStripes(AvlNet.Profile, bool, AvlNet.StripeScanParams, float, IList<AvlNet.ProfileStripe>, AvlNet.Profile)Finds pairs of opposite (raising and falling) edges in the input profile.
ProfileStripes(AvlNet.Profile, bool, AvlNet.StripeScanParams, float, IList<AvlNet.ProfileStripe>, NullableRef<List<float>>, AvlNet.Profile)Finds pairs of opposite (raising and falling) edges in the input profile.
ProfileStripes(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.StripeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileStripe>)Finds pairs of opposite (raising and falling) edges in the input profile.
ProfileStripes(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.StripeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileStripe>, NullableRef<List<float>>)Finds pairs of opposite (raising and falling) edges in the input profile.
ProfileStripes(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.StripeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileStripe>, AvlNet.Profile)Finds pairs of opposite (raising and falling) edges in the input profile.
ProfileStripes(AvlNet.Profile, AvlNet.Range?, bool, AvlNet.StripeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.ProfileStripe>, NullableRef<List<float>>, AvlNet.Profile)Finds pairs of opposite (raising and falling) edges in the input profile.
ProfileSum(AvlNet.Profile, float)Computes the sum of the profile values.
ProfileSum(AvlNet.Profile, AvlNet.Range?, float)Computes the sum of the profile values.
ProfileToPoint2DArray(AvlNet.Profile, IList<AvlNet.Point2D>)Converts a profile to an array of points.
ProfileToRealArray(AvlNet.Profile, IList<float>)Converts a profile to an array of real numbers.
ProfileZeroCrossings(AvlNet.Profile, IList<float>)Finds the points of a profile at which the profile intersects the x-axis.
ProfileZeroCrossings(AvlNet.Profile, AvlNet.Range?, IList<float>)Finds the points of a profile at which the profile intersects the x-axis.
ProjectLineOntoPlane3D(AvlNet.Line3D, AvlNet.Plane3D, AvlNet.Line3D)Projects a line 3D onto a plane.
ProjectPathOntoSurface(AvlNet.Surface, AvlNet.Path, AvlNet.Path)Returns a path consisting of interpolated single points of a surface given their coordinates in surface coordinate system.
ProjectPoint2DOntoPlane3D(AvlNet.Point2D, AvlNet.Plane3D, AvlNet.Point3D)Projects a point on a plane Z=0 onto a given plane, translating it parallel to Z axis.
ProjectPointOnCircle(AvlNet.Point2D, AvlNet.Circle2D, AvlNet.Point2D)Projects a point onto a circle.
ProjectPointOnLine3D(AvlNet.Point3D, AvlNet.Line3D, AvlNet.Point3D)Projects a point 3D onto a line in 3D.
ProjectPointOnLine(AvlNet.Point2D, AvlNet.Line2D, AvlNet.Point2D)Projects a point onto a line.
ProjectPointOntoPlane3D(AvlNet.Point3D, AvlNet.Plane3D, AvlNet.Point3D)Projects a point 3D onto a plane.
ProjectPointOntoSurface(AvlNet.Surface, AvlNet.Point2D, NullableValue<AvlNet.Point3D>, NullableValue<AvlNet.Point2D>)Returns an interpolated single point of a surface given its coordinates in surface coordinate system.
ProjectPointOntoSurface(AvlNet.Surface, AvlNet.Point2D, AvlNet.Point3D, AvlNet.Point2D)Returns an interpolated single point of a surface given its coordinates in surface coordinate system.
ProjectPointOrthogonal(AvlNet.Point3D, AvlNet.Point2D, AvlNet.Point2D)Converts a point through a simple orthogonal projection, parallel to the Z axis.
ProjectPointPerspective(AvlNet.Point3D, AvlNet.Point2D, AvlNet.Point3D, float, AvlNet.Point2D)Converts a point through a perspective projection, parallel to the Z axis.
ProjectPointsOnCircle(IList<AvlNet.Point2D>, AvlNet.Circle2D, IList<AvlNet.Point2D>, AvlNet.Arc2D?)Projects points onto a circle.
ProjectPointsOnLine(IList<AvlNet.Point2D>, AvlNet.Line2D, IList<AvlNet.Point2D>)Projects points onto a line.
ProjectPointsOnLine(IList<AvlNet.Point2D>, AvlNet.Line2D, IList<AvlNet.Point2D>, AvlNet.Segment2D?)Projects points onto a line.
ProjectPointsOnLine(IList<AvlNet.Point2D>, AvlNet.Line2D, IList<AvlNet.Point2D>, NullableRef<NullableValue<AvlNet.Segment2D>>)Projects points onto a line.
ProjectSurfaceOntoPlane(AvlNet.Surface, AvlNet.Plane3D, bool, bool, AvlNet.Surface)Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane.
ProjectSurfaceOntoPlane(AvlNet.Surface, AvlNet.Plane3D, bool, bool, AvlNet.Surface, AvlNet.Matrix)Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane.
ProjectSurfaceOntoPlane(AvlNet.Surface, AvlNet.Plane3D, bool, bool, AvlNet.Surface, NullableRef<AvlNet.Matrix>)Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane.
PruneRegion(AvlNet.Region, int, AvlNet.Region)Removes one pixel wide branches from a region.
QuadraticRegression_M(IList<float>, AvlNet.MEstimator, float, int, AvlNet.QuadraticFunction, IList<float>, IList<float>)Computes quadratic regression of given point set using selected M-estimator for outlier suppression.
QuadraticRegression_M(IList<float>, AvlNet.MEstimator, float, int, AvlNet.QuadraticFunction, IList<float>, IList<float>, NullableRef<List<float>>, NullableRef<List<float>>)Computes quadratic regression of given point set using selected M-estimator for outlier suppression.
QuadraticRegression_M(IList<float>, NullableRef<IList<float>>, AvlNet.MEstimator, float, int, AvlNet.QuadraticFunction?, AvlNet.QuadraticFunction, IList<float>, IList<float>)Computes quadratic regression of given point set using selected M-estimator for outlier suppression.
QuadraticRegression_M(IList<float>, NullableRef<IList<float>>, AvlNet.MEstimator, float, int, AvlNet.QuadraticFunction?, AvlNet.QuadraticFunction, IList<float>, IList<float>, NullableRef<List<float>>, NullableRef<List<float>>)Computes quadratic regression of given point set using selected M-estimator for outlier suppression.
QuadraticRegression_RANSAC(IList<float>, float, AvlNet.QuadraticFunction, IList<float>, IList<float>)Computes quadratic regression of given point set using RANSAC.
QuadraticRegression_RANSAC(IList<float>, NullableRef<IList<float>>, int?, float, int?, AvlNet.QuadraticFunction, IList<float>, IList<float>)Computes quadratic regression of given point set using RANSAC.
QuadraticRegression(IList<float>, AvlNet.QuadraticFunction, IList<float>, IList<float>, float)Computes quadratic regression of given point set.
QuadraticRegression(IList<float>, NullableRef<IList<float>>, AvlNet.QuadraticFunction, IList<float>, IList<float>, float)Computes quadratic regression of given point set.
RandomPoint3D(AvlNet.RandomState, AvlNet.Box3D, AvlNet.Point3D)Creates random 3D point inside given box.
RandomPoint3D(AvlNet.RandomState, AvlNet.Box3D, int?, AvlNet.Point3D)Creates random 3D point inside given box.
RandomPoint(AvlNet.RandomState, AvlNet.Box, AvlNet.Point2D)Creates random point inside given box.
RandomPoint(AvlNet.RandomState, AvlNet.Box, int?, AvlNet.Point2D)Creates random point inside given box.
ReadMultipleBarcodes(AvlNet.Image, float, int, int, int, int, float, float, IList<AvlNet.Rectangle2D>, IList<string>)Detects and recognizes multiple barcodes on the input image.
ReadMultipleBarcodes(AvlNet.Image, float, int, int, int, int, float, float, IList<AvlNet.Rectangle2D>, IList<string>, AvlNet.Image, IList<List<AvlNet.Segment2D>>)Detects and recognizes multiple barcodes on the input image.
ReadMultipleBarcodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, IList<AvlNet.Rectangle2D>, IList<string>)Detects and recognizes multiple barcodes on the input image.
ReadMultipleBarcodes(AvlNet.Image, float, int, int, int, int, float, float, IList<AvlNet.Rectangle2D>, IList<string>, NullableRef<List<AvlNet.BarcodeFormat>>, NullableValue<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>)Detects and recognizes multiple barcodes on the input image.
ReadMultipleBarcodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, IList<AvlNet.Rectangle2D>, IList<string>, AvlNet.Image, IList<List<AvlNet.Segment2D>>)Detects and recognizes multiple barcodes on the input image.
ReadMultipleBarcodes(AvlNet.Image, float, int, int, int, int, float, float, IList<AvlNet.Rectangle2D>, IList<string>, NullableRef<List<AvlNet.BarcodeFormat>>, NullableValue<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>, AvlNet.Image, IList<List<AvlNet.Segment2D>>)Detects and recognizes multiple barcodes on the input image.
ReadMultipleBarcodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, IList<AvlNet.Rectangle2D>, IList<string>, NullableRef<List<AvlNet.BarcodeFormat>>, NullableValue<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>)Detects and recognizes multiple barcodes on the input image.
ReadMultipleBarcodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, IList<AvlNet.Rectangle2D>, IList<string>, IList<AvlNet.BarcodeFormat>, AvlNet.Rectangle2D, IList<AvlNet.Rectangle2D>, AvlNet.Image, IList<List<AvlNet.Segment2D>>)Detects and recognizes multiple barcodes on the input image.
ReadMultipleBarcodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, IList<AvlNet.Rectangle2D>, IList<string>, NullableRef<List<AvlNet.BarcodeFormat>>, NullableValue<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>, AvlNet.Image, IList<List<AvlNet.Segment2D>>)Detects and recognizes multiple barcodes on the input image.
ReadMultipleDataMatrixCodes(AvlNet.Image, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, int, bool, IList<AvlNet.DataCode>, IList<AvlNet.Path>)Detects and recognizes several Data Matrix codes.
ReadMultipleDataMatrixCodes(AvlNet.Image, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, int, bool, IList<AvlNet.DataCode>, IList<AvlNet.Path>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes several Data Matrix codes.
ReadMultipleDataMatrixCodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, int, bool, IList<AvlNet.DataCode>, IList<AvlNet.Path>)Detects and recognizes several Data Matrix codes.
ReadMultipleDataMatrixCodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, int, bool, IList<AvlNet.DataCode>, IList<AvlNet.Path>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes several Data Matrix codes.
ReadMultipleDataMatrixCodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, int, bool, IList<AvlNet.DataCode>, IList<AvlNet.Path>, AvlNet.Rectangle2D)Detects and recognizes several Data Matrix codes.
ReadMultiplePDF417Codes(AvlNet.Image, AvlNet.PDF417CodeParams, AvlNet.PDF417DetectionParams, bool, IList<AvlNet.PDF417Code>)Detects and recognizes several PDF417 codes.
ReadMultiplePDF417Codes(AvlNet.Image, AvlNet.PDF417CodeParams, AvlNet.PDF417DetectionParams, bool, IList<AvlNet.PDF417Code>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes several PDF417 codes.
ReadMultiplePDF417Codes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.PDF417CodeParams, AvlNet.PDF417DetectionParams, bool, IList<AvlNet.PDF417Code>)Detects and recognizes several PDF417 codes.
ReadMultiplePDF417Codes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.PDF417CodeParams, AvlNet.PDF417DetectionParams, bool, IList<AvlNet.PDF417Code>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes several PDF417 codes.
ReadMultiplePDF417Codes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.PDF417CodeParams, AvlNet.PDF417DetectionParams, bool, IList<AvlNet.PDF417Code>, AvlNet.Rectangle2D)Detects and recognizes several PDF417 codes.
ReadMultipleQRCodes(AvlNet.Image, int, IList<AvlNet.QRCode>)Detects and recognizes all QR codes on the input image.
ReadMultipleQRCodes(AvlNet.Image, int, IList<AvlNet.QRCode>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes all QR codes on the input image.
ReadMultipleQRCodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, int, float?, float?, int?, float?, float?, IList<AvlNet.QRCode>)Detects and recognizes all QR codes on the input image.
ReadMultipleQRCodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, int, float?, float?, int?, float?, float?, IList<AvlNet.QRCode>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes all QR codes on the input image.
ReadMultipleQRCodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, int, float?, float?, int?, float?, float?, IList<AvlNet.QRCode>, AvlNet.Rectangle2D)Detects and recognizes all QR codes on the input image.
ReadSingleBarcode(AvlNet.Image, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, INullable<string>, AvlNet.BarcodeFormat?)Detects and recognizes a single barcode on the input image.
ReadSingleBarcode(AvlNet.Image, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, INullable<string>, AvlNet.BarcodeFormat?, AvlNet.Image, IList<AvlNet.Segment2D>)Detects and recognizes a single barcode on the input image.
ReadSingleBarcode(AvlNet.Image, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, INullable<string>, AvlNet.BarcodeFormat?, NullableValue<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>)Detects and recognizes a single barcode on the input image.
ReadSingleBarcode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, INullable<string>, AvlNet.BarcodeFormat?)Detects and recognizes a single barcode on the input image.
ReadSingleBarcode(AvlNet.Image, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, INullable<string>, AvlNet.BarcodeFormat?, NullableValue<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>, AvlNet.Image, IList<AvlNet.Segment2D>)Detects and recognizes a single barcode on the input image.
ReadSingleBarcode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, INullable<string>, AvlNet.BarcodeFormat?, AvlNet.Image, IList<AvlNet.Segment2D>)Detects and recognizes a single barcode on the input image.
ReadSingleBarcode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, INullable<string>, AvlNet.BarcodeFormat?, NullableValue<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>)Detects and recognizes a single barcode on the input image.
ReadSingleBarcode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, INullable<string>, AvlNet.BarcodeFormat?, NullableValue<AvlNet.Rectangle2D>, NullableRef<List<AvlNet.Rectangle2D>>, AvlNet.Image, IList<AvlNet.Segment2D>)Detects and recognizes a single barcode on the input image.
ReadSingleBarcode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, INullable<string>, AvlNet.BarcodeFormat?, AvlNet.Rectangle2D, IList<AvlNet.Rectangle2D>, AvlNet.Image, IList<AvlNet.Segment2D>)Detects and recognizes a single barcode on the input image.
ReadSingleDataMatrixCode(AvlNet.Image, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, INullable<AvlNet.DataCode>, IList<AvlNet.Path>)Detects and recognizes one Data Matrix code.
ReadSingleDataMatrixCode(AvlNet.Image, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, INullable<AvlNet.DataCode>, IList<AvlNet.Path>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes one Data Matrix code.
ReadSingleDataMatrixCode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, INullable<AvlNet.DataCode>, IList<AvlNet.Path>)Detects and recognizes one Data Matrix code.
ReadSingleDataMatrixCode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, INullable<AvlNet.DataCode>, IList<AvlNet.Path>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes one Data Matrix code.
ReadSingleDataMatrixCode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, INullable<AvlNet.DataCode>, IList<AvlNet.Path>, AvlNet.Rectangle2D)Detects and recognizes one Data Matrix code.
ReadSinglePDF417Code(AvlNet.Image, AvlNet.PDF417CodeParams, AvlNet.PDF417DetectionParams, INullable<AvlNet.PDF417Code>)Detects and recognizes one PDF417 code.
ReadSinglePDF417Code(AvlNet.Image, AvlNet.PDF417CodeParams, AvlNet.PDF417DetectionParams, INullable<AvlNet.PDF417Code>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes one PDF417 code.
ReadSinglePDF417Code(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.PDF417CodeParams, AvlNet.PDF417DetectionParams, INullable<AvlNet.PDF417Code>)Detects and recognizes one PDF417 code.
ReadSinglePDF417Code(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.PDF417CodeParams, AvlNet.PDF417DetectionParams, INullable<AvlNet.PDF417Code>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes one PDF417 code.
ReadSinglePDF417Code(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.PDF417CodeParams, AvlNet.PDF417DetectionParams, INullable<AvlNet.PDF417Code>, AvlNet.Rectangle2D)Detects and recognizes one PDF417 code.
ReadSingleQRCode(AvlNet.Image, INullable<AvlNet.QRCode>)Detects and recognizes a single QR code on the input image.
ReadSingleQRCode(AvlNet.Image, INullable<AvlNet.QRCode>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes a single QR code on the input image.
ReadSingleQRCode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, float?, float?, int?, float?, float?, INullable<AvlNet.QRCode>)Detects and recognizes a single QR code on the input image.
ReadSingleQRCode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, float?, float?, int?, float?, float?, INullable<AvlNet.QRCode>, NullableValue<AvlNet.Rectangle2D>)Detects and recognizes a single QR code on the input image.
ReadSingleQRCode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, float?, float?, int?, float?, float?, INullable<AvlNet.QRCode>, AvlNet.Rectangle2D)Detects and recognizes a single QR code on the input image.
ReadText(IList<AvlNet.Region>, AvlNet.OcrModel, float, string, IList<NullableRef<string>>, IList<float>, bool)Ready-to-use tool for reading text from images using the OCR technique.
ReadVideoStream(AvlNet.InputVideoStream, bool, int, AvlNet.Image)Acquires frame from the previously opened video stream.
RealArrayToPixelArray(IList<float>, IList<AvlNet.Pixel>)Converts an array of real values to an array of pixels.
RealArrayToProfile(IList<float>, AvlNet.Profile)Converts an array of real numbers to a profile.
RealignImagePitch(AvlNet.Image, AvlNet.Image)Creates a new image with a standard pitch alignment.
RealToPixel(float, AvlNet.Pixel)Converts a real value to pixel.
RecognizeBarcode(AvlNet.Image, AvlNet.Rectangle2D, int, int, float, float, INullable<string>, AvlNet.BarcodeFormat?, AvlNet.Rectangle2D)Extracts information from a barcode located on the input image at a given position.
RecognizeBarcode(AvlNet.Image, AvlNet.Rectangle2D, int, int, float, float, INullable<string>, AvlNet.BarcodeFormat?, AvlNet.Rectangle2D, IList<AvlNet.Segment2D>)Extracts information from a barcode located on the input image at a given position.
RecognizeBarcode(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, int, int, float, float, INullable<string>, AvlNet.BarcodeFormat?, AvlNet.Rectangle2D)Extracts information from a barcode located on the input image at a given position.
RecognizeBarcode(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, int, int, float, float, INullable<string>, AvlNet.BarcodeFormat?, AvlNet.Rectangle2D, IList<AvlNet.Segment2D>)Extracts information from a barcode located on the input image at a given position.
RecognizeCharacters(IList<AvlNet.Region>, AvlNet.OcrModel, bool, AvlNet.CharacterSortingOrder, string, IList<float>, IList<List<AvlNet.OcrCandidate>>)Classifies input regions into characters. Based on the Multi-Layer Perceptron model.
RecognizeCharacters(IList<AvlNet.Region>, AvlNet.OcrModel, bool, AvlNet.CharacterSortingOrder, string, IList<float>, IList<List<AvlNet.OcrCandidate>>, IList<AvlNet.Image>, IList<AvlNet.Box>)Classifies input regions into characters. Based on the Multi-Layer Perceptron model.
RecognizeCharacters(IList<AvlNet.Region>, AvlNet.OcrModel, AvlNet.Size?, bool, AvlNet.CharacterSortingOrder, float?, int?, string, IList<float>, IList<List<AvlNet.OcrCandidate>>)Classifies input regions into characters. Based on the Multi-Layer Perceptron model.
RecognizeCharacters(IList<AvlNet.Region>, AvlNet.OcrModel, AvlNet.Size?, bool, AvlNet.CharacterSortingOrder, float?, int?, string, IList<float>, IList<List<AvlNet.OcrCandidate>>, IList<AvlNet.Image>, IList<AvlNet.Box>)Classifies input regions into characters. Based on the Multi-Layer Perceptron model.
RecognizeOrganicObject(AvlNet.OrganicModel, AvlNet.Image, AvlNet.Region, int, float, IList<float>)Analyzes provided image within given ROI, and classifies selected object with beforehand trained OrganicModel.
Rectangle2DToRegionOfInterest(AvlNet.Rectangle2D, AvlNet.RegionOfInterest)Converts a rectangle to region of interest.
Rectangle2DToShapeRegion(AvlNet.Rectangle2D, AvlNet.ShapeRegion)Converts a rectangle to a shape region.
RectangleArea(AvlNet.Rectangle2D, float)Computes the area of a rectangle.
RectangleBoundingBox(AvlNet.Rectangle2D, AvlNet.Box)Computes the smallest box containing a rectangle.
RectangleBoundingCircle(AvlNet.Rectangle2D, AvlNet.Circle2D)Computes the smallest circle containing a rectangle.
RectangleCenter(AvlNet.Rectangle2D, AvlNet.Point2D)Computes the center point of a rectangle.
RectangleCharacteristicPoints(AvlNet.Rectangle2D, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableValue<AvlNet.Point2D>, NullableRef<List<AvlNet.Point2D>>)Computes rectangle's characteristic points.
RectangleCharacteristicPoints(AvlNet.Rectangle2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, IList<AvlNet.Point2D>)Computes rectangle's characteristic points.
RectangleCharacteristicPoint(AvlNet.Rectangle2D, AvlNet.Anchor2D, AvlNet.Point2D)Returns a characteristic point (e.g. the top-left) of the input rectangle.
RectangleCorners(AvlNet.Rectangle2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D)Computes the four corner points of a rectangle.
RectanglePerimeterLength(AvlNet.Rectangle2D, float)Computes the perimeter length of a rectangle.
RectifyImage(AvlNet.Image, AvlNet.RectificationMap, AvlNet.Image)Applies a spatial map to distorted image transforming it to rectified image defined in world coordinates.
RectifyImage(AvlNet.Image, AvlNet.RectificationMap, AvlNet.Image, AvlNet.Matrix, AvlNet.Point2D, float, float)Applies a spatial map to distorted image transforming it to rectified image defined in world coordinates.
RectifyImage(AvlNet.Image, AvlNet.RectificationMap, AvlNet.Image, NullableRef<AvlNet.Matrix>, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>)Applies a spatial map to distorted image transforming it to rectified image defined in world coordinates.
ReducePath(AvlNet.Path, float, AvlNet.Path)Reduces the number of points in a path preserving its shape with the specified precision.
ReducePath(AvlNet.Path, float, AvlNet.Path, IList<AvlNet.Path>)Reduces the number of points in a path preserving its shape with the specified precision.
ReduceSurface(AvlNet.Surface, AvlNet.Surface)Reduces surface dimensions as much as possible.
ReduceSurface(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Surface)Reduces surface dimensions as much as possible.
ReflectRegion(AvlNet.Region, AvlNet.Location, AvlNet.Region)Reflects a region through the given location.
RegionArea(AvlNet.Region, int)Computes the number of pixels contained in a region.
RegionBoundaries(AvlNet.Region, AvlNet.RegionConnectivity, AvlNet.Region)Removes interior pixels from a region.
RegionBoundingBox_OrNil(AvlNet.Region, AvlNet.Box?)Computes the smallest box containing a region; returns NIL if the region is empty.
RegionBoundingBox(AvlNet.Region, AvlNet.Box)Computes the smallest box containing a region.
RegionBoundingCircle_OrNil(AvlNet.Region, AvlNet.Circle2D?)Computes the smallest circle enclosing a region; returns NIL if the region is empty.
RegionBoundingCircle(AvlNet.Region, AvlNet.Circle2D)Computes the smallest circle enclosing a region.
RegionBoundingParallelogram(AvlNet.Region, AvlNet.BoundingRectangleFeature, AvlNet.Path)Computes the smallest parallelogram containing a region.
RegionBoundingParallelogram(AvlNet.Region, AvlNet.BoundingRectangleFeature, AvlNet.Path, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>, NullableValue<float>)Computes the smallest parallelogram containing a region.
RegionBoundingParallelogram(AvlNet.Region, AvlNet.BoundingRectangleFeature, AvlNet.Path, AvlNet.Point2D, float, float, float)Computes the smallest parallelogram containing a region.
RegionBoundingRectangle_FixedAngle_OrNil(AvlNet.Region, float, AvlNet.Rectangle2D?, AvlNet.Point2D?, float?, float?)Computes the smallest rectangle with the given orientation angle containing a region; returns NIL if the region is empty.
RegionBoundingRectangle_FixedAngle(AvlNet.Region, float, AvlNet.Rectangle2D)Computes the smallest rectangle with the given orientation angle containing a region.
RegionBoundingRectangle_FixedAngle(AvlNet.Region, float, AvlNet.Rectangle2D, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>)Computes the smallest rectangle with the given orientation angle containing a region.
RegionBoundingRectangle_FixedAngle(AvlNet.Region, float, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)Computes the smallest rectangle with the given orientation angle containing a region.
RegionBoundingRectangle_OrNil(AvlNet.Region, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D?, AvlNet.Point2D?, float?, float?)Computes the smallest rectangle containing a region; returns NIL if the region is empty.
RegionBoundingRectangle(AvlNet.Region, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D)Computes the smallest rectangle containing a region.
RegionBoundingRectangle(AvlNet.Region, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D, NullableValue<AvlNet.Point2D>, NullableValue<float>, NullableValue<float>)Computes the smallest rectangle containing a region.
RegionBoundingRectangle(AvlNet.Region, AvlNet.BoundingRectangleFeature, float, AvlNet.RectangleOrientation, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)Computes the smallest rectangle containing a region.
RegionCaliperDiameter(AvlNet.Region, NullableValue<AvlNet.Segment2D>, NullableValue<float>, NullableValue<AvlNet.Segment2D>, NullableValue<float>)Computes the longest and the shortest width of the input region measured as distance between parallel lines containing the whole region.
RegionCaliperDiameter(AvlNet.Region, AvlNet.Segment2D, float, AvlNet.Segment2D, float)Computes the longest and the shortest width of the input region measured as distance between parallel lines containing the whole region.
RegionCharacteristicPoint(AvlNet.Region, AvlNet.Anchor2D, AvlNet.Point2D)Returns a characteristic point of the input's region bounding box.
RegionCircularity(AvlNet.Region, AvlNet.CircularityMeasure, float)Computes the area of a region divided by the area of a circular region having the same feature.
RegionCircularity(AvlNet.Region, AvlNet.CircularityMeasure, float, AvlNet.Circle2D)Computes the area of a region divided by the area of a circular region having the same feature.
RegionComplement(AvlNet.Region, AvlNet.Region)Computes a region of pixels not contained in the input region.
RegionContours(AvlNet.Region, AvlNet.RegionContourMode, AvlNet.RegionConnectivity, IList<AvlNet.Path>)Computes an array of closed paths corresponding to the contours of the input region.
RegionConvexHull(AvlNet.Region, AvlNet.Region)Computes the smallest convex region containing the input region.
RegionConvexity(AvlNet.Region, float)Computes the area of a region divided by area of its convex hull.
RegionDiameter(AvlNet.Region, NullableValue<AvlNet.Segment2D>, NullableValue<float>)Computes the longest segment connecting two pixels contained in region and its length.
RegionDiameter(AvlNet.Region, AvlNet.Segment2D, float)Computes the longest segment connecting two pixels contained in region and its length.
RegionDifference(AvlNet.Region, AvlNet.Region, AvlNet.Region)Computes a region containing pixels from the first input region, but not from the second input region.
RegionEllipticAxes(AvlNet.Region, AvlNet.Segment2D, AvlNet.Segment2D)Computes axes of an ellipse having the same first and second order moments as the given region.
RegionElongation(AvlNet.Region, float)Computes the elongation factor of a region ( perfect circle has minimal elongation equal 1.0 ).
RegionHitAndMissTransform(AvlNet.Region, AvlNet.Region, AvlNet.Region, AvlNet.Region)Performs a hit-and-miss transformation on a region using arbitrary kernels.
RegionHitAndMissTransform(AvlNet.Region, AvlNet.Region, AvlNet.Location?, AvlNet.Region, AvlNet.Location?, AvlNet.Region)Performs a hit-and-miss transformation on a region using arbitrary kernels.
RegionHoles(AvlNet.Region, AvlNet.RegionConnectivity, int, IList<AvlNet.Region>)Creates regions of the holes of the input region.
RegionHoles(AvlNet.Region, AvlNet.RegionConnectivity, int, int?, IList<AvlNet.Region>)Creates regions of the holes of the input region.
RegionInscribedBox(AvlNet.Region, float, int, int, AvlNet.Box?)Computes the largest box contained in a region.
RegionInscribedBox(AvlNet.Region, float, float?, int, int?, int, int?, AvlNet.Box?)Computes the largest box contained in a region.
RegionInscribedCircle(AvlNet.Region, AvlNet.Circle2D)Computes the largest circle contained in a region.
RegionInteriors(AvlNet.Region, AvlNet.RegionConnectivity, AvlNet.Region)Removes boundary pixels from a region.
RegionIntersection_OfArray(IList<AvlNet.Region>, AvlNet.Region)Computes common part of array of regions.
RegionIntersection_OfArray(NullableRef<AvlNet.Region>, IList<AvlNet.Region>, AvlNet.Region)Computes common part of array of regions.
RegionIntersection_OfLoop(AvlNet.RegionIntersection_OfLoopState, AvlNet.Region, AvlNet.Region)Computes the common part of regions appearing in consecutive iterations.
RegionIntersection(AvlNet.Region, AvlNet.Region, AvlNet.Region)Computes the common part of two regions.
RegionMassCenter_OrNil(AvlNet.Region, AvlNet.Point2D?)Computes a point with coordinates equal to the average coordinates of the region's pixels; returns NIL if the region is empty.
RegionMassCenter_OrNil(AvlNet.Region, AvlNet.Point2D?, int?)Computes a point with coordinates equal to the average coordinates of the region's pixels; returns NIL if the region is empty.
RegionMassCenter_OrNil(AvlNet.Region, AvlNet.Point2D?, NullableRef<NullableValue<int>>)Computes a point with coordinates equal to the average coordinates of the region's pixels; returns NIL if the region is empty.
RegionMassCenter(AvlNet.Region, AvlNet.Point2D)Computes a point with coordinates equal to the average coordinates of the region's pixels.
RegionMassCenter(AvlNet.Region, AvlNet.Point2D, int)Computes a point with coordinates equal to the average coordinates of the region's pixels.
RegionMassCenter(AvlNet.Region, AvlNet.Point2D, NullableValue<int>)Computes a point with coordinates equal to the average coordinates of the region's pixels.
RegionMedialAxis(AvlNet.Region, AvlNet.RegionSkeletonMethod, IList<AvlNet.Path>)Computes an array of paths corresponding to the skeleton of the input region.
RegionMoment(AvlNet.Region, AvlNet.RegionMomentType, bool, float, float)Computes selected second-order moment of a region in regular and normalized ( divided by region area ) variant.
RegionNumberOfHoles(AvlNet.Region, AvlNet.RegionConnectivity, int, int)Computes the number of holes in a region.
RegionNumberOfHoles(AvlNet.Region, AvlNet.RegionConnectivity, int, int?, int)Computes the number of holes in a region.
RegionOfInterestToRegion(AvlNet.RegionOfInterest, AvlNet.Region)Converts a region of interest to a region with automatically computed frame.
RegionOrientation(AvlNet.Region, float)Computes the orientation of a region as an angle of value in range 0.0 - 180.0.
RegionOuterBoundaries(AvlNet.Region, IList<AvlNet.Location>, IList<AvlNet.Location>, IList<AvlNet.Location>, IList<AvlNet.Location>)Returns the top, right, bottom and left boundaries of the input region.
RegionPerimeterLength(AvlNet.Region, float)Computes the length of the input region perimeter.
RegionPointRunLengths(AvlNet.Region, IList<int>)Returns the lengths of horizontal sequences of locations that constitute the input region.
RegionProjection(AvlNet.Region, AvlNet.ProjectionDirection, AvlNet.Profile)Computes the profile of the region pixel count in consecutive rows or columns.
RegionRectangularity(AvlNet.Region, float)Computes the area of a region divided by the area of its bounding rectangle.
RegionSymmetricDifference_OfArray(IList<AvlNet.Region>, AvlNet.Region)Computes a region containing pixels belonging to odd number of array regions.
RegionSymmetricDifference_OfLoop(AvlNet.RegionSymmetricDifference_OfLoopState, AvlNet.Region, AvlNet.Region)Computes a region containing pixels belonging to odd number of regions appearing in consecutive iterations.
RegionSymmetricDifference(AvlNet.Region, AvlNet.Region, AvlNet.Region)Computes a region containing pixels from first or second input region, but not from both.
RegionToImage(AvlNet.Region, AvlNet.Image)Converts a region to an image.
RegionToLocations(AvlNet.Region, IList<AvlNet.Location>)Converts a region to an array of its pixels locations.
RegionToRegionDistance(AvlNet.Region, AvlNet.Region, float, float)Computes minimal distance between one of the points of the first region with one of the points of the second region.
RegionToRegionDistance(AvlNet.Region, AvlNet.Region, float, float, NullableValue<AvlNet.Segment2D>)Computes minimal distance between one of the points of the first region with one of the points of the second region.
RegionToRegionDistance(AvlNet.Region, AvlNet.Region, float, float, AvlNet.Segment2D)Computes minimal distance between one of the points of the first region with one of the points of the second region.
RegionToRegionOfInterest(AvlNet.Region, AvlNet.RegionOfInterest)Converts a region to region of interest.
RegionUnion_OfArray(IList<AvlNet.Region>, AvlNet.Region)Computes a region containing all the pixels that any of the input regions contains.
RegionUnion_OfLoop(AvlNet.RegionUnion_OfLoopState, AvlNet.Region, AvlNet.Region)Computes the union of regions appearing in consecutive iterations.
RegionUnion(AvlNet.Region, AvlNet.Region, AvlNet.Region)Computes a region containing pixels from both input regions.
RemapImage(AvlNet.Image, AvlNet.SpatialMap, AvlNet.Image)Applies a precomputed image transform, defined by a spatial map object.
RemapImage(AvlNet.Image, AvlNet.SpatialMap, NullableRef<AvlNet.Region>, AvlNet.Image)Applies a precomputed image transform, defined by a spatial map object.
RemoveEmptyBoxes(IList<AvlNet.Box>, IList<AvlNet.Box>, IList<bool>)The input boxes which have both dimensions different from zero are copied to the output.
RemoveInvalidPoints3D(IList<AvlNet.Point3D>, IList<AvlNet.Point3D>)Removes invalid 3D points from an array (i.e. points with NaN or INF coordinates).
RemoveInvalidPoints(IList<AvlNet.Point2D>, IList<AvlNet.Point2D>)Removes invalid points from an array (i.e. points with NaN or INF coordinates).
RemovePathSelfIntersections(AvlNet.Path, AvlNet.Path)Removes all self-intersections from a given path.
RemovePointFromPath(AvlNet.Path, int, bool)Removes a point from a path.
RemoveRegionBlobs(AvlNet.Region, AvlNet.RegionConnectivity, AvlNet.RegionFeature, float?, float?, bool, AvlNet.Region)Removes regions not fulfilling specific conditions
ReplacePixels(AvlNet.Image, AvlNet.Pixel, AvlNet.Pixel, AvlNet.Image)Substitutes pixels having the specified value with a new value.
ReplacePixels(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel, AvlNet.Pixel, AvlNet.Image)Substitutes pixels having the specified value with a new value.
ResamplePoint3DGrid(AvlNet.Point3DGrid, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, NullableValue<double>, NullableValue<double>, AvlNet.Region)Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.
ResamplePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double?, double?, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface)Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.
ResamplePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double?, double?, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, AvlNet.Region)Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.
ResamplePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double?, double?, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, NullableValue<double>, NullableValue<double>)Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.
ResamplePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double?, double?, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, double, double, AvlNet.Region)Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.
ResamplePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double?, double?, double, double, AvlNet.PlainType, AvlNet.SurfaceMultipointHeight, AvlNet.Surface, NullableValue<double>, NullableValue<double>, AvlNet.Region)Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.
ResaturateImage(AvlNet.Image, float, float, AvlNet.Image)Sets pixels below the low value to minimum, above the high value to maximum, and interpolates the rest.
ResaturateImage(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, AvlNet.Image)Sets pixels below the low value to minimum, above the high value to maximum, and interpolates the rest.
RescaleArc(AvlNet.Arc2D, float, bool, AvlNet.Arc2D)Changes radius of an arc and translates its center in relation to a reference point.
RescaleArc(AvlNet.Arc2D, AvlNet.Point2D?, float, bool, AvlNet.Arc2D)Changes radius of an arc and translates its center in relation to a reference point.
RescaleBox3D(AvlNet.Box3D, AvlNet.Point3D, float, bool, AvlNet.Box3D)Changes the distances of box in 3D to a reference point.
RescaleCircle3D(AvlNet.Circle3D, float, bool, AvlNet.Circle3D)Changes radius of a circle in 3D and translates its center in relation to a reference point.
RescaleCircle3D(AvlNet.Circle3D, AvlNet.Point3D?, float, bool, AvlNet.Circle3D)Changes radius of a circle in 3D and translates its center in relation to a reference point.
RescaleCircle(AvlNet.Circle2D, float, bool, AvlNet.Circle2D)Changes radius of a circle and translates its center in relation to a reference point.
RescaleCircle(AvlNet.Circle2D, AvlNet.Point2D?, float, bool, AvlNet.Circle2D)Changes radius of a circle and translates its center in relation to a reference point.
RescaleLine3D(AvlNet.Line3D, AvlNet.Point3D, float, bool, AvlNet.Line3D)Changes the input line in 3D distance to a reference point.
RescaleLine(AvlNet.Line2D, AvlNet.Point2D, float, bool, AvlNet.Line2D)Changes the distance of a line to a reference point.
RescalePathArray(IList<AvlNet.Path>, float, bool, IList<AvlNet.Path>)Translates each point of each path proportionally to its distance to a reference point.
RescalePathArray(IList<AvlNet.Path>, AvlNet.Point2D?, float, bool, IList<AvlNet.Path>)Translates each point of each path proportionally to its distance to a reference point.
RescalePath(AvlNet.Path, float, bool, AvlNet.Path)Translates each point of a path proportionally to its distance to a reference point.
RescalePath(AvlNet.Path, AvlNet.Point2D?, float, bool, AvlNet.Path)Translates each point of a path proportionally to its distance to a reference point.
RescalePixels(AvlNet.Image, float, float, AvlNet.Image)Applies linear transformation to pixel values.
RescalePixels(AvlNet.Image, NullableRef<AvlNet.Region>, float, float, AvlNet.Image)Applies linear transformation to pixel values.
RescalePlane(AvlNet.Plane3D, AvlNet.Point3D, float, bool, AvlNet.Plane3D)Changes the input plane distance to a reference point.
RescalePoint3DArray(IList<AvlNet.Point3D>, AvlNet.Point3D, float, bool, IList<AvlNet.Point3D>)Changes the distances of array points to a reference point.
RescalePoint3DGrid(AvlNet.Point3DGrid, AvlNet.Point3D, float, bool, AvlNet.Point3DGrid)Changes the distances of grid points to a reference point.
RescalePoint3D(AvlNet.Point3D, AvlNet.Point3D, float, bool, AvlNet.Point3D)Changes the distance of a point to a reference point.
RescalePointArray(IList<AvlNet.Point2D>, float, bool, IList<AvlNet.Point2D>)Changes the distances of points from an array to a reference point.
RescalePointArray(IList<AvlNet.Point2D>, AvlNet.Point2D?, float, bool, IList<AvlNet.Point2D>)Changes the distances of points from an array to a reference point.
RescalePoint(AvlNet.Point2D, AvlNet.Point2D, float, bool, AvlNet.Point2D)Changes the distance of a point to a reference point.
RescaleProfile(AvlNet.Profile, float, float)Applies linear transformation to profile.
RescaleProfile(AvlNet.Profile, AvlNet.Range?, float, float)Applies linear transformation to profile.
RescaleRectangle(AvlNet.Rectangle2D, float, bool, AvlNet.Rectangle2D)Changes the corners and the dimensions of a rectangle.
RescaleRectangle(AvlNet.Rectangle2D, AvlNet.Point2D?, float, bool, AvlNet.Rectangle2D)Changes the corners and the dimensions of a rectangle.
RescaleSegment3D(AvlNet.Segment3D, float, bool, AvlNet.Segment3D)Lengthens or shortens a segment in 3D relatively.
RescaleSegment3D(AvlNet.Segment3D, AvlNet.Point3D?, float, bool, AvlNet.Segment3D)Lengthens or shortens a segment in 3D relatively.
RescaleSegment(AvlNet.Segment2D, float, bool, AvlNet.Segment2D)Lengthens or shortens a segment relatively.
RescaleSegment(AvlNet.Segment2D, AvlNet.Point2D?, float, bool, AvlNet.Segment2D)Lengthens or shortens a segment relatively.
RescaleSurface(AvlNet.Surface, AvlNet.Point3D, float, bool, AvlNet.Surface)Changes the distances of surface points to a reference point.
RescaleSurface(AvlNet.Surface, AvlNet.Point3D, float, float?, float?, bool, AvlNet.Surface)Changes the distances of surface points to a reference point.
RescaleVector3D(AvlNet.Vector3D, float, bool, AvlNet.Vector3D)Lengthens or shortens a 3D vector relatively preserving its direction.
RescaleVector(AvlNet.Vector2D, float, bool, AvlNet.Vector2D)Lengthens or shortens a vector relatively preserving its direction.
ResizeArc_Delta(AvlNet.Arc2D, float, AvlNet.Arc2D)Changes radius of an arc by adding a value.
ResizeArc(AvlNet.Arc2D, float, AvlNet.Arc2D)Changes radius of an arc.
ResizeBox3D_Delta(AvlNet.Box3D, AvlNet.Anchor3D, float, float, float, AvlNet.Box3D)Changes the dimensions of a box in 3D by adding some values.
ResizeBox3D_Relative(AvlNet.Box3D, AvlNet.Anchor3D, float, float, float, AvlNet.Box3D)Resizes a box in 3D to relatively defined dimensions.
ResizeBox3D(AvlNet.Box3D, AvlNet.Anchor3D, AvlNet.Box3D)Changes the dimensions of a box in 3D.
ResizeBox3D(AvlNet.Box3D, AvlNet.Anchor3D, float?, float?, float?, AvlNet.Box3D)Changes the dimensions of a box in 3D.
ResizeBox_Delta(AvlNet.Box, AvlNet.Anchor2D, int, int, AvlNet.Box)Changes the dimensions of a box by adding some values.
ResizeBox_Relative(AvlNet.Box, AvlNet.Anchor2D, float, float, AvlNet.Box)Resizes a box to relatively defined dimensions.
ResizeBox(AvlNet.Box, AvlNet.Anchor2D, AvlNet.Box)Changes the dimensions of a box.
ResizeBox(AvlNet.Box, AvlNet.Anchor2D, int?, int?, AvlNet.Box)Changes the dimensions of a box.
ResizeCircle3D_Delta(AvlNet.Circle3D, float, AvlNet.Circle3D)Changes radius of a circle in 3D by adding a value.
ResizeCircle3D(AvlNet.Circle3D, float, AvlNet.Circle3D)Changes radius of a circle in 3D.
ResizeCircle_Delta(AvlNet.Circle2D, float, AvlNet.Circle2D)Changes radius of a circle by adding a value.
ResizeCircle(AvlNet.Circle2D, float, AvlNet.Circle2D)Changes radius of a circle.
ResizeImage_Relative(AvlNet.Image, float, float, AvlNet.ResizeMethod, AvlNet.Image)Resizes an image by a factor along each axis.
ResizeImage(AvlNet.Image, AvlNet.ResizeMethod, AvlNet.Image)Enlarges or shrinks an image to new dimensions.
ResizeImage(AvlNet.Image, int?, int?, AvlNet.ResizeMethod, AvlNet.Image)Enlarges or shrinks an image to new dimensions.
ResizePixelVectors(AvlNet.Image, float, AvlNet.Image)Rescales an image treating pixels as vectors.
ResizePixelVectors(AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Rescales an image treating pixels as vectors.
ResizeProfile(AvlNet.Profile, int, AvlNet.ResizeProfileInterpolation, AvlNet.Profile)Changes the size of a profile, preserving its shape.
ResizeRectangle_Delta(AvlNet.Rectangle2D, AvlNet.Anchor2D, float, float, AvlNet.Rectangle2D)Changes dimensions of a rectangle by adding some values.
ResizeRectangle_Relative(AvlNet.Rectangle2D, AvlNet.Anchor2D, float, float, AvlNet.Rectangle2D)Changes dimensions of a rectangle relatively.
ResizeRectangle(AvlNet.Rectangle2D, AvlNet.Anchor2D, AvlNet.Rectangle2D)Changes dimensions of a rectangle.
ResizeRectangle(AvlNet.Rectangle2D, AvlNet.Anchor2D, float?, float?, AvlNet.Rectangle2D)Changes dimensions of a rectangle.
ResizeRegion_Relative(AvlNet.Region, float, float, AvlNet.Region)Resizes region relatively along each axis.
ResizeRegion(AvlNet.Region, AvlNet.Region)Enlarges or shrinks a region to new dimensions.
ResizeRegion(AvlNet.Region, int?, int?, AvlNet.Region)Enlarges or shrinks a region to new dimensions.
ResizeSegment3D_Delta(AvlNet.Segment3D, float, float, AvlNet.Segment3D)Changes length of a segment in 3D by adding a value preserving its orientation and center point.
ResizeSegment3D(AvlNet.Segment3D, float, float, AvlNet.Segment3D)Lengthens or shortens a segment in 3D to a new length preserving its orientation and center point.
ResizeSegment_Delta(AvlNet.Segment2D, float, float, AvlNet.Segment2D)Changes length of a segment by adding a value preserving its orientation and center point.
ResizeSegment(AvlNet.Segment2D, float, float, AvlNet.Segment2D)Lengthens or shortens a segment to a new length preserving its orientation and center point.
ResizeVector3D_Delta(AvlNet.Vector3D, float, AvlNet.Vector3D)Extends length of a 3D vector by adding a value preserving its direction.
ResizeVector3D(AvlNet.Vector3D, float, AvlNet.Vector3D)Lengthens or shortens a 3D vector preserving its direction.
ResizeVector_Delta(AvlNet.Vector2D, float, AvlNet.Vector2D)Extends length of a vector by adding a value preserving its direction.
ResizeVector(AvlNet.Vector2D, float, AvlNet.Vector2D)Lengthens or shortens a vector preserving its direction.
ReverseArc(AvlNet.Arc2D, AvlNet.Arc2D)Inverts the direction of the arc.
ReverseChannels(AvlNet.Image, AvlNet.Image)Reverses the order of channels in an image.
ReversePath(AvlNet.Path)Reverses the order of points in a path.
ReversePCATransform(AvlNet.Matrix, AvlNet.PCAModel, AvlNet.Matrix)Reverses Principal Component Analysis (PCA) process. Can be used to transform data back to original feature space.
ReverseSegment3D(AvlNet.Segment3D, AvlNet.Segment3D)Swaps the two endpoints of a segment in 3D.
ReverseSegment(AvlNet.Segment2D, AvlNet.Segment2D)Swaps the two endpoints of a segment.
Rgb555ToRgb888(AvlNet.Image, AvlNet.Image)Converts a RGB555 image into a RGB888 one.
Rgb565ToRgb888(AvlNet.Image, AvlNet.Image)Converts a RGB565 image into a RGB888 one.
Rgb888ToRgb555(AvlNet.Image, AvlNet.Image)Converts a RGB888 image into a RGB555 one.
Rgb888ToRgb565(AvlNet.Image, AvlNet.Image)Converts a RGB888 image into a RGB565 one.
RgbToCmyk(AvlNet.Image, AvlNet.Image)Converts color space from Red-Green-Blue into Cyan-Magenta-Yellow-Key.
RgbToHsi(AvlNet.Image, AvlNet.Image)Converts color space from Red-Green-Blue into Hue-Saturation-Intensity.
RgbToHsl(AvlNet.Image, AvlNet.Image)Converts color space from Red-Green-Blue to Hue-Saturation-Luminance.
RgbToHsv(AvlNet.Image, AvlNet.Image)Converts color space from Red-Green-Blue to Hue-Saturation-Value.
RgbToLab(AvlNet.Image, AvlNet.Image)Converts color space from Red-Green-Blue to L*a*b*.
RgbToXyz(AvlNet.Image, AvlNet.Image)Converts color space from Red-Green-Blue to XYZ.
RgbToYCoCg(AvlNet.Image, AvlNet.Image)Converts color space from Red-Green-Blue into pseudointensitY-Orange-Green.
RgbToYuv(AvlNet.Image, AvlNet.Image)Converts color space from Red-Green-Blue into YUV.
RotateAngle_Toward(float, float, AvlNet.AngleRange, float, bool, float)Changes the input direction in the direction of minimum rotation toward the target direction.
RotateAngle(float, float, AvlNet.AngleRange, bool, float)Adds two angles.
RotateArc(AvlNet.Arc2D, float, bool, AvlNet.Arc2D)Rotates an arc clockwise around center point.
RotateArc(AvlNet.Arc2D, AvlNet.Point2D?, float, bool, AvlNet.Arc2D)Rotates an arc clockwise around center point.
RotateCircle3D(AvlNet.Circle3D, AvlNet.Line3D, float, bool, AvlNet.Circle3D)Rotates a circle in 3D around an axis in 3D.
RotateCircle(AvlNet.Circle2D, AvlNet.Point2D, float, bool, AvlNet.Circle2D)Rotates a circle clockwise around a center point.
RotateCoordinateSystem(AvlNet.CoordinateSystem2D, float, bool, AvlNet.CoordinateSystem2D)Rotates a coordinate system around a center point.
RotateCoordinateSystem(AvlNet.CoordinateSystem2D, AvlNet.Point2D?, float, bool, AvlNet.CoordinateSystem2D)Rotates a coordinate system around a center point.
RotateImage(AvlNet.Image, float, AvlNet.RotationSizeMode, AvlNet.InterpolationMethod, bool, AvlNet.Image)Rotates an image clockwise.
RotateLine3D(AvlNet.Line3D, AvlNet.Line3D, float, bool, AvlNet.Line3D)Rotates a line in 3D around an axis in 3D.
RotateLine(AvlNet.Line2D, AvlNet.Point2D, float, bool, AvlNet.Line2D)Rotates a line clockwise around a center point.
RotatePathArray(IList<AvlNet.Path>, float, bool, IList<AvlNet.Path>)Rotates an array of paths clockwise around a center point.
RotatePathArray(IList<AvlNet.Path>, AvlNet.Point2D?, float, bool, IList<AvlNet.Path>)Rotates an array of paths clockwise around a center point.
RotatePath(AvlNet.Path, float, bool, AvlNet.Path)Rotates a path clockwise around a center point.
RotatePath(AvlNet.Path, AvlNet.Point2D?, float, bool, AvlNet.Path)Rotates a path clockwise around a center point.
RotatePixelVectors(AvlNet.Image, float, AvlNet.Image)Rotates image gradients.
RotatePixelVectors(AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Rotates image gradients.
RotatePlane(AvlNet.Plane3D, AvlNet.Line3D, float, bool, AvlNet.Plane3D)Rotates a plane in 3D around an axis in 3D.
RotatePoint3DArray(IList<AvlNet.Point3D>, AvlNet.Line3D, float, bool, IList<AvlNet.Point3D>)Rotates an array of 3D points around an axis in 3D.
RotatePoint3DGrid(AvlNet.Point3DGrid, AvlNet.Line3D, float, bool, AvlNet.Point3DGrid)Rotates a grid of 3D points around an axis in 3D.
RotatePoint3D(AvlNet.Point3D, AvlNet.Line3D, float, bool, AvlNet.Point3D)Rotates a 3D point around an axis in 3D.
RotatePointArray(IList<AvlNet.Point2D>, float, bool, IList<AvlNet.Point2D>)Rotates an array of points clockwise around a center point.
RotatePointArray(IList<AvlNet.Point2D>, AvlNet.Point2D?, float, bool, IList<AvlNet.Point2D>)Rotates an array of points clockwise around a center point.
RotatePoint(AvlNet.Point2D, AvlNet.Point2D, float, bool, AvlNet.Point2D)Rotates a point clockwise around a center point.
RotateProfile(AvlNet.Profile, int, AvlNet.Profile)Moves the last element ahead of the first one (inShift times).
RotateRectangle(AvlNet.Rectangle2D, float, bool, AvlNet.Rectangle2D)Rotates a rectangle clockwise around a center point.
RotateRectangle(AvlNet.Rectangle2D, AvlNet.Point2D?, float, bool, AvlNet.Rectangle2D)Rotates a rectangle clockwise around a center point.
RotateRegion(AvlNet.Region, float, bool, AvlNet.Region)Rotates a region around a point.
RotateRegion(AvlNet.Region, AvlNet.Point2D?, float, bool, int?, int?, AvlNet.Region)Rotates a region around a point.
RotateSegment3D(AvlNet.Segment3D, AvlNet.Line3D, float, bool, AvlNet.Segment3D)Rotates a segment in 3D around an axis in 3D.
RotateSegment(AvlNet.Segment2D, float, bool, AvlNet.Segment2D)Rotates a segment clockwise around a center point.
RotateSegment(AvlNet.Segment2D, AvlNet.Point2D?, float, bool, AvlNet.Segment2D)Rotates a segment clockwise around a center point.
RotateVector3D(AvlNet.Vector3D, AvlNet.Vector3D, float, bool, AvlNet.Vector3D)Rotates a 3D vector around another 3D vector (the axis).
RotateVector(AvlNet.Vector2D, float, bool, AvlNet.Vector2D)Rotates a vector clockwise.
SaveAnyCameraModel(AvlNet.AnyCameraModel, string)Saves serialized AnyCameraModel object as avdata file.
SaveEdgeModel(AvlNet.EdgeModel, string)Saves serialized template matching EdgeModel object as avdata file.
SaveGrayModel(AvlNet.GrayModel, string)Saves serialized template matching GrayModel object as avdata file.
SaveHistogram(AvlNet.Histogram, string)Saves serialized Histogram object as avdata file.
SaveImageObject(AvlNet.Image, string)Saves serialized Image object as avdata file.
SaveImageToBuffer(AvlNet.Image, AvlNet.ImageFileFormat, AvlNet.ByteBuffer)Saves an image to a file stored in ByteBuffer.
SaveImageToJpeg_Asynchronous(AvlNet.SaveImageState, int, AvlNet.Image, string, bool)Saves an image to a JPEG file in the background thread.
SaveImageToJpeg_Asynchronous(AvlNet.SaveImageState, int, AvlNet.Image, string, int?, bool)Saves an image to a JPEG file in the background thread.
SaveImageToJpeg(AvlNet.Image, string, bool)Saves an image to a JPEG file.
SaveImageToJpeg(AvlNet.Image, string, int?, bool)Saves an image to a JPEG file.
SaveImageToPng_Asynchronous(AvlNet.SaveImageState, int, AvlNet.Image, string, bool)Saves an image to a PNG file in the background thread.
SaveImageToPng_Asynchronous(AvlNet.SaveImageState, int, AvlNet.Image, string, int?, bool)Saves an image to a PNG file in the background thread.
SaveImageToPng(AvlNet.Image, string, bool)Saves an image to a PNG file.
SaveImageToPng(AvlNet.Image, string, int?, bool)Saves an image to a PNG file.
SaveImageToTiff_Asynchronous(AvlNet.SaveImageState, int, AvlNet.Image, string, bool)Saves an image to a TIFF file in the background thread.
SaveImageToTiff_Asynchronous(AvlNet.SaveImageState, int, AvlNet.Image, string, AvlNet.TiffImageCompressionScheme?, int?, bool)Saves an image to a TIFF file in the background thread.
SaveImageToTiff(AvlNet.Image, string, bool)Saves an image to a TIFF file.
SaveImageToTiff(AvlNet.Image, string, AvlNet.TiffImageCompressionScheme?, int?, bool)Saves an image to a TIFF file.
SaveImage_Asynchronous(AvlNet.SaveImageState, int, AvlNet.Image, string, bool)Saves an image to a file in the background thread.
SaveImage_Asynchronous(AvlNet.SaveImageState, int, AvlNet.Image, AvlNet.ImageFileFormat?, string, bool)Saves an image to a file in the background thread.
SaveImage(AvlNet.Image, string)Saves an image to a file.
SaveImage(AvlNet.Image, AvlNet.ImageFileFormat?, string)Saves an image to a file.
SaveImage(AvlNet.Image, string, bool)Saves an image to a file.
SaveImage(AvlNet.Image, AvlNet.ImageFileFormat?, string, bool)Saves an image to a file.
SaveObject(string, T)Saves an object to the file
SaveObject(string, T, int)Saves an object to the file with the given compression
SaveOcrMlpModel(AvlNet.OcrMlpModel, string)Saves serialized OcrMlpModel object as avdata file.
SaveOcrModel(AvlNet.OcrModel, string)Saves serialized OcrMlpModel object as avdata file.
SaveOcrSvmModel(AvlNet.OcrSvmModel, string)Saves serialized OcrSvmModel object as avdata file.
SavePath(AvlNet.Path, string)Saves serialized Path object as avdata file.
SavePoint3DGridObject(AvlNet.Point3DGrid, string)Serializes a profile to an AVDATA file.
SaveProfile(AvlNet.Profile, string)Serializes a profile to an AVDATA file.
SaveRectificationMap(AvlNet.RectificationMap, string)Saves serialized RectificationMap object as avdata file.
SaveRectificationTransform(AvlNet.RectificationTransform, string)Saves serialized RectificationTransform object as avdata file.
SaveRegion(AvlNet.Region, string)Saves serialized Region object as avdata file.
SaveSpatialMap(AvlNet.SpatialMap, string)Serializes a SpatialMap object to an AVDATA file.
SaveSurface(AvlNet.Surface, string)Serializes a surface to an AVDATA file.
ScanExactlyNEdges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, int, AvlNet.Selection, float, INullable<List<AvlNet.SurfaceEdge1D>>)Locates a specified number of the strongest changes of surface height along a given path.
ScanExactlyNEdges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, int, AvlNet.Selection, float, INullable<List<AvlNet.SurfaceEdge1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of the strongest changes of surface height along a given path.
ScanExactlyNEdges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, int?, INullable<List<AvlNet.SurfaceEdge1D>>)Locates a specified number of the strongest changes of surface height along a given path.
ScanExactlyNEdges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, int?, INullable<List<AvlNet.SurfaceEdge1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of the strongest changes of surface height along a given path.
ScanExactlyNEdges(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, int, AvlNet.Selection, float, INullable<List<AvlNet.Edge1D>>, INullable<List<AvlNet.Gap1D>>)Locates a specified number of the strongest transitions between dark and bright pixels along a given path.
ScanExactlyNEdges(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, int, AvlNet.Selection, float, INullable<List<AvlNet.Edge1D>>, INullable<List<AvlNet.Gap1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of the strongest transitions between dark and bright pixels along a given path.
ScanExactlyNEdges(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, INullable<List<AvlNet.Edge1D>>, INullable<List<AvlNet.Gap1D>>)Locates a specified number of the strongest transitions between dark and bright pixels along a given path.
ScanExactlyNEdges(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, INullable<List<AvlNet.Edge1D>>, INullable<List<AvlNet.Gap1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of the strongest transitions between dark and bright pixels along a given path.
ScanExactlyNRidges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, int, AvlNet.Selection, float, INullable<List<AvlNet.SurfaceRidge1D>>)Locates a specified number of the strongest high or low peaks of surface height along a given path.
ScanExactlyNRidges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, int, AvlNet.Selection, float, INullable<List<AvlNet.SurfaceRidge1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of the strongest high or low peaks of surface height along a given path.
ScanExactlyNRidges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, int?, INullable<List<AvlNet.SurfaceRidge1D>>)Locates a specified number of the strongest high or low peaks of surface height along a given path.
ScanExactlyNRidges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, int?, INullable<List<AvlNet.SurfaceRidge1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of the strongest high or low peaks of surface height along a given path.
ScanExactlyNRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, int, AvlNet.Selection, float, INullable<List<AvlNet.Ridge1D>>, INullable<List<AvlNet.Gap1D>>)Locates a specified number of the strongest dark or bright pixel peak along a given path.
ScanExactlyNRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, int, AvlNet.Selection, float, INullable<List<AvlNet.Ridge1D>>, INullable<List<AvlNet.Gap1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of the strongest dark or bright pixel peak along a given path.
ScanExactlyNRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, INullable<List<AvlNet.Ridge1D>>, INullable<List<AvlNet.Gap1D>>)Locates a specified number of the strongest dark or bright pixel peak along a given path.
ScanExactlyNRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, INullable<List<AvlNet.Ridge1D>>, INullable<List<AvlNet.Gap1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of the strongest dark or bright pixel peak along a given path.
ScanExactlyNStripes3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, int, AvlNet.Selection, float, INullable<List<AvlNet.SurfaceStripe1D>>)Locates a specified number of multiple pairs of changes of surface height along a given path.
ScanExactlyNStripes3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, int, AvlNet.Selection, float, INullable<List<AvlNet.SurfaceStripe1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of multiple pairs of changes of surface height along a given path.
ScanExactlyNStripes3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, int?, INullable<List<AvlNet.SurfaceStripe1D>>)Locates a specified number of multiple pairs of changes of surface height along a given path.
ScanExactlyNStripes3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, int?, INullable<List<AvlNet.SurfaceStripe1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of multiple pairs of changes of surface height along a given path.
ScanExactlyNStripes(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, int, AvlNet.Selection, float, INullable<List<AvlNet.Stripe1D>>, INullable<List<AvlNet.Gap1D>>)Locates a specified number of multiple pairs of opposite edges across a given path.
ScanExactlyNStripes(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, int, AvlNet.Selection, float, INullable<List<AvlNet.Stripe1D>>, INullable<List<AvlNet.Gap1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of multiple pairs of opposite edges across a given path.
ScanExactlyNStripes(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, INullable<List<AvlNet.Stripe1D>>, INullable<List<AvlNet.Gap1D>>)Locates a specified number of multiple pairs of opposite edges across a given path.
ScanExactlyNStripes(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, int, AvlNet.Selection, float, float?, AvlNet.LocalBlindness?, INullable<List<AvlNet.Stripe1D>>, INullable<List<AvlNet.Gap1D>>, AvlNet.Profile, AvlNet.Profile)Locates a specified number of multiple pairs of opposite edges across a given path.
ScanMultipleEdges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, float, IList<AvlNet.SurfaceEdge1D>)Locates multiple changes of surface height along a given path.
ScanMultipleEdges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, float, IList<AvlNet.SurfaceEdge1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple changes of surface height along a given path.
ScanMultipleEdges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, float, float?, AvlNet.LocalBlindness?, int?, IList<AvlNet.SurfaceEdge1D>)Locates multiple changes of surface height along a given path.
ScanMultipleEdges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, float, float?, AvlNet.LocalBlindness?, int?, IList<AvlNet.SurfaceEdge1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple changes of surface height along a given path.
ScanMultipleEdges(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, float, IList<AvlNet.Edge1D>, IList<AvlNet.Gap1D>)Locates multiple transitions between dark and bright pixels along a given path.
ScanMultipleEdges(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, float, IList<AvlNet.Edge1D>, IList<AvlNet.Gap1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple transitions between dark and bright pixels along a given path.
ScanMultipleEdges(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.Edge1D>, IList<AvlNet.Gap1D>)Locates multiple transitions between dark and bright pixels along a given path.
ScanMultipleEdges(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.Edge1D>, IList<AvlNet.Gap1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple transitions between dark and bright pixels along a given path.
ScanMultipleRidges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, float, IList<AvlNet.SurfaceRidge1D>)Locates multiple high or low peaks of surface height along a given path.
ScanMultipleRidges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, float, IList<AvlNet.SurfaceRidge1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple high or low peaks of surface height along a given path.
ScanMultipleRidges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, float, float?, AvlNet.LocalBlindness?, int?, IList<AvlNet.SurfaceRidge1D>)Locates multiple high or low peaks of surface height along a given path.
ScanMultipleRidges3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, float, float?, AvlNet.LocalBlindness?, int?, IList<AvlNet.SurfaceRidge1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple high or low peaks of surface height along a given path.
ScanMultipleRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, float, IList<AvlNet.Ridge1D>, IList<AvlNet.Gap1D>)Locates multiple dark or bright pixel peaks along a given path.
ScanMultipleRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, float, IList<AvlNet.Ridge1D>, IList<AvlNet.Gap1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple dark or bright pixel peaks along a given path.
ScanMultipleRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.Ridge1D>, IList<AvlNet.Gap1D>)Locates multiple dark or bright pixel peaks along a given path.
ScanMultipleRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.Ridge1D>, IList<AvlNet.Gap1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple dark or bright pixel peaks along a given path.
ScanMultipleStripes3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, float, IList<AvlNet.SurfaceStripe1D>)Locates multiple pairs of changes of surface height along a given path.
ScanMultipleStripes3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, float, IList<AvlNet.SurfaceStripe1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple pairs of changes of surface height along a given path.
ScanMultipleStripes3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, float, float?, AvlNet.LocalBlindness?, int?, IList<AvlNet.SurfaceStripe1D>)Locates multiple pairs of changes of surface height along a given path.
ScanMultipleStripes3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, float, float?, AvlNet.LocalBlindness?, int?, IList<AvlNet.SurfaceStripe1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple pairs of changes of surface height along a given path.
ScanMultipleStripes(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, float, IList<AvlNet.Stripe1D>, IList<AvlNet.Gap1D>)Locates multiple pairs of edges across a given path.
ScanMultipleStripes(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, float, IList<AvlNet.Stripe1D>, IList<AvlNet.Gap1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple pairs of edges across a given path.
ScanMultipleStripes(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.Stripe1D>, IList<AvlNet.Gap1D>)Locates multiple pairs of edges across a given path.
ScanMultipleStripes(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, float, float?, AvlNet.LocalBlindness?, IList<AvlNet.Stripe1D>, IList<AvlNet.Gap1D>, AvlNet.Profile, AvlNet.Profile)Locates multiple pairs of edges across a given path.
ScanSingleEdge3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.SurfaceEdge1D?)Locates the strongest change of surface height along a given path.
ScanSingleEdge3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, AvlNet.SurfaceEdge1D?)Locates the strongest change of surface height along a given path.
ScanSingleEdge3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.SurfaceEdge1D?, AvlNet.Profile, AvlNet.Profile)Locates the strongest change of surface height along a given path.
ScanSingleEdge3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.EdgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, AvlNet.SurfaceEdge1D?, AvlNet.Profile, AvlNet.Profile)Locates the strongest change of surface height along a given path.
ScanSingleEdge(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.Edge1D?)Locates the strongest transition between dark and bright pixels along a given path.
ScanSingleEdge(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, AvlNet.Edge1D?)Locates the strongest transition between dark and bright pixels along a given path.
ScanSingleEdge(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.Edge1D?, AvlNet.Profile, AvlNet.Profile)Locates the strongest transition between dark and bright pixels along a given path.
ScanSingleEdge(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, AvlNet.Edge1D?, AvlNet.Profile, AvlNet.Profile)Locates the strongest transition between dark and bright pixels along a given path.
ScanSingleRidge3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.SurfaceRidge1D?)Locates the strongest high or low peak of surface height along a given path.
ScanSingleRidge3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, AvlNet.SurfaceRidge1D?)Locates the strongest high or low peak of surface height along a given path.
ScanSingleRidge3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.SurfaceRidge1D?, AvlNet.Profile, AvlNet.Profile)Locates the strongest high or low peak of surface height along a given path.
ScanSingleRidge3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.RidgeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, AvlNet.SurfaceRidge1D?, AvlNet.Profile, AvlNet.Profile)Locates the strongest high or low peak of surface height along a given path.
ScanSingleRidge(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.Ridge1D?)Locates the strongest dark or bright pixel peak along a given path.
ScanSingleRidge(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, AvlNet.Ridge1D?)Locates the strongest dark or bright pixel peak along a given path.
ScanSingleRidge(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.Ridge1D?, AvlNet.Profile, AvlNet.Profile)Locates the strongest dark or bright pixel peak along a given path.
ScanSingleRidge(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, AvlNet.Ridge1D?, AvlNet.Profile, AvlNet.Profile)Locates the strongest dark or bright pixel peak along a given path.
ScanSingleStripe3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, AvlNet.Selection, INullable<AvlNet.SurfaceStripe1D>)Locates the strongest pair of changes of surface height along a given path.
ScanSingleStripe3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, AvlNet.Selection, INullable<AvlNet.SurfaceStripe1D>, AvlNet.Profile, AvlNet.Profile)Locates the strongest pair of changes of surface height along a given path.
ScanSingleStripe3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, INullable<AvlNet.SurfaceStripe1D>)Locates the strongest pair of changes of surface height along a given path.
ScanSingleStripe3D(AvlNet.Surface, AvlNet.ScanMap, AvlNet.StripeScanParams3D, AvlNet.Selection, AvlNet.LocalBlindness?, int?, INullable<AvlNet.SurfaceStripe1D>, AvlNet.Profile, AvlNet.Profile)Locates the strongest pair of changes of surface height along a given path.
ScanSingleStripe(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, AvlNet.Selection, INullable<AvlNet.Stripe1D>)Locates the strongest pair of edges across a given path.
ScanSingleStripe(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, INullable<AvlNet.Stripe1D>)Locates the strongest pair of edges across a given path.
ScanSingleStripe(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, AvlNet.Selection, INullable<AvlNet.Stripe1D>, AvlNet.Profile, AvlNet.Profile)Locates the strongest pair of edges across a given path.
ScanSingleStripe(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness?, INullable<AvlNet.Stripe1D>, AvlNet.Profile, AvlNet.Profile)Locates the strongest pair of edges across a given path.
Segment2DToLine2D(AvlNet.Segment2D, AvlNet.Line2D)Converts a segment to a line.
Segment2DToPath(AvlNet.Segment2D, AvlNet.Path)Converts a segment to a path.
Segment3DBisector(AvlNet.Segment3D, AvlNet.Plane3D)Computes a plane passing through the center of a segment in 3D at a right angle.
Segment3DBoundingBox(AvlNet.Segment3D, AvlNet.Box3D)Computes the smallest box in 3D containing a segment in 3D.
Segment3DCenter(AvlNet.Segment3D, AvlNet.Point3D)Computes the center point of a segment in 3D.
Segment3DLength(AvlNet.Segment3D, float)Computes the length of a segment in 3D.
Segment3DLine(AvlNet.Segment3D, AvlNet.Line3D)Computes the line in 3D passing through a segment.
Segment3DToLine3D(AvlNet.Segment3D, AvlNet.Line3D)Converts a segment in 3D to a line in 3D.
Segment3DVector(AvlNet.Segment3D, AvlNet.Vector3D)Returns the vector [x2 - x1, y2 - y1, z2 - z1]
SegmentArcIntersection(AvlNet.Segment2D, AvlNet.Arc2D, AvlNet.Point2D?, AvlNet.Point2D?)Computes the common points of an arc and a segment.
SegmentArrayIntersections(IList<AvlNet.Segment2D>, IList<AvlNet.Point2D>, IList<int>, IList<int>, IList<AvlNet.Segment2D>, IList<int>, IList<int>)Computes a common points or segment of any segments from the set.
SegmentBisector(AvlNet.Segment2D, AvlNet.Line2D)Computes a line passing through the center of a segment at a right angle.
SegmentCenter(AvlNet.Segment2D, AvlNet.Point2D)Computes the center point of a segment.
SegmentCircleIntersection(AvlNet.Segment2D, AvlNet.Circle2D, AvlNet.Point2D?, AvlNet.Point2D?)Computes the common points of a circle and a segment.
SegmentImage_Color(AvlNet.Image, IList<AvlNet.Pixel>, float, float, bool, IList<AvlNet.Region>)Segments an image basing on distance to model colors.
SegmentImage_Color(AvlNet.Image, NullableRef<AvlNet.Region>, IList<AvlNet.Pixel>, float, NullableRef<IList<float>>, float, bool, IList<AvlNet.Region>)Segments an image basing on distance to model colors.
SegmentImage_Edges(AvlNet.Image, int, float, float, float, float, int, bool, int, IList<AvlNet.Region>)Segments an image into blobs using image edges as their borders.
SegmentImage_Edges(AvlNet.Image, int, float, float, float, float, int, bool, int, IList<AvlNet.Region>, NullableRef<List<int>>)Segments an image into blobs using image edges as their borders.
SegmentImage_Edges(AvlNet.Image, int, float, float, float, float, int, bool, int, IList<AvlNet.Region>, AvlNet.Region)Segments an image into blobs using image edges as their borders.
SegmentImage_Edges(AvlNet.Image, int, float, float, float, float, int, bool, int, IList<AvlNet.Region>, NullableRef<List<int>>, AvlNet.Region)Segments an image into blobs using image edges as their borders.
SegmentImage_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, int, float, float, float, float, int, int?, bool, int, IList<AvlNet.Region>)Segments an image into blobs using image edges as their borders.
SegmentImage_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, int, float, float, float, float, int, int?, bool, int, IList<AvlNet.Region>, NullableRef<List<int>>)Segments an image into blobs using image edges as their borders.
SegmentImage_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, int, float, float, float, float, int, int?, bool, int, IList<AvlNet.Region>, AvlNet.Region)Segments an image into blobs using image edges as their borders.
SegmentImage_Edges(AvlNet.Image, NullableRef<AvlNet.Region>, int, float, float, float, float, int, int?, bool, int, IList<AvlNet.Region>, NullableRef<List<int>>, AvlNet.Region)Segments an image into blobs using image edges as their borders.
SegmentImage_Gray_Linear(AvlNet.Image, AvlNet.BlobMergingMethod, AvlNet.RegionConnectivity, int, int, int, bool, int, IList<AvlNet.Region>)Segments an image into blobs examining differences between pixels values.
SegmentImage_Gray_Linear(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.BlobMergingMethod, AvlNet.RegionConnectivity, int, int, int, bool, int, int?, IList<AvlNet.Region>)Segments an image into blobs examining differences between pixels values.
SegmentImage_Gray_Tiled(AvlNet.Image, AvlNet.BlobMergingMethod, int, int, bool, bool, int, IList<AvlNet.Region>)Segments an image into blobs examining differences between pixels values, first pass is tiled.
SegmentImage_Gray_Tiled(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.BlobMergingMethod, int, int, bool, bool, int, int?, IList<AvlNet.Region>)Segments an image into blobs examining differences between pixels values, first pass is tiled.
SegmentImage_Gray(AvlNet.Image, float, AvlNet.BlobsDifferenceMeasure, int, IList<AvlNet.Region>)Segments an image into blobs examining differences between neighbouring pixels values.
SegmentImage_Gray(AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.BlobsDifferenceMeasure, int, int?, IList<AvlNet.Region>)Segments an image into blobs examining differences between neighbouring pixels values.
SegmentLength(AvlNet.Segment2D, float)Computes the length of a segment.
SegmentLine(AvlNet.Segment2D, AvlNet.Line2D)Computes the line passing through a segment.
SegmentNormalVector(AvlNet.Segment2D, bool, AvlNet.Vector2D)Computes an unitary vector perpendicular to the segment.
SegmentOrientation(AvlNet.Segment2D, AvlNet.AngleRange, float)Computes the orientation of a segment.
SegmentPath(AvlNet.Path, float, float, AvlNet.PathSegmentationMode, IList<AvlNet.Path>, IList<AvlNet.Path>, IList<AvlNet.Segment2D>, IList<AvlNet.Arc2D>)Splits a path into parts that can be approximated as segments or arcs.
SegmentPath(AvlNet.Path, float, float, AvlNet.PathSegmentationMode, float?, IList<AvlNet.Path>, IList<AvlNet.Path>, IList<AvlNet.Segment2D>, IList<AvlNet.Arc2D>)Splits a path into parts that can be approximated as segments or arcs.
SegmentPlaneIntersection3D(AvlNet.Segment3D, AvlNet.Plane3D, AvlNet.Point3D?)Computes the intersection point of a segment in 3D and a plane.
SegmentSegmentIntersection(AvlNet.Segment2D, AvlNet.Segment2D, AvlNet.Point2D?)Computes a common point of two segments.
SegmentToPlaneDistance3D(AvlNet.Segment3D, AvlNet.Plane3D, float, float)Measures the distance between a segment in 3D and a plane.
SegmentToPlaneDistance3D(AvlNet.Segment3D, AvlNet.Plane3D, float, float, INullable<AvlNet.Segment3D>, NullableValue<float>)Measures the distance between a segment in 3D and a plane.
SegmentToPlaneDistance3D(AvlNet.Segment3D, AvlNet.Plane3D, float, float, AvlNet.Segment3D, float)Measures the distance between a segment in 3D and a plane.
SegmentToSegmentDistance3D(AvlNet.Segment3D, AvlNet.Segment3D, float, float)Measures the distance between two segments in 3D.
SegmentToSegmentDistance3D(AvlNet.Segment3D, AvlNet.Segment3D, float, float, INullable<AvlNet.Segment3D>)Measures the distance between two segments in 3D.
SegmentToSegmentDistance(AvlNet.Segment2D, AvlNet.Segment2D, float, float)Measures the distance between two segments.
SegmentToSegmentDistance(AvlNet.Segment2D, AvlNet.Segment2D, float, float, NullableValue<AvlNet.Segment2D>)Measures the distance between two segments.
SegmentToSegmentDistance(AvlNet.Segment2D, AvlNet.Segment2D, float, float, AvlNet.Segment2D)Measures the distance between two segments.
SegmentVector(AvlNet.Segment2D, AvlNet.Vector2D)Returns the vector [x2 - x1, y2 - y1]
SelectChannel(AvlNet.Image, int, AvlNet.Image)Creates an image from a single channel of the input image.
SelectChannel(AvlNet.Image, NullableRef<AvlNet.Region>, int, AvlNet.Image)Creates an image from a single channel of the input image.
SelectClosedPaths(IList<AvlNet.Path>, IList<AvlNet.Path>)Selects paths which are closed.
SelectInnerPaths(IList<AvlNet.Path>, AvlNet.Point2D, float, IList<AvlNet.Path>)Selects paths which are visible from a point.
SelectOpenPaths(IList<AvlNet.Path>, IList<AvlNet.Path>)Selects paths which are open.
SelectOuterPaths(IList<AvlNet.Path>, AvlNet.Point2D, float, IList<AvlNet.Path>)Selects paths which do not obstruct visibility of other paths from a point.
SelectRegions(IList<AvlNet.Region>, AvlNet.RegionFeature, float?, float?, IList<AvlNet.Region>)Selects regions according to the selected feature and range.
SelectRegions(IList<AvlNet.Region>, AvlNet.RegionFeature, float?, float?, IList<AvlNet.Region>, NullableRef<List<float>>)Selects regions according to the selected feature and range.
SelectThresholdValue(AvlNet.Image, AvlNet.ThresholdSelectionMethod, float)Selects best threshold value using the image histogram.
SelectThresholdValue(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.ThresholdSelectionMethod, float)Selects best threshold value using the image histogram.
SelectThresholdValue(AvlNet.Image, AvlNet.ThresholdSelectionMethod, float, IList<float>, IList<float>, IList<float>)Selects best threshold value using the image histogram.
SelectThresholdValue(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.ThresholdSelectionMethod, float, IList<float>, IList<float>, IList<float>)Selects best threshold value using the image histogram.
SetHistogramBin(AvlNet.Histogram, int, bool, int)Sets the value of a single histogram bin.
SetHistogramCorrespondingBin(AvlNet.Histogram, float, int)Selects a bin that the given value in the histogram domain falls into and sets the value of this bin.
SetImageColumn(AvlNet.Image, int, IList<float>)Sets pixel values in a single entire column of an image.
SetImageColumn(AvlNet.Image, int?, int, IList<float>)Sets pixel values in a single entire column of an image.
SetImagePixels(AvlNet.Image, IList<AvlNet.Location>, AvlNet.Pixel)Sets pixels of an image to the selected value.
SetImagePixel(AvlNet.Image, AvlNet.Location, AvlNet.Pixel)Sets a pixel of an image to the selected value.
SetImageRow(AvlNet.Image, int, IList<float>)Sets pixel values in a single entire row of an image.
SetImageRow(AvlNet.Image, int?, int, IList<float>)Sets pixel values in a single entire row of an image.
SetMultipleImagePixels(AvlNet.Image, IList<AvlNet.Location>, IList<AvlNet.Pixel>)Sets pixels of an image to the selected values.
SetParallelComputing(bool, int)
SetPathCharacteristicPoint(AvlNet.Path, int, bool, AvlNet.Point2D)Modifies the value of a selected characteristic point.
SetProfileElement(AvlNet.Profile, int, bool, float)Sets a single element in a profile, located at the specified index.
SetProfileXTransform(AvlNet.Profile, float, float)Sets the offset and the scale of a profile in the X axis.
SetRegionFrame(AvlNet.Region, int, int)Changes the width and the height of a region's frame (but does not rescale the content).
ShapeArea(AvlNet.Path, float)Computes the area of a shape.
ShapeCircularity(AvlNet.Path, AvlNet.CircularityMeasure, float)Computes the area of a shape divided by the area of a circle having the same feature.
ShapeConvexity(AvlNet.Path, float)Computes the area of a shape divided by the area of its convex hull.
ShapeEllipticAxes(AvlNet.Path, AvlNet.Segment2D, AvlNet.Segment2D)Computes axes of an ellipse having the same first and second order moments as the given shape.
ShapeElongation(AvlNet.Path, float)Computes the elongation factor of a shape (perfect circle has minimal elongation equal 1.0).
ShapeInscribedCircle(AvlNet.Path, AvlNet.Circle2D)Computes the circle with the maximal possible area contained in the input shape.
ShapeMassCenter(AvlNet.Path, AvlNet.Point2D)Computes the mass center of a shape.
ShapeMoment(AvlNet.Path, AvlNet.ShapeMomentType, bool, float, float)Computes the selected second-order moment of a shape in regular and normalized ( divided by shape area ) variant.
ShapeOrientation(AvlNet.Path, float)Computes the shape orientation as angle with value in range 0.0 - 180.0.
ShapeRectangularity(AvlNet.Path, float)Computes the area of a shape divided by the area of its bounding rectangle.
ShapeWithNormalizedOrientation(AvlNet.Path, AvlNet.Path)Returns the same shape but with orientation corresponding to the axes.
SharpenImage(AvlNet.Image, float, AvlNet.KernelShape, int, AvlNet.Image)Enhances contrast of an image so that it appears sharper.
SharpenImage(AvlNet.Image, float, AvlNet.KernelShape, int, int?, AvlNet.Image)Enhances contrast of an image so that it appears sharper.
ShearImage(AvlNet.Image, float, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image)Computes a leant image (shifts the rows).
ShearRegion(AvlNet.Region, float, AvlNet.Axis, AvlNet.Region)Computes a leant region.
ShiftPath(AvlNet.Path, float, AvlNet.ShiftDirection, AvlNet.Path)Moves every vertex of path along bisector of the angle between incident segments.
ShiftWorldPlane(AvlNet.RectificationTransform, double, AvlNet.RectificationTransform)Shifts world plane along its normal vector.
ShrinkImageNTimes(AvlNet.Image, int, AvlNet.Image)Shrinks an image by a natural factor along each axis.
ShrinkImageNTimes(AvlNet.Image, int, int?, AvlNet.Image)Shrinks an image by a natural factor along each axis.
ShrinkProfileNTimes(AvlNet.Profile, int, AvlNet.Profile)Reduces the length of the profile by averaging its elements.
ShrinkRegionNTimes(AvlNet.Region, int, float, AvlNet.Region)Shrinks a region by a natural factor along each axis.
ShrinkRegionNTimes(AvlNet.Region, int, int?, float, AvlNet.Region)Shrinks a region by a natural factor along each axis.
SkeletonizeRegion(AvlNet.Region, AvlNet.RegionSkeletonMethod, AvlNet.Region)Thins a region to its skeleton.
SkipEmptyBox3D(AvlNet.Box3D, INullable<AvlNet.Box3D>, bool)If the input box in 3D has all dimensions different from zero, then it is copied to the output; otherwise Nil is returned.
SkipEmptyBox(AvlNet.Box, AvlNet.Box?, bool)If the input box has both dimensions different from zero, then it is copied to the output; otherwise Nil is returned.
SkipEmptyDataHistogram(AvlNet.Histogram, INullable<AvlNet.Histogram>, bool)If the input histogram contains any non-zero bin, then the histogram is copied to the output; otherwise Nil is returned.
SkipEmptyHistogram(AvlNet.Histogram, INullable<AvlNet.Histogram>, bool)If the input histogram contains at least one bin, then it is copied to the output; otherwise Nil is returned.
SkipEmptyPath(AvlNet.Path, INullable<AvlNet.Path>, bool)If the input path has at least one point, then it is copied to the output; otherwise Nil is returned.
SkipEmptyPoint3DGrid(AvlNet.Point3DGrid, INullable<AvlNet.Point3DGrid>, bool)If the input Point3DGrid has at least one point defined, then it is copied to the output; otherwise Nil is returned.
SkipEmptyProfile(AvlNet.Profile, INullable<AvlNet.Profile>, bool)If the input profile contains at least one element, then it is copied to the output; otherwise Nil is returned.
SkipEmptyRegion(AvlNet.Region, INullable<AvlNet.Region>, bool)If the input region contains at least one pixel, then it is copied to the output; otherwise Nil is returned.
SkipEmptySurfaceRegion(AvlNet.Surface, AvlNet.Region, INullable<AvlNet.Region>, bool)If the input surface contains at least one valid point in a given region, then the region is copied to the output; otherwise Nil is returned.
SkipEmptySurface(AvlNet.Surface, INullable<AvlNet.Surface>, bool)If the input Surface has at least one point defined, then it is copied to the output; otherwise Nil is returned.
SkipNotShape(AvlNet.Path, INullable<AvlNet.Path>, bool)If the input path is closed and has no self-intersections, then it is copied to the output; otherwise Nil is returned.
SmoothHistogram_Gauss(AvlNet.Histogram, float, float, AvlNet.Histogram)Smooths a histogram by averaging points within a kernel using gaussian-weighted average.
SmoothHistogram_Mean(AvlNet.Histogram, int, AvlNet.Histogram)Smooths a histogram by averaging points within a kernel.
SmoothImage_Deriche(AvlNet.Image, float, AvlNet.Image)Smooths an image using Deriche filter.
SmoothImage_Deriche(AvlNet.Image, NullableRef<AvlNet.Region>, float, float?, AvlNet.Image)Smooths an image using Deriche filter.
SmoothImage_Gauss_Mask(AvlNet.Image, AvlNet.GaussKernel, AvlNet.Image)Smooths an image using a predefined gaussian kernel.
SmoothImage_Gauss_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.GaussKernel, AvlNet.Image)Smooths an image using a predefined gaussian kernel.
SmoothImage_Gauss(AvlNet.Image, float, float, AvlNet.Image)Smooths an image using a gaussian kernel.
SmoothImage_Gauss(AvlNet.Image, NullableRef<AvlNet.Region>, float, float?, float, AvlNet.Image)Smooths an image using a gaussian kernel.
SmoothImage_Gauss(AvlNet.Image, float, float, AvlNet.Image, int, int)Smooths an image using a gaussian kernel.
SmoothImage_Gauss(AvlNet.Image, NullableRef<AvlNet.Region>, float, float?, float, AvlNet.Image, int, int)Smooths an image using a gaussian kernel.
SmoothImage_Mean_AnyKernel(AvlNet.Image, AvlNet.Region, AvlNet.Image)Smooths an image by averaging pixels within an arbitrary kernel.
SmoothImage_Mean_AnyKernel(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.Region, AvlNet.Location?, AvlNet.Image)Smooths an image by averaging pixels within an arbitrary kernel.
SmoothImage_Mean_Mask(AvlNet.Image, AvlNet.MeanKernel, AvlNet.Image)Smooths an image by averaging pixels within a small rectangular kernel.
SmoothImage_Mean_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.MeanKernel, AvlNet.Image)Smooths an image by averaging pixels within a small rectangular kernel.
SmoothImage_Mean(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image)Smooths an image by averaging pixels within a rectangular kernel.
SmoothImage_Mean(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image)Smooths an image by averaging pixels within a rectangular kernel.
SmoothImage_Median_Mask(AvlNet.Image, AvlNet.Image)Replaces each pixel with the median of pixels within a 3x3 rectangular kernel (faster).
SmoothImage_Median_Mask(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Replaces each pixel with the median of pixels within a 3x3 rectangular kernel (faster).
SmoothImage_Median(AvlNet.Image, AvlNet.SmoothImageMedianKernel, int, AvlNet.Image)Replaces each pixel with the median of pixels within a kernel.
SmoothImage_Median(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.SmoothImageMedianKernel, int, int?, AvlNet.Image)Replaces each pixel with the median of pixels within a kernel.
SmoothImage_Middle(AvlNet.Image, AvlNet.KernelShape, int, AvlNet.Image)Replaces each pixel with the average of maximum and minimum calculated within a kernel.
SmoothImage_Middle(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.Pixel?, AvlNet.KernelShape, int, int?, AvlNet.Image)Replaces each pixel with the average of maximum and minimum calculated within a kernel.
SmoothImage_Quantile(AvlNet.Image, float, AvlNet.SmoothImageMedianKernel, int, AvlNet.Image)Replaces each pixel with a quantile of pixels within a kernel.
SmoothImage_Quantile(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, float, AvlNet.SmoothImageMedianKernel, int, int?, AvlNet.Image)Replaces each pixel with a quantile of pixels within a kernel.
SmoothPath_Gauss(AvlNet.Path, float, float, AvlNet.Path)Smooths a path by averaging its characteristic points within a kernel using gaussian-weighted average.
SmoothPath_Mean(AvlNet.Path, int, AvlNet.Path)Smooths a path by averaging its characteristic points within a kernel.
SmoothProfile_Gauss(AvlNet.Profile, float, float, bool, AvlNet.Profile)Smooths a profile by averaging points within a kernel using gaussian-weighted average.
SmoothProfile_Gauss(AvlNet.Profile, AvlNet.Range?, float, float, bool, AvlNet.Profile)Smooths a profile by averaging points within a kernel using gaussian-weighted average.
SmoothProfile_Mean(AvlNet.Profile, int, bool, AvlNet.Profile)Smooths a profile by averaging points within a kernel.
SmoothProfile_Mean(AvlNet.Profile, AvlNet.Range?, int, bool, AvlNet.Profile)Smooths a profile by averaging points within a kernel.
SmoothSurface_Gauss(AvlNet.Surface, float, float, AvlNet.Surface)Smooths a surface using a gaussian kernel.
SmoothSurface_Gauss(AvlNet.Surface, NullableRef<AvlNet.Region>, float, float?, float, AvlNet.Surface)Smooths a surface using a gaussian kernel.
SmoothSurface_Gauss(AvlNet.Surface, float, float, AvlNet.Surface, int, int)Smooths a surface using a gaussian kernel.
SmoothSurface_Gauss(AvlNet.Surface, NullableRef<AvlNet.Region>, float, float?, float, AvlNet.Surface, int, int)Smooths a surface using a gaussian kernel.
SmoothSurface_Mean(AvlNet.Surface, AvlNet.KernelShape, int, AvlNet.Surface)Smooths a surface by averaging heights within a rectangular kernel.
SmoothSurface_Mean(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.KernelShape, int, int?, AvlNet.Surface)Smooths a surface by averaging heights within a rectangular kernel.
SortPaths(IList<AvlNet.Path>, AvlNet.PathFilter, AvlNet.PathFeature, AvlNet.SortingOrder, IList<AvlNet.Path>)Changes the order of paths from the input array accordingly to an ascending/descending sequence of their computed feature values.
SortPaths(IList<AvlNet.Path>, AvlNet.PathFilter, AvlNet.PathFeature, AvlNet.SortingOrder, IList<AvlNet.Path>, NullableRef<List<float>>)Changes the order of paths from the input array accordingly to an ascending/descending sequence of their computed feature values.
SortRegions(IList<AvlNet.Region>, AvlNet.RegionFeature, AvlNet.SortingOrder, IList<AvlNet.Region>)Changes the order of regions from the input array accordingly to an ascending/descending sequence of their computed feature values.
SortRegions(IList<AvlNet.Region>, AvlNet.RegionFeature, AvlNet.SortingOrder, IList<AvlNet.Region>, NullableRef<List<float>>)Changes the order of regions from the input array accordingly to an ascending/descending sequence of their computed feature values.
SplitBox(AvlNet.Box, AvlNet.SplitDirection, AvlNet.Box, AvlNet.Box)Splits a box into two along a direction.
SplitChannels(AvlNet.Image, AvlNet.Image, AvlNet.Image)Creates several monochromatic images from individual channels of the input image.
SplitChannels(AvlNet.Image, AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Image>, NullableRef<AvlNet.Image>)Creates several monochromatic images from individual channels of the input image.
SplitPathByLine(AvlNet.Path, AvlNet.Line2D, IList<AvlNet.Path>)Splits path in common points of a path and a line.
SplitPathByPath(AvlNet.Path, AvlNet.Path, IList<AvlNet.Path>)Splits path in common points of two paths.
SplitPathBySegment(AvlNet.Path, AvlNet.Segment2D, IList<AvlNet.Path>)Splits path in common points of a path and a segment.
SplitPoint3DGridByPlane(AvlNet.Point3DGrid, AvlNet.Plane3D, AvlNet.Point3DGrid, AvlNet.Point3DGrid)Separates the points being on one side of the input plane from the others.
SplitPoint3DGridByPlane(AvlNet.Point3DGrid, NullableRef<AvlNet.Region>, AvlNet.Plane3D, AvlNet.Point3DGrid, AvlNet.Point3DGrid)Separates the points being on one side of the input plane from the others.
SplitPointsByLine(IList<AvlNet.Point2D>, AvlNet.Line2D, IList<AvlNet.Point2D>, IList<AvlNet.Point2D>)Separates the points being on one side of the input line from the others.
SplitPointsByPlane(IList<AvlNet.Point3D>, AvlNet.Plane3D, IList<AvlNet.Point3D>, IList<AvlNet.Point3D>)Separates the points being on one side of the input plane from the others.
SplitRectangle(AvlNet.Rectangle2D, AvlNet.SplitDirection, AvlNet.Rectangle2D, AvlNet.Rectangle2D)Splits the rectangle into two along the direction.
SplitRegionIntoBlobs(AvlNet.Region, AvlNet.RegionConnectivity, int, bool, IList<AvlNet.Region>)Splits a region into an array of regions corresponding to its connected components.
SplitRegionIntoBlobs(AvlNet.Region, AvlNet.RegionConnectivity, int, bool, IList<AvlNet.Region>, IList<int>)Splits a region into an array of regions corresponding to its connected components.
SplitRegionIntoBlobs(AvlNet.Region, AvlNet.RegionConnectivity, int, int?, bool, IList<AvlNet.Region>)Splits a region into an array of regions corresponding to its connected components.
SplitRegionIntoBlobs(AvlNet.Region, AvlNet.RegionConnectivity, int, int?, bool, IList<AvlNet.Region>, IList<int>)Splits a region into an array of regions corresponding to its connected components.
SplitRegionIntoComponents(AvlNet.Region, float, int, bool, IList<AvlNet.Region>)Splits a region into an array of regions. Operates by merging blobs in accordance to the inMaxDistance parameter.
SplitRegionIntoComponents(AvlNet.Region, int?, float, float?, int?, int?, int, int?, bool, IList<AvlNet.Region>)Splits a region into an array of regions. Operates by merging blobs in accordance to the inMaxDistance parameter.
SplitRegionIntoExactlyNCharacters(AvlNet.Region, int, int, float, INullable<SafeList<AvlNet.Region>>)Splits the input region into a fixed-size array of regions corresponding to individual characters.
SplitRegionIntoExactlyNCharacters(AvlNet.Region, int, int, float, INullable<SafeList<AvlNet.Region>>, IList<AvlNet.Region>, AvlNet.Profile)Splits the input region into a fixed-size array of regions corresponding to individual characters.
SplitRegionIntoExactlyNComponents(AvlNet.Region, int, float, bool, INullable<SafeList<AvlNet.Region>>)Splits a region into a fixed-size array of regions.
SplitRegionIntoExactlyNComponents(AvlNet.Region, int, int?, float, float?, int?, int?, bool, INullable<SafeList<AvlNet.Region>>)Splits a region into a fixed-size array of regions.
SplitRegionIntoMultipleCharacters(AvlNet.Region, float, int, IList<AvlNet.Region>)Splits the input region into an array of regions corresponding to individual characters.
SplitRegionIntoMultipleCharacters(AvlNet.Region, float, int, IList<AvlNet.Region>, IList<AvlNet.Region>, AvlNet.Profile)Splits the input region into an array of regions corresponding to individual characters.
SplitSegment(AvlNet.Segment2D, int, IList<AvlNet.Segment2D>)Splits a segment into several parts of equal length.
SplitSurfaceByPlane(AvlNet.Surface, AvlNet.Plane3D, bool, AvlNet.Surface, AvlNet.Surface)Separates the surface points being on one side of the input plane from the others.
SplitSurfaceByPlane(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Plane3D, bool, AvlNet.Surface, AvlNet.Surface)Separates the surface points being on one side of the input plane from the others.
SquareImage(AvlNet.Image, AvlNet.Image)Raises pixel values to the second power pixel by pixel.
SquareImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Raises pixel values to the second power pixel by pixel.
SquareRootImage(AvlNet.Image, AvlNet.Image)Transforms pixel values to their square roots pixel by pixel.
SquareRootImage(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image)Transforms pixel values to their square roots pixel by pixel.
StandardDeviationImage(AvlNet.Image, int, AvlNet.Image)Creates image of pixels' local standard deviations.
StandardDeviationImage(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, int, AvlNet.Image)Creates image of pixels' local standard deviations.
Statistics_OfArray(IList<float>, int, bool, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableValue<float>)Computes basic statistical information out of an array of real numbers. The array must be not empty.
Statistics_OfArray(IList<float>, int, bool, float, float, float, float, float, float, float)Computes basic statistical information out of an array of real numbers. The array must be not empty.
Statistics_OfLoop(AvlNet.Statistics_OfLoopState, float, int, int, bool, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableValue<float>)Computes basic statistical information out of real numbers appearing in consecutive iterations.
Statistics_OfLoop(AvlNet.Statistics_OfLoopState, float, int, int, bool, float, float, float, float, float, float, float)Computes basic statistical information out of real numbers appearing in consecutive iterations.
StringLabelToString(AvlNet.StringLabel, string)Converts a StringLabel object to a String.
Stripe1DToSegment2D(AvlNet.Stripe1D, AvlNet.Segment2D)Converts a stripe to a segment.
Subpath(AvlNet.Path, int, int, AvlNet.Path)Computes an open path that consists of contiguous subsequence of another path points.
SubtractFromHistogram(AvlNet.Histogram, int, AvlNet.Histogram)Decreases each bin value by a number.
SubtractFromImage(AvlNet.Image, float, AvlNet.Image)Subtracts a scalar value from each pixel.
SubtractFromImage(AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Subtracts a scalar value from each pixel.
SubtractFromProfile(AvlNet.Profile, float)Subtracts a scalar value from each element of a profile.
SubtractFromProfile(AvlNet.Profile, AvlNet.Range?, float)Subtracts a scalar value from each element of a profile.
SubtractHistograms(AvlNet.Histogram, AvlNet.Histogram, AvlNet.Histogram)Subtracts two histograms bar by bar.
SubtractImages(AvlNet.Image, AvlNet.Image, float, AvlNet.Image)Subtracts two images pixel by pixel. The result is signed.
SubtractImages(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, float, AvlNet.Image)Subtracts two images pixel by pixel. The result is signed.
SubtractProfiles(AvlNet.Profile, AvlNet.Profile, AvlNet.Profile)Subtracts two profiles value by value.
SubtractSurfaces(AvlNet.Surface, AvlNet.Surface, AvlNet.Surface)Subtracts two surfaces point by point.
SubtractSurfaces(AvlNet.Surface, AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Surface)Subtracts two surfaces point by point.
SurfaceArea(AvlNet.Surface, float)Computes the surface area of given surface.
SurfaceBoundingBox_OrNil(AvlNet.Surface, INullable<AvlNet.Box3D>)Computes the bounding box 3D of given surface; returns NIL if no valid point is present.
SurfaceBoundingBox_OrNil(AvlNet.Surface, NullableRef<AvlNet.Region>, INullable<AvlNet.Box3D>)Computes the bounding box 3D of given surface; returns NIL if no valid point is present.
SurfaceBoundingBox(AvlNet.Surface, AvlNet.Box3D)Computes the bounding box 3D of given surface.
SurfaceBoundingBox(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Box3D)Computes the bounding box 3D of given surface.
SurfaceFlatness(AvlNet.Surface, AvlNet.Plane3D, AvlNet.Point3D, AvlNet.Point3D, float, float, float)Computes the surface flatness i.e. how thick the surface is according to the input plane.
SurfaceFlatness(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Plane3D, AvlNet.Point3D, AvlNet.Point3D, float, float, float)Computes the surface flatness i.e. how thick the surface is according to the input plane.
SurfaceLocalMaxima(AvlNet.Surface, bool, float?, float?, float, NullableRef<List<AvlNet.SurfaceExtremum>>, NullableRef<SafeList<AvlNet.Region>>)Finds surface locations characterized by locally maximal heights.
SurfaceLocalMaxima(AvlNet.Surface, NullableRef<AvlNet.Region>, bool, float?, float?, float, AvlNet.SurfaceLocalExtremaVerification?, NullableRef<List<AvlNet.SurfaceExtremum>>, NullableRef<SafeList<AvlNet.Region>>)Finds surface locations characterized by locally maximal heights.
SurfaceLocalMinima(AvlNet.Surface, bool, float?, float?, float, NullableRef<List<AvlNet.SurfaceExtremum>>, NullableRef<SafeList<AvlNet.Region>>)Finds surface locations characterized by locally minimal heights.
SurfaceLocalMinima(AvlNet.Surface, NullableRef<AvlNet.Region>, bool, float?, float?, float, AvlNet.SurfaceLocalExtremaVerification?, NullableRef<List<AvlNet.SurfaceExtremum>>, NullableRef<SafeList<AvlNet.Region>>)Finds surface locations characterized by locally minimal heights.
SurfaceMassCenter_OrNil(AvlNet.Surface, AvlNet.Point3D?)Computes the mass center of surface points; returns NIL if the surface is empty in the given region.
SurfaceMassCenter_OrNil(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Point3D?)Computes the mass center of surface points; returns NIL if the surface is empty in the given region.
SurfaceMassCenter(AvlNet.Surface, AvlNet.Point3D)Computes the mass center of surface points.
SurfaceMassCenter(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Point3D)Computes the mass center of surface points.
SurfaceMaximalPoint(AvlNet.Surface, AvlNet.Point3D)Finds the surface point with maximal Z coordinate.
SurfaceMaximalPoint(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Point3D)Finds the surface point with maximal Z coordinate.
SurfaceMedian_OrNil(AvlNet.Surface, float?)Finds the median Z coordinate of the surface points; returns NIL if the surface is empty in the given region.
SurfaceMedian_OrNil(AvlNet.Surface, NullableRef<AvlNet.Region>, float?)Finds the median Z coordinate of the surface points; returns NIL if the surface is empty in the given region.
SurfaceMedian(AvlNet.Surface, float)Finds the median Z coordinate of the surface points.
SurfaceMedian(AvlNet.Surface, NullableRef<AvlNet.Region>, float)Finds the median Z coordinate of the surface points.
SurfaceMinimalPoint(AvlNet.Surface, AvlNet.Point3D)Finds the surface point with minimal Z coordinate.
SurfaceMinimalPoint(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Point3D)Finds the surface point with minimal Z coordinate.
SurfaceProfileAlongPath(AvlNet.ScanMapState, AvlNet.Surface, AvlNet.Path, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path)Creates a series of segments across the input path, measures the average surface height on each of the segments, and creates the final profile from that values.
SurfaceProfileAlongPath(AvlNet.ScanMapState, AvlNet.Surface, AvlNet.Path, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, IList<AvlNet.Path>)Creates a series of segments across the input path, measures the average surface height on each of the segments, and creates the final profile from that values.
SurfaceProfileAlongPath(AvlNet.ScanMapState, AvlNet.Surface, AvlNet.Path, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, NullableRef<AvlNet.Path>)Creates a series of segments across the input path, measures the average surface height on each of the segments, and creates the final profile from that values.
SurfaceProfileAlongPath(AvlNet.ScanMapState, AvlNet.Surface, AvlNet.Path, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, NullableRef<AvlNet.Path>, IList<AvlNet.Path>)Creates a series of segments across the input path, measures the average surface height on each of the segments, and creates the final profile from that values.
SurfaceProfileAlongPath(AvlNet.ScanMapState, AvlNet.Surface, AvlNet.Path, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, int?, float, AvlNet.Profile, AvlNet.Path)Creates a series of segments across the input path, measures the average surface height on each of the segments, and creates the final profile from that values.
SurfaceProfileAlongPath(AvlNet.ScanMapState, AvlNet.Surface, AvlNet.Path, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, int?, float, AvlNet.Profile, AvlNet.Path, IList<AvlNet.Path>)Creates a series of segments across the input path, measures the average surface height on each of the segments, and creates the final profile from that values.
SurfaceProfileAlongPath(AvlNet.ScanMapState, AvlNet.Surface, AvlNet.Path, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, int?, float, AvlNet.Profile, AvlNet.Path, NullableRef<AvlNet.Path>)Creates a series of segments across the input path, measures the average surface height on each of the segments, and creates the final profile from that values.
SurfaceProfileAlongPath(AvlNet.ScanMapState, AvlNet.Surface, AvlNet.Path, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, int?, float, AvlNet.Profile, AvlNet.Path, NullableRef<AvlNet.Path>, IList<AvlNet.Path>)Creates a series of segments across the input path, measures the average surface height on each of the segments, and creates the final profile from that values.
SurfaceProfileAlongPath(AvlNet.ScanMapState, AvlNet.Surface, AvlNet.Path, AvlNet.CoordinateSystem2D?, float?, int, AvlNet.InterpolationMethod, int?, float, AvlNet.Profile, AvlNet.Path, AvlNet.Path, IList<AvlNet.Path>)Creates a series of segments across the input path, measures the average surface height on each of the segments, and creates the final profile from that values.
SurfaceToImage(AvlNet.Surface, AvlNet.Image)Converts a surface object to an image.
SurfaceToPlaneDistanceImage(AvlNet.Surface, AvlNet.Plane3D, float, bool, AvlNet.Image)Computes the image of the distances of the input surface points from a given plane.
SurfaceToPlaneDistanceImage(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Plane3D, float, bool, AvlNet.Image)Computes the image of the distances of the input surface points from a given plane.
SurfaceToPoint3DArray(AvlNet.Surface, IList<AvlNet.Point3D>)Converts a surface object to an array of points.
SurfaceToPoint3DGrid(AvlNet.Surface, AvlNet.Point3DGrid)Converts a surface object to a grid of points.
SurfaceToSurfaceFormat(AvlNet.Surface, AvlNet.SurfaceFormat)Converts a surface to a surface format.
SurfaceValidPointsRegion(AvlNet.Surface, AvlNet.Region, AvlNet.Region)Computes region of locations where points are valid in a surface and where they are invalid.
SurfaceValidPointsRegion(AvlNet.Surface, NullableRef<AvlNet.Region>, AvlNet.Region, AvlNet.Region)Computes region of locations where points are valid in a surface and where they are invalid.
SurfaceVolume(AvlNet.Surface, float, float)Computes the volume of given surface.
SurfaceVolume(AvlNet.Surface, NullableRef<AvlNet.Region>, float, float)Computes the volume of given surface.
SVM_ClassifyMultiple(AvlNet.SvmModel, IList<IList<float>>, IList<int>)Classifies input points based on trained model
SVM_ClassifyMultiple(AvlNet.SvmModel, IList<IList<float>>, IList<int>, NullableRef<List<int>>, NullableRef<List<List<float>>>)Classifies input points based on trained model
SVM_ClassifySingle(AvlNet.SvmModel, IList<float>, int)Classifies input features based on a trained model
SVM_ClassifySingle(AvlNet.SvmModel, IList<float>, int, NullableRef<List<int>>, NullableRef<List<float>>)Classifies input features based on a trained model
SVM_Init(float, float, float, bool, AvlNet.SvmModel)Initializes SVM model
SVM_Init(float?, float, float, float?, float, bool, AvlNet.SvmModel)Initializes SVM model
SVM_Train(AvlNet.SvmModel, IList<IList<float>>, IList<int>, AvlNet.SvmModel, float)Trains SVM model
TelecentricCameraModelToAnyCameraModel(AvlNet.TelecentricCameraModel, AvlNet.AnyCameraModel)Conversion
TelecentricCameraModelToRectificationTransform(AvlNet.TelecentricCameraModel, AvlNet.RectificationTransform)Conversion
TestBox3DEmpty(AvlNet.Box3D, bool)Tests whether the box in 3D is empty.
TestBox3DInBox3D(AvlNet.Box3D, AvlNet.Box3D, bool)Tests whether a box in 3D is contained in another one.
TestBox3DIntersectsWith(AvlNet.Box3D, AvlNet.Box3D, bool)Tests whether two boxes in 3D have non-empty intersection.
TestBox3DNotEmpty(AvlNet.Box3D, bool)Tests whether the box in 3D is not empty.
TestBoxEmpty(AvlNet.Box, bool)Tests whether the box is empty.
TestBoxEqualTo(AvlNet.Box, AvlNet.Box, bool)Tests whether given boxes are equal.
TestBoxInBox(AvlNet.Box, AvlNet.Box, bool)Tests whether a box is contained in another one.
TestBoxInImage(AvlNet.Image, AvlNet.Box, bool)Tests whether a box is contained in the dimensions of an image.
TestBoxIntersectsWith(AvlNet.Box, AvlNet.Box, bool)Tests whether two boxes have non-empty intersection.
TestBoxNotEmpty(AvlNet.Box, bool)Tests whether the box is not empty.
TestHistogramDominatesHistogram(AvlNet.Histogram, AvlNet.Histogram, bool)Checks whether values in the first histogram are greater or equal than corresponding values in the second histogram
TestImageEqualTo(AvlNet.Image, AvlNet.Image, bool)Tests whether two images equal.
TestImage(AvlNet.TestImageId, NullableRef<AvlNet.Image>, NullableRef<AvlNet.Image>)Returns a sample image.
TestLine3DThroughCircle3D(AvlNet.Line3D, AvlNet.Circle3D, bool)Tests whether a line in 3D goes through a circle in 3D.
TestLocationInBox(AvlNet.Location, AvlNet.Box, bool)Tests whether a location is contained in the dimensions of a box.
TestLocationInImage(AvlNet.Image, AvlNet.Location, bool)Tests whether a location is contained in the dimensions of an image.
TestPoint3DGrid(AvlNet.TestPoint3DGridState, float, float, float, float, AvlNet.Point3DGrid)Returns a sample 3D object.
TestPoint3DInBox3D(AvlNet.Point3D, AvlNet.Box3D, bool)Tests whether a point in 3D lies in a box in 3D.
TestPointArrayInRegion(IList<AvlNet.Point2D>, AvlNet.Region, IList<bool>)Tests which points lie inside a region.
TestPointArrayInRegion(IList<AvlNet.Point2D>, AvlNet.Region, IList<bool>, NullableRef<List<AvlNet.Point2D>>)Tests which points lie inside a region.
TestPointArrayInShape(IList<AvlNet.Point2D>, AvlNet.Path, IList<bool>, IList<AvlNet.Point2D>)Tests which points lie inside a shape.
TestPointInBox(AvlNet.Point2D, AvlNet.Box, bool)Tests whether a point lies in a box.
TestPointInCircle(AvlNet.Point2D, AvlNet.Circle2D, bool)Tests whether a point lies inside a circle.
TestPointInImage(AvlNet.Image, AvlNet.Point2D, bool)Tests whether a point is contained in the dimensions of an image.
TestPointInRectangle(AvlNet.Point2D, AvlNet.Rectangle2D, bool)Tests whether a point lies in a rectangle.
TestPointInRegion(AvlNet.Point2D, AvlNet.Region, bool)Tests whether a point lies inside a region.
TestPointInShape(AvlNet.Point2D, AvlNet.Path, bool)Tests whether a point lies inside a shape.
TestProfileDominatesProfile(AvlNet.Profile, AvlNet.Profile, bool)Checks whether values in the first profile are greater or equal than corresponding values in the second profile
TestRectangleInImage(AvlNet.Image, AvlNet.Rectangle2D, bool)Tests whether a rectangle is contained in the dimensions of an image.
TestRectangleIntersectsWith(AvlNet.Rectangle2D, AvlNet.Rectangle2D, bool)Tests if two rectangles intersect.
TestRegionEmpty(AvlNet.Region, bool)Tests whether the size of a region equals zero.
TestRegionEqualTo(AvlNet.Region, AvlNet.Region, bool)Tests whether given regions are equal.
TestRegionInRegion(AvlNet.Region, AvlNet.Region, bool)Tests whether a region is contained in another one.
TestRegionIntersectsWith(AvlNet.Region, AvlNet.Region, bool)Tests whether two regions have non-empty intersection.
TestRegionNotEmpty(AvlNet.Region, bool)Tests whether the size of a region doesn't equal zero.
TestRegionOnBorder(AvlNet.Region, bool)Tests whether a region is adjacent to its border.
TestRegionUnequalTo(AvlNet.Region, AvlNet.Region, bool)Tests whether given regions are not equal.
TestShapeConvex(AvlNet.Path, bool)Tests whether a shape is convex.
TestShapeInShape(AvlNet.Path, AvlNet.Path, bool)Tests whether a shape lies inside another one.
TestSpatialMapApplicability(AvlNet.Image, AvlNet.SpatialMap, bool)Checks if a spatial map may be applied to transform the given image.
TestSurface(AvlNet.TestSurfaceState, AvlNet.PlainType, float, float, float, float, AvlNet.Surface)Returns a sample 3D surface.
ThickenRegion(AvlNet.Region, AvlNet.Region)Performs a morphological thickening on a region using predefined kernels.
ThinRegion(AvlNet.Region, AvlNet.Region)Performs a morphological thinning on a region using predefined kernels.
ThresholdImage_Color(AvlNet.Image, AvlNet.Pixel, float, float, float, AvlNet.Image)Transforms each pixel value to maximum or minimum depending on the distance from a given color.
ThresholdImage_Color(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel, float, float, float, AvlNet.Image)Transforms each pixel value to maximum or minimum depending on the distance from a given color.
ThresholdImage_Dynamic(AvlNet.Image, AvlNet.ThresholdDynamicReferenceMethod, AvlNet.KernelShape, int, float, AvlNet.Image, AvlNet.Image)Thresholds an image relatively to some value calculated in a local rectangular neighbourhood.
ThresholdImage_Dynamic(AvlNet.Image, AvlNet.ThresholdDynamicReferenceMethod, AvlNet.KernelShape, int, float?, float?, float, AvlNet.Image)Thresholds an image relatively to some value calculated in a local rectangular neighbourhood.
ThresholdImage_Dynamic(AvlNet.Image, AvlNet.ThresholdDynamicReferenceMethod, AvlNet.KernelShape, int, float?, float?, float, AvlNet.Image, AvlNet.Image)Thresholds an image relatively to some value calculated in a local rectangular neighbourhood.
ThresholdImage_Dynamic(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.ThresholdDynamicReferenceMethod, AvlNet.KernelShape, int, int?, float?, float?, float, AvlNet.Image)Thresholds an image relatively to some value calculated in a local rectangular neighbourhood.
ThresholdImage_Dynamic(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, AvlNet.ThresholdDynamicReferenceMethod, AvlNet.KernelShape, int, int?, float?, float?, float, AvlNet.Image, AvlNet.Image)Thresholds an image relatively to some value calculated in a local rectangular neighbourhood.
ThresholdImage_HSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, float, AvlNet.Image, AvlNet.Image)Transforms each pixel value to minimum or maximum depending on whether it belongs to specified region in the HSV, HSL or HSI color space.
ThresholdImage_HSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, int?, int?, int?, int?, float, AvlNet.Image)Transforms each pixel value to minimum or maximum depending on whether it belongs to specified region in the HSV, HSL or HSI color space.
ThresholdImage_HSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, int?, int?, int?, int?, float, AvlNet.Image, AvlNet.Image)Transforms each pixel value to minimum or maximum depending on whether it belongs to specified region in the HSV, HSL or HSI color space.
ThresholdImage_HSx(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.HSxColorModel, int, int, int?, int?, int?, int?, float, AvlNet.Image)Transforms each pixel value to minimum or maximum depending on whether it belongs to specified region in the HSV, HSL or HSI color space.
ThresholdImage_HSx(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.HSxColorModel, int, int, int?, int?, int?, int?, float, AvlNet.Image, AvlNet.Image)Transforms each pixel value to minimum or maximum depending on whether it belongs to specified region in the HSV, HSL or HSI color space.
ThresholdImage_Hysteresis(AvlNet.Image, float?, float?, float, AvlNet.Image)Thresholds an image with a hysteresis, i.e. with a lower threshold for neighboring pixels.
ThresholdImage_Hysteresis(AvlNet.Image, NullableRef<AvlNet.Region>, float?, float?, float, AvlNet.Image)Thresholds an image with a hysteresis, i.e. with a lower threshold for neighboring pixels.
ThresholdImage_Relative(AvlNet.Image, AvlNet.Image, float?, float?, float, AvlNet.Image)Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue).
ThresholdImage_Relative(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image, float?, float?, float, AvlNet.Image)Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue).
ThresholdImage_RGB(AvlNet.Image, int?, int?, int?, int?, int?, int?, float, AvlNet.Image)Transforms each pixel value to minimum or maximum depending on whether it belongs to the specified range for each individual pixel component.
ThresholdImage_RGB(AvlNet.Image, NullableRef<AvlNet.Region>, int?, int?, int?, int?, int?, int?, float, AvlNet.Image)Transforms each pixel value to minimum or maximum depending on whether it belongs to the specified range for each individual pixel component.
ThresholdImage(AvlNet.Image, float?, float?, float, AvlNet.Image)Transforms each pixel value to maximum or minimum depending on whether they belong to the specified range.
ThresholdImage(AvlNet.Image, NullableRef<AvlNet.Region>, float?, float?, float, AvlNet.Image)Transforms each pixel value to maximum or minimum depending on whether they belong to the specified range.
ThresholdToRegion_Color(AvlNet.Image, AvlNet.Pixel, float, float, float, AvlNet.Region)Creates a region containing image pixels with values close to the given color.
ThresholdToRegion_Color(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Pixel, float, float, float, AvlNet.Region)Creates a region containing image pixels with values close to the given color.
ThresholdToRegion_Dynamic(AvlNet.Image, int, float, AvlNet.Region, AvlNet.Image)Thresholds an image relatively to the average pixel value in a local rectangular neighborhood.
ThresholdToRegion_Dynamic(AvlNet.Image, int, float?, float?, float, AvlNet.Region)Thresholds an image relatively to the average pixel value in a local rectangular neighborhood.
ThresholdToRegion_Dynamic(AvlNet.Image, int, float?, float?, float, AvlNet.Region, AvlNet.Image)Thresholds an image relatively to the average pixel value in a local rectangular neighborhood.
ThresholdToRegion_Dynamic(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, int, int?, float?, float?, float, AvlNet.Region)Thresholds an image relatively to the average pixel value in a local rectangular neighborhood.
ThresholdToRegion_Dynamic(AvlNet.Image, NullableRef<AvlNet.Region>, NullableRef<AvlNet.Region>, int, int?, float?, float?, float, AvlNet.Region, AvlNet.Image)Thresholds an image relatively to the average pixel value in a local rectangular neighborhood.
ThresholdToRegion_HSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, AvlNet.Region, AvlNet.Image)Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space.
ThresholdToRegion_HSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, int?, int?, int?, int?, AvlNet.Region)Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space.
ThresholdToRegion_HSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, int?, int?, int?, int?, AvlNet.Region, AvlNet.Image)Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space.
ThresholdToRegion_HSx(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.HSxColorModel, int, int, int?, int?, int?, int?, AvlNet.Region)Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space.
ThresholdToRegion_HSx(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.HSxColorModel, int, int, int?, int?, int?, int?, AvlNet.Region, AvlNet.Image)Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space.
ThresholdToRegion_Relative_DarkBright(AvlNet.Image, AvlNet.Image, float, float, float, AvlNet.Region, AvlNet.Region)Thresholds an image using two relative thresholds and produces two regions (Dark and Bright) in a single image pass.
ThresholdToRegion_Relative_DarkBright(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image, float, float, float, AvlNet.Region, AvlNet.Region)Thresholds an image using two relative thresholds and produces two regions (Dark and Bright) in a single image pass.
ThresholdToRegion_Relative(AvlNet.Image, AvlNet.Image, float?, float?, float, AvlNet.Region)Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue).
ThresholdToRegion_Relative(AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.Image, float?, float?, float, AvlNet.Region)Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue).
ThresholdToRegion_RGB(AvlNet.Image, int?, int?, int?, int?, int?, int?, int?, int?, AvlNet.Region)Creates a region containing image pixels which belongs to the specified range for each individual pixel component.
ThresholdToRegion_RGB(AvlNet.Image, NullableRef<AvlNet.Region>, int?, int?, int?, int?, int?, int?, int?, int?, AvlNet.Region)Creates a region containing image pixels which belongs to the specified range for each individual pixel component.
ThresholdToRegion(AvlNet.Image, float?, float?, float, AvlNet.Region)Creates a region containing image pixels with values within the specified range.
ThresholdToRegion(AvlNet.Image, NullableRef<AvlNet.Region>, float?, float?, float, AvlNet.Region)Creates a region containing image pixels with values within the specified range.
ToString()Inherited from System.Object
TrainOcr_MLP(IList<AvlNet.CharacterSample>, AvlNet.Size, AvlNet.CharacterFeatures, float, float, int, AvlNet.OcrModel, float)Trains an OCR multilayer perceptron classifier.
TrainOcr_MLP(IList<AvlNet.CharacterSample>, AvlNet.Size, AvlNet.CharacterFeatures, float, float, int, AvlNet.OcrModel, float, AvlNet.Profile, IList<AvlNet.Image>)Trains an OCR multilayer perceptron classifier.
TrainOcr_MLP(IList<AvlNet.CharacterSample>, AvlNet.Size, NullableRef<IList<int>>, int?, AvlNet.CharacterFeatures, float, float, int, AvlNet.Size?, AvlNet.OcrModel, float)Trains an OCR multilayer perceptron classifier.
TrainOcr_MLP(IList<AvlNet.CharacterSample>, AvlNet.Size, NullableRef<IList<int>>, int?, AvlNet.CharacterFeatures, float, float, int, AvlNet.Size?, AvlNet.OcrModel, float, AvlNet.Profile, IList<AvlNet.Image>)Trains an OCR multilayer perceptron classifier.
TrainOcr_SVM(IList<AvlNet.CharacterSample>, AvlNet.Size, float, float, bool, AvlNet.CharacterFeatures, AvlNet.OcrModel, float)Trains an OCR support vector machines classifier.
TrainOcr_SVM(IList<AvlNet.CharacterSample>, AvlNet.Size, float, float, bool, AvlNet.CharacterFeatures, AvlNet.OcrModel, float, IList<AvlNet.Image>)Trains an OCR support vector machines classifier.
TrainOcr_SVM(IList<AvlNet.CharacterSample>, AvlNet.Size, float?, float?, float, float, bool, AvlNet.Size?, int?, AvlNet.CharacterFeatures, AvlNet.OcrModel, float)Trains an OCR support vector machines classifier.
TrainOcr_SVM(IList<AvlNet.CharacterSample>, AvlNet.Size, float?, float?, float, float, bool, AvlNet.Size?, int?, AvlNet.CharacterFeatures, AvlNet.OcrModel, float, IList<AvlNet.Image>)Trains an OCR support vector machines classifier.
TrainOrganicModel(int, float, float, int, AvlNet.DataPreprocessing, AvlNet.OrganicModel)Trains OrganicModel, which has to be previously initialized with LoadOrganicTrainingData.
TrainOrganicModel(int, float, float, int, AvlNet.DataPreprocessing, float?, AvlNet.OrganicModel)Trains OrganicModel, which has to be previously initialized with LoadOrganicTrainingData.
TransformImage(AvlNet.Image, AvlNet.Matrix, bool, AvlNet.InterpolationMethod, AvlNet.Image)Transforms an image by the provided transformation matrix.
TransformPoint3DArray(IList<AvlNet.Point3D>, AvlNet.Matrix, bool, IList<AvlNet.Point3D>)Applies a general transformation expressed by a matrix to an array of 3D points.
TransformPoint3DGrid(AvlNet.Point3DGrid, AvlNet.Matrix, bool, AvlNet.Point3DGrid)Applies a general transformation expressed by a matrix to a grid of 3D points.
TransformPoint3D(AvlNet.Point3D, AvlNet.Matrix, bool, AvlNet.Point3D)Applies a general transformation expressed by a matrix to a 3D point.
TranslateArc(AvlNet.Arc2D, AvlNet.Vector2D, bool, AvlNet.Arc2D)Translates an arc by a vector.
TranslateBox3D(AvlNet.Box3D, AvlNet.Vector3D, bool, AvlNet.Box3D)Shifts a box in 3D by a vector.
TranslateBox(AvlNet.Box, int, int, bool, AvlNet.Box)Shifts a box by a discreet vector.
TranslateCircle3D(AvlNet.Circle3D, AvlNet.Vector3D, bool, AvlNet.Circle3D)Shifts a circle in 3D by a vector.
TranslateCircle(AvlNet.Circle2D, AvlNet.Vector2D, bool, AvlNet.Circle2D)Translates a circle by a vector.
TranslateCoordinateSystem(AvlNet.CoordinateSystem2D, AvlNet.Vector2D, bool, AvlNet.CoordinateSystem2D)Translates a coordinate system by a vector.
TranslateImage(AvlNet.Image, AvlNet.Pixel, int, int, bool, AvlNet.Image)Translates an image by a vector, without changing its dimensions.
TranslateLine3D(AvlNet.Line3D, AvlNet.Vector3D, bool, AvlNet.Line3D)Shifts a line in 3D by a vector.
TranslateLine(AvlNet.Line2D, AvlNet.Vector2D, bool, AvlNet.TranslateAlignment, AvlNet.Line2D)Translates a line by a vector.
TranslateLocation(AvlNet.Location, int, int, bool, AvlNet.Location)Shifts a Location by given number of pixels along each axis
TranslatePathArray(IList<AvlNet.Path>, AvlNet.Vector2D, bool, IList<AvlNet.Path>)Translates an array of paths by a vector.
TranslatePath(AvlNet.Path, AvlNet.Vector2D, bool, AvlNet.Path)Translates a path by a vector.
TranslatePixels(AvlNet.Image, AvlNet.Image, AvlNet.InterpolationMethod, AvlNet.Image)Moves the pixels of the input image by the vectors specified with inVectorImage.
TranslatePixels(AvlNet.Image, AvlNet.Image, NullableRef<AvlNet.Region>, AvlNet.InterpolationMethod, AvlNet.Image)Moves the pixels of the input image by the vectors specified with inVectorImage.
TranslatePlane(AvlNet.Plane3D, AvlNet.Vector3D, bool, AvlNet.Plane3D)Shifts a plane in 3D by a vector.
TranslatePoint3DArray(IList<AvlNet.Point3D>, AvlNet.Vector3D, bool, IList<AvlNet.Point3D>)Translates an array of points by a vector.
TranslatePoint3DGrid(AvlNet.Point3DGrid, AvlNet.Vector3D, bool, AvlNet.Point3DGrid)Translates a grid of points by a vector.
TranslatePoint3D_Toward(AvlNet.Point3D, AvlNet.Point3D, float, bool, AvlNet.Point3D)Translates a point in 3D towards another point in 3D by a specified distance.
TranslatePoint3D(AvlNet.Point3D, AvlNet.Vector3D, bool, AvlNet.Point3D)Translates a point by a vector.
TranslatePointArray(IList<AvlNet.Point2D>, AvlNet.Vector2D, bool, IList<AvlNet.Point2D>)Translates an array of points by a vector.
TranslatePoint_Toward(AvlNet.Point2D, AvlNet.Point2D, float, bool, AvlNet.Point2D)Translates a point towards another point by a specified distance.
TranslatePoint(AvlNet.Point2D, AvlNet.Vector2D, bool, AvlNet.Point2D)Translates a point by a vector.
TranslateRectangle(AvlNet.Rectangle2D, AvlNet.Vector2D, bool, AvlNet.Rectangle2D)Translates a rectangle by a vector.
TranslateRegion(AvlNet.Region, int, int, bool, AvlNet.Region)Translates a region by a given number of pixels along each axis.
TranslateRegion(AvlNet.Region, int, int, bool, int?, int?, AvlNet.Region)Translates a region by a given number of pixels along each axis.
TranslateSegment3D(AvlNet.Segment3D, AvlNet.Vector3D, bool, AvlNet.Segment3D)Shifts a segment in 3D by a vector.
TranslateSegment(AvlNet.Segment2D, AvlNet.Vector2D, bool, AvlNet.TranslateAlignment, AvlNet.Segment2D)Translates a segment by a vector.
TranslateSurface(AvlNet.Surface, AvlNet.Vector3D, bool, AvlNet.Surface)Translates a surface by a vector.
TransposeImage(AvlNet.Image, AvlNet.Image)Flips and rotates an image so that columns are exchanged with rows.
TransposePath(AvlNet.Path, AvlNet.Path)Flips and rotates a path so that x-coordinates are exchanged with y-coordinates.
TransposeRegion(AvlNet.Region, AvlNet.Region)Flips and rotates a region so that x-coordinates are exchanged with y-coordinates.
TrimRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.Region)Limits a region to a rectangular area.
TrimRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Region)Limits a region to a rectangular area.
TrimRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>)Limits a region to a rectangular area.
TrimRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Region, NullableValue<AvlNet.Rectangle2D>)Limits a region to a rectangular area.
TrimRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Region, AvlNet.Rectangle2D)Limits a region to a rectangular area.
TrimRegionToShape(AvlNet.Region, AvlNet.Path, AvlNet.Region)Removes region elements lying beyond the specified shape.
UncropImage(AvlNet.Image, AvlNet.Box, int, int, AvlNet.Image)Inverse of CropImage.
UncropProfile(AvlNet.Profile, int, int, AvlNet.Profile)Extends the profile by adding zeros at the beginning and at the end.
UncropRegion(AvlNet.Region, AvlNet.Box, int, int, AvlNet.Region)Inverse of CropRegion
UnmapPoint(AvlNet.SpatialMap, AvlNet.Point2D, AvlNet.Point2D?)Computes locations of image point on the source image from image point location on remapped image.
Vector3DAzimuth(AvlNet.Vector3D, float)Computes the angle between a 3D vector's projection to the XY plane and the X axis measured toward Y axis, as an angle in the range from 0 to 360.
Vector3DElevation(AvlNet.Vector3D, float)Computes the angle between a 3D vector's projection to the XY plane and itself measured toward Z axis, as an angle in the range from -90 to 90.
Vector3DLength(AvlNet.Vector3D, float)Computes the length of a 3D vector.
VectorBetweenPoints3D(AvlNet.Point3D, AvlNet.Point3D, AvlNet.Vector3D)Computes a vector representing distance from one point in 3D to another.
VectorBetweenPoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Vector2D)Computes a vector representing distance from one point to another.
VectorDirection(AvlNet.Vector2D, float)Computes the direction angle of a vector as an angle in range the from 0 to 360.
VectorLength(AvlNet.Vector2D, float)Computes the length of a vector.
VectorsMedian(IList<AvlNet.Vector2D>, int, AvlNet.Vector2D)Computes the geometric median of the input vectors.
VectorsMedian(IList<AvlNet.Vector2D>, int, AvlNet.Vector2D, IList<AvlNet.Vector2D>)Computes the geometric median of the input vectors.
VectorsMedian(IList<AvlNet.Vector2D>, int, AvlNet.Vector2D, NullableValue<float>)Computes the geometric median of the input vectors.
VectorsMedian(IList<AvlNet.Vector2D>, NullableRef<IList<float>>, int, AvlNet.Vector2D)Computes the geometric median of the input vectors.
VectorsMedian(IList<AvlNet.Vector2D>, int, AvlNet.Vector2D, NullableValue<float>, IList<AvlNet.Vector2D>)Computes the geometric median of the input vectors.
VectorsMedian(IList<AvlNet.Vector2D>, NullableRef<IList<float>>, int, AvlNet.Vector2D, IList<AvlNet.Vector2D>)Computes the geometric median of the input vectors.
VectorsMedian(IList<AvlNet.Vector2D>, NullableRef<IList<float>>, int, AvlNet.Vector2D, NullableValue<float>)Computes the geometric median of the input vectors.
VectorsMedian(IList<AvlNet.Vector2D>, NullableRef<IList<float>>, int, AvlNet.Vector2D, NullableValue<float>, IList<AvlNet.Vector2D>)Computes the geometric median of the input vectors.
VectorsMedian(IList<AvlNet.Vector2D>, NullableRef<IList<float>>, int, AvlNet.Vector2D, float, IList<AvlNet.Vector2D>)Computes the geometric median of the input vectors.
VerifyProjectID(int, bool, bool)Verifies project ID
VerifyRegion(AvlNet.Region)Checks if the input region is a valid Region object.
VisualizeHeatMap(AvlNet.ColorizeImageState, AvlNet.Image, AvlNet.Image, AvlNet.ColorPalette, int, bool, AvlNet.Image, AvlNet.Image)Colorizes heat-map and blends it with background image
VisualizeHeatMap(AvlNet.ColorizeImageState, AvlNet.Image, AvlNet.Image, AvlNet.ColorPalette, int, int?, int?, bool, AvlNet.Image)Colorizes heat-map and blends it with background image
VisualizeHeatMap(AvlNet.ColorizeImageState, AvlNet.Image, AvlNet.Image, AvlNet.ColorPalette, int, int?, int?, bool, AvlNet.Image, AvlNet.Image)Colorizes heat-map and blends it with background image
VisualizeHeatMap(AvlNet.ColorizeImageState, AvlNet.Image, AvlNet.Image, AvlNet.ColorPalette, int, int?, int?, int?, bool, AvlNet.Image)Colorizes heat-map and blends it with background image
VisualizeHeatMap(AvlNet.ColorizeImageState, AvlNet.Image, AvlNet.Image, AvlNet.ColorPalette, int, int?, int?, int?, bool, AvlNet.Image, AvlNet.Image)Colorizes heat-map and blends it with background image
WorldPlaneEdgesToImage(IList<AvlNet.Edge1D>, AvlNet.RectificationTransform, IList<AvlNet.Edge1D>)Finds the image coordinates of world plane Edges.
WorldPlaneEdgeToImage(AvlNet.Edge1D, AvlNet.RectificationTransform, AvlNet.Edge1D)Finds the image coordinates of world plane Edge.
WorldPlaneGapsToImage(IList<AvlNet.Gap1D>, AvlNet.RectificationTransform, IList<AvlNet.Gap1D>)Finds the image coordinates of world plane Gaps.
WorldPlaneGapToImage(AvlNet.Gap1D, AvlNet.RectificationTransform, AvlNet.Gap1D)Finds the image coordinates of world plane Gap.
WorldPlanePathsToImage(IList<AvlNet.Path>, AvlNet.RectificationTransform, IList<AvlNet.Path>)Finds the image coordinates of world plane Paths.
WorldPlanePathToImage(AvlNet.Path, AvlNet.RectificationTransform, AvlNet.Path)Finds the image coordinates of world plane Path.
WorldPlanePointsToImage(IList<AvlNet.Point2D>, AvlNet.RectificationTransform, IList<AvlNet.Point2D>)Finds the image coordinates of world plane Points.
WorldPlanePointToImage(AvlNet.Point2D, AvlNet.RectificationTransform, AvlNet.Point2D)Finds the image coordinates of world plane Point.
WorldPlaneRidgesToImage(IList<AvlNet.Ridge1D>, AvlNet.RectificationTransform, IList<AvlNet.Ridge1D>)Finds the image coordinates of world plane Ridges.
WorldPlaneRidgeToImage(AvlNet.Ridge1D, AvlNet.RectificationTransform, AvlNet.Ridge1D)Finds the image coordinates of world plane Ridge.
WorldPlaneSegmentsToImage(IList<AvlNet.Segment2D>, AvlNet.RectificationTransform, IList<AvlNet.Segment2D>)Finds the image coordinates of world plane Segments.
WorldPlaneSegmentToImage(AvlNet.Segment2D, AvlNet.RectificationTransform, AvlNet.Segment2D)Finds the image coordinates of world plane Segment.
WorldPlaneStripesToImage(IList<AvlNet.Stripe1D>, AvlNet.RectificationTransform, IList<AvlNet.Stripe1D>)Finds the image coordinates of world plane Stripes.
WorldPlaneStripeToImage(AvlNet.Stripe1D, AvlNet.RectificationTransform, AvlNet.Stripe1D)Finds the image coordinates of world plane Stripe.
WriteLog(string, AvlNet.LogsLevel)Write log message with selected log level.
WriteVideoStream(AvlNet.OutputVideoStream, AvlNet.Image)Writes an image to a previously opened video stream.
XyzToRgb(AvlNet.Image, AvlNet.Image)Converts color space from XYZ to Red-Green-Blue.
YCoCgToRgb(AvlNet.Image, AvlNet.Image)Converts color space from pseudointensitY-Orange-Green into Red-Green-Blue.
Yuv442ToRgb(AvlNet.Image, AvlNet.Image)Converts a YUV-encoded image into RGB color space.
YuvToRgb(AvlNet.Image, AvlNet.Image)Converts color space from YUV into Red-Green-Blue.

See also