| Name | Description |
  | AbsoluteHistogram(FilNet.Histogram, FilNet.Histogram) | Transforms each bin value to its absolute value. |
  | AbsoluteProfile(FilNet.Profile) | Transforms each profile value to its absolute value. |
  | AbsoluteProfile(FilNet.Profile, FilNet.Range?) | Transforms each profile value to its absolute value. |
  | AbsoluteSurface(FilNet.Surface, FilNet.Surface) | Transforms Z coordinate of each surface point to its absolute value. |
  | AbsoluteValueImage(FilNet.Image, FilNet.Image) | Transforms pixel values to their absolute values pixel by pixel. |
  | AbsoluteValueImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Transforms pixel values to their absolute values pixel by pixel. |
  | AccessCharacterSample(FilNet.CharacterSample, string, FilNet.Region) | Provides access to internal data of the CharacterSample structure. |
  | AccessEdgeModel2(FilNet.EdgeModel2, int, int, float, float, IList<FilNet.Path>, FilNet.Rectangle2D, FilNet.Point2D) | Returns information about a model. |
  | AccessGoldenTemplate2Model(FilNet.GoldenTemplate2Model, FilNet.Region, int, int, int, FilNet.PlainType, int) | Returns information about a model. |
  | AccessOcrCandidate(FilNet.OcrCandidate, string, float) | Returns fields of OcrCandidate structure. |
  | AccessSpatialMap(FilNet.SpatialMap, int, int, int, FilNet.PlainType, int, int, int, FilNet.ImageFormat, FilNet.InterpolationMethod) | Returns individual fields of a spatial map. |
  | AccumulateProfile(float, bool, FilNet.Profile) | Creates a profile in a loop by concatenating individual values. |
  | AccumulateProfile(float, int?, bool, FilNet.Profile) | Creates a profile in a loop by concatenating individual values. |
  | AddChannels_Saturation(FilNet.Image, FilNet.Image) | Creates a monochromatic image by summing the values of the input image channels with saturation. |
  | AddChannels_Saturation(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Creates a monochromatic image by summing the values of the input image channels with saturation. |
  | AddChannels(FilNet.Image, FilNet.Image) | Creates a monochromatic image by summing the values of the input image channels. |
  | AddChannels(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Creates a monochromatic image by summing the values of the input image channels. |
  | AddHistograms_OfArray(IList<FilNet.Histogram>, FilNet.Histogram) | Adds histograms of an array bar by bar. |
  | AddHistograms_OfLoop(FilNet.HistogramCombinators_OfLoopState, FilNet.Histogram, FilNet.Histogram) | Adds histograms appearing in consecutive iterations bar by bar. |
  | AddHistograms(FilNet.Histogram, FilNet.Histogram, FilNet.Histogram) | Adds two histograms bar by bar. |
  | AddImages_OfArray(IList<FilNet.Image>, float, FilNet.Image) | Adds images of an array pixel by pixel. |
  | AddImages_OfArray(IList<FilNet.Image>, NullableRef<FilNet.Region>, float, FilNet.Image) | Adds images of an array pixel by pixel. |
  | AddImages_OfLoop(FilNet.ImageCombinators_OfLoopState, FilNet.Image, float, FilNet.Image) | Adds images appearing in consecutive iterations pixel by pixel. |
  | AddImages_OfLoop(FilNet.ImageCombinators_OfLoopState, FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Adds images appearing in consecutive iterations pixel by pixel. |
  | AddImages(FilNet.Image, FilNet.Image, float, FilNet.Image) | Adds two images pixel by pixel. |
  | AddImages(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Adds two images pixel by pixel. |
  | AddNoiseToImage(FilNet.RandomState, FilNet.Image, float, float, float, bool, FilNet.Image) | Adds random noise to the image. |
  | AddNoiseToImage(FilNet.RandomState, FilNet.Image, float, float, float, bool, int?, FilNet.Image) | Adds random noise to the image. |
  | AddProfiles_OfArray(IList<FilNet.Profile>, FilNet.Profile) | Adds profiles of an array value by value. |
  | AddProfiles_OfLoop(FilNet.ProfileCombinators_OfLoopState, FilNet.Profile, FilNet.Profile) | Adds profiles appearing in consecutive iterations value by value. |
  | AddProfiles(FilNet.Profile, FilNet.Profile, FilNet.Profile) | Adds two profiles value by value. |
  | AddSpatialMaps(FilNet.SpatialMap, FilNet.SpatialMap, FilNet.SpatialMap) | Combines two spatial maps. |
  | AddToHistogram(FilNet.Histogram, double, FilNet.Histogram) | Increases each bin value by a number. |
  | AddToImage(FilNet.Image, float, FilNet.Image) | Adds a scalar value to each pixel. |
  | AddToImage(FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Adds a scalar value to each pixel. |
  | AddToProfile(FilNet.Profile, float) | Adds a scalar value to each element of a profile. |
  | AddToProfile(FilNet.Profile, FilNet.Range?, float) | Adds a scalar value to each element of a profile. |
  | AdjustPathArraysToEdges(FilNet.Image, IList<IList<FilNet.Path>>, float, FilNet.AdjustmentMetric, bool, bool, bool, int, float, IList<SafeList<FilNet.Path>>, IList<FilNet.CoordinateSystem2D>) | Translates, rotates and scales multiple contour sets (PathArray), each separately, to the edges of the input image with subpixel precision. |
  | AdjustPathArraysToEdges(FilNet.Image, IList<IList<FilNet.Path>>, float?, NullableRef<IList<FilNet.CoordinateSystem2D>>, float, FilNet.AdjustmentMetric, bool, bool, bool, int, float, IList<SafeList<FilNet.Path>>, IList<FilNet.CoordinateSystem2D>) | Translates, rotates and scales multiple contour sets (PathArray), each separately, to the edges of the input image with subpixel precision. |
  | AdjustPathArraysToEdges(FilNet.Image, IList<IList<FilNet.Path>>, float?, NullableRef<IList<FilNet.CoordinateSystem2D>>, float, FilNet.AdjustmentMetric, bool, bool, bool, int, float, IList<SafeList<FilNet.Path>>, IList<FilNet.CoordinateSystem2D>, IList<List<FilNet.Segment2D>>) | Translates, rotates and scales multiple contour sets (PathArray), each separately, to the edges of the input image with subpixel precision. |
  | AdjustPathArrayToEdges(FilNet.Image, IList<FilNet.Path>, float, FilNet.AdjustmentMetric, bool, bool, bool, int, float, IList<FilNet.Path>, FilNet.CoordinateSystem2D) | Translates, rotates and scales the given contour set to the edges of the input image with subpixel precision. |
  | AdjustPathArrayToEdges(FilNet.Image, IList<FilNet.Path>, float?, FilNet.CoordinateSystem2D?, float, FilNet.AdjustmentMetric, bool, bool, bool, int, float, IList<FilNet.Path>, FilNet.CoordinateSystem2D) | Translates, rotates and scales the given contour set to the edges of the input image with subpixel precision. |
  | AdjustPathArrayToEdges(FilNet.Image, IList<FilNet.Path>, float?, FilNet.CoordinateSystem2D?, float, FilNet.AdjustmentMetric, bool, bool, bool, int, float, IList<FilNet.Path>, FilNet.CoordinateSystem2D, IList<FilNet.Segment2D>) | Translates, rotates and scales the given contour set to the edges of the input image with subpixel precision. |
  | AdjustPointArrays(IList<FilNet.Point2D>, IList<FilNet.Point2D>, bool, bool, int, float, int, INullable<List<FilNet.Point2D>>, FilNet.CoordinateSystem2D?) | Aligns a point array to match best the input point array. |
  | AdjustPointGrids3DGlobal(FilNet.Point3DGrid, FilNet.Point3DGrid, int, float, float, FilNet.Point3DGrid, FilNet.Matrix, float) | Aligns (rotation + translation) a point grid to match best the reference point grid using a global registration algorithm. |
  | AdjustPointGrids3DGlobal(FilNet.Point3DGrid, FilNet.Point3DGrid, int, float, float, float?, float?, int?, FilNet.Point3DGrid, FilNet.Matrix, float) | Aligns (rotation + translation) a point grid to match best the reference point grid using a global registration algorithm. |
  | AdjustPointGrids3D(FilNet.Point3DGrid, FilNet.Point3DGrid, int, float, float, FilNet.Point3DGrid, FilNet.Matrix) | Aligns (rotation + translation) a point grid to match best the reference point grid. |
  | AdjustPointGrids3D(FilNet.Point3DGrid, FilNet.Point3DGrid, int, float, float, FilNet.Point3DGrid, FilNet.Matrix, IList<FilNet.Point3D>, IList<FilNet.Point3D>, IList<List<FilNet.Segment3D>>) | Aligns (rotation + translation) a point grid to match best the reference point grid. |
  | AlignArc(FilNet.Arc2D, FilNet.CoordinateSystem2D, bool, FilNet.Arc2D) | Moves an arc from a local coordinate system to the absolute one. |
  | AlignCircle(FilNet.Circle2D, FilNet.CoordinateSystem2D, bool, FilNet.Circle2D) | Moves a circle from a local coordinate system to the absolute one. |
  | AlignCoordinateSystem(FilNet.CoordinateSystem2D, FilNet.CoordinateSystem2D, bool, FilNet.CoordinateSystem2D) | Moves a nested coordinate system from its local coordinate system to the absolute one. |
  | AlignLine(FilNet.Line2D, FilNet.CoordinateSystem2D, bool, FilNet.Line2D) | Moves a line from a local coordinate system to the absolute one. |
  | AlignPathArray(IList<FilNet.Path>, FilNet.CoordinateSystem2D, bool, IList<FilNet.Path>) | Moves an array of paths from a local coordinate system to the absolute one. |
  | AlignPath(FilNet.Path, FilNet.CoordinateSystem2D, bool, FilNet.Path) | Moves a path from a local coordinate system to the absolute one. |
  | AlignPoint3DArrayToPlane(IList<FilNet.Point3D>, FilNet.Plane3D, IList<FilNet.Point3D>) | Rotates an array of 3D points with a rotation that transforms the input plane to be parallel to XY plane. |
  | AlignPoint3DArrayToPlane(IList<FilNet.Point3D>, FilNet.Plane3D, IList<FilNet.Point3D>, FilNet.Matrix, FilNet.Matrix) | Rotates an array of 3D points with a rotation that transforms the input plane to be parallel to XY plane. |
  | AlignPoint3DArrayToPlane(IList<FilNet.Point3D>, FilNet.Plane3D, IList<FilNet.Point3D>, NullableRef<FilNet.Matrix>, NullableRef<FilNet.Matrix>) | Rotates an array of 3D points with a rotation that transforms the input plane to be parallel to XY plane. |
  | AlignPoint3DGridToPlane(FilNet.Point3DGrid, FilNet.Plane3D, FilNet.Point3DGrid) | Rotates a grid of 3D points with a rotation that transforms the input plane to be parallel to XY plane. |
  | AlignPoint3DGridToPlane(FilNet.Point3DGrid, FilNet.Plane3D, FilNet.Point3DGrid, FilNet.Matrix, FilNet.Matrix) | Rotates a grid of 3D points with a rotation that transforms the input plane to be parallel to XY plane. |
  | AlignPoint3DGridToPlane(FilNet.Point3DGrid, FilNet.Plane3D, FilNet.Point3DGrid, NullableRef<FilNet.Matrix>, NullableRef<FilNet.Matrix>) | Rotates a grid of 3D points with a rotation that transforms the input plane to be parallel to XY plane. |
  | AlignPointArray(IList<FilNet.Point2D>, FilNet.CoordinateSystem2D, bool, IList<FilNet.Point2D>) | Moves an array of points from a local coordinate system to the absolute one. |
  | AlignPoint(FilNet.Point2D, FilNet.CoordinateSystem2D, bool, FilNet.Point2D) | Moves a point from a local coordinate system to the absolute one. |
  | AlignRectangle(FilNet.Rectangle2D, FilNet.CoordinateSystem2D, bool, FilNet.Rectangle2D) | Moves a rectangle from a local coordinate system to the absolute one. |
  | AlignRegionToSurfaceCoordinatesFormat(FilNet.Region, FilNet.SurfaceCoordinatesFormat, FilNet.SurfaceCoordinatesFormat, int?, int?, FilNet.Region) | Returns region covering the same area for the surface with another coordinates format. |
  | AlignRegionToSurfaceFormat(FilNet.Region, FilNet.SurfaceCoordinatesFormat, FilNet.SurfaceFormat, FilNet.Region) | Returns region covering the same area for the surface with another format. |
  | AlignRegion(FilNet.Region, FilNet.CoordinateSystem2D, bool, int?, int?, FilNet.Region) | Aligns a region to a coordinate system. |
  | AlignSegment(FilNet.Segment2D, FilNet.CoordinateSystem2D, bool, FilNet.Segment2D) | Moves a segment from a local coordinate system to the absolute one. |
  | AlignShapeRegion(FilNet.ShapeRegion, FilNet.CoordinateSystem2D, bool, int?, int?, FilNet.ShapeRegion) | Aligns a shape region to a coordinate system. |
  | AnalyzePoint3DGrid(FilNet.Point3DGrid, FilNet.Point3DGridType, FilNet.ValueLimits, FilNet.ValueLimits, FilNet.ValueLimits, float, float, float, double, double, double, double) | Analyzes the steps in X and Y directions of a point 3D grid. |
  | AngleBetweenDirections(float, float, FilNet.AngleRange, NullableValue<float>, NullableValue<float>) | Measures the rotation angle from first to second direction. |
  | AngleBetweenDirections(float, float, FilNet.RotationDirection?, FilNet.AngleRange, NullableValue<float>, NullableValue<float>) | Measures the rotation angle from first to second direction. |
  | AngleBetweenDirections(float, float, FilNet.RotationDirection?, FilNet.AngleRange, float, float) | Measures the rotation angle from first to second direction. |
  | AngleBetweenLines3D(FilNet.Line3D, FilNet.Line3D, NullableValue<float>, NullableValue<float>) | Measures the smaller and the larger angle between two lines in 3D. |
  | AngleBetweenLines3D(FilNet.Line3D, FilNet.Line3D, float, float) | Measures the smaller and the larger angle between two lines in 3D. |
  | AngleBetweenLines(FilNet.Line2D, FilNet.Line2D, NullableValue<float>, NullableValue<float>) | Measures the smaller and the larger angle between two lines. |
  | AngleBetweenLines(FilNet.Line2D, FilNet.Line2D, float, float) | Measures the smaller and the larger angle between two lines. |
  | AngleBetweenPlanes(FilNet.Plane3D, FilNet.Plane3D, NullableValue<float>, NullableValue<float>) | Measures the smaller and the larger angle between two planes in 3D. |
  | AngleBetweenPlanes(FilNet.Plane3D, FilNet.Plane3D, float, float) | Measures the smaller and the larger angle between two planes in 3D. |
  | AngleBetweenSegments3D(FilNet.Segment3D, FilNet.Segment3D, float) | Measures the angle between two segments in 3D. |
  | AngleBetweenSegments(FilNet.Segment2D, FilNet.Segment2D, FilNet.AngleMetric, bool, NullableValue<float>, NullableValue<float>, NullableValue<FilNet.Arc2D>) | Measures the angle between two segments with one of four possible metrics. |
  | AngleBetweenSegments(FilNet.Segment2D, FilNet.Segment2D, FilNet.AngleMetric, bool, float, float, FilNet.Arc2D) | Measures the angle between two segments with one of four possible metrics. |
  | AngleBetweenThreePoints3D(FilNet.Point3D, FilNet.Point3D, FilNet.Point3D, float) | Measures the angle defined by three consecutive points in 3D. |
  | AngleBetweenThreePoints(FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.RotationDirection, NullableValue<float>, NullableValue<float>, NullableValue<FilNet.Arc2D>) | Measures the angle defined by three consecutive points. |
  | AngleBetweenThreePoints(FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.RotationDirection, float, float, FilNet.Arc2D) | Measures the angle defined by three consecutive points. |
  | AngleBetweenVectors3D(FilNet.Vector3D, FilNet.Vector3D, float) | Measures the angle between two vectors in 3D. |
  | AngleBetweenVectors(FilNet.Vector2D, FilNet.Vector2D, NullableValue<float>, NullableValue<float>) | Measures the angle between two vectors. |
  | AngleBetweenVectors(FilNet.Vector2D, FilNet.Vector2D, FilNet.RotationDirection?, NullableValue<float>, NullableValue<float>) | Measures the angle between two vectors. |
  | AngleBetweenVectors(FilNet.Vector2D, FilNet.Vector2D, FilNet.RotationDirection?, float, float) | Measures the angle between two vectors. |
  | AnnotateGridPoints_DeprecatedDeprecated(IList<FilNet.Point2D>, float, float, float, IList<FilNet.Point3D>, IList<FilNet.Point2D>) | |
  | AnnotateGridPoints_DeprecatedDeprecated(IList<FilNet.Point2D>, float, float?, float, float, IList<FilNet.Point3D>, IList<FilNet.Point2D>) | |
  | AnnotateGridPoints_DeprecatedDeprecated(IList<FilNet.Point2D>, float, float?, float, float, IList<FilNet.Point3D>, IList<FilNet.Point2D>, IList<FilNet.Segment2D>) | |
  | AnnotateGridPoints_Ransac(IList<FilNet.Point2D>, float, float, float, float, IList<FilNet.AnnotatedPoint2D>) | Select a subset of the given points that forms a grid and assign 2D indices to them. |
  | AnnotateGridPoints_Ransac(IList<FilNet.Point2D>, int?, int?, float, float?, float, float, float, float?, float?, float?, IList<FilNet.AnnotatedPoint2D>) | Select a subset of the given points that forms a grid and assign 2D indices to them. |
  | AnnotateGridPoints_Ransac(IList<FilNet.Point2D>, int?, int?, float, float?, float, float, float, float?, float?, float?, IList<FilNet.AnnotatedPoint2D>, IList<FilNet.Segment2D>, float) | Select a subset of the given points that forms a grid and assign 2D indices to them. |
  | AnnotateGridPoints(IList<FilNet.Point2D>, float?, float?, float, IList<FilNet.AnnotatedPoint2D>) | Select a subset of the given points that forms a grid and assign 2D indices to them. |
  | AnnotateGridPoints(IList<FilNet.Point2D>, float?, float?, float, IList<FilNet.AnnotatedPoint2D>, IList<FilNet.Segment2D>) | Select a subset of the given points that forms a grid and assign 2D indices to them. |
  | AnyCameraModelToRectificationTransform(FilNet.AnyCameraModel, FilNet.RectificationTransform) | Conversion |
  | AppendImageChannel(FilNet.Image, float, FilNet.Image) | Appends a single valued channel to the input image. |
  | AppendPointToPath(FilNet.Path, FilNet.Point2D) | Appends a point to a path. |
  | ApplyPCATransform(FilNet.Matrix, FilNet.PCAModel, FilNet.Matrix) | Applies previously obtained Principal Component Analysis (PCA) transformation coefficients to new data. |
  | ApplyPixelLut(FilNet.Image, FilNet.PixelLut, FilNet.Image) | Applies previously created Look Up transformation to provided image. |
  | ApplyPixelLut(FilNet.Image, NullableRef<FilNet.Region>, FilNet.PixelLut, FilNet.Image) | Applies previously created Look Up transformation to provided image. |
  | ArcCircle(FilNet.Arc2D, FilNet.Circle2D) | Computes the circle containing an arc. |
  | ArcEndpoints(FilNet.Arc2D, FilNet.Point2D, FilNet.Point2D) | Computes two endpoints of an arc. |
  | ArcLength(FilNet.Arc2D, float) | Computes the length of an arc. |
  | ArcMidpoint(FilNet.Arc2D, FilNet.Point2D) | Computes the midpoint of an arc. |
  | ArrangePoint3DArray(IList<FilNet.Point3D>, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface) | Creates a surface structure from Point3D array taking into account X and Y coordinates. |
  | ArrangePoint3DArray(IList<FilNet.Point3D>, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, NullableValue<double>, NullableValue<double>) | Creates a surface structure from Point3D array taking into account X and Y coordinates. |
  | ArrangePoint3DArray(IList<FilNet.Point3D>, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, double, double, FilNet.Region) | Creates a surface structure from Point3D array taking into account X and Y coordinates. |
  | ArrangePoint3DArray(IList<FilNet.Point3D>, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, NullableValue<double>, NullableValue<double>, FilNet.Region) | Creates a surface structure from Point3D array taking into account X and Y coordinates. |
  | ArrangePoint3DGrid(FilNet.Point3DGrid, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface) | Creates a surface structure from Point3DGrid taking into account X and Y coordinates. |
  | ArrangePoint3DGrid(FilNet.Point3DGrid, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, NullableValue<double>, NullableValue<double>) | Creates a surface structure from Point3DGrid taking into account X and Y coordinates. |
  | ArrangePoint3DGrid(FilNet.Point3DGrid, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, double, double, FilNet.Region) | Creates a surface structure from Point3DGrid taking into account X and Y coordinates. |
  | ArrangePoint3DGrid(FilNet.Point3DGrid, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, NullableValue<double>, NullableValue<double>, FilNet.Region) | Creates a surface structure from Point3DGrid taking into account X and Y coordinates. |
  | AssertImageEqualTo(FilNet.Image, FilNet.Image, float, string) | Asserts that two images are equal or differ by a small given margin. |
  | AssertImageEqualTo(FilNet.Image, FilNet.Image, float, string, float, int) | Asserts that two images are equal or differ by a small given margin. |
  | AutoAdjustColors(FilNet.Image, FilNet.Image) | Adjusts image colors by stretching each channel separately. |
  | AverageAngle(IList<float>, FilNet.AngleRange, float) | Computes the average of the input angles using points on a unit circle. |
  | AverageChannels_121(FilNet.Image, FilNet.Image) | Creates a monochromatic image by averaging the input image channels. |
  | AverageChannels_121(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Creates a monochromatic image by averaging the input image channels. |
  | AverageChannels_Weighted(FilNet.Image, int, int, int, int, FilNet.Image) | Creates a monochromatic image from weighted averages of the input image channels. |
  | AverageChannels_Weighted(FilNet.Image, NullableRef<FilNet.Region>, int, int, int, int, FilNet.Image) | Creates a monochromatic image from weighted averages of the input image channels. |
  | AverageChannels(FilNet.Image, FilNet.Image) | Creates a monochromatic image by averaging the input image channels. |
  | AverageChannels(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Creates a monochromatic image by averaging the input image channels. |
  | AverageImages_OfArray(IList<FilNet.Image>, FilNet.Image) | Averages images from an array pixel by pixel. |
  | AverageImages_OfArray(IList<FilNet.Image>, NullableRef<FilNet.Region>, FilNet.Image) | Averages images from an array pixel by pixel. |
  | AverageImages_OfLoop(FilNet.AverageImages_OfLoopState, FilNet.Image, NullableRef<FilNet.Image>) | Averages images appearing in consecutive iterations pixel by pixel. |
  | AverageImages_OfLoop(FilNet.AverageImages_OfLoopState, FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Image>) | Averages images appearing in consecutive iterations pixel by pixel. |
  | AverageImages(FilNet.Image, FilNet.Image, FilNet.Image) | Averages two images pixel by pixel. |
  | AverageImages(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Averages two images pixel by pixel. |
  | AveragePath(FilNet.Path, FilNet.Path, FilNet.Path) | Computes the average of two paths (of equal size and type) point by point. |
  | AveragePoint(FilNet.Point2D, FilNet.Point2D, FilNet.Point2D) | Computes the middle point of two input points. |
  | BayerToRgb(FilNet.Image, FilNet.DebayeringMethod, FilNet.BayerType, FilNet.Image) | Converts a Bayer-encoded color image into RGB color space. |
  | BlendImages(FilNet.Image, FilNet.Image, float, float, FilNet.Image) | Computes weighted sum pixel by pixel. |
  | BlendImages(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, float, float, FilNet.Image) | Computes weighted sum pixel by pixel. |
  | BoolToHash(bool, FilNet.Hash) | Converts a Bool to a Hash. |
  | BoolToPassFailStatus(bool, bool) | Converts a bool value to a pass/fail status. |
  | BottomHatImage_AnyKernel(FilNet.Image, FilNet.Region, FilNet.Image) | Performs a morphological black top hat (bottom hat) operation on a image using an arbitrary kernel. |
  | BottomHatImage_AnyKernel(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.Region, FilNet.Location?, FilNet.Image) | Performs a morphological black top hat (bottom hat) operation on a image using an arbitrary kernel. |
  | BottomHatImage_Mask(FilNet.Image, FilNet.MorphologyKernel, FilNet.Image) | Performs a morphological black top hat (bottom hat) operation on a image using a predefined mask. |
  | BottomHatImage_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.MorphologyKernel, FilNet.Image) | Performs a morphological black top hat (bottom hat) operation on a image using a predefined mask. |
  | BottomHatImage(FilNet.Image, FilNet.KernelShape, int, FilNet.Image) | Performs a morphological black top hat (bottom hat) operation on a image using a predefined kernel. |
  | BottomHatImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image) | Performs a morphological black top hat (bottom hat) operation on a image using a predefined kernel. |
  | BottomHatImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image, FilNet.Region) | Performs a morphological black top hat (bottom hat) operation on a image using a predefined kernel. |
  | BottomHatRegion_AnyKernel(FilNet.Region, FilNet.Region, FilNet.Region) | Performs a morphological black top hat (bottom hat) operation on a region using an arbitrary kernel. |
  | BottomHatRegion(FilNet.Region, FilNet.KernelShape, int, FilNet.Region) | Performs a morphological black top hat (bottom hat) operation on a region using a predefined kernel. |
  | BottomHatRegion(FilNet.Region, FilNet.KernelShape, int, int?, FilNet.Region) | Performs a morphological black top hat (bottom hat) operation on a region using a predefined kernel. |
  | Box2DToBox3D_AxesPlane(FilNet.Box, FilNet.PlaneType, float, FilNet.Box3D) | Projects a 2D box onto a plane defined by 3D coordinate axes. |
  | Box2DToBox3D_AxesPlane(FilNet.Box, FilNet.PlaneType, float, FilNet.Box3D, NullableValue<FilNet.Plane3D>) | Projects a 2D box onto a plane defined by 3D coordinate axes. |
  | Box2DToBox3D_AxesPlane(FilNet.Box, FilNet.PlaneType, float, FilNet.Box3D, FilNet.Plane3D) | Projects a 2D box onto a plane defined by 3D coordinate axes. |
  | Box3DCenter(FilNet.Box3D, FilNet.Point3D) | Returns the center of the input box in 3D. |
  | Box3DCharacteristicPoint(FilNet.Box3D, FilNet.Anchor3D, FilNet.Point3D) | Returns a characteristic point of a box in 3D. |
  | Box3DSurfaceArea(FilNet.Box3D, float) | Returns the surface area of the input box in 3D. |
  | Box3DToBox2D_AxesPlane(FilNet.Box3D, FilNet.PlaneType, FilNet.Box) | Projects a 3D box onto a plane defined by coordinate axes. |
  | Box3DToBox2D_AxesPlane(FilNet.Box3D, FilNet.PlaneType, FilNet.Box, NullableValue<FilNet.Rectangle2D>, NullableValue<FilNet.Plane3D>) | Projects a 3D box onto a plane defined by coordinate axes. |
  | Box3DToBox2D_AxesPlane(FilNet.Box3D, FilNet.PlaneType, FilNet.Box, FilNet.Rectangle2D, FilNet.Plane3D) | Projects a 3D box onto a plane defined by coordinate axes. |
  | Box3DToBox(FilNet.Box3D, FilNet.Box) | Converts a box in 3D to a box in 2D by ignoring its Z coordinates. |
  | Box3DVolume(FilNet.Box3D, float) | Returns the volume of the input box in 3D. |
  | BoxCenter(FilNet.Box, FilNet.Point2D) | Returns center of a box. |
  | BoxCharacteristicPoints(FilNet.Box, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableRef<List<FilNet.Point2D>>) | Computes the characteristic points of the box. |
  | BoxCharacteristicPoints(FilNet.Box, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, IList<FilNet.Point2D>) | Computes the characteristic points of the box. |
  | BoxCharacteristicPoint(FilNet.Box, FilNet.Anchor2D, FilNet.Point2D) | Returns a characteristic point (e.g. the top-left) of a box. |
  | Boxes3DBoundingBox3D_OrNil(IList<FilNet.Box3D>, INullable<FilNet.Box3D>) | Computes the bounding box 3D of given boxes in 3D; returns NIL if the array is empty. |
  | BoxesBoundingBox3D(IList<FilNet.Box3D>, FilNet.Box3D) | Computes the bounding box 3D of given boxes in 3D. |
  | BoxesBoundingBox_OrNil(IList<FilNet.Box>, FilNet.Box?) | Computes the bounding box of given boxes; returns NIL if the array is empty. |
  | BoxesBoundingBox(IList<FilNet.Box>, FilNet.Box) | Computes the bounding box of given boxes. |
  | BoxIntersection3D(FilNet.Box3D, FilNet.Box3D, FilNet.Box3D) | Computes the common part of two boxes in 3D. |
  | BoxIntersection(FilNet.Box, FilNet.Box, FilNet.Box) | Computes the common part of two boxes. |
  | BoxToBox3D(FilNet.Box, FilNet.Box3D) | Converts a box in 2D to a box in 3D. |
  | BoxToBoxDistance(FilNet.Box, FilNet.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(FilNet.Box, FilNet.Box, float, float, NullableValue<FilNet.Segment2D>) | Computes minimal distance between one of the points of the first box with one of the points of the second box. |
  | BoxToBoxDistance(FilNet.Box, FilNet.Box, float, float, FilNet.Segment2D) | Computes minimal distance between one of the points of the first box with one of the points of the second box. |
  | BoxToRectangle2D(FilNet.Box, FilNet.Rectangle2D) | Converts a box to a rectangle. |
  | BoxToShapeRegionDeprecated(FilNet.Box, FilNet.ShapeRegionDeprecated) | |
  | BoxToShapeRegion(FilNet.Box, FilNet.ShapeRegion) | Converts a box to shape region. |
  | CalibrateCamera_LineScan(IList<FilNet.AnnotatedPoint2D>, float, int, FilNet.LensDistortionModelType, float, FilNet.LineScanCameraModel, float) | Finds the line scan camera intrinsic parameters from calibration grid. |
  | CalibrateCamera_LineScan(IList<FilNet.AnnotatedPoint2D>, float, int, FilNet.LensDistortionModelType, float, float?, FilNet.LineScanCameraModel, float) | Finds the line scan camera intrinsic parameters from calibration grid. |
  | CalibrateCamera_LineScan(IList<FilNet.AnnotatedPoint2D>, float, int, FilNet.LensDistortionModelType, float, float?, FilNet.LineScanCameraModel, float, NullableValue<float>, NullableValue<float>, NullableRef<List<FilNet.Segment2D>>) | Finds the line scan camera intrinsic parameters from calibration grid. |
  | CalibrateCamera_LineScan(IList<FilNet.AnnotatedPoint2D>, float, int, FilNet.LensDistortionModelType, float, float?, FilNet.LineScanCameraModel, float, float, float, IList<FilNet.Segment2D>) | Finds the line scan camera intrinsic parameters from calibration grid. |
  | CalibrateCamera_Pinhole(IList<IList<FilNet.AnnotatedPoint2D>>, int, int, FilNet.LensDistortionModelType, float, FilNet.PinholeCameraModel) | Finds the camera intrinsic parameters from calibration grids. Uses pinhole camera model (perspective camera). |
  | CalibrateCamera_Pinhole(IList<IList<FilNet.AnnotatedPoint2D>>, int, int, FilNet.LensDistortionModelType, float, float?, FilNet.PinholeCameraModel) | Finds the camera intrinsic parameters from calibration grids. Uses pinhole camera model (perspective camera). |
  | CalibrateCamera_Pinhole(IList<IList<FilNet.AnnotatedPoint2D>>, int, int, FilNet.LensDistortionModelType, float, float?, FilNet.PinholeCameraModel, NullableRef<FilNet.PinholeCameraModel>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<FilNet.Segment2D>>>) | Finds the camera intrinsic parameters from calibration grids. Uses pinhole camera model (perspective camera). |
  | CalibrateCamera_Pinhole(IList<IList<FilNet.AnnotatedPoint2D>>, int, int, FilNet.LensDistortionModelType, float, float?, FilNet.PinholeCameraModel, FilNet.PinholeCameraModel, float, IList<float>, IList<List<FilNet.Segment2D>>) | Finds the camera intrinsic parameters from calibration grids. Uses pinhole camera model (perspective camera). |
  | CalibrateCamera_Telecentric(IList<IList<FilNet.AnnotatedPoint2D>>, float, int, int, FilNet.LensDistortionModelType, float, FilNet.TelecentricCameraModel) | Finds the telecentric camera intrinsic parameters from calibration grids. |
  | CalibrateCamera_Telecentric(IList<IList<FilNet.AnnotatedPoint2D>>, float, int, int, FilNet.LensDistortionModelType, float, FilNet.TelecentricCameraModel, NullableRef<FilNet.TelecentricCameraModel>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<FilNet.Segment2D>>>) | Finds the telecentric camera intrinsic parameters from calibration grids. |
  | CalibrateCamera_Telecentric(IList<IList<FilNet.AnnotatedPoint2D>>, float, int, int, FilNet.LensDistortionModelType, float, FilNet.TelecentricCameraModel, FilNet.TelecentricCameraModel, float, IList<float>, IList<List<FilNet.Segment2D>>) | Finds the telecentric camera intrinsic parameters from calibration grids. |
  | CalibrateEyeInHand(IList<FilNet.Matrix>, IList<FilNet.Matrix>, IList<FilNet.Matrix>, IList<FilNet.Matrix>, FilNet.HandEyeCalibrationMethod, FilNet.Matrix, FilNet.Matrix) | Computes Hand-Eye calibration matrices. |
  | CalibrateWorldPlane_Default(IList<FilNet.AnnotatedPoint2D>, float, float, FilNet.RectificationTransform) | Finds the image to world plane transformation parameters from world plane calibration grid. World plane origin and axes are unspecified. |
  | CalibrateWorldPlane_Default(IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float, float, FilNet.RectificationTransform) | Finds the image to world plane transformation parameters from world plane calibration grid. World plane origin and axes are unspecified. |
  | CalibrateWorldPlane_Default(IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float, float, FilNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<FilNet.Segment2D>>) | Finds the image to world plane transformation parameters from world plane calibration grid. World plane origin and axes are unspecified. |
  | CalibrateWorldPlane_Default(IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float, float, FilNet.RectificationTransform, float, float, IList<FilNet.Segment2D>) | Finds the image to world plane transformation parameters from world plane calibration grid. World plane origin and axes are unspecified. |
  | CalibrateWorldPlane_Labeled(IList<FilNet.AnnotatedPoint2D>, IList<FilNet.AnnotatedPoint2D>, float, bool, FilNet.RectificationTransform) | Finds the image to world plane transformation parameters using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid. |
  | CalibrateWorldPlane_Labeled(IList<FilNet.AnnotatedPoint2D>, IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float?, float, bool, FilNet.RectificationTransform) | Finds the image to world plane transformation parameters using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid. |
  | CalibrateWorldPlane_Labeled(IList<FilNet.AnnotatedPoint2D>, IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float?, float, bool, FilNet.RectificationTransform, IList<FilNet.AnnotatedPoint2D>, float?, float, float, float, IList<FilNet.Segment2D>) | Finds the image to world plane transformation parameters using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid. |
  | CalibrateWorldPlane_Labeled(IList<FilNet.AnnotatedPoint2D>, IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float?, float, bool, FilNet.RectificationTransform, NullableRef<List<FilNet.AnnotatedPoint2D>>, NullableRef<NullableValue<float>>, NullableValue<float>, NullableValue<float>, NullableValue<float>, NullableRef<List<FilNet.Segment2D>>) | Finds the image to world plane transformation parameters using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid. |
  | CalibrateWorldPlane_Manual(IList<FilNet.Point2D>, IList<FilNet.Point2D>, float, FilNet.RectificationTransform) | Finds the image to world plane transformation parameters. Image and their corresponding world points are directly specified (no grid needed). |
  | CalibrateWorldPlane_Manual(IList<FilNet.Point2D>, IList<FilNet.Point2D>, NullableRef<FilNet.AnyCameraModel>, float, FilNet.RectificationTransform) | Finds the image to world plane transformation parameters. Image and their corresponding world points are directly specified (no grid needed). |
  | CalibrateWorldPlane_Manual(IList<FilNet.Point2D>, IList<FilNet.Point2D>, NullableRef<FilNet.AnyCameraModel>, float, FilNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<FilNet.Segment2D>>) | Finds the image to world plane transformation parameters. Image and their corresponding world points are directly specified (no grid needed). |
  | CalibrateWorldPlane_Manual(IList<FilNet.Point2D>, IList<FilNet.Point2D>, NullableRef<FilNet.AnyCameraModel>, float, FilNet.RectificationTransform, float, float, IList<FilNet.Segment2D>) | Finds the image to world plane transformation parameters. Image and their corresponding world points are directly specified (no grid needed). |
  | CalibrateWorldPlane_Multigrid(IList<IList<FilNet.AnnotatedPoint2D>>, IList<IList<FilNet.AnnotatedPoint2D>>, float, bool, FilNet.RectificationTransform) | Finds the image to world plane transformation parameters using multiple grids, using sparse world coordinate information. |
  | CalibrateWorldPlane_Multigrid(IList<IList<FilNet.AnnotatedPoint2D>>, IList<IList<FilNet.AnnotatedPoint2D>>, NullableRef<FilNet.AnyCameraModel>, float?, float, bool, FilNet.RectificationTransform) | Finds the image to world plane transformation parameters using multiple grids, using sparse world coordinate information. |
  | CalibrateWorldPlane_Multigrid(IList<IList<FilNet.AnnotatedPoint2D>>, IList<IList<FilNet.AnnotatedPoint2D>>, NullableRef<FilNet.AnyCameraModel>, float?, float, bool, FilNet.RectificationTransform, IList<List<FilNet.AnnotatedPoint2D>>, float?, float, float, IList<float>, IList<List<FilNet.Segment2D>>, IList<float>, IList<FilNet.Vector2D>) | Finds the image to world plane transformation parameters using multiple grids, using sparse world coordinate information. |
  | CalibrateWorldPlane_Multigrid(IList<IList<FilNet.AnnotatedPoint2D>>, IList<IList<FilNet.AnnotatedPoint2D>>, NullableRef<FilNet.AnyCameraModel>, float?, float, bool, FilNet.RectificationTransform, NullableRef<List<List<FilNet.AnnotatedPoint2D>>>, NullableRef<NullableValue<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<FilNet.Segment2D>>>, NullableRef<List<float>>, NullableRef<List<FilNet.Vector2D>>) | |
  | CalibrateWorldPlane_OffgridOrigin(IList<FilNet.AnnotatedPoint2D>, float, float, FilNet.RectificationTransform) | Finds the image to world plane transformation matrix, with world origin and axes specified in the image coordinates. |
  | CalibrateWorldPlane_OffgridOrigin(IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float, float, FilNet.Point2D?, FilNet.Point2D?, FilNet.RectificationTransform) | Finds the image to world plane transformation matrix, with world origin and axes specified in the image coordinates. |
  | CalibrateWorldPlane_OffgridOrigin(IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float, float, FilNet.Point2D?, FilNet.Point2D?, FilNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<FilNet.Segment2D>>) | Finds the image to world plane transformation matrix, with world origin and axes specified in the image coordinates. |
  | CalibrateWorldPlane_OffgridOrigin(IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float, float, FilNet.Point2D?, FilNet.Point2D?, FilNet.RectificationTransform, float, float, IList<FilNet.Segment2D>) | Finds the image to world plane transformation matrix, with world origin and axes specified in the image coordinates. |
  | ChargeImageMemoryPools(IList<int>, bool) | Preallocates memory buffers for images. |
  | CheckLicense(FilNet.ProductType, bool) | Check license for a specified module. |
  | CheckPresence_EdgeAmount(FilNet.Image, FilNet.ShapeRegion, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, int, int, float, float, bool) | Verifies object presence by analysing the amount of edges in the specified region. |
  | CheckPresence_EdgeAmount(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, int, int, float, float, bool) | Verifies object presence by analysing the amount of edges in the specified region. |
  | CheckPresence_EdgeAmount(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, int, int, float, float, bool, NullableValue<float>, NullableRef<FilNet.Region>, NullableRef<FilNet.ShapeRegion>) | Verifies object presence by analysing the amount of edges in the specified region. |
  | CheckPresence_EdgeAmount(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, int, int, float, float, bool, float, FilNet.Region, FilNet.ShapeRegion) | Verifies object presence by analysing the amount of edges in the specified region. |
  | CheckPresence_Intensity(FilNet.Image, FilNet.ShapeRegion, float?, float?, float, bool) | Verifies object presence by analysing pixel intensities in the specified region. |
  | CheckPresence_Intensity(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, float?, float?, float, float?, bool) | Verifies object presence by analysing pixel intensities in the specified region. |
  | CheckPresence_Intensity(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, float?, float?, float, float?, bool, NullableValue<float>, NullableValue<float>, NullableRef<FilNet.ShapeRegion>) | Verifies object presence by analysing pixel intensities in the specified region. |
  | CheckPresence_Intensity(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, float?, float?, float, float?, bool, float, float, FilNet.ShapeRegion) | Verifies object presence by analysing pixel intensities in the specified region. |
  | CheckPresence_PixelAmount(FilNet.Image, FilNet.ShapeRegion, FilNet.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(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, FilNet.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(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, FilNet.HSxColorModel, int, int, int, int?, float?, float?, float, float, bool, NullableValue<float>, NullableRef<FilNet.Region>, NullableRef<FilNet.ShapeRegion>) | Verifies object presence by analysing the amount of pixels that meet the specified criteria. |
  | CheckPresence_PixelAmount(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, FilNet.HSxColorModel, int, int, int, int?, float?, float?, float, float, bool, NullableValue<float>, NullableRef<FilNet.Region>, NullableRef<FilNet.ShapeRegion>, FilNet.Image) | Verifies object presence by analysing the amount of pixels that meet the specified criteria. |
  | CheckPresence_PixelAmount(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, FilNet.HSxColorModel, int, int, int, int?, float?, float?, float, float, bool, float, FilNet.Region, FilNet.ShapeRegion, FilNet.Image) | Verifies object presence by analysing the amount of pixels that meet the specified criteria. |
  | Circle2DToCircle3D_AxesPlane(FilNet.Circle2D, FilNet.PlaneType, float, FilNet.Circle3D) | Projects a 2D circle onto a plane defined by 3D coordinate axes. |
  | Circle2DToCircle3D_AxesPlane(FilNet.Circle2D, FilNet.PlaneType, float, FilNet.Circle3D, NullableValue<FilNet.Plane3D>) | Projects a 2D circle onto a plane defined by 3D coordinate axes. |
  | Circle2DToCircle3D_AxesPlane(FilNet.Circle2D, FilNet.PlaneType, float, FilNet.Circle3D, FilNet.Plane3D) | Projects a 2D circle onto a plane defined by 3D coordinate axes. |
  | Circle2DToCircle3D(FilNet.Circle2D, FilNet.Circle3D) | Converts a circle in 2D to a circle in 3D. |
  | Circle2DToEllipse2D(FilNet.Circle2D, FilNet.Ellipse2D) | Converts a circle to an ellipse. |
  | Circle2DToRing2D(FilNet.Circle2D, FilNet.Ring2D) | Converts a circle to a full circle ring. |
  | Circle2DToShapeRegionDeprecated(FilNet.Circle2D, FilNet.ShapeRegionDeprecated) | |
  | Circle2DToShapeRegion(FilNet.Circle2D, FilNet.ShapeRegion) | Converts a circle to region of interest. |
  | Circle3DArea(FilNet.Circle3D, float) | Computes the area of a circle in 3D. |
  | Circle3DBoundingBox(FilNet.Circle3D, FilNet.Box3D) | Computes the smallest box in 3D containing a circle in 3D. |
  | Circle3DPerimeterLength(FilNet.Circle3D, float) | Computes the length of a circle in 3D perimeter. |
  | Circle3DToCircle2D_AxesPlane(FilNet.Circle3D, FilNet.PlaneType, FilNet.Circle2D) | Projects a 3D circle onto a plane defined by coordinate axes. |
  | Circle3DToCircle2D_AxesPlane(FilNet.Circle3D, FilNet.PlaneType, FilNet.Circle2D, NullableValue<FilNet.Plane3D>) | Projects a 3D circle onto a plane defined by coordinate axes. |
  | Circle3DToCircle2D_AxesPlane(FilNet.Circle3D, FilNet.PlaneType, FilNet.Circle2D, FilNet.Plane3D) | Projects a 3D circle onto a plane defined by coordinate axes. |
  | Circle3DToCircle2D(FilNet.Circle3D, FilNet.Circle2D) | Converts a circle in 3D to a circle in 2D by ignoring its Z coordinates and tilt. |
  | CircleArea(FilNet.Circle2D, float) | Computes the area of a circle. |
  | CircleBoundingBox(FilNet.Circle2D, FilNet.Box) | Computes the smallest box containing a circle. |
  | CircleBoundingRectangle(FilNet.Circle2D, FilNet.Rectangle2D) | Computes the smallest rectangle containing a circle. |
  | CircleBoundingRectangle(FilNet.Circle2D, float?, FilNet.Rectangle2D) | Computes the smallest rectangle containing a circle. |
  | CircleBoundingRectangle(FilNet.Circle2D, float?, FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | Computes the smallest rectangle containing a circle. |
  | CircleBoundingRectangle(FilNet.Circle2D, float?, FilNet.Rectangle2D, FilNet.Point2D, float, float) | Computes the smallest rectangle containing a circle. |
  | CircleCharacteristicPoint(FilNet.Circle2D, FilNet.Anchor2D, FilNet.Point2D) | Returns a characteristic point (e.g. the top-left) of a box containing the input circle. |
  | CircleCircleIntersection(FilNet.Circle2D, FilNet.Circle2D, FilNet.Point2D?, FilNet.Point2D?) | Computes common points of two circles. |
  | CirclePerimeterLength(FilNet.Circle2D, float) | Computes the length of a circle perimeter. |
  | CirclePlaneIntersection3D(FilNet.Circle3D, FilNet.Plane3D, FilNet.Point3D?, FilNet.Point3D?) | Computes common points of a circle in 3D and a plane. |
  | CircleSection(FilNet.Circle2D, float, float, FilNet.Arc2D) | Computes an arciform section of the circle perimeter. |
  | CircleTangents(FilNet.Circle2D, FilNet.Point2D, FilNet.Line2D?, FilNet.Line2D?) | Computes circle tangent lines passing through a point. |
  | CircleThroughPoints3D(FilNet.Point3D, FilNet.Point3D, FilNet.Point3D, INullable<FilNet.Circle3D>) | Computes a circle in 3D passing through three noncollinear 3D points. |
  | CircleThroughPoints(FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Circle2D?) | Computes a circle passing through three noncollinear points. |
  | CircleToCircleDistance(FilNet.Circle2D, FilNet.Circle2D, float, float) | Measures the distance between two circles. |
  | CircleToCircleDistance(FilNet.Circle2D, FilNet.Circle2D, float, float, NullableValue<FilNet.Segment2D>) | Measures the distance between two circles. |
  | CircleToCircleDistance(FilNet.Circle2D, FilNet.Circle2D, float, float, FilNet.Segment2D) | Measures the distance between two circles. |
  | CircleToPlaneDistance3D(FilNet.Circle3D, FilNet.Plane3D, float, float) | Measures the distance between a circle in 3D and a plane. |
  | CircleToPlaneDistance3D(FilNet.Circle3D, FilNet.Plane3D, float, float, INullable<FilNet.Segment3D>, NullableValue<float>) | Measures the distance between a circle in 3D and a plane. |
  | CircleToPlaneDistance3D(FilNet.Circle3D, FilNet.Plane3D, float, float, FilNet.Segment3D, float) | Measures the distance between a circle in 3D and a plane. |
  | ClassifyPaths(IList<FilNet.Path>, FilNet.PathFilter, FilNet.PathFeature, float?, float?, NullableRef<SafeList<FilNet.Path>>, NullableRef<SafeList<FilNet.Path>>, NullableRef<SafeList<FilNet.Path>>, NullableRef<SafeList<FilNet.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<FilNet.Region>, FilNet.RegionFeature, float?, float?, NullableRef<SafeList<FilNet.Region>>, NullableRef<SafeList<FilNet.Region>>, NullableRef<SafeList<FilNet.Region>>, NullableRef<SafeList<FilNet.Region>>, NullableRef<List<float>>) | Splits an array of regions according to the selected feature and range. |
  | ClearImage(FilNet.Image, FilNet.Pixel) | Sets image pixels in ROI to the specified value. |
  | ClearImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel) | Sets image pixels in ROI to the specified value. |
  | ClipPixels(FilNet.Image, FilNet.Image) | Sets pixels below the low value to the low value and above the high value to the high value. |
  | ClipPixels(FilNet.Image, NullableRef<FilNet.Region>, float?, float?, FilNet.Image) | Sets pixels below the low value to the low value and above the high value to the high value. |
  | ClipProfileValues(FilNet.Profile) | Applies limits to profile values. |
  | ClipProfileValues(FilNet.Profile, FilNet.Range?, float?, float?) | Applies limits to profile values. |
  | CloseGPUProcessing() | |
  | CloseImage_AnyKernel(FilNet.Image, FilNet.Region, FilNet.Image) | Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion. |
  | CloseImage_AnyKernel(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.Region, FilNet.Location?, FilNet.Image) | Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion. |
  | CloseImage_Mask(FilNet.Image, FilNet.MorphologyKernel, FilNet.Image) | Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion. |
  | CloseImage_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.MorphologyKernel, FilNet.Image) | Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion. |
  | CloseImage(FilNet.Image, FilNet.KernelShape, int, FilNet.Image) | Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion. |
  | CloseImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image) | Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion. |
  | CloseImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image, FilNet.Region) | Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion. |
  | ClosePath(FilNet.Path) | Adds the segment connecting the last point with the first one in a path. |
  | CloseRegion_AnyKernel(FilNet.Region, FilNet.Region, FilNet.Region) | Performs a morphological closing on a region using an arbitrary kernel. |
  | CloseRegion(FilNet.Region, FilNet.KernelShape, int, FilNet.Region) | Performs a morphological closing on a region using selected predefined kernel. |
  | CloseRegion(FilNet.Region, FilNet.KernelShape, int, int?, FilNet.Region) | Performs a morphological closing on a region using selected predefined kernel. |
  | CloseSurfacePoints(FilNet.Surface, FilNet.KernelShape, int, FilNet.Surface) | Reconstructs missing points of the input surface by interpolating neighboring points. |
  | CloseSurfacePoints(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.KernelShape, int, int?, FilNet.Surface) | Reconstructs missing points of the input surface by interpolating neighboring points. |
  | ClusterData_KMeans(IList<IList<float>>, int, int, int, float, FilNet.KMeansClusteringMethod, FilNet.Matrix, IList<int>, float) | Clusters data using KMeans algorithm. |
  | ClusterPoints2D_SingleLink(IList<FilNet.Point2D>, IList<List<FilNet.Point2D>>) | Clusters data using hierarchical single-link algorithm. |
  | ClusterPoints2D_SingleLink(IList<FilNet.Point2D>, int?, float?, IList<List<FilNet.Point2D>>) | Clusters data using hierarchical single-link algorithm. |
  | ClusterPoints2D(IList<FilNet.Point2D>, int, int, int, IList<NullableRef<List<FilNet.Point2D>>>, IList<FilNet.Point2D?>, float) | Clusters 2D points using K Means Clustering method. |
  | ClusterPoints2D(IList<FilNet.Point2D>, int, int, int?, int, IList<NullableRef<List<FilNet.Point2D>>>, IList<FilNet.Point2D?>, float) | Clusters 2D points using K Means Clustering method. |
  | ClusterPoints3D(IList<FilNet.Point3D>, int, int, int, IList<NullableRef<List<FilNet.Point3D>>>, IList<FilNet.Point3D?>, float) | Clusters 3D points using K Means Clustering method. |
  | ClusterPoints3D(IList<FilNet.Point3D>, int, int, int?, int, IList<NullableRef<List<FilNet.Point3D>>>, IList<FilNet.Point3D?>, float) | Clusters 3D points using K Means Clustering method. |
  | CmykToRgb(FilNet.Image, FilNet.Image) | Converts color space from Cyan-Magenta-Yellow-Key into Red-Green-Blue. |
  | ColorDistanceImage(FilNet.Image, FilNet.Pixel, float, FilNet.Image) | Compares each pixel with the specified color using chromatic and non-chromatic information. |
  | ColorDistanceImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel, float, FilNet.Image) | Compares each pixel with the specified color using chromatic and non-chromatic information. |
  | ColorDistance_CIE76(FilNet.Pixel, FilNet.Pixel, float) | Compares two pixels using CIE76 delta E. Assumes RGB color space. |
  | ColorDistance_CIE94(FilNet.Pixel, FilNet.Pixel, float, float, float, float, float, float) | Compares two pixels using CIE94 delta E. Assumes RGB color space. |
  | ColorDistance_CIEDE2000(FilNet.Pixel, FilNet.Pixel, float, float, float, float) | Compares two pixels using CIEDE2000 delta E. Assumes RGB color space. |
  | ColorDistance(FilNet.Pixel, FilNet.Pixel, float, float) | Compares two pixels using chromatic and non-chromatic information. Assumes RGB color space. |
  | ColorizeImage(FilNet.ColorizeImageState, FilNet.Image, FilNet.ColorPalette, bool, int?, int?, FilNet.Image) | Shows a monochromatic image in false colors. |
  | ColorizeImage(FilNet.ColorizeImageState, FilNet.Image, NullableRef<FilNet.Region>, FilNet.ColorPalette, bool, int?, int?, FilNet.Image) | Shows a monochromatic image in false colors. |
  | ColorizeImage(FilNet.ColorizeImageState, FilNet.Image, NullableRef<FilNet.Region>, FilNet.ColorPalette, bool, int?, int?, FilNet.Image, FilNet.Image) | Shows a monochromatic image in false colors. |
  | CombineSpatialMaps(FilNet.SpatialMap, FilNet.SpatialMap, FilNet.SpatialMap) | Combines two spatial maps. |
  | CompareGoldenTemplate2(FilNet.Image, FilNet.GoldenTemplate2Model, float, float, FilNet.Region) | Compares an image with a multi-image model using an ensemble of image features approach. |
  | CompareGoldenTemplate_Edges(FilNet.Image, FilNet.EdgeGoldenTemplate, FilNet.CoordinateSystem2D, float, float, float, int, FilNet.Region, bool, FilNet.Region, FilNet.Region) | Compares image edges with the edges of a perfect template. Significant differences are considered defects. |
  | CompareGoldenTemplate_Edges(FilNet.Image, FilNet.EdgeGoldenTemplate, FilNet.CoordinateSystem2D, float, float?, float, float, int, FilNet.Region, bool, FilNet.Region, FilNet.Region) | Compares image edges with the edges of a perfect template. Significant differences are considered defects. |
  | CompareGoldenTemplate_Edges(FilNet.Image, FilNet.EdgeGoldenTemplate, FilNet.CoordinateSystem2D, float, float?, float, float, int, FilNet.Region, bool, FilNet.Region, FilNet.Region, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, NullableValue<FilNet.Rectangle2D>) | Compares image edges with the edges of a perfect template. Significant differences are considered defects. |
  | CompareGoldenTemplate_Edges(FilNet.Image, FilNet.EdgeGoldenTemplate, FilNet.CoordinateSystem2D, float, float?, float, float, int, FilNet.Region, bool, FilNet.Region, FilNet.Region, FilNet.Region, FilNet.Region, FilNet.Region, FilNet.Rectangle2D) | Compares image edges with the edges of a perfect template. Significant differences are considered defects. |
  | CompareGoldenTemplate_Intensity(FilNet.Image, FilNet.GrayGoldenTemplate, float, int, FilNet.Region, FilNet.Region, bool, FilNet.Region) | Compares an image with a template image considered to have no defects. |
  | CompareGoldenTemplate_Intensity(FilNet.Image, FilNet.GrayGoldenTemplate, FilNet.CoordinateSystem2D?, float, int, FilNet.Region, FilNet.Region, bool, FilNet.Region) | Compares an image with a template image considered to have no defects. |
  | CompareGoldenTemplate_Intensity(FilNet.Image, FilNet.GrayGoldenTemplate, FilNet.CoordinateSystem2D?, float, int, FilNet.Region, FilNet.Region, bool, FilNet.Region, NullableValue<FilNet.Rectangle2D>) | Compares an image with a template image considered to have no defects. |
  | CompareGoldenTemplate_Intensity(FilNet.Image, FilNet.GrayGoldenTemplate, FilNet.CoordinateSystem2D?, float, int, FilNet.Region, FilNet.Region, bool, FilNet.Region, FilNet.Rectangle2D) | Compares an image with a template image considered to have no defects. |
  | CompareImages_CVG(FilNet.Image, FilNet.Image, float, float, float, FilNet.Image) | Compares two images tile by tile using one of several available methods. |
  | CompareImages(FilNet.Image, FilNet.Image, FilNet.CompareMeasure, int, int, FilNet.Image) | Compares two images tile by tile using one of several available methods. |
  | ComposeImages(FilNet.Image, FilNet.Image, FilNet.Region, FilNet.Image) | Takes pixels from the first image within the specified region and from the other one elsewhere. |
  | ComposeImages(FilNet.Image, FilNet.Image, FilNet.Region, NullableRef<FilNet.Region>, FilNet.Image) | Takes pixels from the first image within the specified region and from the other one elsewhere. |
  | ConcatenatePaths_OfArray(IList<FilNet.Path>, bool, FilNet.Path) | Joins open paths of an array. |
  | ConcatenatePaths_OfLoop(FilNet.ConcatenatePaths_OfLoopState, FilNet.Path, bool, FilNet.Path) | Joins open paths appearing in consecutive iterations. |
  | ConcatenatePaths(FilNet.Path, FilNet.Path, FilNet.Path, FilNet.Path, bool, FilNet.Path) | Joins up to four open paths. |
  | ControlAVX2(bool, bool) | Enables or disables AVX2 cpu extension usage by other filters. |
  | ControlEdgeModelLimits(int?) | Limits the size of the EdgeModel objects created by CreateEdgeModel filter. |
  | ControlImageMemoryPools(bool) | Enables or disables deterministic image memory allocator. |
  | ControlParallelComputing(bool, int) | Enables or disables filters multithreading parallelization. |
  | ControlParallelComputing(bool, int?, int?, int) | Enables or disables filters multithreading parallelization. |
  | ControlSIMD(FilNet.SimdLevel) | Enables or disables SIMD cpu extension (e.g. SSE, AVX2, NEON) usage by other filters. This filter does not affect third party components e.g. camera software, OpenCV. |
  | ControlSIMD(FilNet.SimdLevel?, FilNet.SimdLevel) | Enables or disables SIMD cpu extension (e.g. SSE, AVX2, NEON) usage by other filters. This filter does not affect third party components e.g. camera software, OpenCV. |
  | ControlSSE(bool, bool) | Enables or disables SSE cpu extension usage by other filters. |
  | ConvertCoordinateSystem2DTo3D(FilNet.CoordinateSystem2D, FilNet.SurfaceFormat, FilNet.CoordinateSystem2D) | Converts a coordinate system connected with the surface image to a coordinate system connected with the surface. |
  | ConvertMatrixMapsToSpatialMap(FilNet.ImageFormat, FilNet.Matrix, FilNet.Matrix, FilNet.InterpolationMethod, bool, FilNet.SpatialMap) | Joins two matrices of coordinates to produce a SpatialMap for use in RemapImage. |
  | ConvertMatrixMapsToSpatialMap(FilNet.ImageFormat, FilNet.Matrix, FilNet.Matrix, FilNet.InterpolationMethod, bool, FilNet.SpatialMap, NullableRef<FilNet.Region>) | Joins two matrices of coordinates to produce a SpatialMap for use in RemapImage. |
  | ConvertMatrixMapsToSpatialMap(FilNet.ImageFormat, FilNet.Matrix, FilNet.Matrix, FilNet.InterpolationMethod, bool, FilNet.SpatialMap, FilNet.Region) | Joins two matrices of coordinates to produce a SpatialMap for use in RemapImage. |
  | ConvertPixelType(FilNet.Image, FilNet.PlainType, int, FilNet.Image) | Changes the type of pixel components. |
  | ConvertPixelType(FilNet.Image, NullableRef<FilNet.Region>, FilNet.PlainType, int, FilNet.Image) | Changes the type of pixel components. |
  | ConvertRectificationMap(FilNet.RectificationMap, int, FilNet.RectificationMap) | Converts a rectification map to a different format. |
  | ConvertRectificationMap(FilNet.RectificationMap, FilNet.PlainType?, int?, int, FilNet.RectificationMap) | Converts a rectification map to a different format. |
  | ConvertSpatialMapToMatrixMaps(FilNet.SpatialMap, bool, FilNet.Matrix, FilNet.Matrix) | Splits a spatial map into two matrices of source coordinates. |
  | ConvertSpatialMap_ToNearest(FilNet.SpatialMap, FilNet.SpatialMap) | Converts any spatial map to NearestNeighbour interpolation. |
  | ConvertSpatialMap(FilNet.SpatialMap, int, FilNet.SpatialMap) | Converts a spatial map to a different format. |
  | ConvertSpatialMap(FilNet.SpatialMap, FilNet.PlainType?, int?, int, FilNet.SpatialMap) | Converts a spatial map to a different format. |
  | ConvertSurfaceType(FilNet.Surface, FilNet.PlainType, FilNet.Surface) | Changes the point Z coordinate type. |
  | ConvertSurfaceType(FilNet.Surface, FilNet.PlainType, double?, double?, FilNet.Surface) | Changes the point Z coordinate type. |
  | ConvertToCumulativeHistogram(FilNet.Histogram, FilNet.Histogram) | Computes the cumulative histogram of input histogram. |
  | ConvertToEquidistantPath(FilNet.Path, float, FilNet.EquidistanceType, FilNet.Path) | Creates a new path whose characteristic points lie on the input path, but are equally spaced. |
  | ConvertToMultichannel(FilNet.Image, int, FilNet.Image) | Creates a multichannel image from a monochromatic one by replicating its channel. |
  | ConvertToMultichannel(FilNet.Image, NullableRef<FilNet.Region>, int, FilNet.Image) | Creates a multichannel image from a monochromatic one by replicating its channel. |
  | ConvolveImage(FilNet.Image, FilNet.Matrix, bool, FilNet.Image) | Computes a convolution of the input image with a user-specified mask. |
  | ConvolveImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Matrix, bool, FilNet.Location?, FilNet.Image) | Computes a convolution of the input image with a user-specified mask. |
  | ConvolveProfile(FilNet.Profile, IList<float>, bool, FilNet.Profile) | Applies a user-defined convolution to a profile. |
  | ConvolveProfile(FilNet.Profile, FilNet.Range?, IList<float>, bool, int?, FilNet.Profile) | Applies a user-defined convolution to a profile. |
  | CopyImageData(FilNet.Image, FilNet.Image) | Creates an image copy with the same size and pixel format. |
  | CopyImageData(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Creates an image copy with the same size and pixel format. |
  | CopyPixels(FilNet.Image, FilNet.Region, FilNet.Image) | Copies pixels from one image to another. |
  | CorrectGamma(FilNet.Image, float, FilNet.Image) | Performs gamma correction. |
  | CorrectGamma(FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Performs gamma correction. |
  | CreateAffineTransformMatrix(float, float, FilNet.Vector2D, float, float, float, FilNet.Matrix) | Creates affine transform matrix matrix. Return product of matrices: Translation * Rotation * Scale * Shearing. |
  | CreateArcFittingMap(FilNet.ImageFormat, FilNet.ArcFittingField, int, int, FilNet.SamplingParams, FilNet.ArcFittingMap) | Precomputes a data object that is required for fast arc fitting on images. |
  | CreateArcFittingMap(FilNet.ImageFormat, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.ArcFittingMap) | Precomputes a data object that is required for fast arc fitting on images. |
  | CreateArcFittingMap(FilNet.ImageFormat, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.ArcFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast arc fitting on images. |
  | CreateArcPath(FilNet.Arc2D, int, FilNet.Path) | Creates an open path containing cocircular, equidistant points. |
  | CreateArc(FilNet.Point2D, FilNet.Anchor2D, float, float, float, FilNet.Arc2D) | Creates an arc from an aligned point, radius, and angle range. |
  | CreateBicircularCurve(FilNet.Path, int, FilNet.Path) | Creates a bicircular curve passing through the points of the leading path. |
  | CreateBox3D(FilNet.Point3D, FilNet.Anchor3D, float, float, float, FilNet.Box3D) | Creates a box in 3D. |
  | CreateBoxBorderRegion(FilNet.Box, int, FilNet.BorderPosition, int, int, FilNet.Region) | Creates a frame-shaped region with given parameters. |
  | CreateBoxRegion(FilNet.Box, int, int, FilNet.Region) | Creates a rectangular region corresponding to a given box. |
  | CreateBox(FilNet.Location, FilNet.Anchor2D, int, int, FilNet.Box) | Creates a box. |
  | CreateCircleFittingMap3D(FilNet.SurfaceFormat, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.CircleFittingMap) | Precomputes a data object that is required for fast circle fitting on surfaces. |
  | CreateCircleFittingMap3D(FilNet.SurfaceFormat, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.CircleFittingMap) | Precomputes a data object that is required for fast circle fitting on surfaces. |
  | CreateCircleFittingMap3D(FilNet.SurfaceFormat, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.CircleFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast circle fitting on surfaces. |
  | CreateCircleFittingMap(FilNet.ImageFormat, FilNet.CircleFittingField, int, int, FilNet.SamplingParams, FilNet.CircleFittingMap) | Precomputes a data object that is required for fast circle fitting on images. |
  | CreateCircleFittingMap(FilNet.ImageFormat, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.CircleFittingMap) | Precomputes a data object that is required for fast circle fitting on images. |
  | CreateCircleFittingMap(FilNet.ImageFormat, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.CircleFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast circle fitting on images. |
  | CreateCirclePath(FilNet.Circle2D, int, FilNet.Path) | Creates a closed path containing cocircular, equidistant points. |
  | CreateCircleRegion(FilNet.Circle2D, int, int, FilNet.Region) | Creates a circular region corresponding to a given circle. |
  | CreateCircleRegion(FilNet.Circle2D, FilNet.CoordinateSystem2D?, int, int, FilNet.Region) | Creates a circular region corresponding to a given circle. |
  | CreateCircleRegion(FilNet.Circle2D, FilNet.CoordinateSystem2D?, int, int, FilNet.Region, FilNet.Circle2D) | Creates a circular region corresponding to a given circle. |
  | CreateCircleRegion(FilNet.Circle2D, FilNet.CoordinateSystem2D?, int, int, FilNet.Region, NullableValue<FilNet.Circle2D>) | Creates a circular region corresponding to a given circle. |
  | CreateCircle(FilNet.Point2D, FilNet.Anchor2D, float, FilNet.Circle2D) | Creates a circle from an aligned point and radius. |
  | CreateCoordinateSystemFromPoint(FilNet.Point2D, float, float, float, FilNet.CoordinateSystem2D) | Creates a coordinate system with the specified origin. |
  | CreateCoordinateSystemFromRectangle(FilNet.Rectangle2D, FilNet.Anchor2D, float, float, float, FilNet.CoordinateSystem2D) | Creates a coordinate system from a rectangle. |
  | CreateCoordinateSystemFromSegment(FilNet.Segment2D, float, float, float, float, FilNet.CoordinateSystem2D) | Creates a coordinate system with the origin on a given segment. |
  | CreateCoordinateSystemFromTwoPoints(FilNet.Point2D, FilNet.Point2D, float, float, float, FilNet.CoordinateSystem2D) | Creates a coordinate system with two points on its axes. |
  | CreateCoordinateSystemFromVector(FilNet.Vector2D, float, float, float, FilNet.CoordinateSystem2D) | Creates a coordinate system from a vector. |
  | CreateCrossRegion(FilNet.Box, int, int, FilNet.Region) | Creates a cross-shaped region with given parameters. |
  | CreateCylinderMap(FilNet.ImageFormat, FilNet.Rectangle2D, float, int?, int?, int, FilNet.InterpolationMethod, FilNet.CylinderMappingMode, FilNet.SpatialMap) | Creates a spatial map for transformations from a cylinder surface to a flat rectangle. |
  | CreateCylinderMap(FilNet.ImageFormat, FilNet.Rectangle2D, float, FilNet.Point2D?, int?, int?, int, FilNet.InterpolationMethod, FilNet.CylinderMappingMode, FilNet.SpatialMap) | Creates a spatial map for transformations from a cylinder surface to a flat rectangle. |
  | CreateCylinderMap(FilNet.ImageFormat, FilNet.Rectangle2D, float, FilNet.Point2D?, int?, int?, int, FilNet.InterpolationMethod, FilNet.CylinderMappingMode, FilNet.SpatialMap, NullableRef<FilNet.Region>) | Creates a spatial map for transformations from a cylinder surface to a flat rectangle. |
  | CreateCylinderMap(FilNet.ImageFormat, FilNet.Rectangle2D, float, FilNet.Point2D?, int?, int?, int, FilNet.InterpolationMethod, FilNet.CylinderMappingMode, FilNet.SpatialMap, FilNet.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 the input set to test and train subsets, trying to maintain balance in class distribution. |
  | CreateEdgeModel1(FilNet.Image, int, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel1(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel1(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel>, NullableRef<NullableValue<FilNet.Point2D>>, NullableRef<NullableRef<SafeList<FilNet.Path>>>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel1(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel>, FilNet.Point2D?, INullable<SafeList<FilNet.Path>>, INullable<SafeList<FilNet.Image>>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel1(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel>, NullableRef<NullableValue<FilNet.Point2D>>, NullableRef<NullableRef<SafeList<FilNet.Path>>>, INullable<SafeList<FilNet.Image>>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel2(FilNet.Image, int, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel2>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel2(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel2>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel2(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel2>, NullableRef<NullableValue<FilNet.Point2D>>, NullableRef<NullableRef<SafeList<FilNet.Path>>>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel2(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel2>, FilNet.Point2D?, INullable<SafeList<FilNet.Path>>, INullable<SafeList<FilNet.Image>>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel2(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel2>, NullableRef<NullableValue<FilNet.Point2D>>, NullableRef<NullableRef<SafeList<FilNet.Path>>>, INullable<SafeList<FilNet.Image>>) | Creates a model for edge-based template matching. |
  | CreateEllipsePath(FilNet.Point2D, float, float, int, FilNet.Path) | Creates a closed path containing elliptical, equidistant points. |
  | CreateEllipseRegion(FilNet.Rectangle2D, int, int, FilNet.Region) | Creates an elliptic region of given bounding rectangle. |
  | CreateEllipseRegion(FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, int, int, FilNet.Region) | Creates an elliptic region of given bounding rectangle. |
  | CreateEllipseRegion(FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, int, int, FilNet.Region, NullableValue<FilNet.Rectangle2D>) | Creates an elliptic region of given bounding rectangle. |
  | CreateEllipseRegion(FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, int, int, FilNet.Region, FilNet.Rectangle2D) | Creates an elliptic region of given bounding rectangle. |
  | CreateFlatSurface(int, int, FilNet.PlainType, double, double, double, double, double, double, FilNet.Surface) | Creates a uniform surface. |
  | CreateFlatSurface(int, int, FilNet.PlainType, double, double, double, double, double, double, double?, FilNet.Surface) | Creates a uniform surface. |
  | CreateGammaCorrectionLut(float, FilNet.PlainType, FilNet.PixelLut) | Creates Look Up Table for gamma correction operation on image pixels. |
  | CreateGoldenTemplate2(IList<FilNet.Image>, int, int, int, int, int, float, FilNet.GoldenTemplate2Model) | Create a model to be used with CompareGoldenTemplate2 filter. |
  | CreateGoldenTemplate2(IList<FilNet.Image>, NullableRef<FilNet.Region>, int, int, int, int, int, float, FilNet.GoldenTemplate2Model) | Create a model to be used with CompareGoldenTemplate2 filter. |
  | CreateGoldenTemplate_Edges(FilNet.Image, float, float, float, FilNet.EdgeGoldenTemplate) | Creates golden template for application in CompareGoldenTemplate_Edges filter. |
  | CreateGoldenTemplate_Edges(FilNet.Image, FilNet.Rectangle2D?, NullableRef<FilNet.Region>, FilNet.CoordinateSystem2D?, float, float?, float, float, FilNet.EdgeGoldenTemplate) | Creates golden template for application in CompareGoldenTemplate_Edges filter. |
  | CreateGoldenTemplate_Edges(FilNet.Image, FilNet.Rectangle2D?, NullableRef<FilNet.Region>, FilNet.CoordinateSystem2D?, float, float?, float, float, FilNet.EdgeGoldenTemplate, FilNet.Image, FilNet.Region, FilNet.Region) | Creates golden template for application in CompareGoldenTemplate_Edges filter. |
  | CreateGoldenTemplate_Intensity(FilNet.Image, float, int, FilNet.GrayGoldenTemplate) | Creates golden template for application in CompareGoldenTemplate_Intensity filter. |
  | CreateGoldenTemplate_Intensity(FilNet.Image, FilNet.Rectangle2D?, NullableRef<FilNet.Region>, FilNet.CoordinateSystem2D?, float, int, FilNet.GrayGoldenTemplate) | Creates golden template for application in CompareGoldenTemplate_Intensity filter. |
  | CreateGoldenTemplate_Intensity(FilNet.Image, FilNet.Rectangle2D?, NullableRef<FilNet.Region>, FilNet.CoordinateSystem2D?, float, int, FilNet.GrayGoldenTemplate, FilNet.Image, FilNet.Region, FilNet.Region) | Creates golden template for application in CompareGoldenTemplate_Intensity filter. |
  | CreateGrayModel2(FilNet.Image, int, float, float, float, float, float, float, FilNet.GrayModel2) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel2(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, FilNet.GrayModel2) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel2(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, FilNet.GrayModel2, NullableValue<FilNet.Point2D>) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel2(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, FilNet.GrayModel2, NullableValue<FilNet.Point2D>, IList<FilNet.Image>) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel2(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, FilNet.GrayModel2, FilNet.Point2D, IList<FilNet.Image>) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel(FilNet.Image, int, float, float, float, float, float, float, FilNet.GrayModel) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, FilNet.GrayModel) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, FilNet.GrayModel, NullableValue<FilNet.Point2D>) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, FilNet.GrayModel, NullableValue<FilNet.Point2D>, IList<FilNet.Image>) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, FilNet.GrayModel, FilNet.Point2D, IList<FilNet.Image>) | Creates a model for NCC or SAD template matching. |
  | CreateGridRegion(FilNet.Box, int, int, int, int, FilNet.Region) | Creates a grid-shaped region with given parameters. |
  | CreateHistogram(IList<float>, float, bool, FilNet.Histogram) | Creates the histogram of the array of real numbers. |
  | CreateHistogram(IList<float>, NullableRef<IList<double>>, float?, float, int?, bool, FilNet.Histogram) | Creates the histogram of the array of real numbers. |
  | CreateImageFromPoint3DGrid(FilNet.Point3DGrid, float, float, float, FilNet.Image) | Creates a depth image from the Z-values of the input point grid. |
  | CreateImageFromSurface_AnyScales(FilNet.Surface, FilNet.PlainType, FilNet.Image) | Creates a depth image from the Z-values of the input surface. |
  | CreateImageFromSurface_AnyScales(FilNet.Surface, FilNet.PlainType, double?, double?, double?, double?, double?, double?, float?, FilNet.Image) | Creates a depth image from the Z-values of the input surface. |
  | CreateImageFromSurface_AnyScales(FilNet.Surface, FilNet.PlainType, double?, double?, double?, double?, double?, double?, float?, FilNet.Image, INullable<FilNet.SurfaceFormat>) | Creates a depth image from the Z-values of the input surface. |
  | CreateImageFromSurface(FilNet.Surface, FilNet.PlainType, FilNet.ResampleSurfaceMode, FilNet.Image) | Creates a depth image from the Z-values of the input surface. |
  | CreateImageFromSurface(FilNet.Surface, FilNet.PlainType, FilNet.ResampleSurfaceMode, double?, double?, double?, double?, float?, FilNet.Image) | Creates a depth image from the Z-values of the input surface. |
  | CreateImageFromSurface(FilNet.Surface, FilNet.PlainType, FilNet.ResampleSurfaceMode, double?, double?, double?, double?, float?, FilNet.Image, INullable<FilNet.SurfaceFormat>) | Creates a depth image from the Z-values of the input surface. |
  | CreateImageInversePolarTransformMap(FilNet.ImageFormat, FilNet.Point2D, FilNet.PolarSpaceType, FilNet.InterpolationMethod, FilNet.SpatialMap) | Creates a spatial map representing an image inverse polar transform. |
  | CreateImageInversePolarTransformMap(FilNet.ImageFormat, FilNet.Point2D, FilNet.PolarSpaceType, FilNet.InterpolationMethod, FilNet.SpatialMap, NullableRef<FilNet.Region>) | Creates a spatial map representing an image inverse polar transform. |
  | CreateImageInversePolarTransformMap(FilNet.ImageFormat, FilNet.Point2D, FilNet.PolarSpaceType, FilNet.InterpolationMethod, FilNet.SpatialMap, FilNet.Region) | Creates a spatial map representing an image inverse polar transform. |
  | CreateImagePolarTransformMap(FilNet.ImageFormat, FilNet.Point2D, FilNet.PolarSpaceType, FilNet.InterpolationMethod, FilNet.SpatialMap) | Creates a spatial map representing an image polar transform. |
  | CreateImagePolarTransformMap(FilNet.ImageFormat, FilNet.Point2D, FilNet.PolarSpaceType, FilNet.InterpolationMethod, FilNet.SpatialMap, NullableRef<FilNet.Region>) | Creates a spatial map representing an image polar transform. |
  | CreateImagePolarTransformMap(FilNet.ImageFormat, FilNet.Point2D, FilNet.PolarSpaceType, FilNet.InterpolationMethod, FilNet.SpatialMap, FilNet.Region) | Creates a spatial map representing an image polar transform. |
  | CreateImagePyramid_Gauss(FilNet.Image, FilNet.GaussKernel, int, int, FilNet.DownsampleFunction, IList<FilNet.Image>) | Creates an array of images, each downsampled from the previous, gauss-smoothed one. |
  | CreateImagePyramid(FilNet.Image, int, int, FilNet.DownsampleFunction, IList<FilNet.Image>) | Creates an array of images, each downsampled from the previous one. |
  | CreateImageResizeMap(FilNet.ImageFormat, int, int, FilNet.InterpolationMethod, FilNet.SpatialMap) | Creates a spatial map representing an image resizing. |
  | CreateImageResizeMap(FilNet.ImageFormat, int, int, FilNet.InterpolationMethod, FilNet.SpatialMap, NullableRef<FilNet.Region>) | Creates a spatial map representing an image resizing. |
  | CreateImageResizeMap(FilNet.ImageFormat, int, int, FilNet.InterpolationMethod, FilNet.SpatialMap, FilNet.Region) | Creates a spatial map representing an image resizing. |
  | CreateImageRotationMap(FilNet.ImageFormat, float, FilNet.RotationSizeMode, FilNet.InterpolationMethod, FilNet.SpatialMap) | Creates a spatial map representing an image rotation. |
  | CreateImageRotationMap(FilNet.ImageFormat, float, FilNet.RotationSizeMode, FilNet.InterpolationMethod, FilNet.SpatialMap, NullableRef<FilNet.Region>) | Creates a spatial map representing an image rotation. |
  | CreateImageRotationMap(FilNet.ImageFormat, float, FilNet.RotationSizeMode, FilNet.InterpolationMethod, FilNet.SpatialMap, FilNet.Region) | Creates a spatial map representing an image rotation. |
  | CreateImageTiles_AsBoxes(FilNet.Size, int, FilNet.OverflowControl, IList<FilNet.Box>, int, int) | Generates an array of boxes covering the area of an image. |
  | CreateImageTiles_AsBoxes(FilNet.Size, int, int?, int?, int?, FilNet.OverflowControl, IList<FilNet.Box>, int, int) | Generates an array of boxes covering the area of an image. |
  | CreateImageTiles(FilNet.Size, int, FilNet.OverflowControl, IList<FilNet.Region>, IList<FilNet.Box>, int, int) | Generates an array of regions and an array of boxes covering the area of an image. |
  | CreateImageTiles(FilNet.Size, int, int?, int?, int?, FilNet.OverflowControl, IList<FilNet.Region>, IList<FilNet.Box>, int, int) | Generates an array of regions and an array of boxes covering the area of an image. |
  | CreateLineRegion(FilNet.Line2D, float, int, int, FilNet.Region) | Creates a line region. |
  | CreateLineRegion(FilNet.Line2D, FilNet.CoordinateSystem2D?, float, int, int, FilNet.Region) | Creates a line region. |
  | CreateLineRegion(FilNet.Line2D, FilNet.CoordinateSystem2D?, float, int, int, FilNet.Region, FilNet.Line2D) | Creates a line region. |
  | CreateLineRegion(FilNet.Line2D, FilNet.CoordinateSystem2D?, float, int, int, FilNet.Region, NullableValue<FilNet.Line2D>) | Creates a line region. |
  | CreateLogarithmLut(float, bool, FilNet.PlainType, FilNet.PixelLut) | Creates Look Up Table for logarithm operation on image pixels. |
  | CreateLogarithmLut(float?, float, bool, FilNet.PlainType, FilNet.PixelLut) | Creates Look Up Table for logarithm operation on image pixels. |
  | CreateMatrixTransformMap(FilNet.ImageFormat, FilNet.Matrix, FilNet.InterpolationMethod, FilNet.SpatialMap) | Creates a spatial map which performs transform defined as a 3x3 homography matrix. |
  | CreateMatrixTransformMap(FilNet.ImageFormat, NullableRef<FilNet.Region>, FilNet.Matrix, FilNet.Size?, FilNet.InterpolationMethod, FilNet.SpatialMap) | Creates a spatial map which performs transform defined as a 3x3 homography matrix. |
  | CreateMeasurementMap(FilNet.ImageFormat, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>) | (Pre)computes image sampling locations used by MeasureObjectWidth function. |
  | CreateMeasurementMap(FilNet.ImageFormat, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>) | (Pre)computes image sampling locations used by MeasureObjectWidth function. |
  | CreateMeasurementMap(FilNet.ImageFormat, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>, NullableValue<FilNet.SegmentScanField>) | (Pre)computes image sampling locations used by MeasureObjectWidth function. |
  | CreateMeasurementMap(FilNet.ImageFormat, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>, NullableValue<FilNet.SegmentScanField>, IList<FilNet.Segment2D>) | (Pre)computes image sampling locations used by MeasureObjectWidth function. |
  | CreateMeasurementMap(FilNet.ImageFormat, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>, FilNet.SegmentScanField, IList<FilNet.Segment2D>) | (Pre)computes image sampling locations used by MeasureObjectWidth function. |
  | CreatePathBorderRegion(FilNet.Path, float, FilNet.BorderPosition, int, int, FilNet.Region) | Creates a region along a given path. The region may be internal or external to the path. |
  | CreatePathBorderRegion(FilNet.Path, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region) | Creates a region along a given path. The region may be internal or external to the path. |
  | CreatePathBorderRegion(FilNet.Path, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region, NullableRef<FilNet.Path>) | Creates a region along a given path. The region may be internal or external to the path. |
  | CreatePathBorderRegion(FilNet.Path, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region, FilNet.Path) | Creates a region along a given path. The region may be internal or external to the path. |
  | CreatePathFittingMap3D(FilNet.SurfaceFormat, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.PathFittingMap) | Precomputes a data object that is required for fast path fitting on surfaces. |
  | CreatePathFittingMap3D(FilNet.SurfaceFormat, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.PathFittingMap) | Precomputes a data object that is required for fast path fitting on surfaces. |
  | CreatePathFittingMap3D(FilNet.SurfaceFormat, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.PathFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast path fitting on surfaces. |
  | CreatePathFittingMap(FilNet.ImageFormat, FilNet.PathFittingField, int, FilNet.SamplingParams, FilNet.PathFittingMap) | Precomputes a data object that is required for fast path fitting on images. |
  | CreatePathFittingMap(FilNet.ImageFormat, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.PathFittingMap) | Precomputes a data object that is required for fast path fitting on images. |
  | CreatePathFittingMap(FilNet.ImageFormat, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.PathFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast path fitting on images. |
  | CreatePathRegion(FilNet.Path, float, int, int, FilNet.Region) | Creates a region along the given path. |
  | CreatePathRegion(FilNet.Path, FilNet.CoordinateSystem2D?, float, int, int, FilNet.Region) | Creates a region along the given path. |
  | CreatePathRegion(FilNet.Path, FilNet.CoordinateSystem2D?, float, int, int, FilNet.Region, NullableRef<FilNet.Path>) | Creates a region along the given path. |
  | CreatePathRegion(FilNet.Path, FilNet.CoordinateSystem2D?, float, int, int, FilNet.Region, FilNet.Path) | Creates a region along the given path. |
  | CreatePCATransform(FilNet.Matrix, int, FilNet.PCAModel, FilNet.Matrix) | Performs the Principal Component Analysis (PCA) on provided data, creates the feature vector and normalization coefficients (mean and standard deviation of variables). |
  | CreatePCATransform(FilNet.Matrix, int, float?, FilNet.PCAModel, FilNet.Matrix) | Performs the Principal Component Analysis (PCA) on provided data, creates the feature vector and normalization coefficients (mean and standard deviation of variables). |
  | CreatePCATransform(FilNet.Matrix, int, float?, FilNet.PCAModel, FilNet.Matrix, FilNet.Matrix, FilNet.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(FilNet.ImageFormat, FilNet.Path, FilNet.InterpolationMethod, FilNet.SpatialMap, FilNet.Matrix) | Creates a perspective transform map from planes defined by paths. |
  | CreatePerspectiveMap_Path(FilNet.ImageFormat, NullableRef<FilNet.Region>, FilNet.Path, NullableRef<FilNet.Path>, FilNet.Size?, FilNet.InterpolationMethod, FilNet.SpatialMap, FilNet.Matrix) | Creates a perspective transform map from planes defined by paths. |
  | CreatePerspectiveMap_Points(FilNet.ImageFormat, IList<FilNet.Point2D>, FilNet.InterpolationMethod, FilNet.SpatialMap, FilNet.Matrix) | Creates a perspective transform map from four points denoting a rectangle in the world coordinates. |
  | CreatePerspectiveMap_Points(FilNet.ImageFormat, NullableRef<FilNet.Region>, IList<FilNet.Point2D>, NullableRef<IList<FilNet.Point2D>>, FilNet.Size?, FilNet.InterpolationMethod, FilNet.SpatialMap, FilNet.Matrix) | Creates a perspective transform map from four points denoting a rectangle in the world coordinates. |
  | CreatePincushionMap(FilNet.ImageFormat, float, FilNet.InterpolationMethod, FilNet.SpatialMap) | Creates a spatial map for removing/adding pincushion distortion, using divisional lens distortion model. |
  | CreatePincushionMap(FilNet.ImageFormat, float, FilNet.Point2D?, FilNet.InterpolationMethod, FilNet.SpatialMap) | Creates a spatial map for removing/adding pincushion distortion, using divisional lens distortion model. |
  | CreatePoint3DGridFromImage(FilNet.Image, FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform, FilNet.Point3DGrid) | Creates a Point3DGrid structure from coordinates encoded in pixels of image. |
  | CreatePoint3DGridFromImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform, FilNet.Point3DGrid) | Creates a Point3DGrid structure from coordinates encoded in pixels of image. |
  | CreatePointGraph(IList<FilNet.Point2D>, int, float, IList<List<int>>, IList<List<float>>) | Creates a graph of points that lie close to each other. |
  | CreatePointGraph(IList<FilNet.Point2D>, int, float, float?, float?, IList<List<int>>, IList<List<float>>) | Creates a graph of points that lie close to each other. |
  | CreatePointGraph(IList<FilNet.Point2D>, int, float, float?, float?, IList<List<int>>, IList<List<float>>, IList<FilNet.Segment2D>) | Creates a graph of points that lie close to each other. |
  | CreatePointGrid(FilNet.Point2D, FilNet.Anchor2D, int, int, float, float, IList<FilNet.Point2D>) | Creates a grid of points. |
  | CreatePolygonRegion(FilNet.Path, int, int, FilNet.Region) | Creates a polygonal region corresponding to a given closed path. |
  | CreatePolygonRegion(FilNet.Path, FilNet.CoordinateSystem2D?, int, int, FilNet.Region) | Creates a polygonal region corresponding to a given closed path. |
  | CreatePolygonRegion(FilNet.Path, FilNet.CoordinateSystem2D?, int, int, FilNet.Region, NullableRef<FilNet.Path>) | Creates a polygonal region corresponding to a given closed path. |
  | CreatePolygonRegion(FilNet.Path, FilNet.CoordinateSystem2D?, int, int, FilNet.Region, FilNet.Path) | Creates a polygonal region corresponding to a given closed path. |
  | CreatePowerLut(float, FilNet.PlainType, FilNet.PixelLut) | Creates Look Up Table for power operation on image pixels. |
  | CreateRandomPointArray(int, FilNet.Box, float, IList<FilNet.Point2D>) | Creates array of random points inside given box. |
  | CreateRandomPointArray(int, FilNet.Box, float, int?, IList<FilNet.Point2D>) | Creates array of random points inside given box. |
  | CreateRectangleBorderRegion(FilNet.Rectangle2D, float, FilNet.BorderPosition, int, int, FilNet.Region) | Creates a frame-shaped region with given parameters. |
  | CreateRectangleBorderRegion(FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region) | Creates a frame-shaped region with given parameters. |
  | CreateRectangleBorderRegion(FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region, NullableValue<FilNet.Rectangle2D>) | Creates a frame-shaped region with given parameters. |
  | CreateRectangleBorderRegion(FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region, FilNet.Rectangle2D) | Creates a frame-shaped region with given parameters. |
  | CreateRectanglePath(FilNet.Rectangle2D, FilNet.Path) | Creates a closed path containing four vertices of rectangle. |
  | CreateRectangleRegion(FilNet.Rectangle2D, int, int, FilNet.Region) | Creates a region corresponding to a given rectangle. |
  | CreateRectangleRegion(FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, int, int, FilNet.Region) | Creates a region corresponding to a given rectangle. |
  | CreateRectangleRegion(FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, int, int, FilNet.Region, NullableValue<FilNet.Rectangle2D>) | Creates a region corresponding to a given rectangle. |
  | CreateRectangleRegion(FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, int, int, FilNet.Region, FilNet.Rectangle2D) | Creates a region corresponding to a given rectangle. |
  | CreateRectangle(FilNet.Point2D, FilNet.Anchor2D, float, float, float, FilNet.Rectangle2D) | Creates a rectangle from an aligned point. |
  | CreateRectificationMap_Advanced(FilNet.ImageFormat, FilNet.CreateSpatialMapUnit, FilNet.CreateSpatialMapUnit, float?, float?, bool, FilNet.InterpolationMethod, FilNet.RectificationTransform, FilNet.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(FilNet.ImageFormat, FilNet.CreateSpatialMapUnit, FilNet.Point2D?, FilNet.CreateSpatialMapUnit, float?, float?, float?, bool, FilNet.InterpolationMethod, FilNet.RectificationTransform, FilNet.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_Basic(FilNet.Image, float, float, IList<FilNet.AnnotatedPoint2D>, FilNet.RectificationMap) | Computes a spatial map for removing lens and perspective distortion directly from an image containing circles calibration pattern. Internally uses a pinhole camera model with polynomial lens distortion. |
  | CreateRectificationMap_PixelUnits(FilNet.ImageFormat, int?, int?, bool, FilNet.InterpolationMethod, FilNet.RectificationTransform, FilNet.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(FilNet.ImageFormat, FilNet.Point2D?, int?, int?, float?, bool, FilNet.InterpolationMethod, FilNet.RectificationTransform, FilNet.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(FilNet.ImageFormat, float, float, float, float, bool, FilNet.InterpolationMethod, FilNet.RectificationTransform, FilNet.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(FilNet.ImageFormat, float, float, float, float, float?, bool, FilNet.InterpolationMethod, FilNet.RectificationTransform, FilNet.RectificationMap) | Computes a spatial map for transforming distorted images to rectified images defined in world coordinate plane. Defines the output geometry in world units. |
  | CreateRingRegion(FilNet.Circle2D, float, FilNet.BorderPosition, int, int, FilNet.Region) | Creates a ring-shaped region with given parameters. |
  | CreateRingRegion(FilNet.Circle2D, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region) | Creates a ring-shaped region with given parameters. |
  | CreateRingRegion(FilNet.Circle2D, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region, FilNet.Circle2D) | Creates a ring-shaped region with given parameters. |
  | CreateRingRegion(FilNet.Circle2D, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region, NullableValue<FilNet.Circle2D>) | Creates a ring-shaped region with given parameters. |
  | CreateRing(FilNet.Point2D, FilNet.Anchor2D, float, float, FilNet.Ring2D) | Creates a ring from an aligned point, inner and outer radius, and angle range. |
  | CreateScanMap(FilNet.ImageFormat, FilNet.Path, int, FilNet.SamplingParams, FilNet.ScanMap) | Precomputes a data object that is required for fast 1D edge detection. |
  | CreateScanMap(FilNet.ImageFormat, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.ScanMap) | Precomputes a data object that is required for fast 1D edge detection. |
  | CreateScanMap(FilNet.ImageFormat, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.ScanMap, NullableRef<FilNet.Path>) | Precomputes a data object that is required for fast 1D edge detection. |
  | CreateScanMap(FilNet.ImageFormat, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.ScanMap, NullableRef<FilNet.Path>, IList<FilNet.Path>, float) | Precomputes a data object that is required for fast 1D edge detection. |
  | CreateScanMap(FilNet.ImageFormat, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.ScanMap, FilNet.Path, IList<FilNet.Path>, float) | Precomputes a data object that is required for fast 1D edge detection. |
  | CreateSegment3D(FilNet.Point3D, float, FilNet.Vector3D, float, FilNet.Segment3D) | Produces a segment in 3D of given parameters. |
  | CreateSegmentFittingMap3D(FilNet.SurfaceFormat, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.SegmentFittingMap) | Precomputes a data object that is required for fast segment fitting on surfaces. |
  | CreateSegmentFittingMap3D(FilNet.SurfaceFormat, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.SegmentFittingMap) | Precomputes a data object that is required for fast segment fitting on surfaces. |
  | CreateSegmentFittingMap3D(FilNet.SurfaceFormat, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.SegmentFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast segment fitting on surfaces. |
  | CreateSegmentFittingMap(FilNet.ImageFormat, FilNet.SegmentFittingField, int, int, FilNet.SamplingParams, FilNet.SegmentFittingMap) | Precomputes a data object that is required for fast segment fitting on images. |
  | CreateSegmentFittingMap(FilNet.ImageFormat, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.SegmentFittingMap) | Precomputes a data object that is required for fast segment fitting on images. |
  | CreateSegmentFittingMap(FilNet.ImageFormat, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.SegmentFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast segment fitting on images. |
  | CreateSegmentPath(FilNet.Point2D, FilNet.Point2D, int, FilNet.Path) | Creates an open path containing collinear, equidistant points. |
  | CreateSegmentRegion(FilNet.Segment2D, float, int, int, bool, FilNet.Region) | Creates a segment region. |
  | CreateSegmentRegion(FilNet.Segment2D, FilNet.CoordinateSystem2D?, float, int, int, bool, FilNet.Region) | Creates a segment region. |
  | CreateSegmentRegion(FilNet.Segment2D, FilNet.CoordinateSystem2D?, float, int, int, bool, FilNet.Region, NullableValue<FilNet.Segment2D>) | Creates a segment region. |
  | CreateSegmentRegion(FilNet.Segment2D, FilNet.CoordinateSystem2D?, float, int, int, bool, FilNet.Region, FilNet.Segment2D) | Creates a segment region. |
  | CreateSegment(FilNet.Point2D, float, float, float, FilNet.Segment2D) | Produces a segment of given parameters. |
  | CreateShapeRegionRegion(FilNet.ShapeRegion, int, int, FilNet.Region) | Creates a region corresponding to the given shape region. |
  | CreateShapeRegionRegion(FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, int, int, FilNet.Region) | Creates a region corresponding to the given shape region. |
  | CreateShapeRegionRegion(FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, int, int, FilNet.Region, NullableRef<FilNet.ShapeRegion>) | Creates a region corresponding to the given shape region. |
  | CreateShapeRegionRegion(FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, int, int, FilNet.Region, FilNet.ShapeRegion) | Creates a region corresponding to the given shape region. |
  | CreateSphereMap(FilNet.ImageFormat, FilNet.Rectangle2D, float, int, FilNet.InterpolationMethod, FilNet.SpatialMap) | Creates a spatial map for transformations from a sphere surface to a flat rectangle. |
  | CreateSphereMap(FilNet.ImageFormat, FilNet.Rectangle2D, float, int?, int, FilNet.InterpolationMethod, FilNet.SpatialMap) | Creates a spatial map for transformations from a sphere surface to a flat rectangle. |
  | CreateSphereMap(FilNet.ImageFormat, FilNet.Rectangle2D, float, int?, int, FilNet.InterpolationMethod, FilNet.SpatialMap, NullableRef<FilNet.Region>) | Creates a spatial map for transformations from a sphere surface to a flat rectangle. |
  | CreateSphereMap(FilNet.ImageFormat, FilNet.Rectangle2D, float, int?, int, FilNet.InterpolationMethod, FilNet.SpatialMap, FilNet.Region) | Creates a spatial map for transformations from a sphere surface to a flat rectangle. |
  | CreateSurfaceFromImage(FilNet.Image, FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform, FilNet.OutputSurfaceFormat, FilNet.Surface) | Creates a Surface structure from coordinates encoded in pixels of an image. |
  | CreateSurfaceFromImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform, FilNet.OutputSurfaceFormat, FilNet.Surface) | Creates a Surface structure from coordinates encoded in pixels of an image. |
  | CreateSurfaceFromImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform, FilNet.OutputSurfaceFormat, FilNet.Surface, FilNet.Region, FilNet.Point3DGrid) | Creates a Surface structure from coordinates encoded in pixels of an image. |
  | CreateSurfaceMeasurementMap(FilNet.SurfaceFormat, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>) | (Pre)computes surface sampling locations used by MeasureObjectWidth3D function. |
  | CreateSurfaceMeasurementMap(FilNet.SurfaceFormat, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>) | (Pre)computes surface sampling locations used by MeasureObjectWidth3D function. |
  | CreateSurfaceMeasurementMap(FilNet.SurfaceFormat, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>, NullableValue<FilNet.SegmentScanField>) | (Pre)computes surface sampling locations used by MeasureObjectWidth3D function. |
  | CreateSurfaceMeasurementMap(FilNet.SurfaceFormat, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>, NullableValue<FilNet.SegmentScanField>, IList<FilNet.Segment2D>) | (Pre)computes surface sampling locations used by MeasureObjectWidth3D function. |
  | CreateSurfaceMeasurementMap(FilNet.SurfaceFormat, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>, FilNet.SegmentScanField, IList<FilNet.Segment2D>) | (Pre)computes surface sampling locations used by MeasureObjectWidth3D function. |
  | CreateSurfaceScanMap(FilNet.SurfaceFormat, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.ScanMap) | Precomputes a data object that is required for fast 1D edge detection in 3D. |
  | CreateSurfaceScanMap(FilNet.SurfaceFormat, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.ScanMap) | Precomputes a data object that is required for fast 1D edge detection in 3D. |
  | CreateSurfaceScanMap(FilNet.SurfaceFormat, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.ScanMap, NullableRef<FilNet.Path>) | Precomputes a data object that is required for fast 1D edge detection in 3D. |
  | CreateSurfaceScanMap(FilNet.SurfaceFormat, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.ScanMap, NullableRef<FilNet.Path>, IList<FilNet.Path>, float) | Precomputes a data object that is required for fast 1D edge detection in 3D. |
  | CreateSurfaceScanMap(FilNet.SurfaceFormat, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.ScanMap, FilNet.Path, IList<FilNet.Path>, float) | Precomputes a data object that is required for fast 1D edge detection in 3D. |
  | CreateUniformHistogram(double, float, float, int, FilNet.Histogram) | Creates a uniform histogram of desired parameters with common value of all bins. |
  | CreateUniformProfile(float, int, float, float, FilNet.Profile) | Creates a profile with all its elements set to the same value. |
  | CreateVector(float, float, FilNet.Vector2D) | Produces a vector of given length and direction. |
  | CropHistogram(FilNet.Histogram, int, int, FilNet.Histogram) | Confines a histogram to its continuous segment. |
  | CropImageToQuadrangle(FilNet.Image, FilNet.Path, FilNet.InterpolationMethod, int, FilNet.Pixel, FilNet.Image) | Creates an image from a quadrangle on another image. |
  | CropImageToQuadrangle(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, FilNet.Size?, FilNet.InterpolationMethod, int, FilNet.Pixel, FilNet.Image) | Creates an image from a quadrangle on another image. |
  | CropImageToQuadrangle(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, FilNet.Size?, FilNet.InterpolationMethod, int, FilNet.Pixel, FilNet.Image, NullableRef<FilNet.Path>) | Creates an image from a quadrangle on another image. |
  | CropImageToQuadrangle(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, FilNet.Size?, FilNet.InterpolationMethod, int, FilNet.Pixel, FilNet.Image, FilNet.Path) | Creates an image from a quadrangle on another image. |
  | CropImageToRectangle(FilNet.Image, FilNet.Rectangle2D, FilNet.CropScaleMode, FilNet.InterpolationMethod, float, FilNet.Pixel, FilNet.Image) | Creates an image from a rectangular fragment of another image (with black margins if requested). |
  | CropImageToRectangle(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.CropScaleMode, FilNet.InterpolationMethod, float, FilNet.Pixel, FilNet.Image) | Creates an image from a rectangular fragment of another image (with black margins if requested). |
  | CropImageToRectangle(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.CropScaleMode, FilNet.InterpolationMethod, float, FilNet.Pixel, FilNet.Image, NullableValue<FilNet.Rectangle2D>, NullableValue<FilNet.CoordinateSystem2D>) | Creates an image from a rectangular fragment of another image (with black margins if requested). |
  | CropImageToRectangle(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.CropScaleMode, FilNet.InterpolationMethod, float, FilNet.Pixel, FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D) | Creates an image from a rectangular fragment of another image (with black margins if requested). |
  | CropImage(FilNet.Image, FilNet.Box, FilNet.Pixel, FilNet.Image) | Creates an image from a box-shaped fragment of the input image (with margins if requested). |
  | CropPoint3DGridByNeighborsProximity(FilNet.Point3DGrid, int, float, FilNet.Metric3D, float, FilNet.Point3DGrid) | Removes from the grid points that are too distant from their neighbor points. |
  | CropPoint3DGridByPlaneProximity(FilNet.Point3DGrid, FilNet.Plane3D, float, FilNet.Point3DGrid) | Removes from the grid points that are too distant from a given plane. |
  | CropPoint3DGridToRegion(FilNet.Point3DGrid, FilNet.Region, FilNet.Point3DGrid) | Removes points that are not represented in a given region of the input grid. |
  | CropPoint3DGrid(FilNet.Point3DGrid, FilNet.ValueLimits, FilNet.ValueLimits, FilNet.ValueLimits, FilNet.Point3DGrid) | Removes from the grid points that are not contained in a given rectangular box. |
  | CropProfile(FilNet.Profile, int, FilNet.Profile) | Confines a profile to its continuous subsequence. |
  | CropProfile(FilNet.Profile, int, int?, FilNet.Profile) | Confines a profile to its continuous subsequence. |
  | CropRegionToQuadrangle(FilNet.Region, FilNet.Path, FilNet.Region) | Creates a region from a quadrangular fragment of another one. The quadrangle must be convex. |
  | CropRegionToQuadrangle(FilNet.Region, FilNet.Path, FilNet.Size?, FilNet.CoordinateSystem2D?, FilNet.Region) | Creates a region from a quadrangular fragment of another one. The quadrangle must be convex. |
  | CropRegionToQuadrangle(FilNet.Region, FilNet.Path, FilNet.Size?, FilNet.CoordinateSystem2D?, FilNet.Region, NullableRef<FilNet.Path>) | Creates a region from a quadrangular fragment of another one. The quadrangle must be convex. |
  | CropRegionToQuadrangle(FilNet.Region, FilNet.Path, FilNet.Size?, FilNet.CoordinateSystem2D?, FilNet.Region, FilNet.Path) | Creates a region from a quadrangular fragment of another one. The quadrangle must be convex. |
  | CropRegionToRectangle(FilNet.Region, FilNet.Rectangle2D, FilNet.Region) | Creates a region from a rectangular fragment of another one. |
  | CropRegionToRectangle(FilNet.Region, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.Region) | Creates a region from a rectangular fragment of another one. |
  | CropRegionToRectangle(FilNet.Region, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.Region, NullableValue<FilNet.Rectangle2D>, NullableValue<FilNet.CoordinateSystem2D>) | Creates a region from a rectangular fragment of another one. |
  | CropRegionToRectangle(FilNet.Region, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.Region, FilNet.Rectangle2D, FilNet.CoordinateSystem2D) | Creates a region from a rectangular fragment of another one. |
  | CropRegion(FilNet.Region, FilNet.Box, FilNet.Region) | Creates a region from a rectangular fragment of another one. |
  | CropSpatialMap(FilNet.SpatialMap, FilNet.Box, FilNet.Box, FilNet.SpatialMap) | Crops a spatial map to the specified input and output boxes. |
  | CropSurfaceByNeighborsProximity(FilNet.Surface, int, float, FilNet.Metric3D, float, bool, FilNet.Surface) | Removes from the surface points that are too distant from their neighbor points. |
  | CropSurfaceByNeighborsProximity(FilNet.Surface, NullableRef<FilNet.Region>, int, float, FilNet.Metric3D, float, bool, FilNet.Surface) | Removes from the surface points that are too distant from their neighbor points. |
  | CropSurfaceByNeighborsProximity(FilNet.Surface, NullableRef<FilNet.Region>, int, float, FilNet.Metric3D, float, bool, FilNet.Surface, NullableRef<FilNet.Region>) | Removes from the surface points that are too distant from their neighbor points. |
  | CropSurfaceByNeighborsProximity(FilNet.Surface, NullableRef<FilNet.Region>, int, float, FilNet.Metric3D, float, bool, FilNet.Surface, FilNet.Region) | Removes from the surface points that are too distant from their neighbor points. |
  | CropSurfaceByPlaneProximity(FilNet.Surface, FilNet.Plane3D, float?, float?, bool, FilNet.Surface) | Removes from the surface points that are too distant from a given plane. |
  | CropSurfaceByPlaneProximity(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Plane3D, float?, float?, bool, FilNet.Surface) | Removes from the surface points that are too distant from a given plane. |
  | CropSurfaceByPlaneProximity(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Plane3D, float?, float?, bool, FilNet.Surface, NullableRef<FilNet.Region>) | Removes from the surface points that are too distant from a given plane. |
  | CropSurfaceByPlaneProximity(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Plane3D, float?, float?, bool, FilNet.Surface, FilNet.Region) | Removes from the surface points that are too distant from a given plane. |
  | CropSurfaceToBox3D(FilNet.Surface, FilNet.Box3D, bool, FilNet.Surface) | Removes from the surface points that are not contained in a given box in 3D. |
  | CropSurfaceToBox3D(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Box3D, bool, FilNet.Surface) | Removes from the surface points that are not contained in a given box in 3D. |
  | CropSurfaceToBox3D(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Box3D, bool, FilNet.Surface, NullableRef<FilNet.Region>) | Removes from the surface points that are not contained in a given box in 3D. |
  | CropSurfaceToBox3D(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Box3D, bool, FilNet.Surface, FilNet.Region) | Removes from the surface points that are not contained in a given box in 3D. |
  | CropSurfaceToRegion(FilNet.Surface, FilNet.Region, bool, FilNet.Surface) | Removes points that are not present in a given region. |
  | CropSurface_Dynamic(FilNet.Surface, int, float?, float?, float, bool, FilNet.Surface) | Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. |
  | CropSurface_Dynamic(FilNet.Surface, NullableRef<FilNet.Region>, int, int?, float?, float?, float, bool, FilNet.Surface) | Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. |
  | CropSurface_Dynamic(FilNet.Surface, NullableRef<FilNet.Region>, int, int?, float?, float?, float, bool, FilNet.Surface, NullableRef<FilNet.Region>) | Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. |
  | CropSurface_Dynamic(FilNet.Surface, NullableRef<FilNet.Region>, int, int?, float?, float?, float, bool, FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Surface) | Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. |
  | CropSurface_Dynamic(FilNet.Surface, NullableRef<FilNet.Region>, int, int?, float?, float?, float, bool, FilNet.Surface, FilNet.Region, FilNet.Surface) | Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. |
  | CropSurface_Relative(FilNet.Surface, FilNet.Surface, float?, float?, float, bool, FilNet.Surface) | Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. |
  | CropSurface_Relative(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Surface, float?, float?, float, bool, FilNet.Surface) | Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. |
  | CropSurface_Relative(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Surface, float?, float?, float, bool, FilNet.Surface, NullableRef<FilNet.Region>) | Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. |
  | CropSurface_Relative(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Surface, float?, float?, float, bool, FilNet.Surface, FilNet.Region) | Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. |
  | CropSurface(FilNet.Surface, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, bool, FilNet.Surface) | Removes from the surface points that are not contained in a given rectangular box. |
  | CropSurface(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, bool, FilNet.Surface) | Removes from the surface points that are not contained in a given rectangular box. |
  | CropSurface(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, bool, FilNet.Surface, NullableRef<FilNet.Region>) | Removes from the surface points that are not contained in a given rectangular box. |
  | CropSurface(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, bool, FilNet.Surface, FilNet.Region) | Removes from the surface points that are not contained in a given rectangular box. |
  | CutImageIntoTiles(FilNet.Image, int, FilNet.OverflowControl, IList<FilNet.Image>) | Generates an array of small images by cutting the input image. |
  | CutImageIntoTiles(FilNet.Image, int, int?, int?, int?, FilNet.OverflowControl, IList<FilNet.Image>) | Generates an array of small images by cutting the input image. |
  | DaPImageMedian(FilNet.Image, FilNet.AngleRange, float) | Computes the average direction within the region of interest. |
  | DaPImageMedian(FilNet.Image, NullableRef<FilNet.Region>, FilNet.AngleRange, float) | Computes the average direction within the region of interest. |
  | DebugPreviewCloseAllWindows() | Closes all active debug preview windows and terminates preview window subsystem. |
  | DebugPreviewCloseWindow(FilNet.DebugPreviewWindowState) | Closes debug preview window. |
  | DebugPreviewShowImage(FilNet.DebugPreviewWindowState, FilNet.Image) | Shows image in separated window. When called first time creates new window with size fit to image. |
  | DebugPreviewShowImage(FilNet.DebugPreviewWindowState, FilNet.Image, string, int, int) | Shows image in separated window. When called first time creates new window with size fit to image. |
  | DebugPreviewShowNewImage(FilNet.Image) | Creates new separated window and shows image in it. DebugPreviewCloseAllWindows need to be called to free resources reserved by this function. |
  | DebugPreviewShowNewImage(FilNet.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(FilNet.Region) | Creates new separated window and shows region in it. DebugPreviewCloseAllWindows need to be called to free resources reserved by this function. |
  | DebugPreviewShowNewRegion(FilNet.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(FilNet.DebugPreviewWindowState, FilNet.Region) | Shows region in separated window. When called first time creates new window with size fit to region. |
  | DebugPreviewShowRegion(FilNet.DebugPreviewWindowState, FilNet.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>, FilNet.BarcodeFormat?) | Translates an array of bar widths to sequence of digits or text in accordance to the selected barcode standard. |
  | DecodeBarcode(IList<float>, FilNet.BarcodeFormat?, INullable<string>, FilNet.BarcodeFormat?) | Translates an array of bar widths to sequence of digits or text in accordance to the selected barcode standard. |
  | DecodeDataMatrix(FilNet.Matrix, bool, INullable<string>, FilNet.DataMatrixType?) | Translates a matrix of 0 or 1 values to a text in accordance to how DataMatrix codes are encoded. |
  | DecodeQRCode(FilNet.Matrix, INullable<string>) | Translates a matrix of 0 or 1 values to a text in accordance to how QR codes are encoded. |
  | DeepModelToClassifyObjectModelDirectory(string, string) | Conversion between DeepModel and ClassifyObjectModelDirectory |
  | DeepModelToDetectAnomalies1ModelDirectory(string, string) | Conversion between DeepModel and DetectAnomalies1ModelDirectory |
  | DeepModelToDetectAnomalies2ModelDirectory(string, string) | Conversion between DeepModel and DetectAnomalies2ModelDirectory |
  | DeepModelToDetectFeaturesModelDirectory(string, string) | Conversion between DeepModel and DetectFeaturesModelDirectory |
  | DeepModelToLocatePointsModelDirectory(string, string) | Conversion between DeepModel and LocatePointsModelDirectory |
  | DeepModelToSegmentInstancesModelDirectory(string, string) | Conversion between DeepModel and SegmentInstancesModelDirectory |
  | DemarcateRegions(IList<FilNet.Region>, IList<FilNet.Region>) | Splits common pixels of the input regions among these regions. |
  | DemarcateRegions(IList<FilNet.Region>, FilNet.Metric?, IList<FilNet.Region>) | Splits common pixels of the input regions among these regions. |
  | DetectArc_LSD(FilNet.Image, FilNet.GaussKernel, float, int, IList<FilNet.Arc2D>) | Finds arcs in an image using Line Segment Detection method. |
  | DetectArc_LSD(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GaussKernel, float, int, IList<FilNet.Arc2D>) | Finds arcs in an image using Line Segment Detection method. |
  | DetectCalibrationGrid_Chessboard(FilNet.Image, FilNet.Size, bool, IList<FilNet.AnnotatedPoint2D>) | Detects a chessboard calibration grid on the image, and returns calibration points where 4 chessboard squares meet. |
  | DetectCalibrationGrid_Chessboard(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Size, bool, IList<FilNet.AnnotatedPoint2D>) | Detects a chessboard calibration grid on the image, and returns calibration points where 4 chessboard squares meet. |
  | DetectCalibrationGrid_Circles(FilNet.Image, float, float, FilNet.Polarity, IList<FilNet.AnnotatedPoint2D>) | Detects an arbitrary size symmetric circle pattern on the image. |
  | DetectCalibrationGrid_Circles(FilNet.Image, NullableRef<FilNet.Region>, float, float, FilNet.Polarity, IList<FilNet.AnnotatedPoint2D>) | Detects an arbitrary size symmetric circle pattern on the image. |
  | DetectCalibrationGrid_Circles(FilNet.Image, NullableRef<FilNet.Region>, float, float, FilNet.Polarity, IList<FilNet.AnnotatedPoint2D>, FilNet.Region, IList<FilNet.Point2D>) | Detects an arbitrary size symmetric circle pattern on the image. |
  | DetectCircle_LSD(FilNet.Image, FilNet.GaussKernel, float, float, int, IList<FilNet.Circle2D>) | Finds circles in the input image using Line Segment Detection method. |
  | DetectCircle_LSD(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GaussKernel, float, float, int, IList<FilNet.Circle2D>) | Finds circles in the input image using Line Segment Detection method. |
  | DetectCorners_CornerResponse(FilNet.Image, FilNet.CornerResponseMethod, int, NullableRef<List<FilNet.Point2D>>, NullableRef<FilNet.Image>) | Detects corners using corner response method. |
  | DetectCorners_CornerResponse(FilNet.Image, NullableRef<FilNet.Region>, FilNet.CornerResponseMethod, int, float?, NullableRef<List<FilNet.Point2D>>, NullableRef<FilNet.Image>) | Detects corners using corner response method. |
  | DetectCorners_Foerstner(FilNet.Image, float, float, int, IList<FilNet.Point2D>) | Detects corners using the Foerstner algorithm. |
  | DetectCorners_Foerstner(FilNet.Image, NullableRef<FilNet.Region>, float, float, int, IList<FilNet.Point2D>) | Detects corners using the Foerstner algorithm. |
  | DetectCorners_Foerstner(FilNet.Image, NullableRef<FilNet.Region>, float, float, int, IList<FilNet.Point2D>, FilNet.Image, FilNet.Image) | Detects corners using the Foerstner algorithm. |
  | DetectEdges_AsPaths_Mask(FilNet.Image, FilNet.EdgeMaskFilter, float, float, float, float, float, IList<FilNet.Path>) | Extracts subpixel-precise paths that represent continuous edges. Faster, yet less accurate version. |
  | DetectEdges_AsPaths_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeMaskFilter, float, float, float?, float, float, float?, float, IList<FilNet.Path>) | Extracts subpixel-precise paths that represent continuous edges. Faster, yet less accurate version. |
  | DetectEdges_AsPaths_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeMaskFilter, float, float, float?, float, float, float?, float, IList<FilNet.Path>, FilNet.Image, FilNet.Region) | Extracts subpixel-precise paths that represent continuous edges. Faster, yet less accurate version. |
  | DetectEdges_AsPaths(FilNet.Image, FilNet.EdgeFilter, float, float, float, float, float, float, IList<FilNet.Path>) | Extracts subpixel-precise paths that represent continuous edges. |
  | DetectEdges_AsPaths(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeFilter, float, float?, float, float, float?, float, float, float?, float, IList<FilNet.Path>) | Extracts subpixel-precise paths that represent continuous edges. |
  | DetectEdges_AsPaths(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeFilter, float, float?, float, float, float?, float, float, float?, float, IList<FilNet.Path>, FilNet.Image, FilNet.Region) | Extracts subpixel-precise paths that represent continuous edges. |
  | DetectEdges_AsRegion_Mask(FilNet.Image, FilNet.EdgeMaskFilter, float, float, float, int, FilNet.Region) | Extracts a pixel-precise region of continuous edges. Faster, yet less accurate version. |
  | DetectEdges_AsRegion_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeMaskFilter, float, float, float, int, FilNet.Region) | Extracts a pixel-precise region of continuous edges. Faster, yet less accurate version. |
  | DetectEdges_AsRegion_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeMaskFilter, float, float, float, int, FilNet.Region, FilNet.Image) | Extracts a pixel-precise region of continuous edges. Faster, yet less accurate version. |
  | DetectEdges_AsRegion(FilNet.Image, FilNet.EdgeFilter, float, float, float, float, int, FilNet.Region) | Extracts a pixel-precise region of continuous edges. |
  | DetectEdges_AsRegion(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeFilter, float, float?, float, float, float, int, FilNet.Region) | Extracts a pixel-precise region of continuous edges. |
  | DetectEdges_AsRegion(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeFilter, float, float?, float, float, float, int, FilNet.Region, FilNet.Image) | Extracts a pixel-precise region of continuous edges. |
  | DetectEdges(FilNet.Image, FilNet.EdgeFilter, float, float, float, float, int, FilNet.Image) | Extracts a binary image of pixel-precise continuous edges. |
  | DetectEdges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeFilter, float, float?, float, float, float, int, FilNet.Image) | Extracts a binary image of pixel-precise continuous edges. |
  | DetectEdges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeFilter, float, float?, float, float, float, int, FilNet.Image, FilNet.Image) | Extracts a binary image of pixel-precise continuous edges. |
  | DetectLinePeak_Gauss(FilNet.Image, float, float, float, IList<FilNet.Point2D?>) | Finds line peaks on an image. |
  | DetectLinePeak_Gauss(FilNet.Image, float, float, float, IList<FilNet.Point2D?>, FilNet.Profile) | Finds line peaks on an image. |
  | DetectLinePeak(FilNet.Image, FilNet.LinePeakDetectionMethod, float, IList<FilNet.Point2D?>) | Finds line peaks on an image. |
  | DetectLinePeak(FilNet.Image, FilNet.LinePeakDetectionMethod, float, IList<FilNet.Point2D?>, FilNet.Profile) | Finds line peaks on an image. |
  | DetectLines(FilNet.Image, float, float, float, float, float, IList<FilNet.Line2D>, IList<float>) | Finds lines in an image using Hough Transform. |
  | DetectLines(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, float, IList<FilNet.Line2D>, IList<float>) | Finds lines in an image using Hough Transform. |
  | DetectLines(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, float, IList<FilNet.Line2D>, IList<float>, FilNet.Image, FilNet.Image) | Finds lines in an image using Hough Transform. |
  | DetectMultipleCircles(FilNet.Image, float, float, float, float, IList<FilNet.HoughCircle>) | Finds circles of a given radius in the input image using Hough Transform. |
  | DetectMultipleCircles(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, IList<FilNet.HoughCircle>) | Finds circles of a given radius in the input image using Hough Transform. |
  | DetectMultipleCircles(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, IList<FilNet.HoughCircle>, FilNet.Image, FilNet.Image) | Finds circles of a given radius in the input image using Hough Transform. |
  | DetectPaths(FilNet.Image, FilNet.Path, float, float, IList<FilNet.Path>, IList<float>) | Finds a specified shape in an image using Hough Transform. |
  | DetectPaths(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Path, float, float, IList<FilNet.Path>, IList<float>) | Finds a specified shape in an image using Hough Transform. |
  | DetectPaths(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Path, float, float, IList<FilNet.Path>, IList<float>, FilNet.Image, FilNet.Image) | Finds a specified shape in an image using Hough Transform. |
  | DetectPointSegments(IList<FilNet.Point2D>, float, int, float, int, IList<FilNet.Segment2D>, IList<FilNet.Path>) | Detect points that lie along multiple segments. |
  | DetectPointSegments(IList<FilNet.Point2D>, float, int, float?, float, int, IList<FilNet.Segment2D>, IList<FilNet.Path>) | Detect points that lie along multiple segments. |
  | DetectPolygons_LSD(FilNet.Image, FilNet.Path, FilNet.GaussKernel, float, float, IList<FilNet.Path>) | Finds a specified polygons in an image using Line Segment Detection method. |
  | DetectPolygons_LSD(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Path, FilNet.GaussKernel, float, float, IList<FilNet.Path>) | Finds a specified polygons in an image using Line Segment Detection method. |
  | DetectRidges_AsPaths(FilNet.Image, float, float, float, FilNet.Polarity, IList<FilNet.Path>) | Extracts subpixel-precise paths that represent bright or dark thin lines. |
  | DetectRidges_AsPaths(FilNet.Image, NullableRef<FilNet.Region>, float, float?, float, float, FilNet.Polarity, IList<FilNet.Path>) | Extracts subpixel-precise paths that represent bright or dark thin lines. |
  | DetectRidges_AsRegion(FilNet.Image, float, float, float, FilNet.Polarity, int, FilNet.Region) | Extracts a pixel-precise region of bright or dark thin lines. |
  | DetectRidges_AsRegion(FilNet.Image, NullableRef<FilNet.Region>, float, float?, float, float, FilNet.Polarity, int, FilNet.Region) | Extracts a pixel-precise region of bright or dark thin lines. |
  | DetectSegments_LSD(FilNet.Image, FilNet.GaussKernel, float, int, IList<FilNet.Segment2D>) | Finds segments in an image using Line Segment Detection method. |
  | DetectSegments_LSD(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GaussKernel, float, int, IList<FilNet.Segment2D>) | Finds segments in an image using Line Segment Detection method. |
  | DetectSegments(FilNet.Image, float, float, float, float, float, float, IList<FilNet.Segment2D>) | Finds segments in an image using Hough Transform. |
  | DetectSegments(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, float, float, IList<FilNet.Segment2D>) | Finds segments in an image using Hough Transform. |
  | DetectSegments(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, float, float, IList<FilNet.Segment2D>, FilNet.Image, FilNet.Image) | Finds segments in an image using Hough Transform. |
  | DetectSingleCircle(FilNet.Image, float, float, float, INullable<FilNet.HoughCircle>) | Finds the strongest circle of a given radius in the input image. |
  | DetectSingleCircle(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, INullable<FilNet.HoughCircle>) | Finds the strongest circle of a given radius in the input image. |
  | DetectSingleCircle(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, INullable<FilNet.HoughCircle>, FilNet.Image, FilNet.Image) | Finds the strongest circle of a given radius in the input image. |
  | DifferenceHistogram(FilNet.Histogram, FilNet.Histogram, FilNet.Histogram) | Computes histogram representing difference between corresponding bars of given histograms. |
  | DifferenceImage_Flex(FilNet.Image, FilNet.Image, int, FilNet.TileTranslationMode, bool, FilNet.Image) | Computes the non-negative distances between corresponding pixel values using tiles. |
  | DifferenceImage_Flex(FilNet.Image, FilNet.Image, FilNet.Box?, FilNet.Box?, int, int?, FilNet.TileTranslationMode, bool, FilNet.Image) | Computes the non-negative distances between corresponding pixel values using tiles. |
  | DifferenceImage_Shifted(FilNet.Image, FilNet.Image, FilNet.Box, FilNet.Box, FilNet.Image) | Computes the non-negative distances between corresponding pixel values. |
  | DifferenceImage(FilNet.Image, FilNet.Image, FilNet.Image) | Computes the non-negative distances between corresponding pixel values. |
  | DifferenceImage(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Computes the non-negative distances between corresponding pixel values. |
  | DifferenceOfGaussians(FilNet.Image, float, float, float, float, FilNet.Image) | Applies difference of Gaussians on an image, i.e. computes difference of two Gaussian smoothed images. |
  | DifferenceOfGaussians(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, FilNet.Image) | Applies difference of Gaussians on an image, i.e. computes difference of two Gaussian smoothed images. |
  | DifferenceOfGaussians(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, FilNet.Image, FilNet.Profile) | Applies difference of Gaussians on an image, i.e. computes difference of two Gaussian smoothed images. |
  | DifferenceProfile(FilNet.Profile, FilNet.Profile, FilNet.Profile) | Computes profile representing difference between corresponding values of given profiles. |
  | DifferentiateProfile_Step(FilNet.Profile, bool, int, FilNet.Profile) | Computes the derivative of a profile with a given difference step. |
  | DifferentiateProfile(FilNet.Profile, bool, FilNet.DifferentiationMethod, FilNet.Profile) | Computes the derivative of a profile. |
  | DilateAndErodeImage(FilNet.Image, FilNet.KernelShape, int, FilNet.Image, FilNet.Image) | Calculates dilation and erosion simultaneously for faster execution. |
  | DilateAndErodeImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image, FilNet.Image) | Calculates dilation and erosion simultaneously for faster execution. |
  | DilateBox(FilNet.Box, int, FilNet.Box) | Performs a morphological dilation on a box using box kernel. |
  | DilateBox(FilNet.Box, int, int?, FilNet.Box) | Performs a morphological dilation on a box using box kernel. |
  | DilateImage_AnyKernel(FilNet.Image, FilNet.Region, FilNet.Image) | Replaces each pixel with the maximum of pixels within an arbitrary kernel. |
  | DilateImage_AnyKernel(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.Region, FilNet.Location?, FilNet.Image) | Replaces each pixel with the maximum of pixels within an arbitrary kernel. |
  | DilateImage_Mask(FilNet.Image, FilNet.MorphologyKernel, FilNet.Image) | Replaces each pixel with the maximum of pixels within a small rectangular kernel. |
  | DilateImage_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.MorphologyKernel, FilNet.Image) | Replaces each pixel with the maximum of pixels within a small rectangular kernel. |
  | DilateImage(FilNet.Image, FilNet.KernelShape, int, FilNet.Image) | Replaces each pixel with the maximum of pixels within a kernel. |
  | DilateImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image) | Replaces each pixel with the maximum of pixels within a kernel. |
  | DilateImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image, FilNet.Region) | Replaces each pixel with the maximum of pixels within a kernel. |
  | DilateProfile(FilNet.Profile, int, bool, FilNet.Profile) | Changes a profile by choosing maximum point within a kernel. |
  | DilateProfile(FilNet.Profile, FilNet.Range?, int, bool, FilNet.Profile) | Changes a profile by choosing maximum point within a kernel. |
  | DilateRegion_AnyKernel(FilNet.Region, FilNet.Region, FilNet.Region) | Performs a morphological dilation on a region using an arbitrary kernel. |
  | DilateRegion_AnyKernel(FilNet.Region, FilNet.Region, FilNet.Location?, FilNet.Region) | Performs a morphological dilation on a region using an arbitrary kernel. |
  | DilateRegion(FilNet.Region, FilNet.KernelShape, int, FilNet.Region) | Performs a morphological dilation on a region using a predefined kernel. |
  | DilateRegion(FilNet.Region, FilNet.KernelShape, int, int?, FilNet.Region) | Performs a morphological dilation on a region using a predefined kernel. |
  | DilateShapeRegion(FilNet.ShapeRegion, float, FilNet.ShapeRegion) | Performs a morphological dilation on a shape region. |
  | DilateSurfacePoints(FilNet.Surface, FilNet.KernelShape, int, FilNet.Surface) | Reconstructs missing points of the input surface by interpolating neighboring points. |
  | DilateSurfacePoints(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.KernelShape, int, int?, FilNet.Surface) | Reconstructs missing points of the input surface by interpolating neighboring points. |
  | DirectoryToClassifyObjectModelDirectory(string, string) | Conversion between Directory and ClassifyObjectModelDirectory |
  | DirectoryToDetectAnomalies1ModelDirectory(string, string) | Conversion between Directory and DetectAnomalies1ModelDirectory |
  | DirectoryToDetectAnomalies2ModelDirectory(string, string) | Conversion between Directory and DetectAnomalies2ModelDirectory |
  | DirectoryToDetectFeaturesModelDirectory(string, string) | Conversion between Directory and DetectFeaturesModelDirectory |
  | DirectoryToLocatePointsModelDirectory(string, string) | Conversion between Directory and LocatePointsModelDirectory |
  | DirectoryToSegmentInstancesModelDirectory(string, string) | Conversion between Directory and SegmentInstancesModelDirectory |
  | DischargeFILImageMemoryPools() | |
  | DischargeImageMemoryPools() | Releases preallocated image memory buffers. |
  | DistanceTransform(FilNet.Image, int, float, float, float, FilNet.Image) | Computes an image in which the pixel values denote the estimated distances to the nearest bright pixel in the input image. |
  | DivideHistograms(FilNet.Histogram, FilNet.Histogram, FilNet.Histogram) | Divides two histograms bar by bar. |
  | DivideHistogram(FilNet.Histogram, double, FilNet.Histogram) | Divides each bin value by a number. |
  | DivideImages(FilNet.Image, FilNet.Image, float, FilNet.Image) | Divides two images pixel by pixel. |
  | DivideImages(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Divides two images pixel by pixel. |
  | DivideImage(FilNet.Image, float, FilNet.Image) | Divides each pixel by a scalar value. |
  | DivideImage(FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Divides each pixel by a scalar value. |
  | DivideProfiles(FilNet.Profile, FilNet.Profile, FilNet.Profile) | Divides two profiles value by value. |
  | DivideProfile(FilNet.Profile, float) | Divides each element of a profile by a scalar value. |
  | DivideProfile(FilNet.Profile, FilNet.Range?, float) | Divides each element of a profile by a scalar value. |
  | DownsampleImage_Midlevels(FilNet.Image, int, FilNet.MidlevelScale, FilNet.Image) | Shrinks an image by the factor of 1.5 or SQRT(2) along each axis. |
  | DownsampleImage(FilNet.Image, int, FilNet.DownsampleFunction, FilNet.Image) | Shrinks an image by the factor of two along each axis. |
  | DownsampleRegion(FilNet.Region, FilNet.DownsampleRegionMode, int, FilNet.Region) | Shrinks a region by the factor of two along each axis. |
  | DrawArc(FilNet.Image, FilNet.Arc2D, FilNet.Pixel, FilNet.DrawingStyle) | Draws an arc on an image. |
  | DrawArc(FilNet.Image, FilNet.Arc2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle) | Draws an arc on an image. |
  | DrawBox(FilNet.Image, FilNet.Box, FilNet.Pixel, float) | Draws a box on an image. |
  | DrawCircle(FilNet.Image, FilNet.Circle2D, FilNet.Pixel, FilNet.DrawingStyle) | Draws a circle on an image. |
  | DrawCircle(FilNet.Image, FilNet.Circle2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle) | Draws a circle on an image. |
  | DrawCoordinateSystem(FilNet.Image, FilNet.CoordinateSystem2D, FilNet.Pixel, FilNet.DrawingStyle, float, float) | Draws a pair of arrows representing a coordinate system on an image. |
  | DrawCoordinateSystem(FilNet.Image, FilNet.CoordinateSystem2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, float, float) | Draws a pair of arrows representing a coordinate system on an image. |
  | DrawCrosshair(FilNet.Image, FilNet.Location, FilNet.Pixel, FilNet.CrosshairShape, FilNet.DrawingStyle) | Draws a crosshair on an image. |
  | DrawCrosshair(FilNet.Image, FilNet.Location, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.CrosshairShape, FilNet.DrawingStyle) | Draws a crosshair on an image. |
  | DrawDimensionLine(FilNet.Image, FilNet.Segment2D, FilNet.Pixel, FilNet.DrawingStyle, float, float, FilNet.MetricUnit, int) | Draws a dimension line on an image. |
  | DrawDimensionLine(FilNet.Image, FilNet.Segment2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, float, float, FilNet.MetricUnit, int) | Draws a dimension line on an image. |
  | DrawDimensionLine(FilNet.Image, FilNet.Segment2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, float, float, FilNet.MetricUnit, int, float) | Draws a dimension line on an image. |
  | DrawEllipse(FilNet.Image, FilNet.Rectangle2D, FilNet.Pixel, FilNet.DrawingStyle) | Draws an ellipse on an image. |
  | DrawEllipse(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle) | Draws an ellipse on an image. |
  | DrawGridImage(FilNet.Image, FilNet.Image, int, int) | Draws an image as a tile on an image considered to be a grid of tiles. |
  | DrawImage(FilNet.Image, FilNet.Image, FilNet.Location) | Draws an image on another one. |
  | DrawLine(FilNet.Image, FilNet.Line2D, FilNet.Pixel, FilNet.DrawingStyle) | Draws a line on an image. |
  | DrawLine(FilNet.Image, FilNet.Line2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle) | Draws a line on an image. |
  | DrawPath(FilNet.Image, FilNet.Path, FilNet.Pixel, FilNet.DrawingStyle) | Draws a path on an image. |
  | DrawPath(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle) | Draws a path on an image. |
  | DrawPoint(FilNet.Image, FilNet.Point2D, FilNet.Pixel, FilNet.DrawingStyle) | Draws a point on an image. |
  | DrawPoint(FilNet.Image, FilNet.Point2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle) | Draws a point on an image. |
  | DrawRectangle(FilNet.Image, FilNet.Rectangle2D, FilNet.Pixel, FilNet.DrawingStyle) | Draws a rectangle on an image. |
  | DrawRectangle(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle) | Draws a rectangle on an image. |
  | DrawRegion(FilNet.Image, FilNet.Region, FilNet.Pixel, float) | Draws a region on an image. |
  | DrawRegion(FilNet.Image, FilNet.Region, FilNet.CoordinateSystem2D?, FilNet.Pixel, float) | Draws a region on an image. |
  | DrawSegment(FilNet.Image, FilNet.Segment2D, FilNet.Pixel, FilNet.DrawingStyle, FilNet.MarkerType, float) | Draws a segment on an image. |
  | DrawSegment(FilNet.Image, FilNet.Segment2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, FilNet.MarkerType, float) | Draws a segment on an image. |
  | DrawShapeRegion(FilNet.Image, FilNet.ShapeRegion, FilNet.Pixel, FilNet.DrawingStyle, bool) | Draws a shape region on an image. |
  | DrawShapeRegion(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, bool) | Draws a shape region on an image. |
  | DrawString(FilNet.Image, string, FilNet.Location, FilNet.Anchor2D, FilNet.Pixel, FilNet.DrawingStyle, float, float) | Draws a string on an image. |
  | DrawString(FilNet.Image, string, FilNet.Location, FilNet.CoordinateSystem2D?, FilNet.Anchor2D, FilNet.Pixel, FilNet.DrawingStyle, float, float, FilNet.Pixel?) | Draws a string on an image. |
  | DrawVector(FilNet.Image, FilNet.Vector2D, FilNet.Point2D, FilNet.Pixel, FilNet.DrawingStyle, float) | Draws a vector at an associated initial point on an image. |
  | DrawVector(FilNet.Image, FilNet.Vector2D, FilNet.Point2D, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, float) | Draws a vector at an associated initial point on an image. |
  | EdgeModel2ByteSize(FilNet.EdgeModel2, long) | Returns estimated size of the EdgeModel2 in bytes. |
  | Ellipse2DToShapeRegion(FilNet.Ellipse2D, FilNet.ShapeRegion) | Converts an ellipse to region of interest. |
  | EllipseArea(FilNet.Ellipse2D, float) | Computes the area of an ellipse. |
  | EllipseBoundingBox(FilNet.Ellipse2D, FilNet.Box) | Computes the smallest box containing an ellipse. |
  | EllipseBoundingRectangle_FixedAngle(FilNet.Ellipse2D, float, FilNet.Rectangle2D) | Computes the smallest rectangle with the given orientation angle containing an ellipse. |
  | EllipseBoundingRectangle_FixedAngle(FilNet.Ellipse2D, float, FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | Computes the smallest rectangle with the given orientation angle containing an ellipse. |
  | EllipseBoundingRectangle_FixedAngle(FilNet.Ellipse2D, float, FilNet.Rectangle2D, FilNet.Point2D, float, float) | Computes the smallest rectangle with the given orientation angle containing an ellipse. |
  | EllipseBoundingRectangle(FilNet.Ellipse2D, FilNet.Rectangle2D) | Computes the smallest rectangle containing an ellipse. |
  | EllipseBoundingRectangle(FilNet.Ellipse2D, FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | Computes the smallest rectangle containing an ellipse. |
  | EllipseBoundingRectangle(FilNet.Ellipse2D, FilNet.Rectangle2D, FilNet.Point2D, float, float) | Computes the smallest rectangle containing an ellipse. |
  | EllipseThroughFourPoints(FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Ellipse2D?) | Computes an ellipse passing through four noncollinear points. |
  | EllipseThroughThreePoints(FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Ellipse2D?) | Computes an ellipse passing through three noncollinear points. |
  | EmptyImage(int, int, FilNet.Pixel, int, FilNet.PlainType, FilNet.Image) | Creates an image filled with one color. |
  | EmptyRegion(int, int, FilNet.Region) | Creates an empty region with a given frame. |
  | EnableAVX2Acceleration(bool) | |
  | EnableFilDiagnosticOutputs(bool) | |
  | EnableGPUProcessing(bool) | |
  | EnableNEONAcceleration(bool) | |
  | EnableSSEAcceleration(bool) | |
  | EnhanceMultipleObjectMatches(FilNet.Image, IList<FilNet.Object2D>, IList<IList<FilNet.Path>>, bool, IList<FilNet.Object2D>, IList<SafeList<FilNet.Path>>) | Improves accuracy of multiple object matching by adding a subpixel-precise adjustment. |
  | EnhanceSingleObjectMatch(FilNet.Image, FilNet.Object2D, IList<FilNet.Path>, bool, FilNet.Object2D, IList<FilNet.Path>) | Improves accuracy of single object matching by adding a subpixel-precise adjustment. |
  | EnlargeRegionNTimes(FilNet.Region, int, FilNet.Region) | Enlarges a region by a natural factor. |
  | EnumerateImages_Random(FilNet.EnumerateFilesRandomState, string, bool, bool, bool, bool, int, FilNet.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(FilNet.EnumerateFilesRandomState, string, FilNet.ImageFileFormat?, int?, bool, bool, bool, bool, int, FilNet.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(FilNet.EnumerateFilesRandomState, string, FilNet.ImageFileFormat?, int?, bool, bool, bool, bool, int, FilNet.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(FilNet.EnumerateFilesRandomState, string, FilNet.ImageFileFormat?, int?, bool, bool, bool, bool, int, FilNet.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(FilNet.EnumerateFilesState, string, FilNet.FileSortingOrder, bool, bool, bool, bool, int, FilNet.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(FilNet.EnumerateFilesState, string, FilNet.ImageFileFormat?, FilNet.FileSortingOrder, bool, bool, bool, bool, int, FilNet.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(FilNet.EnumerateFilesState, string, FilNet.ImageFileFormat?, FilNet.FileSortingOrder, bool, bool, bool, bool, int, FilNet.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(FilNet.EnumerateFilesState, string, FilNet.ImageFileFormat?, FilNet.FileSortingOrder, bool, bool, bool, bool, int, FilNet.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(FilNet.EnumerateImageTilesState, FilNet.Image, int, bool, int, FilNet.Image) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, int?, bool, int, FilNet.Image) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, int?, bool, int, FilNet.Image, NullableValue<bool>, NullableValue<bool>) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, int?, bool, int, FilNet.Image, bool, bool, FilNet.Box) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, int?, bool, int, FilNet.Image, NullableValue<bool>, NullableValue<bool>, FilNet.Box) | Enumerates tiles from image. |
  | EqualizeImageHistogram(FilNet.Image, float, float, FilNet.Image) | Maps image pixels to new values to achieve uniform distribution of intensities in the range (0, 255). |
  | EqualizeImageHistogram(FilNet.Image, NullableRef<FilNet.Region>, float, float, FilNet.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(FilNet.Box, int, FilNet.Box) | Performs a morphological erosion on a box using box kernel. |
  | ErodeBox(FilNet.Box, int, int?, FilNet.Box) | Performs a morphological erosion on a box using box kernel. |
  | ErodeImage_AnyKernel(FilNet.Image, FilNet.Region, FilNet.Image) | Replaces each pixel with the minimum of pixels within an arbitrary kernel. |
  | ErodeImage_AnyKernel(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.Region, FilNet.Location?, FilNet.Image) | Replaces each pixel with the minimum of pixels within an arbitrary kernel. |
  | ErodeImage_Mask(FilNet.Image, FilNet.MorphologyKernel, FilNet.Image) | Replaces each pixel with the minimum of pixels within a small rectangular kernel. |
  | ErodeImage_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.MorphologyKernel, FilNet.Image) | Replaces each pixel with the minimum of pixels within a small rectangular kernel. |
  | ErodeImage(FilNet.Image, FilNet.KernelShape, int, FilNet.Image) | Replaces each pixel with the minimum of pixels within a kernel. |
  | ErodeImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image) | Replaces each pixel with the minimum of pixels within a kernel. |
  | ErodeImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image, FilNet.Region) | Replaces each pixel with the minimum of pixels within a kernel. |
  | ErodeProfile(FilNet.Profile, int, bool, FilNet.Profile) | Changes a profile by choosing minimum point within a kernel. |
  | ErodeProfile(FilNet.Profile, FilNet.Range?, int, bool, FilNet.Profile) | Changes a profile by choosing minimum point within a kernel. |
  | ErodeRegion_AnyKernel(FilNet.Region, FilNet.Region, FilNet.Region) | Performs a morphological erosion on a region using an arbitrary kernel. |
  | ErodeRegion_AnyKernel(FilNet.Region, FilNet.Region, FilNet.Location?, FilNet.Region) | Performs a morphological erosion on a region using an arbitrary kernel. |
  | ErodeRegion_Threshold(FilNet.Region, FilNet.Region, int, FilNet.Region) | Erodes a region with inThresholdValue pixels of inKernel. |
  | ErodeRegion_Threshold(FilNet.Region, FilNet.Region, FilNet.Location?, int, FilNet.Region) | Erodes a region with inThresholdValue pixels of inKernel. |
  | ErodeRegion(FilNet.Region, FilNet.KernelShape, int, FilNet.Region) | Performs a morphological erosion on a region using a predefined kernel. |
  | ErodeRegion(FilNet.Region, FilNet.KernelShape, int, int?, FilNet.Region) | Performs a morphological erosion on a region using a predefined kernel. |
  | ErodeShapeRegion(FilNet.ShapeRegion, float, FilNet.ShapeRegion) | Performs a morphological erosion on a shape region. |
  | ErodeSurfacePoints(FilNet.Surface, FilNet.KernelShape, int, bool, FilNet.Surface) | Removes some existing points from the input surface when some points in their vicinity are missing. |
  | ErodeSurfacePoints(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.KernelShape, int, int?, bool, FilNet.Surface) | Removes some existing points from the input surface when some points in their vicinity are missing. |
  | EstimateAffine3DTransform(IList<FilNet.Point3D>, IList<FilNet.Point3D>, float, float, FilNet.Matrix, IList<int>, int) | Computes optimal affine transformation between two 3D point sets. |
  | ExpaintImage_Bornemann(FilNet.Image, FilNet.Region, int, int, float, float, float, FilNet.LuminanceMode, FilNet.Image) | Speculatively sets pixel values outside of a region using the fast marching method and coherence analysis. |
  | ExpaintImage_Telea(FilNet.Image, FilNet.Region, int, int, FilNet.Image) | Speculatively sets pixel values outside of a region using the fast marching method. |
  | ExpandRegions(IList<FilNet.Region>, IList<FilNet.Region>) | Splits pixels of the input regions and their complement among these regions. |
  | ExpandRegions(IList<FilNet.Region>, FilNet.Metric?, IList<FilNet.Region>) | Splits pixels of the input regions and their complement among these regions. |
  | ExtendPath(FilNet.Path, float, float) | Resizes the first or the last segment of a path. |
  | ExtractBlobs_Color(FilNet.Image, FilNet.ColorThresholdParams, FilNet.PreSplitProcessingParams, FilNet.SplittingParams, IList<FilNet.Region>, FilNet.Region) | Segments an image into blobs by color-based thresholding. |
  | ExtractBlobs_Color(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.ColorThresholdParams, FilNet.PreSplitProcessingParams, FilNet.SplittingParams, IList<FilNet.Region>, FilNet.Region) | Segments an image into blobs by color-based thresholding. |
  | ExtractBlobs_Dynamic(FilNet.Image, FilNet.DynamicThresholdParams, FilNet.PreSplitProcessingParams, FilNet.SplittingParams, IList<FilNet.Region>, FilNet.Region) | Segments an image into blobs by dynamic thresholding. |
  | ExtractBlobs_Dynamic(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.DynamicThresholdParams, FilNet.PreSplitProcessingParams, FilNet.SplittingParams, IList<FilNet.Region>, FilNet.Region) | Segments an image into blobs by dynamic thresholding. |
  | ExtractBlobs_Intensity(FilNet.Image, FilNet.IntensityThresholdParams, FilNet.PreSplitProcessingParams, FilNet.SplittingParams, IList<FilNet.Region>, FilNet.Region) | Segments an image into blobs by thresholding using a single value. |
  | ExtractBlobs_Intensity(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.IntensityThresholdParams, FilNet.PreSplitProcessingParams, FilNet.SplittingParams, IList<FilNet.Region>, FilNet.Region) | Segments an image into blobs by thresholding using a single value. |
  | ExtractBlobs_Range(FilNet.Image, FilNet.RangeThresholdParams, FilNet.PreSplitProcessingParams, FilNet.SplittingParams, IList<FilNet.Region>, FilNet.Region) | Segments an image into blobs by thresholding using a range of values. |
  | ExtractBlobs_Range(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.RangeThresholdParams, FilNet.PreSplitProcessingParams, FilNet.SplittingParams, IList<FilNet.Region>, FilNet.Region) | Segments an image into blobs by thresholding using a range of values. |
  | ExtractText2(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D, FilNet.Polarity, int, IList<FilNet.Region>) | Ready-to-use tool for extracting and splitting text elements to single characters. |
  | ExtractText2(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D, FilNet.Polarity, int, int?, int?, IList<FilNet.Region>) | Ready-to-use tool for extracting and splitting text elements to single characters. |
  | ExtractText2(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D, FilNet.Polarity, int, int?, int?, IList<FilNet.Region>, IList<FilNet.Region>) | Ready-to-use tool for extracting and splitting text elements to single characters. |
  | ExtractText(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D, FilNet.TextSegmentation, IList<FilNet.Region>) | Ready-to-use tool for extracting and splitting character to single characters. |
  | ExtractText(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D, FilNet.TextSegmentation, IList<FilNet.Region>, FilNet.Region, IList<FilNet.Region>, FilNet.Rectangle2D) | Ready-to-use tool for extracting and splitting character to single characters. |
  | FillImageBuffer(FilNet.Image, int, int, FilNet.PlainType, int, int, System.IntPtr) | |
  | FillImagePreviewBuffer(FilNet.Image, int, int, System.IntPtr, int, bool) | |
  | FillImage(FilNet.Image, FilNet.Pixel) | Fills the input image with one color. |
  | FillRegionHoles(FilNet.Region, FilNet.RegionConnectivity, int, FilNet.Region) | Adds pixels to the input region so that it contains no holes. |
  | FillRegionHoles(FilNet.Region, FilNet.RegionConnectivity, int, int?, FilNet.Region) | Adds pixels to the input region so that it contains no holes. |
  | FilterGridPoints(IList<FilNet.Point2D>, float, float, float, float, IList<FilNet.Point2D>) | Select a subset of the given points that forms a grid. |
  | FilterGridPoints(IList<FilNet.Point2D>, int?, int?, float, float?, float, float, float, float?, float?, float?, IList<FilNet.Point2D>) | Select a subset of the given points that forms a grid. |
  | FilterGridPoints(IList<FilNet.Point2D>, int?, int?, float, float?, float, float, float, float?, float?, float?, IList<FilNet.Point2D>, IList<FilNet.Segment2D>, float) | Select a subset of the given points that forms a grid. |
  | FindClosestPoints(IList<FilNet.Point2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>, IList<int>) | For each given point, finds the 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) | Finds the mode in a set of data values by looking for highest concentration of a fixed number of samples. |
  | FindDataMode_FixedCount(IList<float>, float?, float?, int, float?, float, float, float) | Finds the mode in a set of data values by looking for highest concentration of a fixed number of samples. |
  | FindDataMode_FixedSpread(IList<float>, float, float, float, int, float) | Finds the mode in a set of data values by looking for highest number of samples withing the specified spread. |
  | FindDataMode_FixedSpread(IList<float>, float, float?, float, float, int, float) | Finds the mode in a set of data values by looking for highest number of samples withing the specified spread. |
  | FindDataMode_MeanShift(IList<float>, int, float, float) | Finds the mode in a set of data values by iteratively computing its median. |
  | FindDensityMaxima_FixedCount(IList<float>, int, bool, FilNet.DataModeFunction, IList<float>, IList<float>) | Finds local density maxima in set of values by looking for the highest concentration of a fixed number of samples. |
  | FindDensityMaxima_FixedCount(IList<float>, int, float?, bool, float?, FilNet.DataModeFunction, FilNet.LocalBlindness?, IList<float>, IList<float>) | Finds local density maxima in set of values by looking for the highest concentration of a fixed number of samples. |
  | FindDensityMaxima_FixedSpread(IList<float>, float, int, bool, FilNet.DataModeFunction, IList<float>, IList<int>) | Finds local density maxima in a set of values by looking for the highest number of samples withing a range determined by the given spread. |
  | FindDensityMaxima_FixedSpread(IList<float>, float, int, bool, float?, FilNet.DataModeFunction, FilNet.LocalBlindness?, IList<float>, IList<int>) | Finds local density maxima in a set of values by looking for the highest number of samples withing a range determined by the given spread. |
  | FindLongestSubpath(FilNet.Path, float, FilNet.Path) | Creates a new path from the longest sequence of segments of the input path that turn gently. |
  | FindMatchingRegions_IoU(IList<FilNet.Region>, IList<int>, IList<FilNet.Region>, IList<int>, double, IList<int?>, IList<NullableRef<FilNet.Region>>, IList<double?>) | Finds corresponding regions in two arrays based on IoU value. |
  | FindMatchingRegions_IoU(IList<FilNet.Region>, IList<int>, IList<FilNet.Region>, IList<int>, double, IList<int?>, IList<NullableRef<FilNet.Region>>, IList<double?>, IList<double?>) | Finds corresponding regions in two arrays based on IoU value. |
  | FindMaxStableExtremalRegions(FilNet.Image, int, int, int, float, float, FilNet.RegionConnectivity, IList<FilNet.Region>) | Segments an image by binarizing it with many different thresholds and by looking which blobs appear "stable". |
  | FitArcToEdges_Direct(FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FitArcToEdges_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FitArcToEdges_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FitArcToEdges_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, IList<FilNet.Edge1D?>, INullable<FilNet.Profile>, FilNet.ArcFittingField, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FitArcToEdges_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitArcToEdges(FilNet.Image, FilNet.ArcFittingMap, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FitArcToEdges(FilNet.Image, FilNet.ArcFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FitArcToEdges(FilNet.Image, FilNet.ArcFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, IList<FilNet.Edge1D?>, INullable<FilNet.Profile>, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FitArcToEdges(FilNet.Image, FilNet.ArcFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FitArcToPath(FilNet.Path, FilNet.CircleFittingMethod, FilNet.Arc2D?) | Approximates path by an arc using the selected outliers suppression method and considering path's start and end. |
  | FitArcToPath(FilNet.Path, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?) | Approximates path by an arc using the selected outliers suppression method and considering path's start and end. |
  | FitArcToPoints(IList<FilNet.Point2D>, FilNet.CircleFittingMethod, FilNet.Arc2D?) | Approximates points with an arc using the selected outliers suppression method. |
  | FitArcToPoints(IList<FilNet.Point2D>, FilNet.Range?, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?) | Approximates points with an arc using the selected outliers suppression method. |
  | FitArcToPoints(IList<FilNet.Point2D>, FilNet.Range?, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, NullableRef<List<FilNet.Point2D>>) | Approximates points with an arc using the selected outliers suppression method. |
  | FitArcToRidges_Direct(FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FitArcToRidges_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FitArcToRidges_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FitArcToRidges_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, IList<FilNet.Ridge1D?>, INullable<FilNet.Profile>, FilNet.ArcFittingField, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FitArcToRidges_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitArcToRidges(FilNet.Image, FilNet.ArcFittingMap, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FitArcToRidges(FilNet.Image, FilNet.ArcFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FitArcToRidges(FilNet.Image, FilNet.ArcFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, IList<FilNet.Ridge1D?>, INullable<FilNet.Profile>, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FitArcToRidges(FilNet.Image, FilNet.ArcFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FitArcToStripe_Direct(FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?) | Performs a series of 1D stripe detections and finds an arc that best matches the detected points. |
  | FitArcToStripe_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?) | Performs a series of 1D stripe detections and finds an arc that best matches the detected points. |
  | FitArcToStripe_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | |
  | FitArcToStripe_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, IList<NullableRef<FilNet.Stripe1D>>, IList<FilNet.Point2D>, INullable<FilNet.Profile>, FilNet.ArcFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitArcToStripe_Direct(FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitArcToStripe(FilNet.Image, FilNet.ArcFittingMap, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?) | Performs a series of 1D stripe detections and finds an arc that best matches the detected points. |
  | FitArcToStripe(FilNet.Image, FilNet.ArcFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?) | Performs a series of 1D stripe detections and finds an arc that best matches the detected points. |
  | FitArcToStripe(FilNet.Image, FilNet.ArcFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, IList<NullableRef<FilNet.Stripe1D>>, IList<FilNet.Point2D>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and finds an arc that best matches the detected points. |
  | FitArcToStripe(FilNet.Image, FilNet.ArcFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D stripe detections and finds an arc that best matches the detected points. |
  | FitCircle3DToHole(FilNet.Point3DGrid, FilNet.MEstimator, float, int, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, FilNet.Plane3D) | Fits a circle to a hole in a plane. |
  | FitCircle3DToHole(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, FilNet.Plane3D) | Fits a circle to a hole in a plane. |
  | FitCircle3DToHole(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, FilNet.Plane3D, IList<FilNet.Point3D>, IList<float>, float, float, IList<float>, float) | Fits a circle to a hole in a plane. |
  | FitCircle3DToHole(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, FilNet.Plane3D, NullableRef<List<FilNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>) | Fits a circle to a hole in a plane. |
  | FitCircleToEdges3D_Direct(FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FitCircleToEdges3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FitCircleToEdges3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | |
  | FitCircleToEdges3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, IList<FilNet.SurfaceEdge1D?>, INullable<FilNet.Profile>, FilNet.CircleFittingField, IList<FilNet.Point3D>, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitCircleToEdges3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitCircleToEdges3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, IList<FilNet.SurfaceEdge1D?>, INullable<FilNet.Profile>, IList<FilNet.Point3D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges_Direct(FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, IList<FilNet.Edge1D?>, INullable<FilNet.Profile>, FilNet.CircleFittingField, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitCircleToEdges(FilNet.Image, FilNet.CircleFittingMap, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges(FilNet.Image, FilNet.CircleFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges(FilNet.Image, FilNet.CircleFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, IList<FilNet.Edge1D?>, INullable<FilNet.Profile>, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToEdges(FilNet.Image, FilNet.CircleFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToPoints3D(IList<FilNet.Point3D>, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>) | Approximates points in 3D with a circle using selected outliers suppression method. |
  | FitCircleToPoints3D(IList<FilNet.Point3D>, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Plane3D?, INullable<FilNet.Circle3D>) | Approximates points in 3D with a circle using selected outliers suppression method. |
  | FitCircleToPoints3D(IList<FilNet.Point3D>, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Plane3D?, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.Point3D>>) | Approximates points in 3D with a circle using selected outliers suppression method. |
  | FitCircleToPoints(IList<FilNet.Point2D>, FilNet.CircleFittingMethod, FilNet.Circle2D?) | Approximates points with a circle using selected outliers suppression method. |
  | FitCircleToPoints(IList<FilNet.Point2D>, FilNet.Range?, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?) | Approximates points with a circle using selected outliers suppression method. |
  | FitCircleToPoints(IList<FilNet.Point2D>, FilNet.Range?, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, NullableRef<List<FilNet.Point2D>>) | Approximates points with a circle using selected outliers suppression method. |
  | FitCircleToRidges3D_Direct(FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>) | Performs a series of 1D ridge detections in 3D and finds a circle that best matches the detected points. |
  | FitCircleToRidges3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>) | Performs a series of 1D ridge detections in 3D and finds a circle that best matches the detected points. |
  | FitCircleToRidges3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | |
  | FitCircleToRidges3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, IList<FilNet.SurfaceRidge1D?>, INullable<FilNet.Profile>, FilNet.CircleFittingField, IList<FilNet.Point3D>, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitCircleToRidges3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitCircleToRidges3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, IList<FilNet.SurfaceRidge1D?>, INullable<FilNet.Profile>, IList<FilNet.Point3D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges_Direct(FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, IList<FilNet.Ridge1D?>, INullable<FilNet.Profile>, FilNet.CircleFittingField, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitCircleToRidges(FilNet.Image, FilNet.CircleFittingMap, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges(FilNet.Image, FilNet.CircleFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges(FilNet.Image, FilNet.CircleFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, IList<FilNet.Ridge1D?>, INullable<FilNet.Profile>, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToRidges(FilNet.Image, FilNet.CircleFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FitCircleToStripe3D_Direct(FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FitCircleToStripe3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FitCircleToStripe3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<List<FilNet.Point3D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | |
  | FitCircleToStripe3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, IList<NullableRef<FilNet.SurfaceStripe1D>>, IList<FilNet.Point3D>, INullable<FilNet.Profile>, FilNet.CircleFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitCircleToStripe3D_Direct(FilNet.Surface, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<List<FilNet.Point3D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitCircleToStripe3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToStripe3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToStripe3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, IList<NullableRef<FilNet.SurfaceStripe1D>>, IList<FilNet.Point3D>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToStripe3D(FilNet.Surface, FilNet.CircleFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<List<FilNet.Point3D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FitCircleToStripe_Direct(FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?) | Performs a series 1D stripe detections and finds a circle that best matches the detected points. |
  | FitCircleToStripe_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?) | Performs a series 1D stripe detections and finds a circle that best matches the detected points. |
  | FitCircleToStripe_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | |
  | FitCircleToStripe_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, IList<NullableRef<FilNet.Stripe1D>>, IList<FilNet.Point2D>, INullable<FilNet.Profile>, FilNet.CircleFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitCircleToStripe_Direct(FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitCircleToStripe(FilNet.Image, FilNet.CircleFittingMap, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?) | Performs a series 1D stripe detections and finds a circle that best matches the detected points. |
  | FitCircleToStripe(FilNet.Image, FilNet.CircleFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?) | Performs a series 1D stripe detections and finds a circle that best matches the detected points. |
  | FitCircleToStripe(FilNet.Image, FilNet.CircleFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, IList<NullableRef<FilNet.Stripe1D>>, IList<FilNet.Point2D>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series 1D stripe detections and finds a circle that best matches the detected points. |
  | FitCircleToStripe(FilNet.Image, FilNet.CircleFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series 1D stripe detections and finds a circle that best matches the detected points. |
  | FitCircleToSurfaceHole(FilNet.Surface, FilNet.MEstimator, float, int, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, FilNet.Plane3D) | Fits a circle to a hole in a surface plane. |
  | FitCircleToSurfaceHole(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, FilNet.Plane3D) | Fits a circle to a hole in a surface plane. |
  | FitCircleToSurfaceHole(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, FilNet.Plane3D, IList<FilNet.Point3D>, IList<float>, float, float, IList<float>, float) | Fits a circle to a hole in a surface plane. |
  | FitCircleToSurfaceHole(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.CircleFittingMethod, FilNet.MEstimator?, INullable<FilNet.Circle3D>, FilNet.Plane3D, NullableRef<List<FilNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>) | Fits a circle to a hole in a surface plane. |
  | FitLineToPoints3D_LTE(IList<FilNet.Point3D>, int, FilNet.Line3D) | Approximates points in 3D with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints3D_LTE(IList<FilNet.Point3D>, int, int?, FilNet.Line3D) | Approximates points in 3D with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints3D_LTE(IList<FilNet.Point3D>, int, int?, FilNet.Line3D, NullableRef<List<FilNet.Point3D>>, NullableValue<float>) | Approximates points in 3D with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints3D_LTE(IList<FilNet.Point3D>, int, int?, FilNet.Line3D, IList<FilNet.Point3D>, float, int) | Approximates points in 3D with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints3D_LTE(IList<FilNet.Point3D>, int, int?, FilNet.Line3D, NullableRef<List<FilNet.Point3D>>, NullableValue<float>, int) | Approximates points in 3D with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints3D_M(IList<FilNet.Point3D>, FilNet.MEstimator, float, int, FilNet.Line3D) | Approximates points in 3D with a line using selected M-estimator for outlier suppression. |
  | FitLineToPoints3D_M(IList<FilNet.Point3D>, FilNet.MEstimator, float, int, NullableRef<FilNet.Line3D>, FilNet.Line3D) | Approximates points in 3D with a line using selected M-estimator for outlier suppression. |
  | FitLineToPoints3D_M(IList<FilNet.Point3D>, FilNet.MEstimator, float, int, NullableRef<FilNet.Line3D>, FilNet.Line3D, NullableRef<List<FilNet.Point3D>>) | Approximates points in 3D with a line using selected M-estimator for outlier suppression. |
  | FitLineToPoints3D_RANSAC(IList<FilNet.Point3D>, float, INullable<FilNet.Line3D>) | Approximates points in 3D with a line using a RANSAC algorithm. |
  | FitLineToPoints3D_RANSAC(IList<FilNet.Point3D>, int?, float, int?, INullable<FilNet.Line3D>) | Approximates points in 3D with a line using a RANSAC algorithm. |
  | FitLineToPoints3D(IList<FilNet.Point3D>, FilNet.Line3D) | Approximates points in 3D with a line using the Least Squares method. |
  | FitLineToPoints3D(IList<FilNet.Point3D>, FilNet.Line3D, NullableValue<float>) | Approximates points in 3D with a line using the Least Squares method. |
  | FitLineToPoints3D(IList<FilNet.Point3D>, FilNet.Line3D, float) | Approximates points in 3D with a line using the Least Squares method. |
  | FitLineToPoints_LTE(IList<FilNet.Point2D>, int, FilNet.Line2D) | Approximates points with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints_LTE(IList<FilNet.Point2D>, FilNet.Range?, int, int?, FilNet.Line2D) | Approximates points with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints_LTE(IList<FilNet.Point2D>, FilNet.Range?, int, int?, FilNet.Line2D, NullableRef<List<FilNet.Point2D>>, NullableValue<float>) | Approximates points with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints_LTE(IList<FilNet.Point2D>, FilNet.Range?, int, int?, FilNet.Line2D, IList<FilNet.Point2D>, float, int) | Approximates points with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints_LTE(IList<FilNet.Point2D>, FilNet.Range?, int, int?, FilNet.Line2D, NullableRef<List<FilNet.Point2D>>, NullableValue<float>, int) | Approximates points with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints_M(IList<FilNet.Point2D>, FilNet.MEstimator, float, int, FilNet.Line2D) | Approximates points with a line using selected M-estimator for outlier suppression. |
  | FitLineToPoints_M(IList<FilNet.Point2D>, FilNet.Range?, FilNet.MEstimator, float, int, FilNet.Line2D?, FilNet.Line2D) | Approximates points with a line using selected M-estimator for outlier suppression. |
  | FitLineToPoints_M(IList<FilNet.Point2D>, FilNet.Range?, FilNet.MEstimator, float, int, FilNet.Line2D?, FilNet.Line2D, NullableRef<List<FilNet.Point2D>>) | Approximates points with a line using selected M-estimator for outlier suppression. |
  | FitLineToPoints_RANSAC(IList<FilNet.Point2D>, float, FilNet.Line2D?) | Approximates points with a line using a RANSAC algorithm. |
  | FitLineToPoints_RANSAC(IList<FilNet.Point2D>, FilNet.Range?, int?, float, int?, FilNet.Line2D?) | Approximates points with a line using a RANSAC algorithm. |
  | FitLineToPoints_TheilSen(IList<FilNet.Point2D>, FilNet.TheilSenVariant, FilNet.Line2D) | Approximates points with a line using TheilSen algorithm, optionally with Siegel's improvement. |
  | FitLineToPoints_TheilSen(IList<FilNet.Point2D>, FilNet.Range?, FilNet.TheilSenVariant, int?, float?, FilNet.Line2D) | Approximates points with a line using TheilSen algorithm, optionally with Siegel's improvement. |
  | FitLineToPoints_TheilSen(IList<FilNet.Point2D>, FilNet.Range?, FilNet.TheilSenVariant, int?, float?, FilNet.Line2D, IList<float>) | Approximates points with a line using TheilSen algorithm, optionally with Siegel's improvement. |
  | FitLineToPoints(IList<FilNet.Point2D>, FilNet.Line2D) | Approximates points with a line using the Least Squares method. |
  | FitLineToPoints(IList<FilNet.Point2D>, FilNet.Range?, FilNet.Line2D) | Approximates points with a line using the Least Squares method. |
  | FitLineToPoints(IList<FilNet.Point2D>, FilNet.Range?, FilNet.Line2D, NullableValue<float>) | Approximates points with a line using the Least Squares method. |
  | FitLineToPoints(IList<FilNet.Point2D>, FilNet.Range?, FilNet.Line2D, float) | Approximates points with a line using the Least Squares method. |
  | FitPathToEdges3D_Direct(FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>) | Performs a series of 1D edge detections in 3D and creates a path from the detected points. |
  | FitPathToEdges3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>) | Performs a series of 1D edge detections in 3D and creates a path from the detected points. |
  | FitPathToEdges3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<NullableRef<List<FilNet.Segment3D>>>) | |
  | FitPathToEdges3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, IList<FilNet.SurfaceEdge1D?>, INullable<FilNet.Profile>, FilNet.PathFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, INullable<List<FilNet.Segment3D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitPathToEdges3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<NullableRef<List<FilNet.Segment3D>>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitPathToEdges3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, IList<FilNet.SurfaceEdge1D?>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>, INullable<List<FilNet.Segment3D>>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<NullableRef<List<FilNet.Segment3D>>>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges_Direct(FilNet.Image, FilNet.PathFittingField, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, IList<FilNet.Edge1D?>, INullable<FilNet.Profile>, FilNet.PathFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitPathToEdges(FilNet.Image, FilNet.PathFittingMap, FilNet.EdgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges(FilNet.Image, FilNet.PathFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges(FilNet.Image, FilNet.PathFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, IList<FilNet.Edge1D?>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges(FilNet.Image, FilNet.PathFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToPath(FilNet.Path, FilNet.Path, FilNet.PathOrientationAlignment, int, float, float, FilNet.Path, FilNet.CoordinateSystem2D, float) | Rotates and shifts a path to minimize average distance between its points and a reference path. |
  | FitPathToRidges3D_Direct(FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>) | Performs a series of 1D ridge detections in 3D and creates a path from the detected points. |
  | FitPathToRidges3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>) | Performs a series of 1D ridge detections in 3D and creates a path from the detected points. |
  | FitPathToRidges3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<NullableRef<List<FilNet.Segment3D>>>) | |
  | FitPathToRidges3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, IList<FilNet.SurfaceRidge1D?>, INullable<FilNet.Profile>, FilNet.PathFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, INullable<List<FilNet.Segment3D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitPathToRidges3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<NullableRef<List<FilNet.Segment3D>>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitPathToRidges3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, IList<FilNet.SurfaceRidge1D?>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>, INullable<List<FilNet.Segment3D>>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<NullableRef<List<FilNet.Segment3D>>>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges_Direct(FilNet.Image, FilNet.PathFittingField, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, IList<FilNet.Ridge1D?>, INullable<FilNet.Profile>, FilNet.PathFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitPathToRidges(FilNet.Image, FilNet.PathFittingMap, FilNet.RidgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges(FilNet.Image, FilNet.PathFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges(FilNet.Image, FilNet.PathFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, IList<FilNet.Ridge1D?>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges(FilNet.Image, FilNet.PathFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToStripe3D_Direct(FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>) | Performs a series of 1D stripe detections in 3D and creates a path from the detected points. |
  | FitPathToStripe3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>) | Performs a series of 1D stripe detections in 3D and creates a path from the detected points. |
  | FitPathToStripe3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<NullableRef<List<FilNet.Segment3D>>>) | |
  | FitPathToStripe3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, IList<NullableRef<FilNet.SurfaceStripe1D>>, INullable<FilNet.Profile>, FilNet.PathFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, INullable<List<FilNet.Segment3D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitPathToStripe3D_Direct(FilNet.Surface, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<NullableRef<List<FilNet.Segment3D>>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitPathToStripe3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, IList<NullableRef<FilNet.SurfaceStripe1D>>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>, INullable<List<FilNet.Segment3D>>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, int?, float?, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<NullableRef<List<FilNet.Segment3D>>>) | |
  | FitPathToStripe_Direct(FilNet.Image, FilNet.PathFittingField, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, INullable<FilNet.Profile>, FilNet.PathFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitPathToStripe_Direct(FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitPathToStripe(FilNet.Image, FilNet.PathFittingMap, FilNet.StripeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe(FilNet.Image, FilNet.PathFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe(FilNet.Image, FilNet.PathFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe(FilNet.Image, FilNet.PathFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPlaneToPoint3DGrid_M(FilNet.Point3DGrid, FilNet.MEstimator, float, int, FilNet.Plane3D) | Approximates points of the input grid with a plane using selected M-estimator for outlier suppression. |
  | FitPlaneToPoint3DGrid_M(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.Plane3D) | Approximates points of the input grid with a plane using selected M-estimator for outlier suppression. |
  | FitPlaneToPoint3DGrid_M(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.Plane3D, IList<FilNet.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(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.Plane3D, NullableRef<List<FilNet.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(FilNet.Point3DGrid, FilNet.Plane3D) | Approximates points of the input grid with a plane using the Least Squares method. |
  | FitPlaneToPoint3DGrid(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.Plane3D) | Approximates points of the input grid with a plane using the Least Squares method. |
  | FitPlaneToPoint3DGrid(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.Plane3D, IList<float>, float, float, IList<float>, float) | Approximates points of the input grid with a plane using the Least Squares method. |
  | FitPlaneToPoint3DGrid(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.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<FilNet.Point3D>, FilNet.MEstimator, float, int, FilNet.Plane3D) | Approximates points with a plane using selected M-estimator for outlier suppression. |
  | FitPlaneToPoints_M(IList<FilNet.Point3D>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.Plane3D) | Approximates points with a plane using selected M-estimator for outlier suppression. |
  | FitPlaneToPoints_M(IList<FilNet.Point3D>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.Plane3D, IList<FilNet.Point3D>, IList<float>, float, float, IList<float>, float) | Approximates points with a plane using selected M-estimator for outlier suppression. |
  | FitPlaneToPoints_M(IList<FilNet.Point3D>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.Plane3D, NullableRef<List<FilNet.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<FilNet.Point3D>, FilNet.Plane3D) | Approximates points with a plane using the Least Squares method. |
  | FitPlaneToPoints(IList<FilNet.Point3D>, FilNet.Plane3D, IList<float>, float, float, IList<float>, float) | Approximates points with a plane using the Least Squares method. |
  | FitPlaneToPoints(IList<FilNet.Point3D>, FilNet.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(FilNet.Surface, FilNet.MEstimator, float, int, FilNet.Plane3D) | Approximates points of the input surface with a plane using selected M-estimator for outlier suppression. |
  | FitPlaneToSurface_M(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.Plane3D) | Approximates points of the input surface with a plane using selected M-estimator for outlier suppression. |
  | FitPlaneToSurface_M(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.Plane3D, IList<FilNet.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(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, FilNet.Plane3D, NullableRef<List<FilNet.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(FilNet.Surface, FilNet.Plane3D) | Approximates points of the input surface with a plane using the Least Squares method. |
  | FitPlaneToSurface(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Plane3D) | Approximates points of the input surface with a plane using the Least Squares method. |
  | FitPlaneToSurface(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Plane3D, IList<float>, float, float, IList<float>, float) | Approximates points of the input surface with a plane using the Least Squares method. |
  | FitPlaneToSurface(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.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_Direct(FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FitSegmentToEdges3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FitSegmentToEdges3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | |
  | FitSegmentToEdges3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, IList<FilNet.SurfaceEdge1D?>, INullable<FilNet.Profile>, FilNet.SegmentFittingField, IList<FilNet.Point3D>, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitSegmentToEdges3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitSegmentToEdges3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, IList<FilNet.SurfaceEdge1D?>, INullable<FilNet.Profile>, IList<FilNet.Point3D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges_Direct(FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.Segment2D?) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, IList<FilNet.Edge1D?>, INullable<FilNet.Profile>, FilNet.SegmentFittingField, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitSegmentToEdges(FilNet.Image, FilNet.SegmentFittingMap, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.Segment2D?) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges(FilNet.Image, FilNet.SegmentFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges(FilNet.Image, FilNet.SegmentFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, IList<FilNet.Edge1D?>, INullable<FilNet.Profile>, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToEdges(FilNet.Image, FilNet.SegmentFittingMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToPoints3D_LTE(IList<FilNet.Point3D>, int, FilNet.Segment3D) | Approximates points in 3D with a segment using a RANSAC algorithm. |
  | FitSegmentToPoints3D_LTE(IList<FilNet.Point3D>, int, int?, FilNet.Segment3D) | Approximates points in 3D with a segment using a RANSAC algorithm. |
  | FitSegmentToPoints3D_LTE(IList<FilNet.Point3D>, int, int?, FilNet.Segment3D, NullableRef<List<FilNet.Point3D>>, NullableValue<float>) | Approximates points in 3D with a segment using a RANSAC algorithm. |
  | FitSegmentToPoints3D_LTE(IList<FilNet.Point3D>, int, int?, FilNet.Segment3D, IList<FilNet.Point3D>, float, int) | Approximates points in 3D with a segment using a RANSAC algorithm. |
  | FitSegmentToPoints3D_LTE(IList<FilNet.Point3D>, int, int?, FilNet.Segment3D, NullableRef<List<FilNet.Point3D>>, NullableValue<float>, int) | Approximates points in 3D with a segment using a RANSAC algorithm. |
  | FitSegmentToPoints3D_RANSAC(IList<FilNet.Point3D>, float, INullable<FilNet.Segment3D>) | Approximates points in 3D with a segment using a RANSAC algorithm. |
  | FitSegmentToPoints3D_RANSAC(IList<FilNet.Point3D>, int?, float, int?, INullable<FilNet.Segment3D>) | Approximates points in 3D with a segment using a RANSAC algorithm. |
  | FitSegmentToPoints3D(IList<FilNet.Point3D>, INullable<FilNet.Segment3D>) | Approximates points in 3D with a segment using selected outliers suppression method. |
  | FitSegmentToPoints3D(IList<FilNet.Point3D>, FilNet.MEstimator?, INullable<FilNet.Segment3D>) | Approximates points in 3D with a segment using selected outliers suppression method. |
  | FitSegmentToPoints3D(IList<FilNet.Point3D>, FilNet.MEstimator?, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.Point3D>>) | Approximates points in 3D with a segment using selected outliers suppression method. |
  | FitSegmentToPoints_LTE(IList<FilNet.Point2D>, int, FilNet.Segment2D) | Approximates points with a segment using Least Trimmed Error algorithm. |
  | FitSegmentToPoints_LTE(IList<FilNet.Point2D>, FilNet.Range?, int, int?, FilNet.Segment2D) | Approximates points with a segment using Least Trimmed Error algorithm. |
  | FitSegmentToPoints_LTE(IList<FilNet.Point2D>, FilNet.Range?, int, int?, FilNet.Segment2D, NullableRef<List<FilNet.Point2D>>, NullableValue<float>) | Approximates points with a segment using Least Trimmed Error algorithm. |
  | FitSegmentToPoints_LTE(IList<FilNet.Point2D>, FilNet.Range?, int, int?, FilNet.Segment2D, IList<FilNet.Point2D>, float, int) | Approximates points with a segment using Least Trimmed Error algorithm. |
  | FitSegmentToPoints_LTE(IList<FilNet.Point2D>, FilNet.Range?, int, int?, FilNet.Segment2D, NullableRef<List<FilNet.Point2D>>, NullableValue<float>, int) | Approximates points with a segment using Least Trimmed Error algorithm. |
  | FitSegmentToPoints_RANSAC(IList<FilNet.Point2D>, float, FilNet.Segment2D?) | Approximates points with a segment using a RANSAC algorithm. |
  | FitSegmentToPoints_RANSAC(IList<FilNet.Point2D>, FilNet.Range?, int?, float, int?, FilNet.Segment2D?) | Approximates points with a segment using a RANSAC algorithm. |
  | FitSegmentToPoints_TheilSen(IList<FilNet.Point2D>, FilNet.TheilSenVariant, FilNet.Segment2D) | Approximates points with a segment using TheilSen algorithm, optionally with Siegel's improvement. |
  | FitSegmentToPoints_TheilSen(IList<FilNet.Point2D>, FilNet.Range?, FilNet.TheilSenVariant, int?, float?, FilNet.Segment2D) | Approximates points with a segment using TheilSen algorithm, optionally with Siegel's improvement. |
  | FitSegmentToPoints_TheilSen(IList<FilNet.Point2D>, FilNet.Range?, FilNet.TheilSenVariant, int?, float?, FilNet.Segment2D, IList<float>) | Approximates points with a segment using TheilSen algorithm, optionally with Siegel's improvement. |
  | FitSegmentToPoints(IList<FilNet.Point2D>, FilNet.Segment2D) | Approximates points with a segment using selected outliers suppression method. |
  | FitSegmentToPoints(IList<FilNet.Point2D>, FilNet.Range?, FilNet.MEstimator?, FilNet.Segment2D) | Approximates points with a segment using selected outliers suppression method. |
  | FitSegmentToPoints(IList<FilNet.Point2D>, FilNet.Range?, FilNet.MEstimator?, FilNet.Segment2D, NullableRef<List<FilNet.Point2D>>) | Approximates points with a segment using selected outliers suppression method. |
  | FitSegmentToRegion(FilNet.Region, FilNet.RegionSegmentFittingMethod, FilNet.Segment2D) | Approximates a region with a segment using selected outliers suppression method. |
  | FitSegmentToRidges3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>) | Performs a series of 1D ridge detections in 3D and finds a segment that best matches the detected points. |
  | FitSegmentToRidges3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>) | Performs a series of 1D ridge detections in 3D and finds a segment that best matches the detected points. |
  | FitSegmentToRidges3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | |
  | FitSegmentToRidges3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, IList<FilNet.SurfaceRidge1D?>, INullable<FilNet.Profile>, FilNet.SegmentFittingField, IList<FilNet.Point3D>, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitSegmentToRidges3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitSegmentToRidges3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, IList<FilNet.SurfaceRidge1D?>, INullable<FilNet.Profile>, IList<FilNet.Point3D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point3D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges_Direct(FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.Segment2D?) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, IList<FilNet.Ridge1D?>, INullable<FilNet.Profile>, FilNet.SegmentFittingField, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitSegmentToRidges(FilNet.Image, FilNet.SegmentFittingMap, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.Segment2D?) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges(FilNet.Image, FilNet.SegmentFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges(FilNet.Image, FilNet.SegmentFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, IList<FilNet.Ridge1D?>, INullable<FilNet.Profile>, IList<FilNet.Point2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToRidges(FilNet.Image, FilNet.SegmentFittingMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FitSegmentToStripe3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FitSegmentToStripe3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FitSegmentToStripe3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<List<FilNet.Point3D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | |
  | FitSegmentToStripe3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, IList<NullableRef<FilNet.SurfaceStripe1D>>, IList<FilNet.Point3D>, INullable<FilNet.Profile>, FilNet.SegmentFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitSegmentToStripe3D_Direct(FilNet.Surface, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<List<FilNet.Point3D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitSegmentToStripe3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToStripe3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToStripe3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, IList<NullableRef<FilNet.SurfaceStripe1D>>, IList<FilNet.Point3D>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToStripe3D(FilNet.Surface, FilNet.SegmentFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, float, FilNet.MEstimator?, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<List<FilNet.Point3D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FitSegmentToStripe_Direct(FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FitSegmentToStripe_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FitSegmentToStripe_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | |
  | FitSegmentToStripe_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, IList<NullableRef<FilNet.Stripe1D>>, IList<FilNet.Point2D>, INullable<FilNet.Profile>, FilNet.SegmentFittingField, IList<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitSegmentToStripe_Direct(FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | |
  | FitSegmentToStripe(FilNet.Image, FilNet.SegmentFittingMap, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FitSegmentToStripe(FilNet.Image, FilNet.SegmentFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FitSegmentToStripe(FilNet.Image, FilNet.SegmentFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, IList<NullableRef<FilNet.Stripe1D>>, IList<FilNet.Point2D>, INullable<FilNet.Profile>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FitSegmentToStripe(FilNet.Image, FilNet.SegmentFittingMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.LineMEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FlattenSurface_WithScalePreserving(FilNet.Surface, FilNet.Axis, float, FilNet.Point3DGrid) | Flattens a curved surface preserving the scale on the axes. |
  | FlattenSurface_WithScalePreserving(FilNet.Surface, FilNet.Axis, float, FilNet.Point3DGrid, FilNet.Surface) | Flattens a curved surface preserving the scale on the axes. |
  | FlattenSurface(FilNet.Surface, FilNet.Axis, float, FilNet.Surface) | Flattens a curved surface. |
  | FlattenSurface(FilNet.Surface, FilNet.Axis, float, FilNet.Surface, FilNet.Surface) | Flattens a curved surface. |
  | FormatLocationToString(FilNet.Location, int, string, bool, string, int, bool, string) | Converts a location to a string of format "(X, Y)". |
  | FormatPoint2DToString(FilNet.Point2D, int, int, string, string, bool, string, bool, string) | Converts a 2D point to a string of format "(X, Y)". |
  | FormatPoint3DToString(FilNet.Point3D, int, int, string, string, bool, string, bool, string) | Converts a 3D point to a string of format "(X, Y, Z)". |
  | FourierTransform(FilNet.Image, FilNet.Image) | Transforms an image into frequency domain using Fourier transformation. |
  | FrequencyDomain_FilterFrequencies(FilNet.Image, float?, float?, FilNet.Image) | Filters the frequencies in a frequency domain image suppressing the elements of too low or too high frequency. |
  | FrequencyDomain_ModulusImage(FilNet.Image, FilNet.Image) | Computes the modulus of each frequency domain image pixel. |
  | FrequencyDomain_PhaseImage(FilNet.Image, FilNet.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, FilNet.Image) | Downloads an image from a remote server using FTP (File Transfer Protocol). |
  | Ftp_ReceiveImage(string, string, NullableRef<string>, NullableRef<string>, bool, bool, FilNet.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(FilNet.Image, string, string, bool) | Sends an image to a remote server using FTP (File Transfer Protocol). |
  | Ftp_SendImage(FilNet.Image, FilNet.ImageFileFormat?, string, string, NullableRef<string>, NullableRef<string>, bool) | Sends an image to a remote server using 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(FilNet.Gap1D, FilNet.Segment2D) | Converts a gap to a segment. |
  | GenerateCalibrationPoints(int, int, float, FilNet.Vector3D, float, FilNet.Vector3D, FilNet.CameraModelType, float, FilNet.Size, IList<FilNet.AnnotatedPoint2D>, IList<FilNet.Point2D>) | Generates artificial points for camera calibration. Doesn't support distortion. |
  | GenerateCalibrationPoints(int, int, float, FilNet.Vector3D, float, FilNet.Vector3D, FilNet.CameraModelType, float, float?, FilNet.Point2D?, FilNet.Size, IList<FilNet.AnnotatedPoint2D>, IList<FilNet.Point2D>) | Generates artificial points for camera calibration. Doesn't support distortion. |
  | GetAvailableLicenses(IList<FilNet.License>) | Reads available licenses in the system. |
  | GetAvailableVideoCompressors(IList<string>) | Lists FourCC names of available video compressors. |
  | GetAVX2AccelerationEnabled() | |
  | GetComputerID(string) | Gets current Computer ID. |
  | GetDongleSerialNumber(string) | Gets the current usb dongle's serial number. |
  | GetFilDiagnosticOutputsEnabled() | |
  | GetGPUProcessingDiagInfo(string) | |
 | GetHashCode() | Inherited from System.Object |
  | GetHistogramBin(FilNet.Histogram, int, bool, bool, double) | Returns the value of a single histogram bin. |
  | GetHistogramBin(FilNet.Histogram, int, bool, bool, double, NullableValue<float>, NullableValue<float>) | Returns the value of a single histogram bin. |
  | GetHistogramBin(FilNet.Histogram, int, bool, bool, double, float, float) | Returns the value of a single histogram bin. |
  | GetHistogramCorrespondingBin(FilNet.Histogram, float, bool, double) | Selects a bin that the given value in the histogram domain falls into and returns the value of this bin. |
  | GetImageColumn(FilNet.Image, int, IList<float>, IList<FilNet.Pixel>) | Extracts an array of pixel values from a single column of an image. |
  | GetImageColumn(FilNet.Image, int?, int, IList<float>, IList<FilNet.Pixel>) | Extracts an array of pixel values from a single column of an image. |
  | GetImageData(FilNet.Image, FilNet.ByteBuffer) | Extracts the image content (raw pixel data) as a binary buffer. |
  | GetImageData(FilNet.Image, int?, FilNet.ByteBuffer) | Extracts the image content (raw pixel data) as a binary buffer. |
  | GetImagePixel_Interpolated(FilNet.Image, FilNet.Point2D, FilNet.InterpolationMethod, FilNet.Pixel, float) | Returns an interpolated single pixel of an image. |
  | GetImagePixel(FilNet.Image, FilNet.Location, FilNet.Pixel, float) | Returns a single pixel of an image. |
  | GetImageRow(FilNet.Image, int, IList<float>, IList<FilNet.Pixel>) | Extracts an array of pixel values from a single row of an image. |
  | GetImageRow(FilNet.Image, int?, int, IList<float>, IList<FilNet.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<FilNet.Path>, FilNet.PathFeature, INullable<FilNet.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<FilNet.Path>, FilNet.PathFeature, FilNet.Path) | Returns the path from the input array that corresponds to the largest computed feature value. |
  | GetMaximumPath(IList<FilNet.Path>, FilNet.PathFeature, FilNet.Path, NullableValue<float>, NullableValue<int>) | Returns the path from the input array that corresponds to the largest computed feature value. |
  | GetMaximumPath(IList<FilNet.Path>, FilNet.PathFeature, FilNet.Path, float, int) | Returns the path from the input array that corresponds to the largest computed feature value. |
  | GetMaximumRegion_OrNil(IList<FilNet.Region>, FilNet.RegionFeature, INullable<FilNet.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<FilNet.Region>, FilNet.RegionFeature, FilNet.Region) | Returns the region from the input array that corresponds to the largest computed feature value. |
  | GetMaximumRegion(IList<FilNet.Region>, FilNet.RegionFeature, FilNet.Region, NullableValue<float>, NullableValue<int>) | Returns the region from the input array that corresponds to the largest computed feature value. |
  | GetMaximumRegion(IList<FilNet.Region>, FilNet.RegionFeature, FilNet.Region, float, int) | Returns the region from the input array that corresponds to the largest computed feature value. |
  | GetMinimumPath_OrNil(IList<FilNet.Path>, FilNet.PathFeature, INullable<FilNet.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<FilNet.Path>, FilNet.PathFeature, FilNet.Path) | Returns the path from the input array that corresponds to the smallest computed feature value. |
  | GetMinimumPath(IList<FilNet.Path>, FilNet.PathFeature, FilNet.Path, NullableValue<float>, NullableValue<int>) | Returns the path from the input array that corresponds to the smallest computed feature value. |
  | GetMinimumPath(IList<FilNet.Path>, FilNet.PathFeature, FilNet.Path, float, int) | Returns the path from the input array that corresponds to the smallest computed feature value. |
  | GetMinimumRegion_OrNil(IList<FilNet.Region>, FilNet.RegionFeature, INullable<FilNet.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<FilNet.Region>, FilNet.RegionFeature, FilNet.Region) | Returns the region from the input array that corresponds to the smallest computed feature value. |
  | GetMinimumRegion(IList<FilNet.Region>, FilNet.RegionFeature, FilNet.Region, NullableValue<float>, NullableValue<int>) | Returns the region from the input array that corresponds to the smallest computed feature value. |
  | GetMinimumRegion(IList<FilNet.Region>, FilNet.RegionFeature, FilNet.Region, float, int) | Returns the region from the input array that corresponds to the smallest computed feature value. |
  | GetMultipleImagePixelValues_Safe(FilNet.Image, IList<FilNet.Point2D>, FilNet.InterpolationMethod, float, IList<float>) | Returns an array of pixel values at specified locations; the image range is checked. |
  | GetNEONAccelerationEnabled() | |
  | GetParallelComputingThreadsCount() | |
  | GetPathCharacteristicPoint_Interpolated(FilNet.Path, float, FilNet.Point2D) | Returns linear interpolation between two consecutive characteristic points of a path. |
  | GetPathCharacteristicPoint(FilNet.Path, int, bool, FilNet.Point2D) | Returns the selected characteristic point of a path. |
  | GetPathSegment(FilNet.Path, int, bool, FilNet.Segment2D) | Returns the selected segment of a path. |
  | GetPoint3DGridPoint_Interpolated(FilNet.Point3DGrid, float, float, float, float, float, float, int, FilNet.Point3D) | Returns an interpolated single point of a point 3D grid. |
  | GetPointOnPath(FilNet.Path, float, FilNet.Point2D) | Returns a path point of desired distance (measured along path) from the first point of the path. |
  | GetProfileElement_Interpolated(FilNet.Profile, bool, bool, float, float) | Gets a single value from a profile, interpolated at any point. |
  | GetProfileElement(FilNet.Profile, int, bool, float) | Gets a single value from a profile, located at the specified index. |
  | GetProfileValue(FilNet.Profile, float, bool, float) | Gets a single value from a profile, located at the specified X (real-world) coordinate. |
  | GetRegionFrame(FilNet.Region, int, int) | Returns the width and height of the entire region's frame (not to be confused with RegionBoundingBox!). |
  | GetSSEAccelerationEnabled() | |
  | GetSurfaceElement_Interpolated(FilNet.Surface, FilNet.Point2D, int, FilNet.Point3D) | Returns an interpolated single point of a surface given its surface grid coordinates. |
  | GetSurfacePath(FilNet.Surface, FilNet.Path, FilNet.Path) | Returns a path consisting of interpolated single points of a surface given their surface grid coordinates. |
  | GetThreadLimitInfo(int?, IList<string>) | Returns how many threads are possible and a list of threads currently being used. |
 | GetType() | Inherited from System.Object |
  | GoldenTemplate3D(FilNet.Point3DGrid, FilNet.Point3DGrid, float, float, int, int, float, float, IList<FilNet.Point3D>, IList<FilNet.Point3D>, FilNet.Matrix) | Compares points on the input with the golden object. Any significant differences are considered defects. |
  | GoldenTemplate3D(FilNet.Point3DGrid, FilNet.Point3DGrid, float, float, int, int, float, float?, float?, float, IList<FilNet.Point3D>, IList<FilNet.Point3D>, FilNet.Matrix) | Compares points on the input with the golden object. Any significant differences are considered defects. |
  | GoldenTemplate3D(FilNet.Point3DGrid, FilNet.Point3DGrid, float, float, int, int, float, float?, float?, float, IList<FilNet.Point3D>, IList<FilNet.Point3D>, FilNet.Matrix, FilNet.Point3DGrid, FilNet.Point3DGrid) | Compares points on the input with the golden object. Any significant differences are considered defects. |
  | GrabImage_FromFiles_ResetState() | Resets the global state of GrabImage_FromFiles filter. |
  | GrabImage_FromFiles(string, FilNet.FileSortingOrder, bool, bool, bool, bool, int, FilNet.Image, string, string) | Simulates capturing a frame from a camera. |
  | GrabImage_FromFiles(string, FilNet.ImageFileFormat?, FilNet.FileSortingOrder, bool, bool, bool, bool, int, FilNet.Image, string, string) | Simulates capturing a frame from a camera. |
  | GradientDirAndPresenceImage(FilNet.Image, FilNet.GradientMaskOperator, float, FilNet.AngleRange, FilNet.Image) | Computes an image of gradient directions mapped to the range from 1 to 255. Zero means "no edge". |
  | GradientDirAndPresenceImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GradientMaskOperator, float, FilNet.AngleRange, FilNet.Image) | Computes an image of gradient directions mapped to the range from 1 to 255. Zero means "no edge". |
  | GradientImageRidges(FilNet.Image, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, FilNet.NonMaximaMethod, int, FilNet.Region) | Finds ridge pixels in a gradient image. |
  | GradientImageRidges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, FilNet.NonMaximaMethod, int, FilNet.Region) | Finds ridge pixels in a gradient image. |
  | GradientImageRidges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, FilNet.NonMaximaMethod, int, FilNet.Region, FilNet.Image) | Finds ridge pixels in a gradient image. |
  | GradientImage_Mask(FilNet.Image, FilNet.GradientMaskOperator, int, FilNet.Image) | Computes a gradient image with a Sobel or Prewitt operator. |
  | GradientImage_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GradientMaskOperator, int, FilNet.Image) | Computes a gradient image with a Sobel or Prewitt operator. |
  | GradientImage_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GradientMaskOperator, int, FilNet.Image, FilNet.Image) | Computes a gradient image with a Sobel or Prewitt operator. |
  | GradientImage(FilNet.Image, FilNet.GradientOperator, float, FilNet.Image) | Computes a gradient image with smoothing operator of any size. The output pixels are signed. |
  | GradientImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GradientOperator, float, float?, FilNet.Image) | Computes a gradient image with smoothing operator of any size. The output pixels are signed. |
  | GradientImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GradientOperator, float, float?, FilNet.Image, FilNet.Image) | Computes a gradient image with smoothing operator of any size. The output pixels are signed. |
  | GradientMagnitudeImage_Signed(FilNet.Image, FilNet.EdgeTransition, FilNet.DifferentiationMethod, FilNet.GradientOrientation, bool, FilNet.Image) | Computes an image of gradient for only selected direction. |
  | GradientMagnitudeImage(FilNet.Image, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, int, FilNet.Image) | Measures the strength of gradient at each pixel location. |
  | GradientMagnitudeImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, int, FilNet.Image) | Measures the strength of gradient at each pixel location. |
  | GrayModel2ByteSize(FilNet.GrayModel2, long) | Returns estimated size of the GrayModel2 in bytes. |
  | GroupPathsByRegions(IList<FilNet.Path>, IList<FilNet.Region>, FilNet.MatchingCriterion, IList<List<int>>) | For each region returns which paths lie inside of it or intersect with it. |
  | GroupPathsByRegions(IList<FilNet.Path>, IList<FilNet.Region>, FilNet.MatchingCriterion, IList<List<int>>, NullableRef<SafeList<SafeList<FilNet.Path>>>) | For each region returns which paths lie inside of it or intersect with it. |
  | GroupPointsByRegions(IList<FilNet.Point2D>, IList<FilNet.Region>, IList<List<int>>) | For each region returns which points lie inside of it. |
  | GroupPointsByRegions(IList<FilNet.Point2D>, IList<FilNet.Region>, IList<List<int>>, NullableRef<List<List<FilNet.Point2D>>>) | For each region returns which points lie inside of it. |
  | GroupRegionsByLines(IList<FilNet.Region>, FilNet.Rectangle2D, int, float, bool, IList<SafeList<FilNet.Region>>, IList<FilNet.Region>, IList<FilNet.Region>, IList<FilNet.Region>, IList<FilNet.Region>, FilNet.Rectangle2D) | Splits an array of blobs by distance to computed base lines. |
  | GroupRegionsByLines(IList<FilNet.Region>, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, int, float, bool, IList<SafeList<FilNet.Region>>, IList<FilNet.Region>, IList<FilNet.Region>, IList<FilNet.Region>, IList<FilNet.Region>, FilNet.Rectangle2D) | Splits an array of blobs by distance to computed base lines. |
  | GroupRegionsByLines(IList<FilNet.Region>, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, int, float, bool, IList<SafeList<FilNet.Region>>, IList<FilNet.Region>, IList<FilNet.Region>, IList<FilNet.Region>, IList<FilNet.Region>, FilNet.Rectangle2D, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Point2D>) | Splits an array of blobs by distance to computed base lines. |
  | GroupRegionsByRegions(IList<FilNet.Region>, IList<FilNet.Region>, FilNet.MatchingCriterion, IList<List<int>>) | For each region returns which regions lie inside of it or intersect with it. |
  | GroupRegionsByRegions(IList<FilNet.Region>, IList<FilNet.Region>, FilNet.MatchingCriterion, IList<List<int>>, NullableRef<SafeList<SafeList<FilNet.Region>>>) | For each region returns which regions lie inside of it or intersect with it. |
  | HeatmapToImage(FilNet.Heatmap, FilNet.Image) | Converts a heatmap to an image. |
  | HistogramAverage(FilNet.Histogram, double) | Computes the average of histogram bin values. |
  | HistogramDataAverage(FilNet.Histogram, float) | Computes the average of the histogrammed numeric data. |
  | HistogramDataMaximum(FilNet.Histogram, float) | Computes the approximation of the largest value of the histogrammed numeric data. |
  | HistogramDataMedian(FilNet.Histogram, float) | Computes the median of the histogrammed numeric data. |
  | HistogramDataMinimum(FilNet.Histogram, float) | Computes the approximation of the smallest value of the histogrammed numeric data. |
  | HistogramDataNthValue(FilNet.Histogram, double, FilNet.SortingOrder, float) | Computes nth smallest (or largest) value of the histogrammed numeric data. |
  | HistogramDataQuantile(FilNet.Histogram, float, float) | Computes the specified quantile of the histogrammed numeric data. |
  | HistogramDataSize(FilNet.Histogram, double) | Computes the number of elements of the histogrammed numeric data. |
  | HistogramDataStandardDeviation(FilNet.Histogram, float) | Computes the standard deviation of the histogrammed numeric data. |
  | HistogramDataVariance(FilNet.Histogram, float) | Computes the variance of the histogrammed numeric data. |
  | HistogramDistance(FilNet.Histogram, FilNet.Histogram, FilNet.DistanceMeasure, double) | Computes the numeric distance between two histograms. |
  | HistogramIndices(FilNet.Histogram, IList<int>) | Returns an array of histogram elements' indices. |
  | HistogramIntersection(FilNet.Histogram, FilNet.Histogram, double) | Calculates normalized histogram intersection norm. |
  | HistogramLocalExtrema(FilNet.Histogram, double?, double?, bool, bool, FilNet.ExtremumType, FilNet.HistogramInterpolationMethod, IList<FilNet.HistogramExtremum>) | Computes the histogram local extrema. |
  | HistogramLocalExtrema(FilNet.Histogram, FilNet.Range?, double?, double?, bool, bool, FilNet.ExtremumType, FilNet.HistogramInterpolationMethod, FilNet.LocalBlindness?, IList<FilNet.HistogramExtremum>) | Computes the histogram local extrema. |
  | HistogramMaximum(FilNet.Histogram, FilNet.HistogramInterpolationMethod, int, float, double) | Computes histogram bar values maximum - its location and value. |
  | HistogramMaximum(FilNet.Histogram, FilNet.Range?, FilNet.HistogramInterpolationMethod, int, float, double) | Computes histogram bar values maximum - its location and value. |
  | HistogramMinimum(FilNet.Histogram, FilNet.HistogramInterpolationMethod, int, float, double) | Computes histogram bar values minimum - its location and value. |
  | HistogramMinimum(FilNet.Histogram, FilNet.Range?, FilNet.HistogramInterpolationMethod, int, float, double) | Computes histogram bar values minimum - its location and value. |
  | HistogramSize(FilNet.Histogram, int) | Computes the number of histogram bins. |
  | HistogramSum(FilNet.Histogram, double) | Computes the sum of histogram bin values. |
  | HsiToRgb(FilNet.Image, FilNet.Image) | Converts color space from Hue-Saturation-Intensity into Red-Green-Blue. |
  | HslToRgb(FilNet.Image, FilNet.Image) | Converts color space from Hue-Saturation-Luminance to Red-Green-Blue. |
  | HsvToRgb(FilNet.Image, FilNet.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_ByteBuffer(string, IList<string>, IList<string>, int, INullable<FilNet.ByteBuffer>, int) | Sends a GET request to server and receives a binary answer. |
  | Http_SendRequest_GET(string, IList<string>, IList<string>, int, INullable<string>, int) | Sends a GET request to server and receives a text answer. |
  | Http_SendRequest_POST_ByteBuffer(string, IList<string>, IList<string>, int, INullable<FilNet.ByteBuffer>, int) | Sends a POST request to the server and receives a text answer. |
  | Http_SendRequest_POST_JSON(string, string, int, INullable<string>, int) | Sends a POST request in JSON format to the server and receives a text answer. |
  | Http_SendRequest_POST(string, IList<string>, IList<string>, int, INullable<string>, int) | Sends a POST request to the server and receives a text answer. |
  | ImageAlongArc(FilNet.Image, FilNet.Arc2D, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Image) | Creates an image from pixels traversed along an arc. |
  | ImageAlongArc(FilNet.Image, FilNet.Arc2D, FilNet.CoordinateSystem2D?, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Pixel?, FilNet.Image) | Creates an image from pixels traversed along an arc. |
  | ImageAlongArc(FilNet.Image, FilNet.Arc2D, FilNet.CoordinateSystem2D?, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Pixel?, FilNet.Image, NullableValue<FilNet.Arc2D>) | Creates an image from pixels traversed along an arc. |
  | ImageAlongArc(FilNet.Image, FilNet.Arc2D, FilNet.CoordinateSystem2D?, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Pixel?, FilNet.Image, FilNet.Arc2D, IList<FilNet.Path>) | Creates an image from pixels traversed along an arc. |
  | ImageAlongArc(FilNet.Image, FilNet.Arc2D, FilNet.CoordinateSystem2D?, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Pixel?, FilNet.Image, NullableValue<FilNet.Arc2D>, IList<FilNet.Path>) | Creates an image from pixels traversed along an arc. |
  | ImageAlongPath(FilNet.Image, FilNet.Path, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Image) | Creates an image from pixels traversed along a path. |
  | ImageAlongPath(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Pixel?, FilNet.Image) | Creates an image from pixels traversed along a path. |
  | ImageAlongPath(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Pixel?, FilNet.Image, NullableRef<FilNet.Path>) | Creates an image from pixels traversed along a path. |
  | ImageAlongPath(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Pixel?, FilNet.Image, NullableRef<FilNet.Path>, IList<FilNet.Path>) | Creates an image from pixels traversed along a path. |
  | ImageAlongPath(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Pixel?, FilNet.Image, FilNet.Path, IList<FilNet.Path>) | Creates an image from pixels traversed along a path. |
  | ImageAverageHSx(FilNet.Image, FilNet.HSxColorModel, int, int, int) | Computes the average of the HSV, HSL or HSI image pixel values. |
  | ImageAverageHSx(FilNet.Image, NullableRef<FilNet.Region>, FilNet.HSxColorModel, int?, int, int, int) | Computes the average of the HSV, HSL or HSI image pixel values. |
  | ImageAverage(FilNet.Image, FilNet.Pixel) | Computes the average of the image pixel values. |
  | ImageAverage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel) | Computes the average of the image pixel values. |
  | ImageAverage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel, NullableValue<float>) | Computes the average of the image pixel values. |
  | ImageAverage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel, float) | Computes the average of the image pixel values. |
  | ImageBoxToSurfaceCoordinates(FilNet.Box, FilNet.SurfaceCoordinatesFormat, FilNet.Box) | Finds the surface coordinates of image box. |
  | ImageBoxToSurfaceCoordinates(FilNet.Box, FilNet.SurfaceCoordinatesFormat, FilNet.Box, INullable<FilNet.Box3D>) | Finds the surface coordinates of image box. |
  | ImageBox(FilNet.Image, FilNet.Box) | Returns a box corresponding to the dimensions of an image. |
  | ImageCenter(FilNet.Image, FilNet.Point2D) | Returns the geometrical center of an image. |
  | ImageCharacteristicPoint(FilNet.Image, FilNet.Anchor2D, FilNet.Point2D) | Returns one of the 9 characteristic points of an image (corners or mid-points). |
  | ImageCircleToSurfaceCoordinates(FilNet.Circle2D, FilNet.SurfaceCoordinatesFormat, FilNet.Circle2D) | Finds the surface coordinates of image circle. |
  | ImageCircleToSurfaceCoordinates(FilNet.Circle2D, FilNet.SurfaceCoordinatesFormat, FilNet.Circle2D, INullable<FilNet.Circle3D>) | Finds the surface coordinates of image circle. |
  | ImageCoordinateSystemToSurfaceCoordinates(FilNet.CoordinateSystem2D, FilNet.SurfaceCoordinatesFormat, FilNet.CoordinateSystem2D) | Finds the surface coordinates of image coordinate system. |
  | ImageCorrelationImage(FilNet.Image, FilNet.Image, FilNet.CorrelationMeasure, FilNet.Image) | Computes an image of correlation between a pattern and the input image at each possible location. |
  | ImageCorrelationImage(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.CorrelationMeasure, FilNet.Image) | Computes an image of correlation between a pattern and the input image at each possible location. |
  | ImageCorrelation(FilNet.Image, FilNet.Image, FilNet.CorrelationMeasure, float) | Computes the correlation of pattern and image. |
  | ImageCorrelation(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, FilNet.CorrelationMeasure, float) | Computes the correlation of pattern and image. |
  | ImageDifferenceImage(FilNet.Image, FilNet.Image, FilNet.DistanceMeasure, FilNet.Image) | Computes an image of differences between a moving pattern and the input image. |
  | ImageDifferenceImage(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.DistanceMeasure, FilNet.Image) | Computes an image of differences between a moving pattern and the input image. |
  | ImageDifference(FilNet.Image, FilNet.Image, FilNet.DistanceMeasure, float) | Measures dissimilarity between two images. |
  | ImageDifference(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, FilNet.DistanceMeasure, float) | Measures dissimilarity between two images. |
  | ImageEdgesToWorldPlane(IList<FilNet.Edge1D>, FilNet.RectificationTransform, IList<FilNet.Edge1D>) | Finds the world coordinates of image Edges. |
  | ImageEdgeToWorldPlane(FilNet.Edge1D, FilNet.RectificationTransform, FilNet.Edge1D) | Finds the world coordinates of image Edge. |
  | ImageGapsToWorldPlane(IList<FilNet.Gap1D>, FilNet.RectificationTransform, IList<FilNet.Gap1D>) | Finds the world coordinates of image Gaps. |
  | ImageGapToWorldPlane(FilNet.Gap1D, FilNet.RectificationTransform, FilNet.Gap1D) | Finds the world coordinates of image Gap. |
  | ImageHistogram(FilNet.Image, int, float, float, int, FilNet.Histogram) | Computes the histogram of the image pixel values. |
  | ImageHistogram(FilNet.Image, NullableRef<FilNet.Region>, int, float, float, int, FilNet.Histogram) | Computes the histogram of the image pixel values. |
  | ImageInversePolarTransform(FilNet.Image, FilNet.Point2D, FilNet.PolarSpaceType, FilNet.PolarInterpolationMethod, FilNet.Image) | Transforms an image from polar or log-polar space to euclidean space. |
  | ImageLineToSurfaceCoordinates(FilNet.Line2D, FilNet.SurfaceCoordinatesFormat, FilNet.Line2D) | Finds the surface coordinates of image line. |
  | ImageLineToSurfaceCoordinates(FilNet.Line2D, FilNet.SurfaceCoordinatesFormat, FilNet.Line2D, INullable<FilNet.Line3D>) | Finds the surface coordinates of image line. |
  | ImageLocalMaxima(FilNet.Image, bool, float?, float?, float, NullableRef<List<FilNet.Extremum2D>>, NullableRef<SafeList<FilNet.Region>>) | Finds image locations characterized by locally maximal pixel values. |
  | ImageLocalMaxima(FilNet.Image, NullableRef<FilNet.Region>, bool, float?, float?, float, FilNet.ImageLocalExtremaVerification?, NullableRef<List<FilNet.Extremum2D>>, NullableRef<SafeList<FilNet.Region>>) | Finds image locations characterized by locally maximal pixel values. |
  | ImageLocalMinima(FilNet.Image, bool, float?, float?, float, NullableRef<List<FilNet.Extremum2D>>, NullableRef<SafeList<FilNet.Region>>) | Finds image locations characterized by locally minimal pixel values. |
  | ImageLocalMinima(FilNet.Image, NullableRef<FilNet.Region>, bool, float?, float?, float, FilNet.ImageLocalExtremaVerification?, NullableRef<List<FilNet.Extremum2D>>, NullableRef<SafeList<FilNet.Region>>) | Finds image locations characterized by locally minimal pixel values. |
  | ImageMassCenter(FilNet.Image, FilNet.Point2D) | Computes a point with coordinates equal to image mass center in brightness scale. |
  | ImageMassCenter(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Point2D) | Computes a point with coordinates equal to image mass center in brightness scale. |
  | ImageMaximum(FilNet.Image, NullableValue<FilNet.Location>, NullableValue<float>) | Finds the location and the value of the brightest pixel. |
  | ImageMaximum(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Location, float) | Finds the location and the value of the brightest pixel. |
  | ImageMaximum(FilNet.Image, NullableRef<FilNet.Region>, NullableValue<FilNet.Location>, NullableValue<float>) | Finds the location and the value of the brightest pixel. |
  | ImageMinimum(FilNet.Image, NullableValue<FilNet.Location>, NullableValue<float>) | Finds the location and the value of the darkest pixel. |
  | ImageMinimum(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Location, float) | Finds the location and the value of the darkest pixel. |
  | ImageMinimum(FilNet.Image, NullableRef<FilNet.Region>, NullableValue<FilNet.Location>, NullableValue<float>) | Finds the location and the value of the darkest pixel. |
  | ImageMoment(FilNet.Image, FilNet.ImageMomentType, bool, float) | Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant. |
  | ImageMoment(FilNet.Image, NullableRef<FilNet.Region>, FilNet.ImageMomentType, bool, float) | Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant. |
  | ImageMoment(FilNet.Image, NullableRef<FilNet.Region>, FilNet.ImageMomentType, bool, float, NullableValue<float>) | Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant. |
  | ImageMoment(FilNet.Image, NullableRef<FilNet.Region>, FilNet.ImageMomentType, bool, float, float) | Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant. |
  | ImageOrientation(FilNet.Image, float) | Computes the orientation of an image using image moments. The result range is from 0.0 to 180.0. |
  | ImageOrientation(FilNet.Image, NullableRef<FilNet.Region>, float) | Computes the orientation of an image using image moments. The result range is from 0.0 to 180.0. |
  | ImagePathsToSurfaceCoordinates(IList<FilNet.Path>, FilNet.SurfaceCoordinatesFormat, IList<FilNet.Path>) | Finds the surface coordinates of image paths. |
  | ImagePathsToWorldPlane(IList<FilNet.Path>, FilNet.RectificationTransform, IList<FilNet.Path>) | Finds the world coordinates of image Paths. |
  | ImagePathToSurfaceCoordinates(FilNet.Path, FilNet.SurfaceCoordinatesFormat, FilNet.Path) | Finds the surface coordinates of image path. |
  | ImagePathToWorldPlane(FilNet.Path, FilNet.RectificationTransform, FilNet.Path) | Finds the world coordinates of image Path. |
  | ImagePixels(FilNet.Image, IList<FilNet.Pixel>) | Returns an array of pixels from the input image. |
  | ImagePixels(FilNet.Image, NullableRef<FilNet.Region>, IList<FilNet.Pixel>) | Returns an array of pixels from the input image. |
  | ImagePixelValues(FilNet.Image, IList<float>) | Returns an array of pixel values from the input image. |
  | ImagePixelValues(FilNet.Image, NullableRef<FilNet.Region>, IList<float>) | Returns an array of pixel values from the input image. |
  | ImagePointsToSurfaceCoordinates(IList<FilNet.Point2D>, FilNet.SurfaceCoordinatesFormat, IList<FilNet.Point2D>) | Finds the surface coordinates of image points. |
  | ImagePointsToWorldPlane(IList<FilNet.Point2D>, FilNet.RectificationTransform, IList<FilNet.Point2D>) | Finds the world coordinates of image Points. |
  | ImagePointToSurfaceCoordinates(FilNet.Point2D, FilNet.SurfaceCoordinatesFormat, FilNet.Point2D) | Finds the surface coordinates of image point. |
  | ImagePointToSurfaceCoordinates(FilNet.Point2D, FilNet.SurfaceCoordinatesFormat, FilNet.Point2D, NullableValue<FilNet.Point3D>) | Finds the surface coordinates of image point. |
  | ImagePointToSurfaceCoordinates(FilNet.Point2D, FilNet.SurfaceCoordinatesFormat, FilNet.Point2D, FilNet.Point3D) | Finds the surface coordinates of image point. |
  | ImagePointToWorldPlane(FilNet.Point2D, FilNet.RectificationTransform, FilNet.Point2D) | Finds the world coordinates of image Point. |
  | ImagePolarTransform(FilNet.Image, FilNet.Point2D, FilNet.PolarSpaceType, FilNet.PolarInterpolationMethod, FilNet.Image) | Transforms an image to polar or log-polar space. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.SamplingParams, float, FilNet.AccumulationMode, FilNet.Profile, FilNet.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 those values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, float, FilNet.AccumulationMode, FilNet.Pixel?, FilNet.Profile, FilNet.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 those values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, float, FilNet.AccumulationMode, FilNet.Pixel?, FilNet.Profile, FilNet.Path, NullableRef<FilNet.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 those values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, float, FilNet.AccumulationMode, FilNet.Pixel?, FilNet.Profile, FilNet.Path, NullableRef<FilNet.Path>, IList<FilNet.Path>, float) | 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 those values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, float, FilNet.AccumulationMode, FilNet.Pixel?, FilNet.Profile, FilNet.Path, FilNet.Path, IList<FilNet.Path>, float) | 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 those values. |
  | ImageProjection(FilNet.Image, FilNet.ProjectionDirection, FilNet.ProjectionMode, FilNet.Profile) | Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile. |
  | ImageProjection(FilNet.Image, NullableRef<FilNet.Region>, FilNet.ProjectionDirection, FilNet.ProjectionMode, FilNet.Profile) | Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile. |
  | ImageRidgesToWorldPlane(IList<FilNet.Ridge1D>, FilNet.RectificationTransform, IList<FilNet.Ridge1D>) | Finds the world coordinates of image Ridges. |
  | ImageRidges(FilNet.Image, FilNet.Polarity, float?, float?, float, FilNet.Region) | Finds ridge pixels in an image. |
  | ImageRidges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Polarity, float?, float?, float, FilNet.Region) | Finds ridge pixels in an image. |
  | ImageRidgeToWorldPlane(FilNet.Ridge1D, FilNet.RectificationTransform, FilNet.Ridge1D) | Finds the world coordinates of image Ridge. |
  | ImageSegmentsToSurfaceCoordinates(IList<FilNet.Segment2D>, FilNet.SurfaceCoordinatesFormat, IList<FilNet.Segment2D>) | Finds the surface coordinates of image segments. |
  | ImageSegmentsToWorldPlane(IList<FilNet.Segment2D>, FilNet.RectificationTransform, IList<FilNet.Segment2D>) | Finds the world coordinates of image Segments. |
  | ImageSegmentToSurfaceCoordinates(FilNet.Segment2D, FilNet.SurfaceCoordinatesFormat, FilNet.Segment2D) | Finds the surface coordinates of image segment. |
  | ImageSegmentToSurfaceCoordinates(FilNet.Segment2D, FilNet.SurfaceCoordinatesFormat, FilNet.Segment2D, INullable<FilNet.Segment3D>) | Finds the surface coordinates of image segment. |
  | ImageSegmentToWorldPlane(FilNet.Segment2D, FilNet.RectificationTransform, FilNet.Segment2D) | Finds the world coordinates of image Segment. |
  | ImageSharpness(FilNet.Image, float) | Returns a value dependent on sharpness of the image. The value is bigger for sharper images. |
  | ImageSharpness(FilNet.Image, FilNet.Box?, float) | Returns a value dependent on sharpness of the image. The value is bigger for sharper images. |
  | ImageStandardDeviation(FilNet.Image, float) | Calculates standard deviation of image pixel values. |
  | ImageStandardDeviation(FilNet.Image, NullableRef<FilNet.Region>, float) | Calculates standard deviation of image pixel values. |
  | ImageStatistics(FilNet.Image, NullableValue<FilNet.Location>, NullableValue<float>, NullableValue<FilNet.Location>, NullableValue<float>, NullableValue<FilNet.Pixel>, NullableValue<float>, NullableValue<FilNet.Pixel>, NullableValue<float>) | Computes various statistics of the image pixel values. |
  | ImageStatistics(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Location, float, FilNet.Location, float, FilNet.Pixel, float, FilNet.Pixel, float) | Computes various statistics of the image pixel values. |
  | ImageStatistics(FilNet.Image, NullableRef<FilNet.Region>, NullableValue<FilNet.Location>, NullableValue<float>, NullableValue<FilNet.Location>, NullableValue<float>, NullableValue<FilNet.Pixel>, NullableValue<float>, NullableValue<FilNet.Pixel>, NullableValue<float>) | Computes various statistics of the image pixel values. |
  | ImageStripesToWorldPlane(IList<FilNet.Stripe1D>, FilNet.RectificationTransform, IList<FilNet.Stripe1D>) | Finds the world coordinates of image Stripes. |
  | ImageStripeToWorldPlane(FilNet.Stripe1D, FilNet.RectificationTransform, FilNet.Stripe1D) | Finds the world coordinates of image Stripe. |
  | ImageSum(FilNet.Image, FilNet.Pixel) | Computes the sum of the image pixel values. |
  | ImageSum(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel) | Computes the sum of the image pixel values. |
  | ImageSum(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel, NullableValue<float>) | Computes the sum of the image pixel values. |
  | ImageSum(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel, float) | Computes the sum of the image pixel values. |
  | ImageToImageFormat(FilNet.Image, FilNet.ImageFormat) | Converts an image to an image format. |
  | ImageToMatrix(FilNet.Image, FilNet.Matrix) | Converts a single-channel image to a matrix. |
  | ImageToSize(FilNet.Image, FilNet.Size) | Converts an image to a size. |
  | ImageVectorToSurfaceCoordinates(FilNet.Vector2D, FilNet.SurfaceCoordinatesFormat, FilNet.Vector2D) | Finds the surface coordinates of image vector. |
  | ImageVectorToSurfaceCoordinates(FilNet.Vector2D, FilNet.SurfaceCoordinatesFormat, FilNet.Vector2D, NullableValue<FilNet.Vector3D>) | Finds the surface coordinates of image vector. |
  | ImageVectorToSurfaceCoordinates(FilNet.Vector2D, FilNet.SurfaceCoordinatesFormat, FilNet.Vector2D, FilNet.Vector3D) | Finds the surface coordinates of image vector. |
  | InflatePath(FilNet.Path, float, float, INullable<FilNet.Path>) | Enlarges a path by a given margin (points in the input path must be sorted clockwise). |
  | InflateRectangle(FilNet.Rectangle2D, float, FilNet.Rectangle2D) | Enlarges a rectangle by a given margin. |
  | InitGPUProcessing(string, string) | |
  | InitLibrary() | Initializes library internals. Should be called before any other function from FIL. |
  | InpaintImage_Bornemann(FilNet.Image, FilNet.Region, int, float, float, float, FilNet.LuminanceMode, FilNet.Image) | Fills in a region of an image with pixel values interpolated from the borders of the area; uses fast marching method and coherence analysis. |
  | InpaintImage_Telea(FilNet.Image, FilNet.Region, int, FilNet.Image) | Fills in a region of an image with pixel values interpolated from the borders of the area; uses fast marching method. |
  | InpaintImage(FilNet.Image, float, FilNet.ShapeRegion) | Fills in a region of an image with pixel values interpolated from the borders of the area. |
  | InpaintImage(FilNet.Image, float, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?) | Fills in a region of an image with pixel values interpolated from the borders of the area. |
  | InscribeRegionInRegion(FilNet.Region, FilNet.Region, FilNet.ShiftType, FilNet.FitType, int?, int?, INullable<FilNet.Region>) | Shifts source region so that it is contained in target region. |
  | InsertToPath(FilNet.Path, FilNet.Point2D, int, bool) | Inserts a new point to a path at a specified location. |
  | InspectImageMemoryPools(bool, IList<int>, IList<int>, int) | Returns information about allocated image memory buffers. This information can be used for preallocation. |
  | IntegerToHash(int, FilNet.Hash) | Converts an Integer to a Hash. |
  | IntegerToPixel(int, FilNet.Pixel) | Converts an integer value to pixel. |
  | InverseFourierTransform(FilNet.Image, FilNet.Image) | Transforms an image in frequency domain back to spatial domain using inverse Fourier transformation. |
  | InvertCoordinateSystem(FilNet.CoordinateSystem2D, FilNet.CoordinateSystem2D) | Inverts a coordinate system. |
  | InvertImage(FilNet.Image, float, FilNet.Image) | Applies numeric inversion (1/x) of the pixel values. |
  | InvertImage(FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Applies numeric inversion (1/x) of the pixel values. |
  | JoinAdjacentPaths(IList<FilNet.Path>, float, float, float, FilNet.PathJoiningMethod, FilNet.PathJoiningAngleMeasure, bool, bool, float, IList<FilNet.Path>) | Joins those paths of an array which endpoints lie near enough. |
  | JoinAdjacentPaths(IList<FilNet.Path>, float, float, float?, float, float?, FilNet.PathJoiningMethod, FilNet.PathJoiningAngleMeasure, bool, bool, float, IList<FilNet.Path>) | Joins those paths of an array which endpoints lie near enough. |
  | JoinAdjacentPaths(IList<FilNet.Path>, float, float, float?, float, float?, FilNet.PathJoiningMethod, FilNet.PathJoiningAngleMeasure, bool, bool, float, IList<FilNet.Path>, NullableRef<SafeList<FilNet.Path>>) | Joins those paths of an array which endpoints lie near enough. |
  | JoinImages_OfArray(IList<FilNet.Image>, FilNet.JoinDirection, int, FilNet.Image) | Creates a single image by glueing together many input images in horizontal or vertical direction. |
  | JoinImages_OfSeries(FilNet.JoinImages_OfSeriesState, FilNet.Image, FilNet.JoinDirection, int, int, INullable<FilNet.Image>) | Creates a single image by glueing together a series of input images in horizontal or vertical direction. |
  | JoinImages(FilNet.Image, FilNet.Image, FilNet.JoinDirection, int, FilNet.Image) | Creates a single image by glueing together the two input images in horizontal or vertical direction. |
  | JoinImages(FilNet.Image, FilNet.Image, NullableRef<FilNet.Image>, NullableRef<FilNet.Image>, FilNet.JoinDirection, int, FilNet.Image) | Creates a single image by glueing together the two input images in horizontal or vertical direction. |
  | JoinImageTiles(IList<FilNet.Image>, int, int, FilNet.Image) | Joins previously cut tiles into single image. |
  | JoinPoint3DGrids(FilNet.Point3DGrid, FilNet.Point3DGrid, FilNet.Point3DGrid) | Combines two point grids into one. |
  | JoinPoint3DGrids(FilNet.Point3DGrid, FilNet.Point3DGrid, int?, int?, FilNet.Point3DGrid) | Combines two point grids into one. |
  | JoinProfilesIntoImage_OfSeries(FilNet.JoinProfilesIntoImage_OfSeriesState, FilNet.Profile, int, INullable<FilNet.Image>) | Creates an image by joining 1D profiles, which appear in consecutive iterations. |
  | JoinProfilesIntoImage(IList<FilNet.Profile>, FilNet.Image) | Creates an image by joining an array of 1D profiles into consecutive image rows. |
  | JoinProfiles(FilNet.Profile, FilNet.Profile, FilNet.Profile) | Concatenates two profiles into one. |
  | JoinSurfaces(FilNet.Surface, FilNet.Surface, FilNet.Surface) | Combines two surfaces into one. |
  | KNN_Classify(FilNet.KNNModel, IList<float>, int, FilNet.Metric, int) | Classify data using the KNN classifier. |
  | KNN_Init(int, int, FilNet.KNNModel) | Initializes the KNN classifier. |
  | KNN_Train(FilNet.KNNModel, IList<IList<float>>, IList<int>, FilNet.KNNModel) | Trains KNN classifier using sample data. |
  | LabToRgb(FilNet.Image, FilNet.Image) | Converts color space from L*a*b* to Red-Green-Blue. |
  | LawsFilter(FilNet.Image, FilNet.LawsFilterType, FilNet.LawsFilterType, FilNet.LawsFilterSize, int, bool, FilNet.Image, FilNet.Image) | Filters image with one of the classic LAWS filter. |
  | LawsFilter(FilNet.Image, NullableRef<FilNet.Region>, FilNet.LawsFilterType, FilNet.LawsFilterType, FilNet.LawsFilterSize, int, bool, FilNet.Image, FilNet.Image) | Filters image with one of the classic LAWS filter. |
  | LerpAngles(float, float, FilNet.AngleRange, float, bool, float) | Linearly interpolates between two angles in the direction of minimum turn. |
  | LerpAngles(float, float, FilNet.RotationDirection?, FilNet.AngleRange, float, bool, float) | Linearly interpolates between two angles in the direction of minimum turn. |
  | LerpImages_ByImage(FilNet.Image, FilNet.Image, FilNet.Image, FilNet.Image) | Interpolates two images linearly pixel by pixel according to another image values. |
  | LerpImages_ByImage(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image, FilNet.Image) | Interpolates two images linearly pixel by pixel according to another image values. |
  | LerpImages(FilNet.Image, FilNet.Image, float, FilNet.Image) | Interpolates two images linearly pixel by pixel. |
  | LerpImages(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Interpolates two images linearly pixel by pixel. |
  | LerpPaths(FilNet.Path, FilNet.Path, float, FilNet.Path) | Linearly interpolates between two paths. |
  | LerpPoints3D(FilNet.Point3D, FilNet.Point3D, float, FilNet.Point3D) | Linearly interpolates between two points in 3D. |
  | LerpPoints(FilNet.Point2D, FilNet.Point2D, float, FilNet.Point2D) | Linearly interpolates between two points. |
  | LerpSegments3D(FilNet.Segment3D, FilNet.Segment3D, float, FilNet.Segment3D) | Linearly interpolates between two segments in 3D. |
  | LerpSegments(FilNet.Segment2D, FilNet.Segment2D, float, bool, FilNet.Segment2D) | Linearly interpolates between two segments. |
  | LerpVectors3D(FilNet.Vector3D, FilNet.Vector3D, float, FilNet.Vector3D) | Linearly interpolates between two 3D vectors. |
  | LerpVectors_Radial(FilNet.Vector2D, FilNet.Vector2D, float, FilNet.Vector2D) | Linearly interpolates between two radial vectors. |
  | LerpVectors_Radial(FilNet.Vector2D, FilNet.Vector2D, FilNet.RotationDirection?, float, FilNet.Vector2D) | Linearly interpolates between two radial vectors. |
  | LerpVectors(FilNet.Vector2D, FilNet.Vector2D, float, FilNet.Vector2D) | Linearly interpolates between two vectors. |
  | Line2DToLine3D_AxesPlane(FilNet.Line2D, FilNet.PlaneType, float, FilNet.Line3D) | Projects a 2D line onto a plane defined by 3D coordinate axes. |
  | Line2DToLine3D_AxesPlane(FilNet.Line2D, FilNet.PlaneType, float, FilNet.Line3D, NullableValue<FilNet.Plane3D>) | Projects a 2D line onto a plane defined by 3D coordinate axes. |
  | Line2DToLine3D_AxesPlane(FilNet.Line2D, FilNet.PlaneType, float, FilNet.Line3D, FilNet.Plane3D) | Projects a 2D line onto a plane defined by 3D coordinate axes. |
  | Line2DToLine3D(FilNet.Line2D, FilNet.Line3D) | Converts a line in 2D to a line in 3D. |
  | Line3DToLine2D_AxesPlane(FilNet.Line3D, FilNet.PlaneType, FilNet.Line2D) | Projects a 3D line onto a plane defined by coordinate axes. |
  | Line3DToLine2D_AxesPlane(FilNet.Line3D, FilNet.PlaneType, FilNet.Line2D, NullableValue<FilNet.Plane3D>) | Projects a 3D line onto a plane defined by coordinate axes. |
  | Line3DToLine2D_AxesPlane(FilNet.Line3D, FilNet.PlaneType, FilNet.Line2D, FilNet.Plane3D) | Projects a 3D line onto a plane defined by coordinate axes. |
  | Line3DToLine2D(FilNet.Line3D, FilNet.Line2D) | Converts a line in 3D to a line in 2D by ignoring its Z coordinates. |
  | LinearBinaryPattern(FilNet.Image, FilNet.LinearBinaryPatternType, FilNet.Histogram, FilNet.Image) | Creates histogram and map of Linear Binary Patterns (with radius 1 and size 8) of provided image. |
  | LinearBinaryPattern(FilNet.Image, NullableRef<FilNet.Region>, FilNet.LinearBinaryPatternType, FilNet.Histogram, FilNet.Image) | Creates histogram and map of Linear Binary Patterns (with radius 1 and size 8) of provided image. |
  | LineArcIntersection(FilNet.Line2D, FilNet.Arc2D, FilNet.Point2D?, FilNet.Point2D?) | Computes the common points of an arc and a line. |
  | LinearRegression_LTE(IList<float>, int, FilNet.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?, FilNet.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?, FilNet.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>, FilNet.MEstimator, float, int, FilNet.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>>, FilNet.MEstimator, float, int, FilNet.LinearFunction?, FilNet.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>>, FilNet.MEstimator, float, int, FilNet.LinearFunction?, FilNet.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, FilNet.LinearFunction, IList<float>, IList<float>) | Computes linear regression of given point set using RANSAC. |
  | LinearRegression_RANSAC(IList<float>, NullableRef<IList<float>>, int?, float, int?, FilNet.LinearFunction, IList<float>, IList<float>) | Computes linear regression of given point set using RANSAC. |
  | LinearRegression_TheilSen(IList<float>, FilNet.TheilSenVariant, FilNet.LinearFunction, IList<float>, IList<float>) | Computes linear regression of given point set using TheilSen algorithm. |
  | LinearRegression_TheilSen(IList<float>, NullableRef<IList<float>>, FilNet.TheilSenVariant, FilNet.LinearFunction, IList<float>, IList<float>) | Computes linear regression of given point set using TheilSen algorithm. |
  | LinearRegression(IList<float>, FilNet.LinearFunction, IList<float>, IList<float>, float) | Computes linear regression of given point set. |
  | LinearRegression(IList<float>, NullableRef<IList<float>>, FilNet.LinearFunction, IList<float>, IList<float>, float) | Computes linear regression of given point set. |
  | LineCircleIntersection(FilNet.Line2D, FilNet.Circle2D, FilNet.Point2D?, FilNet.Point2D?) | Computes common points of a circle and a line. |
  | LineLineIntersection3D(FilNet.Line3D, FilNet.Line3D, FilNet.Point3D?) | Computes a common point of two lines in 3D. |
  | LineLineIntersection(FilNet.Line2D, FilNet.Line2D, FilNet.Point2D?) | Computes a common point of two lines. |
  | LineNormalVector(FilNet.Line2D, bool, FilNet.Vector2D) | Computes the normal vector of a line. |
  | LineOrientation(FilNet.Line2D, float) | Computes the orientation angle of a line as angle in the range from 0 to 180. |
  | LinePlaneIntersection3D(FilNet.Line3D, FilNet.Plane3D, FilNet.Point3D?) | Computes the intersection point of a line in 3D and a plane. |
  | LineScanCameraModelToAnyCameraModel(FilNet.LineScanCameraModel, FilNet.AnyCameraModel) | Conversion |
  | LineScanCameraModelToRectificationTransform(FilNet.LineScanCameraModel, FilNet.RectificationTransform) | Conversion |
  | LineSegmentIntersection(FilNet.Line2D, FilNet.Segment2D, FilNet.Point2D?) | Computes a common point of a line and a segment. |
  | LineThroughPoint3D(FilNet.Point3D, FilNet.Vector3D, FilNet.Line3D) | Computes a line in 3D passing through a point with given direction. |
  | LineThroughPoints3D(FilNet.Point3D, FilNet.Point3D, FilNet.Line3D) | Computes a line in 3D passing through two points. |
  | LineThroughPoints(FilNet.Point2D, FilNet.Point2D, FilNet.Line2D) | Computes a line passing through two distinct points. |
  | LineThroughPoint(FilNet.Point2D, float, FilNet.Line2D) | Computes a line passing through a point with given angle. |
  | LineToLineDistance3D(FilNet.Line3D, FilNet.Line3D, float, float) | Measures the distance between two lines in 3D. |
  | LineToLineDistance3D(FilNet.Line3D, FilNet.Line3D, float, float, INullable<FilNet.Segment3D>) | Measures the distance between two lines in 3D. |
  | LoadAnyCameraModel(string, FilNet.AnyCameraModel) | Loads serialized AnyCameraModel object from FIDATA file. |
  | LoadEdgeModel2(string, FilNet.EdgeModel2) | Loads serialized template matching EdgeModel2 object from FIDATA file. |
  | LoadEdgeModel(string, FilNet.EdgeModel) | Loads serialized template matching EdgeModel object from FIDATA file. |
  | LoadEntities_FromDxf(string, float, FilNet.Point2D, IList<List<FilNet.Point2D>>) | Loads entities from a DXF file as an array of point arrays. |
  | LoadEntities_FromDxf(string, float, NullableRef<IList<string>>, FilNet.Point2D, IList<List<FilNet.Point2D>>) | Loads entities from a DXF file as an array of point arrays. |
  | LoadEntities_FromDxf(string, float, NullableRef<IList<string>>, FilNet.Point2D, IList<List<FilNet.Point2D>>, IList<string>) | Loads entities from a DXF file as an array of point arrays. |
  | LoadGrayModel2(string, FilNet.GrayModel2) | Loads serialized template matching GrayModel2 object from FIDATA file. |
  | LoadGrayModel(string, FilNet.GrayModel) | Loads serialized template matching GrayModel object from FIDATA file. |
  | LoadHistogram(string, FilNet.Histogram) | Loads serialized Histogram object from FIDATA file. |
  | LoadImageFormat(string, bool, FilNet.ImageFormat) | Loads a single image format from a file without loading all image data. |
  | LoadImageFromBuffer(FilNet.ByteBuffer, int, bool, FilNet.Image) | Loads a single image from a file stored in memory. |
  | LoadImageFromBuffer(FilNet.ByteBuffer, int, int?, bool, FilNet.Image) | Loads a single image from a file stored in memory. |
  | LoadImageObject(string, FilNet.Image) | Loads serialized Image object from FIDATA file. |
  | LoadImage_FromDxf(string, float, FilNet.Pixel, FilNet.Point2D, FilNet.Image) | Loads data from a DXF file as an image. |
  | LoadImage_FromDxf(string, float, FilNet.Size?, FilNet.Pixel, NullableRef<IList<string>>, FilNet.Point2D, FilNet.Image) | Loads data from a DXF file as an image. |
  | LoadImage_FromDxf(string, float, FilNet.Size?, FilNet.Pixel, NullableRef<IList<string>>, FilNet.Point2D, FilNet.Image, IList<string>) | Loads data from a DXF file as an image. |
  | LoadImage_FromWebsite(string, FilNet.Image) | Loads a JPG image from a website. |
  | LoadImage_FromWebsite(string, NullableRef<string>, NullableRef<string>, FilNet.Image) | Loads a JPG image from a website. |
  | LoadImage(string, bool, FilNet.Image) | Loads a single image from a file. |
  | LoadMultiplePagesTiffImage(string, bool, IList<FilNet.Image>) | Loads a image array from a tiff 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, FilNet.OcrMlpModel) | Loads serialized OcrMlpModel object from FIDATA file. |
  | LoadOcrModel(string, FilNet.OcrModel) | Loads serialized OcrMlpModel object from FIDATA file. |
  | LoadOcrSvmModel(string, FilNet.OcrSvmModel) | Loads serialized OcrSvmModel object from FIDATA file. |
  | LoadPath(string, FilNet.Path) | Loads serialized Path object from FIDATA file. |
  | LoadPoint3DArrayFromTextFile(string, FilNet.Grid3DFileFormat, string, int, IList<FilNet.Point3D>) | Loads arrays of 3D points from text file. |
  | LoadPoint3DArrayFromTextFile(string, FilNet.Grid3DFileFormat, string, int, IList<FilNet.Point3D>, string, FilNet.Point3D) | Loads arrays of 3D points from text file. |
  | LoadPoint3DGridObject(string, FilNet.Point3DGrid) | Deserializes a profile from an FIDATA file. |
  | LoadPoint3DGridWithImage(string, FilNet.Point3DFileFormat, int?, int?, FilNet.Point3DGrid, FilNet.Image) | Loads entities from a file of one of available types as an array of points in 3D and an image. Assumes an ordered rectangular grid with no holes. |
  | LoadPoint3DGrid(string, FilNet.Point3DFileFormat, bool, FilNet.Point3DGrid) | Loads entities from a file of one of available types as an array of points in 3D. |
  | LoadProfile(string, FilNet.Profile) | Deserializes a profile from an FIDATA file. |
  | LoadRectificationMap(string, FilNet.RectificationMap) | Loads serialized RectificationMap object from FIDATA file. |
  | LoadRectificationTransform(string, FilNet.RectificationTransform) | Loads serialized RectificationTransform object from FIDATA file. |
  | LoadRegion(string, FilNet.Region) | Loads a region from an FIDATA file. |
  | LoadSpatialMap(string, FilNet.SpatialMap) | Deserializes a SpatialMap object from a FIDATA file. |
  | LoadSurfaceWithImage(string, FilNet.Point3DFileFormat, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Pixel, FilNet.Surface, FilNet.Image) | Loads entities from a file of one of available types as an array of points in 3D and an image. Assumes an unordered grid with possible holes. |
  | LoadSurfaceWithImage(string, FilNet.Point3DFileFormat, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Pixel, FilNet.Surface, FilNet.Image, NullableValue<double>, NullableValue<double>) | Loads entities from a file of one of available types as an array of points in 3D and an image. Assumes an unordered grid with possible holes. |
  | LoadSurfaceWithImage(string, FilNet.Point3DFileFormat, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Pixel, FilNet.Surface, FilNet.Image, double, double, FilNet.Region) | Loads entities from a file of one of available types as an array of points in 3D and an image. Assumes an unordered grid with possible holes. |
  | LoadSurfaceWithImage(string, FilNet.Point3DFileFormat, double, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Pixel, FilNet.Surface, FilNet.Image, NullableValue<double>, NullableValue<double>, FilNet.Region) | Loads entities from a file of one of available types as an array of points in 3D and an image. Assumes an unordered grid with possible holes. |
  | LoadSurface(string, FilNet.Surface) | Deserializes a surface from an FIDATA file. |
  | LocateMultipleObjects_Edges1(FilNet.Image, FilNet.EdgeModel, int, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges1(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges1(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>, NullableRef<SafeList<SafeList<FilNet.Path>>>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges1(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>, IList<SafeList<FilNet.Path>>, int, FilNet.ShapeRegion, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges1(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>, NullableRef<SafeList<SafeList<FilNet.Path>>>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges2(FilNet.Image, FilNet.EdgeModel2, int, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, int, float, float, IList<FilNet.Object2D>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel2, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, int, float, float, IList<FilNet.Object2D>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel2, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, int, float, float, IList<FilNet.Object2D>, NullableRef<SafeList<SafeList<FilNet.Path>>>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel2, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, int, float, float, IList<FilNet.Object2D>, IList<SafeList<FilNet.Path>>, int, FilNet.ShapeRegion, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel2, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, int, float, float, IList<FilNet.Object2D>, NullableRef<SafeList<SafeList<FilNet.Path>>>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_NCC2(FilNet.Image, FilNet.GrayModel2, int, bool, float, float, IList<FilNet.Object2D>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_NCC2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel2, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_NCC2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel2, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_NCC2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel2, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>, int, FilNet.ShapeRegion, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_NCC2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel2, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_NCC(FilNet.Image, FilNet.GrayModel, int, bool, float, float, IList<FilNet.Object2D>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_NCC(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_NCC(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_NCC(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>, int, FilNet.ShapeRegion, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_NCC(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_SAD(FilNet.Image, FilNet.GrayModel, int, bool, float, float, IList<FilNet.Object2D>) | Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values. |
  | LocateMultipleObjects_SAD(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float, IList<FilNet.Object2D>) | Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values. |
  | LocateMultipleObjects_SAD(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float, IList<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>) | Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values. |
  | LocateMultipleObjects_SAD(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float, IList<FilNet.Object2D>, int, FilNet.ShapeRegion, IList<FilNet.Image>, IList<FilNet.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(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float, IList<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>, IList<FilNet.Image>, IList<FilNet.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<FilNet.Point2D>, IList<FilNet.Point2D>, bool, float, float, bool, float, float, float, float, float, float, float, bool, IList<FilNet.Rectangle2D>, IList<List<FilNet.Point2D>>, IList<FilNet.CoordinateSystem2D>, IList<List<FilNet.Segment2D>>) | Finds occurrences of a pattern in a 2D cloud of (feature) points. |
  | LocateMultiplePointPatterns(IList<FilNet.Point2D>, NullableRef<IList<int>>, IList<FilNet.Point2D>, NullableRef<IList<int>>, FilNet.Rectangle2D?, bool, float, float, bool, float, float, float, float, float, float, float, bool, IList<FilNet.Rectangle2D>, IList<List<FilNet.Point2D>>, IList<FilNet.CoordinateSystem2D>, IList<List<FilNet.Segment2D>>) | |
  | LocateSingleObject_Edges1(FilNet.Image, FilNet.EdgeModel, int, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges1(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges1(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>, NullableRef<NullableRef<SafeList<FilNet.Path>>>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges1(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>, INullable<SafeList<FilNet.Path>>, int, FilNet.ShapeRegion, IList<FilNet.Image>, IList<FilNet.Image>, INullable<List<float>>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges1(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>, NullableRef<NullableRef<SafeList<FilNet.Path>>>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>, IList<FilNet.Image>, IList<FilNet.Image>, INullable<List<float>>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges2(FilNet.Image, FilNet.EdgeModel2, int, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, int, float, INullable<FilNet.Object2D>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel2, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, int, float, INullable<FilNet.Object2D>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel2, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, int, float, INullable<FilNet.Object2D>, NullableRef<NullableRef<SafeList<FilNet.Path>>>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel2, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, int, float, INullable<FilNet.Object2D>, INullable<SafeList<FilNet.Path>>, int, FilNet.ShapeRegion, IList<FilNet.Image>, IList<FilNet.Image>, INullable<List<float>>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.EdgeModel2, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, int, float, INullable<FilNet.Object2D>, NullableRef<NullableRef<SafeList<FilNet.Path>>>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>, IList<FilNet.Image>, IList<FilNet.Image>, INullable<List<float>>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_NCC2(FilNet.Image, FilNet.GrayModel2, int, bool, float, INullable<FilNet.Object2D>) | Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateSingleObject_NCC2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel2, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>) | Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateSingleObject_NCC2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel2, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>) | Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateSingleObject_NCC2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel2, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>, int, FilNet.ShapeRegion, IList<FilNet.Image>, IList<FilNet.Image>, INullable<List<float>>) | Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateSingleObject_NCC2(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel2, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>, IList<FilNet.Image>, IList<FilNet.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(FilNet.Image, FilNet.GrayModel, int, bool, float, INullable<FilNet.Object2D>) | Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateSingleObject_NCC(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>) | Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateSingleObject_NCC(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>) | Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateSingleObject_NCC(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>, int, FilNet.ShapeRegion, IList<FilNet.Image>, IList<FilNet.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(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>, IList<FilNet.Image>, IList<FilNet.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(FilNet.Image, FilNet.GrayModel, int, bool, float, INullable<FilNet.Object2D>) | Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values. |
  | LocateSingleObject_SAD(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, INullable<FilNet.Object2D>) | Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values. |
  | LocateSingleObject_SAD(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, INullable<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>) | Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values. |
  | LocateSingleObject_SAD(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, INullable<FilNet.Object2D>, int, FilNet.ShapeRegion, IList<FilNet.Image>, IList<FilNet.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(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.GrayModel, int, int?, bool, float, INullable<FilNet.Object2D>, NullableValue<int>, NullableRef<FilNet.ShapeRegion>, IList<FilNet.Image>, IList<FilNet.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<FilNet.Point2D>, IList<FilNet.Point2D>, bool, float, float, bool, float, float, float, float, float, float, FilNet.Rectangle2D?, INullable<List<FilNet.Point2D>>, FilNet.CoordinateSystem2D?, INullable<List<FilNet.Segment2D>>) | Finds an occurrence of the pattern in the input points. |
  | LocateSinglePointPattern(IList<FilNet.Point2D>, NullableRef<IList<int>>, IList<FilNet.Point2D>, NullableRef<IList<int>>, FilNet.Rectangle2D?, bool, float, float, bool, float, float, float, float, float, float, FilNet.Rectangle2D?, INullable<List<FilNet.Point2D>>, FilNet.CoordinateSystem2D?, INullable<List<FilNet.Segment2D>>) | Finds an occurrence of the pattern in the input points. |
  | LocationArrayToPoint2DArray(IList<FilNet.Location>, IList<FilNet.Point2D>) | Converts an array of locations to an array of points. |
  | LocationCenter(FilNet.Location, FilNet.Point2D) | Returns the center point of a pixel indicated by the provided location. |
  | LocationsToRegion(IList<FilNet.Location>, int, int, FilNet.Region) | Forms a region containing pixels of given locations. |
  | LocationToPoint2D(FilNet.Location, FilNet.Point2D) | Converts a location to its center point. |
  | LogarithmImage(FilNet.Image, float, bool, FilNet.Image) | Computes a natural logarithm of each pixel. |
  | LogarithmImage(FilNet.Image, NullableRef<FilNet.Region>, float?, float, bool, FilNet.Image) | Computes a natural logarithm of each pixel. |
  | LogarithmImage(FilNet.Image, NullableRef<FilNet.Region>, float?, float, bool, FilNet.Image, FilNet.Profile) | Computes a natural logarithm of each pixel. |
  | LUTTransformImage(FilNet.LUTTransformImageState, FilNet.Image, IList<int>, IList<FilNet.Pixel>, bool, FilNet.Image) | Changes pixel values for data stored in array. |
  | LUTTransformImage(FilNet.LUTTransformImageState, FilNet.Image, NullableRef<FilNet.Region>, IList<int>, IList<FilNet.Pixel>, bool, FilNet.Image) | Changes pixel values for data stored in array. |
  | MakeCharacterSamples(IList<FilNet.Region>, string, IList<FilNet.CharacterSample>) | Creates training font samples from the provided regions. |
  | MakeHeatmap(FilNet.Image, int, int, int, FilNet.Heatmap) | Creates a new Heatmap object. |
  | MakeHistogram(IList<double>, float, float, int, FilNet.Histogram) | Creates a histogram out of an array of bin values. |
  | MakeHistogram(IList<double>, float, float, int, int?, FilNet.Histogram) | Creates a histogram out of an array of bin values. |
  | MakeImage(IList<FilNet.Pixel>, int, int, FilNet.PlainType, int, FilNet.Image) | Converts a pixel array to a single-channel image. |
  | MakePathConditional(FilNet.Path, FilNet.PathFeature, float?, float?, INullable<FilNet.Path>) | Computes a path feature, checks whether its value is in range and creates a conditional path on this basis. |
  | MakeRegionConditional(FilNet.Region, FilNet.RegionFeature, float?, float?, INullable<FilNet.Region>) | Computes a region feature, checks whether its value is in range and creates a conditional region on this basis. |
  | MakeSurfaceFromImage(FilNet.Image, double, double, double, double, double, double, FilNet.Surface) | Creates a Surface structure from depth map mono image. |
  | MakeSurfaceFromImage(FilNet.Image, NullableRef<FilNet.Region>, double, double, double, double, double, double, FilNet.Surface) | Creates a Surface structure from depth map mono image. |
  | MatrixDeterminant(FilNet.Matrix, float) | Find the determinant of a square matrix. |
  | MatrixPseudoEigenvectors(FilNet.Matrix, FilNet.Matrix, IList<float>) | Find the pseudo-eigenvalues and pseudo-eigenvectors of a symmetrical square matrix. |
  | MatrixToImage(FilNet.Matrix, FilNet.Image) | Converts a matrix to a single-channel real image. |
  | MatrixToRectificationTransform(FilNet.Matrix, FilNet.RectificationTransform) | Conversion |
  | MaxChannels(FilNet.Image, FilNet.Image) | Creates a monochromatic image by taking the maximum value of all the input image channels. |
  | MaxChannels(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Creates a monochromatic image by taking the maximum value of all the input image channels. |
  | MaximumHistogram_OfArray(IList<FilNet.Histogram>, FilNet.Histogram) | Computes the maximum of histograms of an array bar by bar. |
  | MaximumHistogram_OfLoop(FilNet.HistogramCombinators_OfLoopState, FilNet.Histogram, FilNet.Histogram) | Computes the maximum of histograms appearing in consecutive iterations bar by bar. |
  | MaximumHistogram(FilNet.Histogram, FilNet.Histogram, FilNet.Histogram) | Computes the maximum of two histograms bar by bar. |
  | MaximumImage_OfArray(IList<FilNet.Image>, FilNet.Image) | Computes the maximum of images of an array pixel by pixel. |
  | MaximumImage_OfArray(IList<FilNet.Image>, NullableRef<FilNet.Region>, FilNet.Image) | Computes the maximum of images of an array pixel by pixel. |
  | MaximumImage_OfLoop(FilNet.ImageCombinators_OfLoopState, FilNet.Image, FilNet.Image) | Computes the maximum of images appearing in consecutive iterations pixel by pixel. |
  | MaximumImage_OfLoop(FilNet.ImageCombinators_OfLoopState, FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Computes the maximum of images appearing in consecutive iterations pixel by pixel. |
  | MaximumImage(FilNet.Image, FilNet.Image, FilNet.Image) | Creates an image from the higher pixel values of each corresponding pair. |
  | MaximumImage(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Creates an image from the higher pixel values of each corresponding pair. |
  | MaximumProfile_OfArray(IList<FilNet.Profile>, FilNet.Profile) | Computes the maximum of profiles of an array. |
  | MaximumProfile_OfLoop(FilNet.ProfileCombinators_OfLoopState, FilNet.Profile, FilNet.Profile) | Computes the maximum of profiles appearing in consecutive iterations. |
  | MaximumProfile(FilNet.Profile, FilNet.Profile, FilNet.Profile) | Computes the maximum of two profiles point by point. |
  | MeasureClassificationQuality_Binary(IList<bool>, IList<bool>, float, float, float, float, FilNet.Matrix) | Calculates classification performance metrics for binary problems. |
  | MeasureClassificationQuality_Multiclass(IList<int>, IList<int>, float, IList<float>, IList<float>, IList<float>, FilNet.Matrix) | Calculates classification performance metrics for multiclass problems. |
  | MeasureObjectWidth3D(FilNet.Surface, IList<FilNet.ScanMap>, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, int, float?, FilNet.Segment2D?, FilNet.Segment2D?) | Measures the width of an object using stripe detection. |
  | MeasureObjectWidth3D(FilNet.Surface, IList<FilNet.ScanMap>, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?) | Measures the width of an object using stripe detection. |
  | MeasureObjectWidth3D(FilNet.Surface, IList<FilNet.ScanMap>, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Measures the width of an object using stripe detection. |
  | MeasureObjectWidth(FilNet.Image, IList<FilNet.ScanMap>, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, int, float?, FilNet.Segment2D?, FilNet.Segment2D?) | Measures the width of an object using stripe detection. |
  | MeasureObjectWidth(FilNet.Image, IList<FilNet.ScanMap>, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?) | Measures the width of an object using stripe detection. |
  | MeasureObjectWidth(FilNet.Image, IList<FilNet.ScanMap>, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<SafeList<FilNet.Profile>>, NullableRef<SafeList<FilNet.Profile>>) | Measures the width of an object using stripe detection. |
  | MeasurePixelVectors(FilNet.Image, FilNet.Image) | Computes gradient magnitudes of an image. |
  | MeasurePixelVectors(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Computes gradient magnitudes of an image. |
  | MedianAngle(IList<float>, FilNet.AngleRange, float) | Computes the median angle of the input angles. |
  | MedianImages_OfArray(IList<FilNet.Image>, FilNet.Image) | Compute median value for each pixel of images from an array. |
  | MedianImages_OfArray(IList<FilNet.Image>, NullableRef<FilNet.Region>, FilNet.Image) | Compute median value for each pixel of images from an array. |
  | MergeChannels(FilNet.Image, FilNet.Image, FilNet.Image) | Creates a multichannel image from several monochromatic ones. |
  | MergeChannels(FilNet.Image, FilNet.Image, NullableRef<FilNet.Image>, NullableRef<FilNet.Image>, FilNet.Image) | Creates a multichannel image from several monochromatic ones. |
  | MergeCharactersIntoLines(IList<FilNet.OcrResult>, float, float, float, int, bool, IList<FilNet.Rectangle2D>, IList<string>, IList<int?>) | Converts a output of DL_ReadCharacters to lines of text. |
  | MergeMultipleLocationResults(IList<FilNet.Object2D>, IList<FilNet.Object2D>, IList<FilNet.Object2D>, IList<FilNet.Object2D>, float, float, IList<FilNet.Object2D>, IList<int>) | Combines results from multiple LocateMultipleObject instances. |
  | MergeSingleLocationResults(NullableRef<FilNet.Object2D>, NullableRef<FilNet.Object2D>, NullableRef<FilNet.Object2D>, NullableRef<FilNet.Object2D>, float, INullable<FilNet.Object2D>, int?) | Combines results from multiple LocateSingleObject instances. |
  | MinChannels(FilNet.Image, FilNet.Image) | Creates a monochromatic image by taking the minimum value of all the input image channels. |
  | MinChannels(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Creates a monochromatic image by taking the minimum value of all the input image channels. |
  | MinimumHistogram_OfArray(IList<FilNet.Histogram>, FilNet.Histogram) | Computes the minimum of histograms of an array bar by bar. |
  | MinimumHistogram_OfLoop(FilNet.HistogramCombinators_OfLoopState, FilNet.Histogram, FilNet.Histogram) | Computes the minimum of histograms appearing in consecutive iterations bar by bar. |
  | MinimumHistogram(FilNet.Histogram, FilNet.Histogram, FilNet.Histogram) | Computes the minimum of two histograms bar by bar. |
  | MinimumImage_OfArray(IList<FilNet.Image>, FilNet.Image) | Computes the minimum of images of an array pixel by pixel. |
  | MinimumImage_OfArray(IList<FilNet.Image>, NullableRef<FilNet.Region>, FilNet.Image) | Computes the minimum of images of an array pixel by pixel. |
  | MinimumImage_OfLoop(FilNet.ImageCombinators_OfLoopState, FilNet.Image, FilNet.Image) | Computes the minimum of images appearing in consecutive iterations pixel by pixel. |
  | MinimumImage_OfLoop(FilNet.ImageCombinators_OfLoopState, FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Computes the minimum of images appearing in consecutive iterations pixel by pixel. |
  | MinimumImage(FilNet.Image, FilNet.Image, FilNet.Image) | Creates an image from the lower pixel values of each corresponding pair. |
  | MinimumImage(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Creates an image from the lower pixel values of each corresponding pair. |
  | MinimumProfile_OfArray(IList<FilNet.Profile>, FilNet.Profile) | Computes the minimum of profiles of an array. |
  | MinimumProfile_OfLoop(FilNet.ProfileCombinators_OfLoopState, FilNet.Profile, FilNet.Profile) | Computes the minimum of profiles appearing in consecutive iterations. |
  | MinimumProfile(FilNet.Profile, FilNet.Profile, FilNet.Profile) | Computes the minimum of two profiles point by point. |
  | MirrorImage(FilNet.Image, FilNet.MirrorDirection, FilNet.Image) | Reverses the order of the input image columns or rows depending on inMirrorDirection value. |
  | MirrorPoint3DArray(IList<FilNet.Point3D>, FilNet.Plane3D, IList<FilNet.Point3D>) | Mirrors each point from the array according to the input plane. |
  | MirrorPoint3DArray(IList<FilNet.Point3D>, FilNet.Plane3D, IList<FilNet.Point3D>, FilNet.Matrix) | Mirrors each point from the array according to the input plane. |
  | MirrorPoint3DArray(IList<FilNet.Point3D>, FilNet.Plane3D, IList<FilNet.Point3D>, NullableRef<FilNet.Matrix>) | Mirrors each point from the array according to the input plane. |
  | MirrorPoint3DGrid(FilNet.Point3DGrid, FilNet.Plane3D, FilNet.Point3DGrid) | Mirrors each grid point according to the input plane. |
  | MirrorPoint3DGrid(FilNet.Point3DGrid, FilNet.Plane3D, FilNet.Point3DGrid, FilNet.Matrix) | Mirrors each grid point according to the input plane. |
  | MirrorPoint3DGrid(FilNet.Point3DGrid, FilNet.Plane3D, FilNet.Point3DGrid, NullableRef<FilNet.Matrix>) | Mirrors each grid point according to the input plane. |
  | MirrorPoint3D(FilNet.Point3D, FilNet.Plane3D, FilNet.Point3D) | Mirrors a point according to the input plane. |
  | MirrorPoint3D(FilNet.Point3D, FilNet.Plane3D, FilNet.Point3D, FilNet.Matrix) | Mirrors a point according to the input plane. |
  | MirrorPoint3D(FilNet.Point3D, FilNet.Plane3D, FilNet.Point3D, NullableRef<FilNet.Matrix>) | Mirrors a point according to the input plane. |
  | MirrorRegion(FilNet.Region, FilNet.MirrorDirection, FilNet.Region) | Mirrors a region across vertical or horizontal axis. |
  | MirrorSurface(FilNet.Surface, FilNet.Surface) | Transforms Z coordinate of each surface point to its opposite value. |
  | MirrorSurface(FilNet.Surface, FilNet.Surface, FilNet.Matrix) | Transforms Z coordinate of each surface point to its opposite value. |
  | MirrorSurface(FilNet.Surface, FilNet.Surface, NullableRef<FilNet.Matrix>) | Transforms Z coordinate of each surface point to its opposite value. |
  | MixChannels(FilNet.Image, int, int, int, int, int, FilNet.Image) | Calculates a linear combination of image channels. |
  | MLP_Init(FilNet.ActivationFunction, FilNet.MlpPreprocessing, int, int, FilNet.MlpModel) | Creates multilayer perceptron model. |
  | MLP_Init(NullableRef<IList<int>>, FilNet.ActivationFunction, FilNet.MlpPreprocessing, int?, int, int, FilNet.MlpModel) | Creates multilayer perceptron model. |
  | MLP_Respond(FilNet.MlpModel, IList<float>, IList<float>) | Calculates multilayer perceptron answer. |
  | MLP_Train(FilNet.MlpModel, IList<IList<float>>, IList<IList<float>>, int, float, float, FilNet.MlpModel) | Creates and trains multilayer perceptron classifier. |
  | MLP_Train(FilNet.MlpModel, IList<IList<float>>, IList<IList<float>>, NullableRef<IList<IList<float>>>, NullableRef<IList<IList<float>>>, int, float, float, int?, FilNet.MlpModel) | Creates and trains multilayer perceptron classifier. |
  | MLP_Train(FilNet.MlpModel, IList<IList<float>>, IList<IList<float>>, NullableRef<IList<IList<float>>>, NullableRef<IList<IList<float>>>, int, float, float, int?, FilNet.MlpModel, FilNet.Profile, FilNet.Profile) | Creates and trains multilayer perceptron classifier. |
  | MultiplyHistograms_OfArray(IList<FilNet.Histogram>, FilNet.Histogram) | Multiply histograms of an array bar by bar. |
  | MultiplyHistograms_OfLoop(FilNet.HistogramCombinators_OfLoopState, FilNet.Histogram, FilNet.Histogram) | Multiply histograms appearing in consecutive iterations bar by bar. |
  | MultiplyHistograms(FilNet.Histogram, FilNet.Histogram, FilNet.Histogram) | Multiplies two histograms bar by bar. |
  | MultiplyHistogram(FilNet.Histogram, double, FilNet.Histogram) | Multiplies each bin value by a number. |
  | MultiplyImages_OfArray(IList<FilNet.Image>, float, FilNet.Image) | Multiplies images of an array pixel by pixel. |
  | MultiplyImages_OfArray(IList<FilNet.Image>, NullableRef<FilNet.Region>, float, FilNet.Image) | Multiplies images of an array pixel by pixel. |
  | MultiplyImages_OfLoop(FilNet.ImageCombinators_OfLoopState, FilNet.Image, float, FilNet.Image) | Multiplies images appearing in consecutive iterations pixel by pixel. |
  | MultiplyImages_OfLoop(FilNet.ImageCombinators_OfLoopState, FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Multiplies images appearing in consecutive iterations pixel by pixel. |
  | MultiplyImages(FilNet.Image, FilNet.Image, float, FilNet.Image) | Multiplies two images pixel by pixel. |
  | MultiplyImages(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Multiplies two images pixel by pixel. |
  | MultiplyImage(FilNet.Image, float, FilNet.Image) | Multiplies each pixel by a scalar value. |
  | MultiplyImage(FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Multiplies each pixel by a scalar value. |
  | MultiplyProfiles_OfArray(IList<FilNet.Profile>, FilNet.Profile) | Multiplies profiles of an array value by value. |
  | MultiplyProfiles_OfLoop(FilNet.ProfileCombinators_OfLoopState, FilNet.Profile, FilNet.Profile) | Multiplies profiles appearing in consecutive iterations value by value. |
  | MultiplyProfiles(FilNet.Profile, FilNet.Profile, FilNet.Profile) | Multiplies two profiles value by value. |
  | MultiplyProfile(FilNet.Profile, float) | Multiplies each element of a profile by a scalar value. |
  | MultiplyProfile(FilNet.Profile, FilNet.Range?, float) | Multiplies each element of a profile by a scalar value. |
  | NegateHistogram(FilNet.Histogram, FilNet.Histogram) | Negates each bin value. |
  | NegateImage(FilNet.Image, FilNet.Image) | Reverts the pixel value range (unsigned) or applies numeric negation (signed). |
  | NegateImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Reverts the pixel value range (unsigned) or applies numeric negation (signed). |
  | NegateProfile(FilNet.Profile) | Transforms each profile value to its negation. |
  | NegateProfile(FilNet.Profile, FilNet.Range?) | Transforms each profile value to its negation. |
  | NormalizeAngle(float, FilNet.AngleRange, float, float) | |
  | NormalizeImage(FilNet.Image, float, float, float, float, float?, float?, FilNet.Image, float, float) | Rescales an image linearly, so that its minimum becomes inNewMinimum and the maximum of the remaining pixels becomes inNewMaximum. |
  | NormalizeImage(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, float?, float?, FilNet.Image, float, float) | Rescales an image linearly, so that its minimum becomes inNewMinimum and the maximum of the remaining pixels becomes inNewMaximum. |
  | NormalizeImage(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, float?, float?, FilNet.Image, float, float, FilNet.Region) | Rescales an image linearly, so that its minimum becomes inNewMinimum and the maximum of the remaining pixels becomes inNewMaximum. |
  | NormalizeLocalBrightness_Gauss(FilNet.Image, float, float, float, FilNet.Image) | Normalizes local brightness of the image. Internally uses Gauss smoothing. |
  | NormalizeLocalBrightness_Gauss(FilNet.Image, NullableRef<FilNet.Region>, float, float?, float, float, FilNet.Image) | Normalizes local brightness of the image. Internally uses Gauss smoothing. |
  | NormalizeLocalBrightness_Mean(FilNet.Image, int, float, float, FilNet.Image) | Normalizes local brightness of the image. Internally uses Mean smoothing. |
  | NormalizeLocalBrightness_Mean(FilNet.Image, NullableRef<FilNet.Region>, int, int?, float, float, FilNet.Image) | Normalizes local brightness of the image. Internally uses Mean smoothing. |
  | NormalizeLocalContrast(FilNet.Image, float, float, int, float, FilNet.Image) | Normalizes local contrast of the image using Wallis filter. |
  | NormalizeLocalContrast(FilNet.Image, NullableRef<FilNet.Region>, float, float, int, float, FilNet.Image) | Normalizes local contrast of the image using Wallis filter. |
  | NormalizeMatrixData(FilNet.Matrix, FilNet.Matrix, FilNet.Matrix, FilNet.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(FilNet.Matrix, NullableRef<FilNet.Matrix>, NullableRef<FilNet.Matrix>, FilNet.Matrix, FilNet.Matrix, FilNet.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(FilNet.Image, FilNet.GradientAngleRange, FilNet.Image) | Adjusts gradient angles to a given range. |
  | NormalizePixelVectors(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GradientAngleRange, FilNet.Image) | Adjusts gradient angles to a given range. |
  | NormalizeProfile(FilNet.Profile, float, float, FilNet.Profile, float, float) | Rescales a profile linearly, so that its minimum becomes inNewMinimum and its maximum becomes inNewMaximum. |
  | NormalizeProfile(FilNet.Profile, FilNet.Range?, float?, float?, float, float, FilNet.Profile, float, float) | Rescales a profile linearly, so that its minimum becomes inNewMinimum and its maximum becomes inNewMaximum. |
  | NormalizeRectangleOrientation(FilNet.Rectangle2D, float, FilNet.RectangleOrientation, FilNet.Rectangle2D) | Changes orientation of the given rectangle according to parameters. |
  | NormalizeSegmentOrientation_ByBaseOrientation(FilNet.Segment2D, float, FilNet.Segment2D) | Changes orientation of the given segment according to base orientation. |
  | NormalizeSegmentOrientation_ByCoordinate(FilNet.Segment2D, FilNet.Axis, FilNet.Segment2D) | Changes orientation of the given segment according to coordinates along selected axis. |
  | NormalizeSegmentOrientation_ByPointDistance(FilNet.Segment2D, FilNet.Point2D, FilNet.Segment2D) | Changes orientation of the given segment according to distance to the given point. |
  | NthImage_OfArray(IList<FilNet.Image>, int, bool, FilNet.Image) | For each pixel location, get value of n-th (increasing) pixel among input images. |
  | NthImage_OfArray(IList<FilNet.Image>, NullableRef<IList<FilNet.Region>>, int, bool, FilNet.Image) | For each pixel location, get value of n-th (increasing) pixel among input images. |
  | OcrMlpModelToOcrModel(FilNet.OcrMlpModel, FilNet.OcrModel) | Converts OcrMlpModel(old type) to OcrModel. |
  | OcrModelToOcrMlpModel(FilNet.OcrModel, FilNet.OcrMlpModel) | Converts OcrModel to OcrMlpModel. |
  | OcrModelToOcrSvmModel(FilNet.OcrModel, FilNet.OcrSvmModel) | Converts OcrModel to OcrSvmModel. |
  | OcrSvmModelToOcrModel(FilNet.OcrSvmModel, FilNet.OcrModel) | Converts OcrSvmModel(old type) to OcrModel. |
  | OpenImage_AnyKernel(FilNet.Image, FilNet.Region, FilNet.Image) | Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation. |
  | OpenImage_AnyKernel(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.Region, FilNet.Location?, FilNet.Image) | Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation. |
  | OpenImage_Mask(FilNet.Image, FilNet.MorphologyKernel, FilNet.Image) | Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation. |
  | OpenImage_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.MorphologyKernel, FilNet.Image) | Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation. |
  | OpenImage(FilNet.Image, FilNet.KernelShape, int, FilNet.Image) | Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation. |
  | OpenImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image) | Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation. |
  | OpenImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image, FilNet.Region) | Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation. |
  | OpenInputVideoStream(string, int, FilNet.InputVideoStream, float, int) | Opens and creates a video stream from a file. |
  | OpenOutputVideoStream(string, FilNet.VideoEncoder, float, int, int, FilNet.OutputVideoStream) | Creates a video stream which will be saved to a selected file. |
  | OpenPath(FilNet.Path) | Removes the segment connecting the last point with the first one in a path. |
  | OpenRegion_AnyKernel(FilNet.Region, FilNet.Region, FilNet.Region) | Performs a morphological opening on a region using an arbitrary kernel. |
  | OpenRegion(FilNet.Region, FilNet.KernelShape, int, FilNet.Region) | Performs a morphological opening on a region using a predefined kernel. |
  | OpenRegion(FilNet.Region, FilNet.KernelShape, int, int?, FilNet.Region) | Performs a morphological opening on a region using a predefined kernel. |
  | OpenSurfacePoints(FilNet.Surface, FilNet.KernelShape, int, bool, FilNet.Surface) | Removes some existing points from the input surface when some points in their vicinity are missing. |
  | OpenSurfacePoints(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.KernelShape, int, int?, bool, FilNet.Surface) | Removes some existing points from the input surface when some points in their vicinity are missing. |
  | PassFailStatusToBool(bool, bool) | Converts a pass/fail status to a bool value. |
  | PassFailStatusToHash(bool, FilNet.Hash) | Converts a PassFailStatus object to a Hash. |
  | PathAlongArc(FilNet.Path, FilNet.Arc2D, FilNet.Axis, float, bool, FilNet.Path) | Transforms a path to a coordinate system in which the 'axis' arc is vertical or horizontal. |
  | PathAlongPath(FilNet.Path, FilNet.Path, FilNet.Axis, float, bool, FilNet.Path) | Transforms a path to a coordinate system in which the 'axis' path is vertical or horizontal. |
  | PathArrayPoints(IList<FilNet.Path>, IList<FilNet.Point2D>) | Converts an array of paths to an array of points. |
  | PathAverageTurnAngle(FilNet.Path, float) | Computes the average absolute turn angle of a path per unit of length. |
  | PathBoundingBox_OrNil(FilNet.Path, FilNet.Box?) | Computes the smallest box containing a path; returns NIL if the path is empty. |
  | PathBoundingBox(FilNet.Path, FilNet.Box) | Computes the smallest box containing a path. |
  | PathBoundingCircle_OrNil(FilNet.Path, FilNet.Circle2D?) | Computes the smallest circle enclosing a path; returns NIL if the path is empty. |
  | PathBoundingCircle(FilNet.Path, FilNet.Circle2D) | Computes the smallest circle enclosing a path. |
  | PathBoundingParallelogram(FilNet.Path, FilNet.BoundingRectangleFeature, FilNet.Path) | Computes the smallest parallelogram containing a path. |
  | PathBoundingParallelogram(FilNet.Path, FilNet.BoundingRectangleFeature, FilNet.Path, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>, NullableValue<float>) | Computes the smallest parallelogram containing a path. |
  | PathBoundingParallelogram(FilNet.Path, FilNet.BoundingRectangleFeature, FilNet.Path, FilNet.Point2D, float, float, float) | Computes the smallest parallelogram containing a path. |
  | PathBoundingRectangle_FixedAngle_OrNil(FilNet.Path, float, FilNet.Rectangle2D?, FilNet.Point2D?, float?, float?) | Computes the smallest rectangle with the given orientation angle containing a path; returns NIL when the path is empty. |
  | PathBoundingRectangle_FixedAngle(FilNet.Path, float, FilNet.Rectangle2D) | Computes the smallest rectangle with the given orientation angle containing a path. |
  | PathBoundingRectangle_FixedAngle(FilNet.Path, float, FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | Computes the smallest rectangle with the given orientation angle containing a path. |
  | PathBoundingRectangle_FixedAngle(FilNet.Path, float, FilNet.Rectangle2D, FilNet.Point2D, float, float) | Computes the smallest rectangle with the given orientation angle containing a path. |
  | PathBoundingRectangle_OrNil(FilNet.Path, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D?, FilNet.Point2D?, float?, float?) | Computes the smallest rectangle containing a path; returns NIL when the path is empty. |
  | PathBoundingRectangle(FilNet.Path, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D) | Computes the smallest rectangle containing a path. |
  | PathBoundingRectangle(FilNet.Path, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | Computes the smallest rectangle containing a path. |
  | PathBoundingRectangle(FilNet.Path, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D, FilNet.Point2D, float, float) | Computes the smallest rectangle containing a path. |
  | PathCaliperDiameter(FilNet.Path, NullableValue<FilNet.Segment2D>, NullableValue<float>, NullableValue<FilNet.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(FilNet.Path, FilNet.Segment2D, float, FilNet.Segment2D, float) | Computes the longest and the shortest width of the input path measured as distance between parallel lines containing the whole path. |
  | PathConvexHull(FilNet.Path, FilNet.Path) | Computes the smallest convex shape that contains the given path. |
  | PathDiameter(FilNet.Path, NullableValue<FilNet.Segment2D>, NullableValue<float>) | Finds the longest segment connecting two characteristic points of a path. |
  | PathDiameter(FilNet.Path, FilNet.Segment2D, float) | Finds the longest segment connecting two characteristic points of a path. |
  | PathEditDistance(FilNet.Path, FilNet.Path, int, int, int) | Computes the edit distance between the input paths. |
  | PathEditDistance(FilNet.Path, FilNet.Path, int, int, int, FilNet.CoordinateSystem2D, IList<FilNet.Point2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>) | Computes the edit distance between the input paths. |
  | PathEditDistance(FilNet.Path, FilNet.Path, int, int, int, NullableValue<FilNet.CoordinateSystem2D>, NullableRef<List<FilNet.Point2D>>, NullableRef<List<FilNet.Point2D>>, NullableRef<List<FilNet.Point2D>>, NullableRef<List<FilNet.Point2D>>, NullableRef<List<FilNet.Point2D>>, NullableRef<List<FilNet.Point2D>>) | Computes the edit distance between the input paths. |
  | PathEndpoints(FilNet.Path, FilNet.Point2D, FilNet.Point2D) | Returns the two endpoints of a path. |
  | PathLength(FilNet.Path, float) | Computes the total length of the input path. |
  | PathLineIntersections(FilNet.Path, FilNet.Line2D, IList<FilNet.Point2D>) | Computes the common points of a path and a line. |
  | PathLineIntersections(FilNet.Path, FilNet.Line2D, IList<FilNet.Point2D>, NullableRef<List<int>>) | Computes the common points of a path and a line. |
  | PathMassCenter_OrNil(FilNet.Path, FilNet.Point2D?) | Computes the average of the path points (all, not only characteristic ones); returns NIL if the path is empty. |
  | PathMassCenter(FilNet.Path, FilNet.Point2D) | Computes the average of the path points (all, not only characteristic ones). |
  | PathPathIntersections(FilNet.Path, FilNet.Path, IList<FilNet.Point2D>) | Computes the common points of two paths. |
  | PathPathIntersections(FilNet.Path, FilNet.Path, IList<FilNet.Point2D>, NullableRef<List<int>>, NullableRef<List<int>>) | Computes the common points of two paths. |
  | PathProjectionProfile(FilNet.Path, FilNet.Line2D, FilNet.Profile) | Computes the distance from the line to the path. |
  | PathProjectionProfile(FilNet.Path, FilNet.Line2D, FilNet.Profile, IList<FilNet.Segment2D>) | Computes the distance from the line to the path. |
  | PathSegmentIntersections(FilNet.Path, FilNet.Segment2D, IList<FilNet.Point2D>) | Computes the common points of a path and a segment. |
  | PathSegmentIntersections(FilNet.Path, FilNet.Segment2D, IList<FilNet.Point2D>, NullableRef<List<int>>) | Computes the common points of a path and a segment. |
  | PathSegments(FilNet.Path, IList<FilNet.Segment2D>) | Converts a path to an array of line segments. |
  | PathSelfIntersections(FilNet.Path, IList<FilNet.Point2D>) | Checks if a path has any self-intersections and computes all of them. |
  | PathSelfIntersections(FilNet.Path, IList<FilNet.Point2D>, IList<int>, IList<int>, bool) | Checks if a path has any self-intersections and computes all of them. |
  | PathSelfIntersections(FilNet.Path, IList<FilNet.Point2D>, NullableRef<List<int>>, NullableRef<List<int>>, NullableValue<bool>) | Checks if a path has any self-intersections and computes all of them. |
  | PathSize(FilNet.Path, int) | Returns the number of characteristic points on the input path. |
  | PathToLineDistanceProfile(FilNet.Path, FilNet.Line2D, float, FilNet.Profile) | Computes the profile of distances between a line and the characteristic points of a path. |
  | PathToLineDistanceProfile(FilNet.Path, FilNet.Line2D, float, FilNet.Profile, NullableRef<List<float>>, NullableRef<List<FilNet.Segment2D>>) | Computes the profile of distances between a line and the characteristic points of a path. |
  | PathToLineDistance(FilNet.Path, FilNet.Line2D, float, float) | Computes the smallest distance between a path and a line. |
  | PathToLineDistance(FilNet.Path, FilNet.Line2D, float, float, NullableValue<FilNet.Segment2D>) | Computes the smallest distance between a path and a line. |
  | PathToLineDistance(FilNet.Path, FilNet.Line2D, float, float, FilNet.Segment2D) | Computes the smallest distance between a path and a line. |
  | PathToPathDistanceProfile(FilNet.Path, FilNet.Path, FilNet.PathDistanceMode, float, FilNet.Profile) | Computes the profile of distances between two paths. |
  | PathToPathDistanceProfile(FilNet.Path, FilNet.Path, FilNet.PathDistanceMode, float, FilNet.Profile, NullableRef<List<float>>, NullableRef<List<FilNet.Segment2D>>) | Computes the profile of distances between two paths. |
  | PathToPathDistance(FilNet.Path, FilNet.Path, FilNet.PathDistanceMode, float, float) | Computes the minimum distance between two paths. |
  | PathToPathDistance(FilNet.Path, FilNet.Path, FilNet.PathDistanceMode, float, float, NullableValue<FilNet.Segment2D>) | Computes the minimum distance between two paths. |
  | PathToPathDistance(FilNet.Path, FilNet.Path, FilNet.PathDistanceMode, float, float, FilNet.Segment2D) | Computes the minimum distance between two paths. |
  | PathToPathMaximumDistance(FilNet.Path, FilNet.Path, FilNet.PathDistanceMode, float, float) | Computes the distance between the farthest point of the input path from the other path. |
  | PathToPathMaximumDistance(FilNet.Path, FilNet.Path, FilNet.PathDistanceMode, float, float, NullableValue<FilNet.Segment2D>) | Computes the distance between the farthest point of the input path from the other path. |
  | PathToPathMaximumDistance(FilNet.Path, FilNet.Path, FilNet.PathDistanceMode, float, float, FilNet.Segment2D) | Computes the distance between the farthest point of the input path from the other path. |
  | PathToPoint2DArray(FilNet.Path, IList<FilNet.Point2D>) | Converts a path to an array of points. |
  | PathToPointDistanceProfile(FilNet.Point2D, FilNet.Path, float, FilNet.Profile) | Computes the profile of distances between the specified point and the characteristic points of a path. |
  | PathToPointDistanceProfile(FilNet.Point2D, FilNet.Path, float, FilNet.Profile, NullableRef<List<float>>, NullableRef<List<FilNet.Segment2D>>) | Computes the profile of distances between the specified point and the characteristic points of a path. |
  | PathToPointDistance(FilNet.Point2D, FilNet.Path, float, float) | Computes the smallest distance between a path and a point. |
  | PathToPointDistance(FilNet.Point2D, FilNet.Path, float, float, NullableValue<FilNet.Segment2D>) | Computes the smallest distance between a path and a point. |
  | PathToPointDistance(FilNet.Point2D, FilNet.Path, float, float, FilNet.Segment2D) | Computes the smallest distance between a path and a point. |
  | PathToShapeRegion(FilNet.Path, FilNet.ShapeRegion) | Converts a closed path to a shape region. |
  | PathTurnAngleLocalMaxima(FilNet.Path, FilNet.TurnAngleDirection, FilNet.TurnAnglePrecision, float, float, float, IList<float>, IList<FilNet.Point2D>, IList<float>) | Finds the local maxima of the profile of turn angles of a path. |
  | PathTurnAngleLocalMaxima(FilNet.Path, FilNet.TurnAngleDirection, FilNet.TurnAnglePrecision, float, float, float, IList<float>, IList<FilNet.Point2D>, IList<float>, FilNet.Path, FilNet.Profile) | Finds the local maxima of the profile of turn angles of a path. |
  | PathTurnAngleMaximum_OrNil(FilNet.Path, FilNet.TurnAngleDirection, FilNet.TurnAnglePrecision, float?, FilNet.Point2D?, float?) | Finds the maximum of the profile of turn angles of a path; returns NIL if the path has no turn angles. |
  | PathTurnAngleMaximum(FilNet.Path, FilNet.TurnAngleDirection, FilNet.TurnAnglePrecision, float, FilNet.Point2D, float) | Finds the maximum of the profile of turn angles of a path. |
  | PathTurnAngleProfile(FilNet.Path, FilNet.Profile) | Computes the profile of turn angles at characteristic points of a path. |
  | PhotometricStereo_ComputeHeightMap(FilNet.Image, FilNet.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<FilNet.Image>, IList<float>, IList<float>, FilNet.Image, FilNet.Image, FilNet.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(FilNet.Image, FilNet.Image, FilNet.Image, FilNet.Image, float, float, FilNet.Image, FilNet.Image, FilNet.Image) | Computes surface normals using four images with light source in different places. |
  | PhotometricStereo_SurfaceCurvature(FilNet.Image, FilNet.CurvatureMeasure, float, float, float, FilNet.Image) | Computes the surface curvature using previously computed normals. |
  | PhotometricStereo_SurfaceCurvature(FilNet.Image, FilNet.CurvatureMeasure, float, float?, float, float, FilNet.Image) | Computes the surface curvature using previously computed normals. |
  | PinholeCameraModelToAnyCameraModel(FilNet.PinholeCameraModel, FilNet.AnyCameraModel) | Conversion |
  | PinholeCameraModelToRectificationTransform(FilNet.PinholeCameraModel, FilNet.RectificationTransform) | Conversion |
  | PixelVectorDirAndPresence(FilNet.Image, FilNet.Image) | Computes gradient orientations of an image. |
  | PixelVectorDirAndPresence(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Computes gradient orientations of an image. |
  | Plane3DNormalVector(FilNet.Plane3D, FilNet.Vector3D) | Computes the normal vector of a line. |
  | Plane3DOrientation(FilNet.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(FilNet.Plane3D, float, float, float, NullableValue<FilNet.Point3D>) | Computes the orientation of a plane as angles in the range from 0 to 180 between the plane and coordinate planes. |
  | Plane3DOrientation(FilNet.Plane3D, float, float, float, FilNet.Point3D) | Computes the orientation of a plane as angles in the range from 0 to 180 between the plane and coordinate planes. |
  | PlanePlaneIntersection3D(FilNet.Plane3D, FilNet.Plane3D, INullable<FilNet.Line3D>) | Computes a common line in 3D of two planes. |
  | PlaneThroughLineAndPoint3D(FilNet.Line3D, FilNet.Point3D, FilNet.Plane3D) | Computes a plane passing through a line and a point in 3D. |
  | PlaneThroughPoints3D(FilNet.Point3D, FilNet.Point3D, FilNet.Point3D, FilNet.Plane3D) | Computes a plane passing through three distinct points in 3D. |
  | Point2DArrayToLocationArray(IList<FilNet.Point2D>, IList<FilNet.Location>) | Converts an array of points to an array of locations. |
  | Point2DToLocation(FilNet.Point2D, FilNet.Location) | Converts a point to a location its contained within. |
  | Point2DToPoint3D_AxesPlane(FilNet.Point2D, FilNet.PlaneType, float, FilNet.Point3D) | Projects a 2D point onto a plane defined by 3D coordinate axes. |
  | Point2DToPoint3D_AxesPlane(FilNet.Point2D, FilNet.PlaneType, float, FilNet.Point3D, NullableValue<FilNet.Plane3D>) | Projects a 2D point onto a plane defined by 3D coordinate axes. |
  | Point2DToPoint3D_AxesPlane(FilNet.Point2D, FilNet.PlaneType, float, FilNet.Point3D, FilNet.Plane3D) | Projects a 2D point onto a plane defined by 3D coordinate axes. |
  | Point2DToPoint3D(FilNet.Point2D, FilNet.Point3D) | Converts a point in 2D to a point in 3D. |
  | Point3DArrayToPoint2DArray(IList<FilNet.Point3D>, IList<FilNet.Point2D>) | Converts an array of points in 3D to an array of points in 2D by ignoring their Z coordinates. |
  | Point3DGridDistance(FilNet.Point3DGrid, FilNet.Point3DGrid, float, IList<FilNet.Point3D>, IList<FilNet.Point3D>, float, float, IList<float>) | Computes distances between two input grids. |
  | Point3DGridDistance(FilNet.Point3DGrid, FilNet.Point3DGrid, NullableRef<FilNet.Region>, float, IList<FilNet.Point3D>, IList<FilNet.Point3D>, float, float, IList<float>) | Computes distances between two input grids. |
  | Point3DGridHole(FilNet.Point3DGrid, FilNet.MEstimator, float, int, INullable<FilNet.Region>, FilNet.Point3D?, FilNet.Plane3D) | Finds a biggest hole in a given section of point cloud. |
  | Point3DGridHole(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, INullable<FilNet.Region>, FilNet.Point3D?, FilNet.Plane3D) | Finds a biggest hole in a given section of point cloud. |
  | Point3DGridHole(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, INullable<FilNet.Region>, FilNet.Point3D?, FilNet.Plane3D, IList<FilNet.Point3D>, IList<float>, float, float, IList<float>, float) | Finds a biggest hole in a given section of point cloud. |
  | Point3DGridHole(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.MEstimator, float, int, FilNet.Plane3D?, INullable<FilNet.Region>, FilNet.Point3D?, FilNet.Plane3D, NullableRef<List<FilNet.Point3D>>, NullableRef<List<float>>, NullableValue<float>, NullableValue<float>, NullableRef<List<float>>, NullableValue<float>) | Finds a biggest hole in a given section of point cloud. |
  | Point3DGridRMSE(FilNet.Point3DGrid, FilNet.Point3DGrid, double) | Computes point-to-point RMSE between two point grids. |
  | Point3DGridToPoint3DArray(FilNet.Point3DGrid, IList<FilNet.Point3D>) | Converts a grid of points to an array of points removing nonexistent ones. |
  | Point3DGridValidPointsRegion(FilNet.Point3DGrid, FilNet.Region, FilNet.Region) | Computes region of locations where points are valid in a points 3D grid and where they are invalid. |
  | Point3DGridValidPointsRegion(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.Region, FilNet.Region) | Computes region of locations where points are valid in a points 3D grid and where they are invalid. |
  | Point3DToPoint2D_AxesPlane(FilNet.Point3D, FilNet.PlaneType, FilNet.Point2D) | Projects a 3D point onto a plane defined by coordinate axes. |
  | Point3DToPoint2D_AxesPlane(FilNet.Point3D, FilNet.PlaneType, FilNet.Point2D, NullableValue<FilNet.Plane3D>) | Projects a 3D point onto a plane defined by coordinate axes. |
  | Point3DToPoint2D_AxesPlane(FilNet.Point3D, FilNet.PlaneType, FilNet.Point2D, FilNet.Plane3D) | Projects a 3D point onto a plane defined by coordinate axes. |
  | Point3DToPoint2D(FilNet.Point3D, FilNet.Point2D) | Converts a point in 3D to a point in 2D by ignoring its Z coordinate. |
  | PointAlongArc(FilNet.Point2D, FilNet.Arc2D, FilNet.Axis, float, bool, FilNet.Point2D) | Transforms a point to a coordinate system in which the 'axis' arc is vertical or horizontal. |
  | PointAlongPath(FilNet.Point2D, FilNet.Path, FilNet.Axis, float, bool, FilNet.Point2D) | Transforms a point to a coordinate system in which the 'axis' path is vertical or horizontal. |
  | Points2DToPoints3D_AxesPlane(IList<FilNet.Point2D>, FilNet.PlaneType, float, IList<FilNet.Point3D>) | Projects an array of 2D points onto a plane defined by 3D coordinate axes. |
  | Points2DToPoints3D_AxesPlane(IList<FilNet.Point2D>, FilNet.PlaneType, float, IList<FilNet.Point3D>, NullableValue<FilNet.Plane3D>) | Projects an array of 2D points onto a plane defined by 3D coordinate axes. |
  | Points2DToPoints3D_AxesPlane(IList<FilNet.Point2D>, FilNet.PlaneType, float, IList<FilNet.Point3D>, FilNet.Plane3D) | Projects an array of 2D points onto a plane defined by 3D coordinate axes. |
  | Points3DMedian(IList<FilNet.Point3D>, int, FilNet.Point3D) | Computes the geometric median of the input points. |
  | Points3DMedian(IList<FilNet.Point3D>, NullableRef<IList<float>>, int, FilNet.Point3D) | Computes the geometric median of the input points. |
  | Points3DMedian(IList<FilNet.Point3D>, NullableRef<IList<float>>, int, FilNet.Point3D, NullableValue<float>) | Computes the geometric median of the input points. |
  | Points3DMedian(IList<FilNet.Point3D>, NullableRef<IList<float>>, int, FilNet.Point3D, NullableValue<float>, IList<FilNet.Point3D>) | Computes the geometric median of the input points. |
  | Points3DMedian(IList<FilNet.Point3D>, NullableRef<IList<float>>, int, FilNet.Point3D, float, IList<FilNet.Point3D>) | Computes the geometric median of the input points. |
  | Points3DToPoints2D_AxesPlane(IList<FilNet.Point3D>, FilNet.PlaneType, IList<FilNet.Point2D>) | Projects an array of 3D points onto a plane defined by coordinate axes. |
  | Points3DToPoints2D_AxesPlane(IList<FilNet.Point3D>, FilNet.PlaneType, IList<FilNet.Point2D>, NullableValue<FilNet.Plane3D>) | Projects an array of 3D points onto a plane defined by coordinate axes. |
  | Points3DToPoints2D_AxesPlane(IList<FilNet.Point3D>, FilNet.PlaneType, IList<FilNet.Point2D>, FilNet.Plane3D) | Projects an array of 3D points onto a plane defined by coordinate axes. |
  | PointsBoundingBox3D_OrNil(IList<FilNet.Point3D>, INullable<FilNet.Box3D>) | Computes the smallest box in 3D containing an array of points in 3D; returns NIL if the array is empty. |
  | PointsBoundingBox3D(IList<FilNet.Point3D>, FilNet.Box3D) | Computes the smallest box in 3D containing an array of points in 3D. |
  | PointsBoundingBox_OrNil(IList<FilNet.Point2D>, FilNet.Box?) | Computes the smallest box containing an array of points; returns NIL if the array is empty. |
  | PointsBoundingBox(IList<FilNet.Point2D>, FilNet.Box) | Computes the smallest box containing an array of points. |
  | PointsBoundingCircle_OrNil(IList<FilNet.Point2D>, FilNet.Circle2D?) | Computes the smallest circle containing an array of points; returns NIL if the array is empty. |
  | PointsBoundingCircle(IList<FilNet.Point2D>, FilNet.Circle2D) | Computes the smallest circle containing an array of points. |
  | PointsBoundingEllipse(IList<FilNet.Point2D>, FilNet.Ellipse2D, IList<FilNet.Point2D>) | Computes the smallest ellipse containing an array of points if such ellipse exists. |
  | PointsBoundingParallelogram(IList<FilNet.Point2D>, FilNet.BoundingRectangleFeature, FilNet.Path) | Computes the smallest parallelogram containing an array of points. |
  | PointsBoundingParallelogram(IList<FilNet.Point2D>, FilNet.BoundingRectangleFeature, FilNet.Path, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>, NullableValue<float>) | Computes the smallest parallelogram containing an array of points. |
  | PointsBoundingParallelogram(IList<FilNet.Point2D>, FilNet.BoundingRectangleFeature, FilNet.Path, FilNet.Point2D, float, float, float) | Computes the smallest parallelogram containing an array of points. |
  | PointsBoundingRectangle_FixedAngle_OrNil(IList<FilNet.Point2D>, float, FilNet.Rectangle2D?, FilNet.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<FilNet.Point2D>, float, FilNet.Rectangle2D) | Computes the smallest rectangle with the given orientation angle containing an array of points. |
  | PointsBoundingRectangle_FixedAngle(IList<FilNet.Point2D>, float, FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | Computes the smallest rectangle with the given orientation angle containing an array of points. |
  | PointsBoundingRectangle_FixedAngle(IList<FilNet.Point2D>, float, FilNet.Rectangle2D, FilNet.Point2D, float, float) | Computes the smallest rectangle with the given orientation angle containing an array of points. |
  | PointsBoundingRectangle_OrNil(IList<FilNet.Point2D>, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D?, FilNet.Point2D?, float?, float?) | Computes the smallest rectangle containing an array of points; returns NIL when the array is empty. |
  | PointsBoundingRectangle(IList<FilNet.Point2D>, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D) | Computes the smallest rectangle containing an array of points. |
  | PointsBoundingRectangle(IList<FilNet.Point2D>, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | Computes the smallest rectangle containing an array of points. |
  | PointsBoundingRectangle(IList<FilNet.Point2D>, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D, FilNet.Point2D, float, float) | Computes the smallest rectangle containing an array of points. |
  | PointsCaliperDiameter(IList<FilNet.Point2D>, NullableValue<FilNet.Segment2D>, NullableValue<float>, NullableValue<FilNet.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<FilNet.Point2D>, FilNet.Segment2D, float, FilNet.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<FilNet.Point2D>, FilNet.Path) | Computes the smallest convex shape that contains the given array of points. |
  | PointsDiameter(IList<FilNet.Point2D>, NullableValue<FilNet.Segment2D>, NullableValue<float>) | Finds the longest segment connecting two points from a given array. |
  | PointsDiameter(IList<FilNet.Point2D>, FilNet.Segment2D, float) | Finds the longest segment connecting two points from a given array. |
  | PointSequenceDistances3D(IList<FilNet.Point3D>, bool, IList<float>) | Measures the distances between consecutive points of a point sequence in 3D. |
  | PointSequenceDistances3D(IList<FilNet.Point3D>, bool, IList<float>, NullableValue<float>, NullableRef<List<FilNet.Segment3D>>) | Measures the distances between consecutive points of a point sequence in 3D. |
  | PointSequenceDistances3D(IList<FilNet.Point3D>, bool, IList<float>, float, IList<FilNet.Segment3D>) | Measures the distances between consecutive points of a point sequence in 3D. |
  | PointSequenceDistances(IList<FilNet.Point2D>, bool, float, IList<float>) | Measures the distances between consecutive points of a point sequence. |
  | PointSequenceDistances(IList<FilNet.Point2D>, bool, float, IList<float>, NullableValue<float>, NullableRef<List<FilNet.Segment2D>>) | Measures the distances between consecutive points of a point sequence. |
  | PointSequenceDistances(IList<FilNet.Point2D>, bool, float, IList<float>, float, IList<FilNet.Segment2D>) | Measures the distances between consecutive points of a point sequence. |
  | PointsMassCenter3D(IList<FilNet.Point3D>, FilNet.Point3D) | Computes the central point of the input points. |
  | PointsMassCenter_OrNil(IList<FilNet.Point2D>, FilNet.Point2D?) | Computes the central point of the input points; returns NIL if the array is empty. |
  | PointsMassCenter(IList<FilNet.Point2D>, FilNet.Point2D) | Computes the central point of the input points. |
  | PointsMedian(IList<FilNet.Point2D>, int, FilNet.Point2D) | Computes the geometric median of the input points. |
  | PointsMedian(IList<FilNet.Point2D>, NullableRef<IList<float>>, int, FilNet.Point2D) | Computes the geometric median of the input points. |
  | PointsMedian(IList<FilNet.Point2D>, NullableRef<IList<float>>, int, FilNet.Point2D, NullableValue<float>) | Computes the geometric median of the input points. |
  | PointsMedian(IList<FilNet.Point2D>, NullableRef<IList<float>>, int, FilNet.Point2D, NullableValue<float>, IList<FilNet.Point2D>) | Computes the geometric median of the input points. |
  | PointsMedian(IList<FilNet.Point2D>, NullableRef<IList<float>>, int, FilNet.Point2D, float, IList<FilNet.Point2D>) | Computes the geometric median of the input points. |
  | PointsOrientation(IList<FilNet.Point2D>, float) | Computes the orientation of a set of 2D points. |
  | PointToArcDistance(FilNet.Point2D, FilNet.Arc2D, float, float) | Measures the distance between a point and an arc. |
  | PointToArcDistance(FilNet.Point2D, FilNet.Arc2D, float, float, NullableValue<FilNet.Segment2D>) | Measures the distance between a point and an arc. |
  | PointToArcDistance(FilNet.Point2D, FilNet.Arc2D, float, float, FilNet.Segment2D) | Measures the distance between a point and an arc. |
  | PointToCircleDistance3D(FilNet.Point3D, FilNet.Circle3D, float, float) | Measures the distance between a 3D point and a circle in 3D. |
  | PointToCircleDistance3D(FilNet.Point3D, FilNet.Circle3D, float, float, INullable<FilNet.Segment3D>) | Measures the distance between a 3D point and a circle in 3D. |
  | PointToCircleDistance(FilNet.Point2D, FilNet.Circle2D, float, float) | Measures the distance between a point and a circle. |
  | PointToCircleDistance(FilNet.Point2D, FilNet.Circle2D, float, float, NullableValue<FilNet.Segment2D>) | Measures the distance between a point and a circle. |
  | PointToCircleDistance(FilNet.Point2D, FilNet.Circle2D, float, float, FilNet.Segment2D) | Measures the distance between a point and a circle. |
  | PointToLineDistance3D(FilNet.Point3D, FilNet.Line3D, float, float) | Measures the distance between a 3D point and a line in 3D. |
  | PointToLineDistance3D(FilNet.Point3D, FilNet.Line3D, float, float, INullable<FilNet.Segment3D>) | Measures the distance between a 3D point and a line in 3D. |
  | PointToLineDistance_Oriented(FilNet.Point2D, FilNet.Segment2D, float, float) | Measures the signed distance between a point and a line with direction. |
  | PointToLineDistance_Oriented(FilNet.Point2D, FilNet.Segment2D, float, float, NullableValue<FilNet.Segment2D>) | Measures the signed distance between a point and a line with direction. |
  | PointToLineDistance_Oriented(FilNet.Point2D, FilNet.Segment2D, float, float, FilNet.Segment2D) | Measures the signed distance between a point and a line with direction. |
  | PointToLineDistance(FilNet.Point2D, FilNet.Line2D, float, float) | Measures the distance between a point and a line. |
  | PointToLineDistance(FilNet.Point2D, FilNet.Line2D, float, float, NullableValue<FilNet.Segment2D>, NullableValue<float>) | Measures the distance between a point and a line. |
  | PointToLineDistance(FilNet.Point2D, FilNet.Line2D, float, float, FilNet.Segment2D, float) | Measures the distance between a point and a line. |
  | PointToPlaneDistance3D(FilNet.Point3D, FilNet.Plane3D, float, float) | Measures the distance between a 3D point and a plane. |
  | PointToPlaneDistance3D(FilNet.Point3D, FilNet.Plane3D, float, float, INullable<FilNet.Segment3D>, NullableValue<float>) | Measures the distance between a 3D point and a plane. |
  | PointToPlaneDistance3D(FilNet.Point3D, FilNet.Plane3D, float, float, FilNet.Segment3D, float) | Measures the distance between a 3D point and a plane. |
  | PointToPointDistance3D(FilNet.Point3D, FilNet.Point3D, float, float) | Measures the distance between two 3D points. |
  | PointToPointDistance3D(FilNet.Point3D, FilNet.Point3D, float, float, INullable<FilNet.Segment3D>) | Measures the distance between two 3D points. |
  | PointToPointDistance(FilNet.Point2D, FilNet.Point2D, float, float) | Measures the distance between two points. |
  | PointToPointDistance(FilNet.Point2D, FilNet.Point2D, float, float, NullableValue<FilNet.Segment2D>) | Measures the distance between two points. |
  | PointToPointDistance(FilNet.Point2D, FilNet.Point2D, float, float, FilNet.Segment2D) | Measures the distance between two points. |
  | PointToRectangleDistance(FilNet.Point2D, FilNet.Rectangle2D, float, bool, float, FilNet.Segment2D?) | Measures the distance between point and rectangle. |
  | PointToSegmentDistance3D(FilNet.Point3D, FilNet.Segment3D, float, float) | Measures the distance between a 3D point and a segment in 3D. |
  | PointToSegmentDistance3D(FilNet.Point3D, FilNet.Segment3D, float, float, INullable<FilNet.Segment3D>) | Measures the distance between a 3D point and a segment in 3D. |
  | PointToSegmentDistance(FilNet.Point2D, FilNet.Segment2D, float, float) | Measures the distance between a point and a segment. |
  | PointToSegmentDistance(FilNet.Point2D, FilNet.Segment2D, float, float, NullableValue<FilNet.Segment2D>) | Measures the distance between a point and a segment. |
  | PointToSegmentDistance(FilNet.Point2D, FilNet.Segment2D, float, float, FilNet.Segment2D) | Measures the distance between a point and a segment. |
  | PolygonArea(FilNet.Path, float) | Computes the area of polygon. |
  | PolygonCircularity(FilNet.Path, FilNet.CircularityMeasure, float) | Computes the area of a polygon divided by the area of a circle having the same feature. |
  | PolygonConvexity(FilNet.Path, float) | Computes the area of a polygon divided by the area of its convex hull. |
  | PolygonEllipticAxes(FilNet.Path, FilNet.Segment2D, FilNet.Segment2D) | Computes axes of an ellipse having the same first and second order moments as the given polygon. |
  | PolygonElongation(FilNet.Path, float) | Computes the elongation factor of a polygon (perfect circle has minimal elongation equal 1.0). |
  | PolygonInscribedCircle(FilNet.Path, FilNet.Circle2D) | Computes the circle with the maximal possible area contained in the input polygon. |
  | PolygonIntersectionArea_Convex(FilNet.Path, FilNet.Path, float) | Computes the intersection area of two convex non-intersecting polygons. |
  | PolygonIntersection_Convex(FilNet.Path, FilNet.Path, FilNet.Path) | Finds the intersection of two convex non-intersecting polygons. |
  | PolygonMassCenter(FilNet.Path, FilNet.Point2D) | Computes the mass center of polygon. |
  | PolygonMoment(FilNet.Path, FilNet.PolygonMomentType, bool, float, float) | Computes the selected second-order moment of a polygon in regular and normalized ( divided by polygon area ) variant. |
  | PolygonOrientation(FilNet.Path, float) | Computes the polygon orientation as angle with value in range 0.0 - 180.0. |
  | PolygonRectangularity(FilNet.Path, float) | Computes the area of a polygon divided by the area of its bounding rectangle. |
  | PolygonWithNormalizedOrientation(FilNet.Path, FilNet.Path) | Returns the same polygon but with orientation corresponding to the axes. |
  | PowerImage(FilNet.Image, float, FilNet.Image) | Exponentiates each pixel to the given power. |
  | PowerImage(FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Exponentiates each pixel to the given power. |
  | ProfileAutocorrelation(FilNet.Profile, int, int, int, int, bool, int, float, FilNet.PeriodPrecisionMethod, IList<float>, float, float) | Computes the correlation between neighboring sub-profiles of different sizes and infers the most probable period length. |
  | ProfileAverage(FilNet.Profile, float) | Computes the average value of a profile. |
  | ProfileAverage(FilNet.Profile, FilNet.Range?, float) | Computes the average value of a profile. |
  | ProfileCoordinates(FilNet.Profile, IList<float>, IList<float>) | Returns an array of all X and Y coordinates of the input profile. |
  | ProfileCoordinates(FilNet.Profile, FilNet.Range?, IList<float>, IList<float>) | Returns an array of all X and Y coordinates of the input profile. |
  | ProfileCorrelation(FilNet.Profile, int, FilNet.Profile, int, float) | Computes the correlation between two sub-profiles. |
  | ProfileCorrelation(FilNet.Profile, int, FilNet.Profile, int, int?, float) | Computes the correlation between two sub-profiles. |
  | ProfileCorrelation(FilNet.Profile, int, FilNet.Profile, int, int?, float, NullableValue<float>) | Computes the correlation between two sub-profiles. |
  | ProfileCorrelation(FilNet.Profile, int, FilNet.Profile, int, int?, float, NullableValue<float>, FilNet.Profile, FilNet.Profile) | Computes the correlation between two sub-profiles. |
  | ProfileCorrelation(FilNet.Profile, int, FilNet.Profile, int, int?, float, float, FilNet.Profile, FilNet.Profile) | Computes the correlation between two sub-profiles. |
  | ProfileDistance(FilNet.Profile, FilNet.Profile, FilNet.DistanceMeasure, float) | Computes the [mean] square error between two profiles. |
  | ProfileDistance(FilNet.Profile, FilNet.Profile, FilNet.Range?, FilNet.DistanceMeasure, float) | Computes the [mean] square error between two profiles. |
  | ProfileEdges(FilNet.Profile, bool, FilNet.EdgeScanParams, float, IList<FilNet.ProfileEdge>) | Finds the locations at which the profile values raise or fall quickly. |
  | ProfileEdges(FilNet.Profile, FilNet.Range?, bool, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.ProfileEdge>) | Finds the locations at which the profile values raise or fall quickly. |
  | ProfileEdges(FilNet.Profile, FilNet.Range?, bool, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.ProfileEdge>, IList<float>, FilNet.Profile) | Finds the locations at which the profile values raise or fall quickly. |
  | ProfileEdges(FilNet.Profile, FilNet.Range?, bool, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.ProfileEdge>, NullableRef<List<float>>, NullableRef<FilNet.Profile>) | Finds the locations at which the profile values raise or fall quickly. |
  | ProfileIndices(FilNet.Profile, IList<int>) | Returns an array of all indices of the input profile (0, 1, 2, ...). |
  | ProfileLocalExtrema(FilNet.Profile, bool, FilNet.ExtremumType, FilNet.ProfileInterpolationMethod, bool, float?, float?, IList<FilNet.Extremum1D>) | Finds the locations at which the values of the input profile are locally highest or lowest. |
  | ProfileLocalExtrema(FilNet.Profile, FilNet.Range?, bool, FilNet.ExtremumType, FilNet.ProfileInterpolationMethod, bool, float?, float?, FilNet.LocalBlindness?, IList<FilNet.Extremum1D>) | Finds the locations at which the values of the input profile are locally highest or lowest. |
  | ProfileMaximum(FilNet.Profile, FilNet.ProfileInterpolationMethod, float) | Finds the highest value of the input profile, its precise location and the corresponding index. |
  | ProfileMaximum(FilNet.Profile, FilNet.Range?, FilNet.ProfileInterpolationMethod, float) | Finds the highest value of the input profile, its precise location and the corresponding index. |
  | ProfileMaximum(FilNet.Profile, FilNet.Range?, FilNet.ProfileInterpolationMethod, float, int, float) | Finds the highest value of the input profile, its precise location and the corresponding index. |
  | ProfileMaximum(FilNet.Profile, FilNet.Range?, FilNet.ProfileInterpolationMethod, float, NullableValue<int>, NullableValue<float>) | Finds the highest value of the input profile, its precise location and the corresponding index. |
  | ProfileMinimum(FilNet.Profile, FilNet.ProfileInterpolationMethod, float) | Finds the lowest value of the input profile, its precise location and the corresponding index. |
  | ProfileMinimum(FilNet.Profile, FilNet.Range?, FilNet.ProfileInterpolationMethod, float) | Finds the lowest value of the input profile, its precise location and the corresponding index. |
  | ProfileMinimum(FilNet.Profile, FilNet.Range?, FilNet.ProfileInterpolationMethod, float, int, float) | Finds the lowest value of the input profile, its precise location and the corresponding index. |
  | ProfileMinimum(FilNet.Profile, FilNet.Range?, FilNet.ProfileInterpolationMethod, float, NullableValue<int>, NullableValue<float>) | Finds the lowest value of the input profile, its precise location and the corresponding index. |
  | ProfileRidges(FilNet.Profile, bool, FilNet.RidgeScanParams, float, IList<FilNet.ProfileRidge>) | Finds the high or low peaks in the input profile. |
  | ProfileRidges(FilNet.Profile, FilNet.Range?, bool, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.ProfileRidge>) | Finds the high or low peaks in the input profile. |
  | ProfileRidges(FilNet.Profile, FilNet.Range?, bool, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.ProfileRidge>, IList<float>, FilNet.Profile) | Finds the high or low peaks in the input profile. |
  | ProfileRidges(FilNet.Profile, FilNet.Range?, bool, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.ProfileRidge>, NullableRef<List<float>>, NullableRef<FilNet.Profile>) | Finds the high or low peaks in the input profile. |
  | ProfileSections(FilNet.Profile, float?, float?, float, float, IList<FilNet.ProfileSection>, FilNet.ProfileSection?) | Finds subprofiles whose values fall into the specified range. |
  | ProfileSections(FilNet.Profile, FilNet.Range?, float?, float?, float, float?, float, float?, float?, IList<FilNet.ProfileSection>, FilNet.ProfileSection?) | Finds subprofiles whose values fall into the specified range. |
  | ProfileSize(FilNet.Profile, int) | Returns the number of elements in a profile. |
  | ProfileStripes(FilNet.Profile, bool, FilNet.StripeScanParams, float, IList<FilNet.ProfileStripe>) | Finds pairs of opposite (raising and falling) edges in the input profile. |
  | ProfileStripes(FilNet.Profile, FilNet.Range?, bool, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.ProfileStripe>) | Finds pairs of opposite (raising and falling) edges in the input profile. |
  | ProfileStripes(FilNet.Profile, FilNet.Range?, bool, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.ProfileStripe>, IList<float>, FilNet.Profile) | Finds pairs of opposite (raising and falling) edges in the input profile. |
  | ProfileStripes(FilNet.Profile, FilNet.Range?, bool, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.ProfileStripe>, NullableRef<List<float>>, NullableRef<FilNet.Profile>) | Finds pairs of opposite (raising and falling) edges in the input profile. |
  | ProfileSum(FilNet.Profile, float) | Computes the sum of profile values. |
  | ProfileSum(FilNet.Profile, FilNet.Range?, float) | Computes the sum of profile values. |
  | ProfileToPoint2DArray(FilNet.Profile, IList<FilNet.Point2D>) | Converts a profile to an array of points. |
  | ProfileToRealArray(FilNet.Profile, IList<float>) | Converts a profile to an array of real numbers. |
  | ProfileZeroCrossings(FilNet.Profile, IList<float>) | Finds the points of a profile at which the profile intersects the x-axis. |
  | ProfileZeroCrossings(FilNet.Profile, FilNet.Range?, IList<float>) | Finds the points of a profile at which the profile intersects the x-axis. |
  | ProjectLineOntoPlane3D(FilNet.Line3D, FilNet.Plane3D, FilNet.Line3D) | Projects a line 3D onto a plane. |
  | ProjectPathOntoSurface(FilNet.Surface, FilNet.Path, FilNet.Path) | Returns a path consisting of interpolated single points of a surface given their coordinates in surface coordinate system. |
  | ProjectPoint2DOntoPlane3D(FilNet.Point2D, FilNet.Plane3D, FilNet.Point3D) | Projects a point on a plane Z=0 onto a given plane, translating it parallel to Z axis. |
  | ProjectPointOnCircle(FilNet.Point2D, FilNet.Circle2D, FilNet.Point2D) | Projects a point onto a circle. |
  | ProjectPointOnLine3D(FilNet.Point3D, FilNet.Line3D, FilNet.Point3D) | Projects a point 3D onto a line in 3D. |
  | ProjectPointOnLine(FilNet.Point2D, FilNet.Line2D, FilNet.Point2D) | Projects a point onto a line. |
  | ProjectPointOntoPlane3D(FilNet.Point3D, FilNet.Plane3D, FilNet.Point3D) | Projects a point 3D onto a plane. |
  | ProjectPointOntoSurface(FilNet.Surface, FilNet.Point2D, int, NullableValue<FilNet.Point3D>, NullableValue<FilNet.Point2D>) | Returns an interpolated single point of a surface given its coordinates in surface coordinate system. |
  | ProjectPointOntoSurface(FilNet.Surface, FilNet.Point2D, int, FilNet.Point3D, FilNet.Point2D) | Returns an interpolated single point of a surface given its coordinates in surface coordinate system. |
  | ProjectPointOrthogonal(FilNet.Point3D, FilNet.Point2D, FilNet.Point2D) | Converts a point through a simple orthogonal projection, parallel to the Z axis. |
  | ProjectPointPerspective(FilNet.Point3D, FilNet.Point2D, FilNet.Point3D, float, FilNet.Point2D) | Converts a point through a perspective projection, parallel to the Z axis. |
  | ProjectPointsOnCircle(IList<FilNet.Point2D>, FilNet.Circle2D, IList<FilNet.Point2D>, FilNet.Arc2D?) | Projects points onto a circle. |
  | ProjectPointsOnLine3D(IList<FilNet.Point3D>, FilNet.Line3D, IList<FilNet.Point3D>) | Projects points onto a line. |
  | ProjectPointsOnLine3D(IList<FilNet.Point3D>, FilNet.Line3D, IList<FilNet.Point3D>, NullableRef<NullableRef<FilNet.Segment3D>>) | Projects points onto a line. |
  | ProjectPointsOnLine(IList<FilNet.Point2D>, FilNet.Line2D, IList<FilNet.Point2D>) | Projects points onto a line. |
  | ProjectPointsOnLine(IList<FilNet.Point2D>, FilNet.Line2D, IList<FilNet.Point2D>, FilNet.Segment2D?) | Projects points onto a line. |
  | ProjectPointsOnLine(IList<FilNet.Point2D>, FilNet.Line2D, IList<FilNet.Point2D>, NullableRef<NullableValue<FilNet.Segment2D>>) | Projects points onto a line. |
  | ProjectSurfaceOntoAxesPlane(FilNet.Surface, FilNet.PlaneType, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, double, FilNet.ValueLimits_f64, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface) | Projects a surface onto one of three axes planes. |
  | ProjectSurfaceOntoAxesPlane(FilNet.Surface, FilNet.PlaneType, double?, FilNet.ValueLimits_f64, double?, FilNet.ValueLimits_f64, double, double?, FilNet.ValueLimits_f64, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface) | Projects a surface onto one of three axes planes. |
  | ProjectSurfaceOntoAxesPlane(FilNet.Surface, FilNet.PlaneType, double?, FilNet.ValueLimits_f64, double?, FilNet.ValueLimits_f64, double, double?, FilNet.ValueLimits_f64, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, NullableValue<double>, NullableValue<double>) | Projects a surface onto one of three axes planes. |
  | ProjectSurfaceOntoAxesPlane(FilNet.Surface, FilNet.PlaneType, double?, FilNet.ValueLimits_f64, double?, FilNet.ValueLimits_f64, double, double?, FilNet.ValueLimits_f64, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, double, double, FilNet.Region) | Projects a surface onto one of three axes planes. |
  | ProjectSurfaceOntoAxesPlane(FilNet.Surface, FilNet.PlaneType, double?, FilNet.ValueLimits_f64, double?, FilNet.ValueLimits_f64, double, double?, FilNet.ValueLimits_f64, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, NullableValue<double>, NullableValue<double>, FilNet.Region) | Projects a surface onto one of three axes planes. |
  | ProjectSurfaceOntoPlane(FilNet.Surface, FilNet.Plane3D, bool, bool, FilNet.Surface) | Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane. |
  | ProjectSurfaceOntoPlane(FilNet.Surface, FilNet.Plane3D, bool, bool, FilNet.Surface, FilNet.Matrix) | Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane. |
  | ProjectSurfaceOntoPlane(FilNet.Surface, FilNet.Plane3D, bool, bool, FilNet.Surface, NullableRef<FilNet.Matrix>) | Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane. |
  | PruneRegion(FilNet.Region, int, FilNet.Region) | Removes one pixel wide branches from a region. |
  | QuadraticRegression_M(IList<float>, FilNet.MEstimator, float, int, FilNet.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>>, FilNet.MEstimator, float, int, FilNet.QuadraticFunction?, FilNet.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>>, FilNet.MEstimator, float, int, FilNet.QuadraticFunction?, FilNet.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, FilNet.QuadraticFunction, IList<float>, IList<float>) | Computes quadratic regression of given point set using RANSAC. |
  | QuadraticRegression_RANSAC(IList<float>, NullableRef<IList<float>>, int?, float, int?, FilNet.QuadraticFunction, IList<float>, IList<float>) | Computes quadratic regression of given point set using RANSAC. |
  | QuadraticRegression(IList<float>, FilNet.QuadraticFunction, IList<float>, IList<float>, float) | Computes quadratic regression of given point set. |
  | QuadraticRegression(IList<float>, NullableRef<IList<float>>, FilNet.QuadraticFunction, IList<float>, IList<float>, float) | Computes quadratic regression of given point set. |
  | RandomPoint3D(FilNet.RandomState, FilNet.Box3D, FilNet.Point3D) | Creates random 3D point inside given box. |
  | RandomPoint3D(FilNet.RandomState, FilNet.Box3D, int?, FilNet.Point3D) | Creates random 3D point inside given box. |
  | RandomPoint(FilNet.RandomState, FilNet.Box, FilNet.Point2D) | Creates random point inside given box. |
  | RandomPoint(FilNet.RandomState, FilNet.Box, int?, FilNet.Point2D) | Creates random point inside given box. |
  | ReadMultipleBarcodes(FilNet.Image, FilNet.BarcodeParams, FilNet.BarcodeDetectionParams, int, IList<FilNet.Barcode>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, FilNet.BarcodeDetectionParams, int, IList<FilNet.Barcode>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, FilNet.BarcodeDetectionParams, int, IList<FilNet.Barcode>, NullableRef<List<FilNet.Rectangle2D>>, NullableRef<FilNet.ShapeRegion>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, FilNet.BarcodeDetectionParams, int, IList<FilNet.Barcode>, IList<FilNet.Rectangle2D>, FilNet.ShapeRegion, FilNet.Image, IList<List<FilNet.Segment2D>>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, FilNet.BarcodeDetectionParams, int, IList<FilNet.Barcode>, NullableRef<List<FilNet.Rectangle2D>>, NullableRef<FilNet.ShapeRegion>, FilNet.Image, IList<List<FilNet.Segment2D>>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleCodes_IK(FilNet.Image, FilNet.CodeInverse1D, FilNet.CodeDetectionParameters, FilNet.ManyCodeSettings, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, IList<string>, IList<FilNet.Path>, IList<FilNet.CodeFormat>) | Detects and recognizes Codes in one image. |
  | ReadMultipleCodes_IK(FilNet.Image, FilNet.Rectangle2D?, FilNet.CodeInverse1D, int?, FilNet.CodeDetectionParameters, FilNet.ManyCodeSettings, bool, bool, bool, FilNet.DatamatrixParameters?, bool, bool, bool, bool, bool, bool, bool, bool, NullableRef<FilNet.CodabarParameters>, IList<string>, IList<FilNet.Path>, IList<FilNet.CodeFormat>) | Detects and recognizes Codes in one image. |
  | ReadMultipleDataMatrixCodes(FilNet.Image, FilNet.DataMatrixCodeParams, FilNet.DataMatrixDetectionParams, int, bool, IList<FilNet.DataCode>, IList<FilNet.Path>) | Detects and recognizes several Data Matrix codes in one image. |
  | ReadMultipleDataMatrixCodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.DataMatrixCodeParams, FilNet.DataMatrixDetectionParams, int, bool, IList<FilNet.DataCode>, IList<FilNet.Path>) | Detects and recognizes several Data Matrix codes in one image. |
  | ReadMultipleDataMatrixCodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.DataMatrixCodeParams, FilNet.DataMatrixDetectionParams, int, bool, IList<FilNet.DataCode>, IList<FilNet.Path>, NullableValue<FilNet.Rectangle2D>) | Detects and recognizes several Data Matrix codes in one image. |
  | ReadMultipleDataMatrixCodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.DataMatrixCodeParams, FilNet.DataMatrixDetectionParams, int, bool, IList<FilNet.DataCode>, IList<FilNet.Path>, FilNet.Rectangle2D) | Detects and recognizes several Data Matrix codes in one image. |
  | ReadMultiplePDF417Codes(FilNet.Image, FilNet.PDF417CodeParams, FilNet.PDF417DetectionParams, bool, IList<FilNet.PDF417Code>) | Detects and recognizes several PDF417 codes. |
  | ReadMultiplePDF417Codes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.PDF417CodeParams, FilNet.PDF417DetectionParams, bool, IList<FilNet.PDF417Code>) | Detects and recognizes several PDF417 codes. |
  | ReadMultiplePDF417Codes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.PDF417CodeParams, FilNet.PDF417DetectionParams, bool, IList<FilNet.PDF417Code>, NullableValue<FilNet.Rectangle2D>) | Detects and recognizes several PDF417 codes. |
  | ReadMultiplePDF417Codes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.PDF417CodeParams, FilNet.PDF417DetectionParams, bool, IList<FilNet.PDF417Code>, FilNet.Rectangle2D) | Detects and recognizes several PDF417 codes. |
  | ReadMultipleQRCodes(FilNet.Image, int, float, float, bool, FilNet.Polarity, IList<FilNet.QRCode>) | Detects and recognizes all QR codes on the input image. |
  | ReadMultipleQRCodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, int, float, float, float?, int?, bool, FilNet.Polarity, float?, IList<FilNet.QRCode>) | Detects and recognizes all QR codes on the input image. |
  | ReadMultipleQRCodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, int, float, float, float?, int?, bool, FilNet.Polarity, float?, IList<FilNet.QRCode>, NullableValue<FilNet.Rectangle2D>) | Detects and recognizes all QR codes on the input image. |
  | ReadMultipleQRCodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, int, float, float, float?, int?, bool, FilNet.Polarity, float?, IList<FilNet.QRCode>, FilNet.Rectangle2D) | Detects and recognizes all QR codes on the input image. |
  | ReadSingleBarcode(FilNet.Image, FilNet.BarcodeParams, FilNet.BarcodeDetectionParams, INullable<FilNet.Barcode>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, FilNet.BarcodeDetectionParams, INullable<FilNet.Barcode>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, FilNet.BarcodeDetectionParams, INullable<FilNet.Barcode>, NullableRef<List<FilNet.Rectangle2D>>, NullableRef<FilNet.ShapeRegion>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, FilNet.BarcodeDetectionParams, INullable<FilNet.Barcode>, IList<FilNet.Rectangle2D>, FilNet.ShapeRegion, FilNet.Image, IList<List<FilNet.Segment2D>>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, NullableRef<FilNet.ShapeRegion>, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, FilNet.BarcodeDetectionParams, INullable<FilNet.Barcode>, NullableRef<List<FilNet.Rectangle2D>>, NullableRef<FilNet.ShapeRegion>, FilNet.Image, IList<List<FilNet.Segment2D>>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleCode_IK(FilNet.Image, FilNet.CodeInverse1D, FilNet.CodeDetectionParameters, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, INullable<string>, INullable<FilNet.Path>, FilNet.CodeFormat?) | Detects and recognizes Codes in one image. |
  | ReadSingleCode_IK(FilNet.Image, FilNet.Rectangle2D?, FilNet.CodeInverse1D, int?, FilNet.CodeDetectionParameters, bool, bool, bool, FilNet.DatamatrixParameters?, bool, bool, bool, bool, bool, bool, bool, bool, NullableRef<FilNet.CodabarParameters>, INullable<string>, INullable<FilNet.Path>, FilNet.CodeFormat?) | Detects and recognizes Codes in one image. |
  | ReadSingleDataMatrixCode(FilNet.Image, FilNet.DataMatrixCodeParams, FilNet.DataMatrixDetectionParams, INullable<FilNet.DataCode>, IList<FilNet.Path>) | Detects and recognizes one Data Matrix code. |
  | ReadSingleDataMatrixCode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.DataMatrixCodeParams, FilNet.DataMatrixDetectionParams, INullable<FilNet.DataCode>, IList<FilNet.Path>) | Detects and recognizes one Data Matrix code. |
  | ReadSingleDataMatrixCode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.DataMatrixCodeParams, FilNet.DataMatrixDetectionParams, INullable<FilNet.DataCode>, IList<FilNet.Path>, NullableValue<FilNet.Rectangle2D>) | Detects and recognizes one Data Matrix code. |
  | ReadSingleDataMatrixCode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.DataMatrixCodeParams, FilNet.DataMatrixDetectionParams, INullable<FilNet.DataCode>, IList<FilNet.Path>, FilNet.Rectangle2D) | Detects and recognizes one Data Matrix code. |
  | ReadSinglePDF417Code(FilNet.Image, FilNet.PDF417CodeParams, FilNet.PDF417DetectionParams, INullable<FilNet.PDF417Code>) | Detects and recognizes one PDF417 code. |
  | ReadSinglePDF417Code(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.PDF417CodeParams, FilNet.PDF417DetectionParams, INullable<FilNet.PDF417Code>) | Detects and recognizes one PDF417 code. |
  | ReadSinglePDF417Code(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.PDF417CodeParams, FilNet.PDF417DetectionParams, INullable<FilNet.PDF417Code>, NullableValue<FilNet.Rectangle2D>) | Detects and recognizes one PDF417 code. |
  | ReadSinglePDF417Code(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.PDF417CodeParams, FilNet.PDF417DetectionParams, INullable<FilNet.PDF417Code>, FilNet.Rectangle2D) | Detects and recognizes one PDF417 code. |
  | ReadSingleQRCode(FilNet.Image, float, float, bool, FilNet.Polarity, INullable<FilNet.QRCode>) | Detects and recognizes a single QR code on the input image. |
  | ReadSingleQRCode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, float, float, float?, int?, bool, FilNet.Polarity, float?, INullable<FilNet.QRCode>) | Detects and recognizes a single QR code on the input image. |
  | ReadSingleQRCode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, float, float, float?, int?, bool, FilNet.Polarity, float?, INullable<FilNet.QRCode>, NullableValue<FilNet.Rectangle2D>) | Detects and recognizes a single QR code on the input image. |
  | ReadSingleQRCode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, float, float, float?, int?, bool, FilNet.Polarity, float?, INullable<FilNet.QRCode>, FilNet.Rectangle2D) | Detects and recognizes a single QR code on the input image. |
  | ReadText(IList<FilNet.Region>, FilNet.OcrModel, float, string, IList<NullableRef<string>>, IList<float>, bool) | Ready-to-use tool for reading text from images using the OCR technique. |
  | ReadVideoStream(FilNet.InputVideoStream, bool, int, FilNet.Image) | Acquires a frame from a previously opened video stream. |
  | RealArrayToPixelArray(IList<float>, IList<FilNet.Pixel>) | Converts an array of real values to an array of pixels. |
  | RealArrayToProfile(IList<float>, FilNet.Profile) | Converts an array of real numbers to a profile. |
  | RealignImagePitch(FilNet.Image, FilNet.Image) | Creates a new image with a standard pitch alignment. |
  | RealToPixel(float, FilNet.Pixel) | Converts a real value to pixel. |
  | RecognizeBarcode(FilNet.Image, FilNet.Rectangle2D, FilNet.BarcodeParams, int, int, float, INullable<FilNet.Barcode>) | Extracts information from a barcode located on the input image at a given position. |
  | RecognizeBarcode(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, int, int, float, INullable<FilNet.Barcode>) | Extracts information from a barcode located on the input image at a given position. |
  | RecognizeBarcode(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, int, int, float, INullable<FilNet.Barcode>, NullableValue<FilNet.Rectangle2D>) | Extracts information from a barcode located on the input image at a given position. |
  | RecognizeBarcode(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, int, int, float, INullable<FilNet.Barcode>, NullableValue<FilNet.Rectangle2D>, IList<FilNet.Segment2D>) | Extracts information from a barcode located on the input image at a given position. |
  | RecognizeBarcode(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.BarcodeParams, int, int, float, INullable<FilNet.Barcode>, FilNet.Rectangle2D, IList<FilNet.Segment2D>) | Extracts information from a barcode located on the input image at a given position. |
  | RecognizeCharacters(IList<FilNet.Region>, FilNet.OcrModel, bool, FilNet.CharacterSortingOrder, string, IList<float>, IList<List<FilNet.OcrCandidate>>) | Classifies input regions into characters. Based on the Multi-Layer Perceptron model. |
  | RecognizeCharacters(IList<FilNet.Region>, FilNet.OcrModel, FilNet.Size?, bool, FilNet.CharacterSortingOrder, float?, int?, string, IList<float>, IList<List<FilNet.OcrCandidate>>) | Classifies input regions into characters. Based on the Multi-Layer Perceptron model. |
  | RecognizeCharacters(IList<FilNet.Region>, FilNet.OcrModel, FilNet.Size?, bool, FilNet.CharacterSortingOrder, float?, int?, string, IList<float>, IList<List<FilNet.OcrCandidate>>, IList<FilNet.Image>, IList<FilNet.Box>) | Classifies input regions into characters. Based on the Multi-Layer Perceptron model. |
  | Rectangle2DToShapeRegionDeprecated(FilNet.Rectangle2D, FilNet.ShapeRegionDeprecated) | |
  | Rectangle2DToShapeRegion(FilNet.Rectangle2D, FilNet.ShapeRegion) | Converts a rectangle to region of interest. |
  | RectangleArea(FilNet.Rectangle2D, float) | Computes the area of a rectangle. |
  | RectangleBoundingBox(FilNet.Rectangle2D, FilNet.Box) | Computes the smallest box containing a rectangle. |
  | RectangleBoundingCircle(FilNet.Rectangle2D, FilNet.Circle2D) | Computes the smallest circle containing a rectangle. |
  | RectangleCenter(FilNet.Rectangle2D, FilNet.Point2D) | Computes the center point of a rectangle. |
  | RectangleCharacteristicPoints(FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableValue<FilNet.Point2D>, NullableRef<List<FilNet.Point2D>>) | Computes rectangle's characteristic points. |
  | RectangleCharacteristicPoints(FilNet.Rectangle2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, IList<FilNet.Point2D>) | Computes rectangle's characteristic points. |
  | RectangleCharacteristicPoint(FilNet.Rectangle2D, FilNet.Anchor2D, FilNet.Point2D) | Returns a characteristic point (e.g. the top-left) of the input rectangle. |
  | RectangleCorners(FilNet.Rectangle2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D, FilNet.Point2D) | Computes the four corner points of a rectangle. |
  | RectanglePerimeterLength(FilNet.Rectangle2D, float) | Computes the perimeter length of a rectangle. |
  | RectangleSides(FilNet.Rectangle2D, NullableValue<FilNet.Segment2D>, NullableValue<FilNet.Segment2D>, NullableValue<FilNet.Segment2D>, NullableValue<FilNet.Segment2D>) | Returns segments representing the sides of the input rectangle. |
  | RectangleSides(FilNet.Rectangle2D, FilNet.Segment2D, FilNet.Segment2D, FilNet.Segment2D, FilNet.Segment2D) | Returns segments representing the sides of the input rectangle. |
  | RectifyImage(FilNet.Image, FilNet.RectificationMap, FilNet.Image) | Applies a spatial map to distorted image transforming it to rectified image defined in world coordinates. |
  | RectifyImage(FilNet.Image, FilNet.RectificationMap, FilNet.Image, FilNet.Matrix, FilNet.Point2D, float, float) | Applies a spatial map to distorted image transforming it to rectified image defined in world coordinates. |
  | RectifyImage(FilNet.Image, FilNet.RectificationMap, FilNet.Image, NullableRef<FilNet.Matrix>, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | Applies a spatial map to distorted image transforming it to rectified image defined in world coordinates. |
  | ReducePath(FilNet.Path, float, FilNet.Path) | Reduces the number of points in a path preserving its shape with the specified precision. |
  | ReducePath(FilNet.Path, float, FilNet.Path, IList<FilNet.Path>) | Reduces the number of points in a path preserving its shape with the specified precision. |
  | ReduceSurface(FilNet.Surface, FilNet.Surface) | Reduces surface dimensions as much as possible. |
  | ReduceSurface(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Surface) | Reduces surface dimensions as much as possible. |
  | ReflectRegion(FilNet.Region, FilNet.Location, FilNet.Region) | Reflects a region through the given location. |
  | RegionArea(FilNet.Region, int) | Computes the number of pixels contained in a region. |
  | RegionBoundaries(FilNet.Region, FilNet.RegionConnectivity, FilNet.Region) | Removes interior pixels from a region. |
  | RegionBoundingBox_OrNil(FilNet.Region, FilNet.Box?) | Computes the smallest box containing a region; returns NIL if the region is empty. |
  | RegionBoundingBox(FilNet.Region, FilNet.Box) | Computes the smallest box containing a region. |
  | RegionBoundingCircle_OrNil(FilNet.Region, FilNet.Circle2D?) | Computes the smallest circle enclosing a region; returns NIL if the region is empty. |
  | RegionBoundingCircle(FilNet.Region, FilNet.Circle2D) | Computes the smallest circle enclosing a region. |
  | RegionBoundingEllipse_OrNil(FilNet.Region, FilNet.Ellipse2D?) | Computes the smallest ellipse enclosing a region; returns NIL if the region is empty. |
  | RegionBoundingEllipse(FilNet.Region, FilNet.Ellipse2D) | Computes the smallest ellipse enclosing a region. |
  | RegionBoundingParallelogram(FilNet.Region, FilNet.BoundingRectangleFeature, FilNet.Path) | Computes the smallest parallelogram containing a region. |
  | RegionBoundingParallelogram(FilNet.Region, FilNet.BoundingRectangleFeature, FilNet.Path, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>, NullableValue<float>) | Computes the smallest parallelogram containing a region. |
  | RegionBoundingParallelogram(FilNet.Region, FilNet.BoundingRectangleFeature, FilNet.Path, FilNet.Point2D, float, float, float) | Computes the smallest parallelogram containing a region. |
  | RegionBoundingRectangle_FixedAngle_OrNil(FilNet.Region, float, FilNet.Rectangle2D?, FilNet.Point2D?, float?, float?) | Computes the smallest rectangle with the given orientation angle containing a region; returns NIL if the region is empty. |
  | RegionBoundingRectangle_FixedAngle(FilNet.Region, float, FilNet.Rectangle2D) | Computes the smallest rectangle with the given orientation angle containing a region. |
  | RegionBoundingRectangle_FixedAngle(FilNet.Region, float, FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | Computes the smallest rectangle with the given orientation angle containing a region. |
  | RegionBoundingRectangle_FixedAngle(FilNet.Region, float, FilNet.Rectangle2D, FilNet.Point2D, float, float) | Computes the smallest rectangle with the given orientation angle containing a region. |
  | RegionBoundingRectangle_OrNil(FilNet.Region, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D?, FilNet.Point2D?, float?, float?) | Computes the smallest rectangle containing a region; returns NIL if the region is empty. |
  | RegionBoundingRectangle(FilNet.Region, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D) | Computes the smallest rectangle containing a region. |
  | RegionBoundingRectangle(FilNet.Region, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | Computes the smallest rectangle containing a region. |
  | RegionBoundingRectangle(FilNet.Region, FilNet.BoundingRectangleFeature, float, FilNet.RectangleOrientation, FilNet.Rectangle2D, FilNet.Point2D, float, float) | Computes the smallest rectangle containing a region. |
  | RegionCaliperDiameter(FilNet.Region, NullableValue<FilNet.Segment2D>, NullableValue<float>, NullableValue<FilNet.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(FilNet.Region, FilNet.Segment2D, float, FilNet.Segment2D, float) | Computes the longest and the shortest width of the input region measured as distance between parallel lines containing the whole region. |
  | RegionCharacteristicPoint(FilNet.Region, FilNet.Anchor2D, FilNet.Point2D) | Returns a characteristic point of the input's region bounding box. |
  | RegionCircularity(FilNet.Region, FilNet.CircularityMeasure, float) | Computes the area of a region divided by the area of a circular region having the same feature. |
  | RegionCircularity(FilNet.Region, FilNet.CircularityMeasure, float, FilNet.Circle2D) | Computes the area of a region divided by the area of a circular region having the same feature. |
  | RegionComplement(FilNet.Region, FilNet.Region) | Computes a region of pixels not contained in the input region. |
  | RegionComplexity(FilNet.Region, float) | Calculates how much the input region's perimeter is bigger than the perimeter of a circle of the same area. |
  | RegionContours(FilNet.Region, FilNet.RegionContourMode, FilNet.RegionConnectivity, IList<FilNet.Path>) | Computes an array of closed paths corresponding to the contours of the input region. |
  | RegionConvexHull_AsPath(FilNet.Region, FilNet.Path) | Computes the smallest convex polygon containing the input region. |
  | RegionConvexHull(FilNet.Region, FilNet.Region) | Computes the smallest convex region containing the input region. |
  | RegionConvexity(FilNet.Region, float) | Computes the area of a region divided by area of its convex hull. |
  | RegionDiameter(FilNet.Region, NullableValue<FilNet.Segment2D>, NullableValue<float>) | Computes the longest segment connecting two pixels contained in region and its length. |
  | RegionDiameter(FilNet.Region, FilNet.Segment2D, float) | Computes the longest segment connecting two pixels contained in region and its length. |
  | RegionDifference(FilNet.Region, FilNet.Region, FilNet.Region) | Computes a region containing pixels from the first input region but not from the second input region. |
  | RegionDirectionalDispersion(FilNet.Region, float, FilNet.ProjectionDirection, float) | Directional standard deviation of the distance of the region's points to the center. |
  | RegionDispersion(FilNet.Region, float) | Calculates how much more the input region's points are dispersed comparing to the points of a circle of the same area. |
  | RegionEllipticAxes(FilNet.Region, FilNet.Segment2D, FilNet.Segment2D) | Computes axes of an ellipse having the same first and second order moments as the given region. |
  | RegionElongation(FilNet.Region, float) | Computes the elongation factor of a region ( perfect circle has minimal elongation equal 1.0 ). |
  | RegionFeatureValue(FilNet.Region, FilNet.RegionFeature, float) | Computes the feature value of the input region. |
  | RegionHitAndMissTransform(FilNet.Region, FilNet.Region, FilNet.Region, FilNet.Region) | Performs a hit-and-miss transformation on a region using arbitrary kernels. |
  | RegionHitAndMissTransform(FilNet.Region, FilNet.Region, FilNet.Location?, FilNet.Region, FilNet.Location?, FilNet.Region) | Performs a hit-and-miss transformation on a region using arbitrary kernels. |
  | RegionHoles_Elastic(FilNet.Region, int, IList<FilNet.Region>) | Fills a ridges region with convex basins. |
  | RegionHoles_Elastic(FilNet.Region, NullableRef<FilNet.Region>, int, IList<FilNet.Region>) | Fills a ridges region with convex basins. |
  | RegionHoles(FilNet.Region, FilNet.RegionConnectivity, int, IList<FilNet.Region>) | Creates regions of the holes of the input region. |
  | RegionHoles(FilNet.Region, FilNet.RegionConnectivity, int, int?, IList<FilNet.Region>) | Creates regions of the holes of the input region. |
  | RegionInscribedBox(FilNet.Region, float, int, int, FilNet.Box?) | Computes the largest box contained in a region. |
  | RegionInscribedBox(FilNet.Region, float, float?, int, int?, int, int?, FilNet.Box?) | Computes the largest box contained in a region. |
  | RegionInscribedCircle(FilNet.Region, FilNet.Circle2D) | Computes the largest circle contained in a region. |
  | RegionInteriors(FilNet.Region, FilNet.RegionConnectivity, FilNet.Region) | Removes boundary pixels from a region. |
  | RegionIntersection_OfArray(IList<FilNet.Region>, FilNet.Region) | Computes the common part of an array of regions. |
  | RegionIntersection_OfArray(NullableRef<FilNet.Region>, IList<FilNet.Region>, FilNet.Region) | Computes the common part of an array of regions. |
  | RegionIntersection_OfLoop(FilNet.RegionCombinators_OfLoopState, FilNet.Region, FilNet.Region) | Computes the common part of regions appearing in consecutive iterations. |
  | RegionIntersection(FilNet.Region, FilNet.Region, FilNet.Region) | Computes the common part of two regions. |
  | RegionMassCenter_OrNil(FilNet.Region, FilNet.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(FilNet.Region, FilNet.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(FilNet.Region, FilNet.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(FilNet.Region, FilNet.Point2D) | Computes a point with coordinates equal to the average coordinates of the region's pixels. |
  | RegionMassCenter(FilNet.Region, FilNet.Point2D, int) | Computes a point with coordinates equal to the average coordinates of the region's pixels. |
  | RegionMassCenter(FilNet.Region, FilNet.Point2D, NullableValue<int>) | Computes a point with coordinates equal to the average coordinates of the region's pixels. |
  | RegionMedialAxis(FilNet.Region, FilNet.RegionSkeletonMethod, IList<FilNet.Path>) | Computes an array of paths corresponding to the skeleton of the input region. |
  | RegionMoment(FilNet.Region, FilNet.RegionMomentType, bool, float, float) | Computes selected second-order moment of a region in regular and normalized ( divided by region area ) variant. |
  | RegionNumberOfHoles(FilNet.Region, FilNet.RegionConnectivity, int, int) | Computes the number of holes in a region. |
  | RegionNumberOfHoles(FilNet.Region, FilNet.RegionConnectivity, int, int?, int) | Computes the number of holes in a region. |
  | RegionOrientation(FilNet.Region, FilNet.AngleRange, float) | Computes the orientation of a region as an angle of value in a proper range. |
  | RegionOuterBoundaries(FilNet.Region, IList<FilNet.Location>, IList<FilNet.Location>, IList<FilNet.Location>, IList<FilNet.Location>) | Returns the top, right, bottom and left boundaries of the input region. |
  | RegionPerimeterLength(FilNet.Region, float) | Computes the length of the input region perimeter. |
  | RegionPointRunLengths(FilNet.Region, IList<int>) | Returns the lengths of horizontal sequences of locations that constitute the input region. |
  | RegionProjection(FilNet.Region, FilNet.ProjectionDirection, FilNet.Profile) | Computes the profile of the region pixel count in consecutive rows or columns. |
  | RegionRectangularity(FilNet.Region, float) | Computes the area of a region divided by the area of its bounding rectangle. |
  | RegionsFeatureValues(IList<FilNet.Region>, FilNet.RegionFeature, IList<float>) | Computes the feature values of the input regions. |
  | RegionsIoU(FilNet.Region, FilNet.Region, double) | Computes intersection over union value for two regions. |
  | RegionSkewness(FilNet.Region, float, FilNet.ProjectionDirection, float) | Directional standard deviation of the distance of the region's points to the center. |
  | RegionSymmetricDifference_OfArray(IList<FilNet.Region>, FilNet.Region) | Computes a region containing pixels belonging to an odd number of array regions. |
  | RegionSymmetricDifference_OfLoop(FilNet.RegionCombinators_OfLoopState, FilNet.Region, FilNet.Region) | Computes a region containing pixels belonging to an odd number of regions appearing in consecutive iterations. |
  | RegionSymmetricDifference(FilNet.Region, FilNet.Region, FilNet.Region) | Computes a region containing pixels from first or second input region, but not from both. |
  | RegionThickness(FilNet.Region, float) | Diameter of the biggest inscribed circle. |
  | RegionToImage(FilNet.Region, FilNet.Image) | Converts a region to an image. |
  | RegionToLocations(FilNet.Region, IList<FilNet.Location>) | Converts a region to an array of its pixel locations. |
  | RegionToRegionDistance(FilNet.Region, FilNet.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(FilNet.Region, FilNet.Region, float, float, NullableValue<FilNet.Segment2D>) | Computes minimal distance between one of the points of the first region with one of the points of the second region. |
  | RegionToRegionDistance(FilNet.Region, FilNet.Region, float, float, FilNet.Segment2D) | Computes minimal distance between one of the points of the first region with one of the points of the second region. |
  | RegionToShapeRegion(FilNet.Region, FilNet.ShapeRegion) | Converts a region to region of interest. |
  | RegionUnion_OfArray(IList<FilNet.Region>, FilNet.Region) | Computes a region containing all the pixels that any of the input regions contains. |
  | RegionUnion_OfLoop(FilNet.RegionCombinators_OfLoopState, FilNet.Region, FilNet.Region) | Computes the union of regions appearing in consecutive iterations. |
  | RegionUnion(FilNet.Region, FilNet.Region, FilNet.Region) | Computes a region containing pixels from both input regions. |
  | RemapImage(FilNet.Image, FilNet.SpatialMap, FilNet.Image) | Applies a precomputed image transform, defined by a spatial map object. |
  | RemapImage(FilNet.Image, FilNet.SpatialMap, NullableRef<FilNet.Region>, FilNet.Image) | Applies a precomputed image transform, defined by a spatial map object. |
  | RemoveBordersFromRegion(FilNet.Region, int, int, FilNet.Region) | Removes from a region the pixels that lie very close to the region's frame. |
  | RemoveEmptyBoxes(IList<FilNet.Box>, IList<FilNet.Box>, IList<bool>) | The input boxes which have both dimensions different from zero are copied to the output. |
  | RemoveInvalidPoints3D(IList<FilNet.Point3D>, IList<FilNet.Point3D>) | Removes invalid 3D points from an array (i.e. points with NaN or INF coordinates). |
  | RemoveInvalidPoints(IList<FilNet.Point2D>, IList<FilNet.Point2D>) | Removes invalid points from an array (i.e. points with NaN or INF coordinates). |
  | RemoveOutliersFromPoint3DGrid(FilNet.Point3DGrid, float, int, FilNet.Point3DGrid) | Removes noise from a given Point3DGrid. All points that are too far from their neighbors are removed. |
  | RemoveOutliersFromPoint3DGrid(FilNet.Point3DGrid, NullableRef<FilNet.Region>, float, int, FilNet.Point3DGrid) | Removes noise from a given Point3DGrid. All points that are too far from their neighbors are removed. |
  | RemoveOutliersFromPoint3DGrid(FilNet.Point3DGrid, NullableRef<FilNet.Region>, float, int, FilNet.Point3DGrid, float, float) | Removes noise from a given Point3DGrid. All points that are too far from their neighbors are removed. |
  | RemovePathSelfIntersections(FilNet.Path, FilNet.Path) | Removes all self-intersections from a given path. |
  | RemovePointFromPath(FilNet.Path, int, bool) | Removes a point from a path. |
  | RemoveRegionBlobs(FilNet.Region, FilNet.RegionConnectivity, FilNet.RegionFeature, float?, float?, bool, FilNet.Region) | Splits a region into blobs, removes blobs not fulfilling the specified condition, and merges the rest back into one region. |
  | RemoveRegionBoundaryBlobs(FilNet.Region, FilNet.Region, FilNet.RegionConnectivity, FilNet.Region) | Removes all blobs intersecting a boundary of a given region. |
  | ReorientRectangle(FilNet.Rectangle2D, int, FilNet.Rectangle2D) | Changes orientation of the given rectangle by multiple of 90 degrees. |
  | ReplaceInvalidSurfacePoints(FilNet.Surface, float) | Replaces all invalid points with a given Z value. |
  | ReplaceInvalidSurfacePoints(FilNet.Surface, NullableRef<FilNet.Region>, float) | Replaces all invalid points with a given Z value. |
  | ReplacePixels(FilNet.Image, FilNet.Pixel, FilNet.Pixel, FilNet.Image) | Substitutes pixels having the specified value with a new value. |
  | ReplacePixels(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel, FilNet.Pixel, FilNet.Image) | Substitutes pixels having the specified value with a new value. |
  | ResamplePoint3DGrid(FilNet.Point3DGrid, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface) | Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface. |
  | ResamplePoint3DGrid(FilNet.Point3DGrid, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.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(FilNet.Point3DGrid, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, double, double, FilNet.Region) | Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface. |
  | ResamplePoint3DGrid(FilNet.Point3DGrid, FilNet.ValueLimits_f64, FilNet.ValueLimits_f64, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, NullableValue<double>, NullableValue<double>, FilNet.Region) | Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface. |
  | ResampleSurface_AnyScales(FilNet.Surface, FilNet.Surface) | Changes the coordinates format of the input surface. |
  | ResampleSurface_AnyScales(FilNet.Surface, double?, double?, double?, double?, FilNet.Surface) | Changes the coordinates format of the input surface. |
  | ResampleSurface(FilNet.Surface, FilNet.ResampleSurfaceMode, FilNet.Surface) | Equalizes the scales format of the input surface. |
  | ResampleSurface(FilNet.Surface, FilNet.ResampleSurfaceMode, double?, double?, FilNet.Surface) | Equalizes the scales format of the input surface. |
  | ResaturateImage(FilNet.Image, float, float, FilNet.Image) | Sets pixels below the low value to minimum, above the high value to maximum, and interpolates the rest. |
  | ResaturateImage(FilNet.Image, NullableRef<FilNet.Region>, float, float, FilNet.Image) | Sets pixels below the low value to minimum, above the high value to maximum, and interpolates the rest. |
  | RescaleArc(FilNet.Arc2D, float, bool, FilNet.Arc2D) | Changes radius of an arc and translates its center in relation to a reference point. |
  | RescaleArc(FilNet.Arc2D, FilNet.Point2D?, float, bool, FilNet.Arc2D) | Changes radius of an arc and translates its center in relation to a reference point. |
  | RescaleBox3D(FilNet.Box3D, FilNet.Point3D, float, bool, FilNet.Box3D) | Changes the distances of box in 3D to a reference point. |
  | RescaleCircle3D(FilNet.Circle3D, float, bool, FilNet.Circle3D) | Changes radius of a circle in 3D and translates its center in relation to a reference point. |
  | RescaleCircle3D(FilNet.Circle3D, FilNet.Point3D?, float, bool, FilNet.Circle3D) | Changes radius of a circle in 3D and translates its center in relation to a reference point. |
  | RescaleCircle(FilNet.Circle2D, float, bool, FilNet.Circle2D) | Changes radius of a circle and translates its center in relation to a reference point. |
  | RescaleCircle(FilNet.Circle2D, FilNet.Point2D?, float, bool, FilNet.Circle2D) | Changes radius of a circle and translates its center in relation to a reference point. |
  | RescaleLine3D(FilNet.Line3D, FilNet.Point3D, float, bool, FilNet.Line3D) | Changes the input line in 3D distance to a reference point. |
  | RescaleLine(FilNet.Line2D, FilNet.Point2D, float, bool, FilNet.Line2D) | Changes the distance of a line to a reference point. |
  | RescalePathArray(IList<FilNet.Path>, float, bool, IList<FilNet.Path>) | Translates each point of each path proportionally to its distance to a reference point. |
  | RescalePathArray(IList<FilNet.Path>, FilNet.Point2D?, float, bool, IList<FilNet.Path>) | Translates each point of each path proportionally to its distance to a reference point. |
  | RescalePath(FilNet.Path, float, bool, FilNet.Path) | Translates each point of a path proportionally to its distance to a reference point. |
  | RescalePath(FilNet.Path, FilNet.Point2D?, float, bool, FilNet.Path) | Translates each point of a path proportionally to its distance to a reference point. |
  | RescalePixels_FixedRange(FilNet.Image, float, float, float, float, FilNet.Image) | Transforms pixels value from given range into new one. |
  | RescalePixels_FixedRange(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, FilNet.Image) | Transforms pixels value from given range into new one. |
  | RescalePixels(FilNet.Image, float, float, FilNet.Image) | Applies linear transformation to pixel values. |
  | RescalePixels(FilNet.Image, NullableRef<FilNet.Region>, float, float, FilNet.Image) | Applies linear transformation to pixel values. |
  | RescalePlane(FilNet.Plane3D, FilNet.Point3D, float, bool, FilNet.Plane3D) | Changes the input plane distance to a reference point. |
  | RescalePoint3DArray(IList<FilNet.Point3D>, FilNet.Point3D, float, bool, IList<FilNet.Point3D>) | Changes the distances of array points to a reference point. |
  | RescalePoint3DGrid(FilNet.Point3DGrid, FilNet.Point3D, float, bool, FilNet.Point3DGrid) | Changes the distances of grid points to a reference point. |
  | RescalePoint3D(FilNet.Point3D, FilNet.Point3D, float, bool, FilNet.Point3D) | Changes the distance of a point to a reference point. |
  | RescalePointArray(IList<FilNet.Point2D>, float, bool, IList<FilNet.Point2D>) | Changes the distances of points from an array to a reference point. |
  | RescalePointArray(IList<FilNet.Point2D>, FilNet.Point2D?, float, bool, IList<FilNet.Point2D>) | Changes the distances of points from an array to a reference point. |
  | RescalePoint(FilNet.Point2D, FilNet.Point2D, float, bool, FilNet.Point2D) | Changes the distance of a point to a reference point. |
  | RescaleProfile(FilNet.Profile, float, float) | Applies a linear transformation to a profile. |
  | RescaleProfile(FilNet.Profile, FilNet.Range?, float, float) | Applies a linear transformation to a profile. |
  | RescaleRectangle(FilNet.Rectangle2D, float, bool, FilNet.Rectangle2D) | Changes the corners and the dimensions of a rectangle. |
  | RescaleRectangle(FilNet.Rectangle2D, FilNet.Point2D?, float, bool, FilNet.Rectangle2D) | Changes the corners and the dimensions of a rectangle. |
  | RescaleSegment3D(FilNet.Segment3D, float, bool, FilNet.Segment3D) | Lengthens or shortens a segment in 3D relatively. |
  | RescaleSegment3D(FilNet.Segment3D, FilNet.Point3D?, float, bool, FilNet.Segment3D) | Lengthens or shortens a segment in 3D relatively. |
  | RescaleSegment(FilNet.Segment2D, float, bool, FilNet.Segment2D) | Lengthens or shortens a segment relatively. |
  | RescaleSegment(FilNet.Segment2D, FilNet.Point2D?, float, bool, FilNet.Segment2D) | Lengthens or shortens a segment relatively. |
  | RescaleSurface(FilNet.Surface, FilNet.Point3D, float, bool, FilNet.Surface) | Changes the distances of surface points to a reference point. |
  | RescaleSurface(FilNet.Surface, FilNet.Point3D, float, float?, float?, bool, FilNet.Surface) | Changes the distances of surface points to a reference point. |
  | RescaleVector3D(FilNet.Vector3D, float, bool, FilNet.Vector3D) | Lengthens or shortens a 3D vector relatively preserving its direction. |
  | RescaleVector(FilNet.Vector2D, float, bool, FilNet.Vector2D) | Lengthens or shortens a vector relatively preserving its direction. |
  | ResizeArc_Delta(FilNet.Arc2D, float, FilNet.Arc2D) | Changes radius of an arc by adding a value. |
  | ResizeArc(FilNet.Arc2D, float, FilNet.Arc2D) | Changes radius of an arc. |
  | ResizeBox3D_Delta(FilNet.Box3D, FilNet.Anchor3D, float, float, float, FilNet.Box3D) | Changes the dimensions of a box in 3D by adding some values. |
  | ResizeBox3D_Relative(FilNet.Box3D, FilNet.Anchor3D, float, float, float, FilNet.Box3D) | Resizes a box in 3D to relatively defined dimensions. |
  | ResizeBox3D(FilNet.Box3D, FilNet.Anchor3D, FilNet.Box3D) | Changes the dimensions of a box in 3D. |
  | ResizeBox3D(FilNet.Box3D, FilNet.Anchor3D, float?, float?, float?, FilNet.Box3D) | Changes the dimensions of a box in 3D. |
  | ResizeBox_Delta(FilNet.Box, FilNet.Anchor2D, int, int, FilNet.Box) | Changes the dimensions of a box by adding some values. |
  | ResizeBox_Relative(FilNet.Box, FilNet.Anchor2D, float, float, FilNet.Box) | Resizes a box to relatively defined dimensions. |
  | ResizeBox(FilNet.Box, FilNet.Anchor2D, int?, int?, FilNet.Box) | Changes the dimensions of a box. |
  | ResizeCircle3D_Delta(FilNet.Circle3D, float, FilNet.Circle3D) | Changes radius of a circle in 3D by adding a value. |
  | ResizeCircle3D(FilNet.Circle3D, float, FilNet.Circle3D) | Changes radius of a circle in 3D. |
  | ResizeCircle_Delta(FilNet.Circle2D, float, FilNet.Circle2D) | Changes radius of a circle by adding a value. |
  | ResizeCircle(FilNet.Circle2D, float, FilNet.Circle2D) | Changes radius of a circle. |
  | ResizeImage_FixedAspectRatio(FilNet.Image, FilNet.Dimension, FilNet.ResizeMethod, FilNet.Image) | Changes one dimension of the image to a desired length while the other dimension is set to a length such that the aspect ration of the image is maintained. |
  | ResizeImage_FixedAspectRatio(FilNet.Image, int?, FilNet.Dimension, FilNet.ResizeMethod, FilNet.Image) | Changes one dimension of the image to a desired length while the other dimension is set to a length such that the aspect ration of the image is maintained. |
  | ResizeImage_Relative(FilNet.Image, float, float, FilNet.ResizeMethod, FilNet.Image) | Resizes an image by a factor along each axis. |
  | ResizeImage(FilNet.Image, int?, int?, FilNet.ResizeMethod, FilNet.Image) | Enlarges or shrinks an image to new dimensions. |
  | ResizeImage(FilNet.Image, FilNet.Box?, int?, int?, FilNet.ResizeMethod, FilNet.Image) | Enlarges or shrinks an image to new dimensions. |
  | ResizePixelVectors(FilNet.Image, float, FilNet.Image) | Rescales an image treating pixels as vectors. |
  | ResizePixelVectors(FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Rescales an image treating pixels as vectors. |
  | ResizeProfile(FilNet.Profile, int, FilNet.ResizeProfileInterpolation, FilNet.Profile) | Changes the size of a profile, preserving its shape. |
  | ResizeRectangle_Delta(FilNet.Rectangle2D, FilNet.Anchor2D, float, float, FilNet.Rectangle2D) | Changes dimensions of a rectangle by adding some values. |
  | ResizeRectangle_Relative(FilNet.Rectangle2D, FilNet.Anchor2D, float, float, FilNet.Rectangle2D) | Changes dimensions of a rectangle relatively. |
  | ResizeRectangle(FilNet.Rectangle2D, FilNet.Anchor2D, float?, float?, FilNet.Rectangle2D) | Changes dimensions of a rectangle. |
  | ResizeRegion_Relative(FilNet.Region, float, float, FilNet.Region) | Resizes region relatively along each axis. |
  | ResizeRegion(FilNet.Region, int?, int?, FilNet.Region) | Enlarges or shrinks a region to new dimensions. |
  | ResizeSegment3D_Delta(FilNet.Segment3D, float, float, FilNet.Segment3D) | Changes length of a segment in 3D by adding a value preserving its orientation and center point. |
  | ResizeSegment3D(FilNet.Segment3D, float, float, FilNet.Segment3D) | Lengthens or shortens a segment in 3D to a new length preserving its orientation and center point. |
  | ResizeSegment_Delta(FilNet.Segment2D, float, float, FilNet.Segment2D) | Changes length of a segment by adding a value preserving its orientation and center point. |
  | ResizeSegment(FilNet.Segment2D, float, float, FilNet.Segment2D) | Lengthens or shortens a segment to a new length preserving its orientation and center point. |
  | ResizeVector3D_Delta(FilNet.Vector3D, float, FilNet.Vector3D) | Extends length of a 3D vector by adding a value preserving its direction. |
  | ResizeVector3D(FilNet.Vector3D, float, FilNet.Vector3D) | Lengthens or shortens a 3D vector preserving its direction. |
  | ResizeVector_Delta(FilNet.Vector2D, float, FilNet.Vector2D) | Extends length of a vector by adding a value preserving its direction. |
  | ResizeVector(FilNet.Vector2D, float, FilNet.Vector2D) | Lengthens or shortens a vector preserving its direction. |
  | ReverseArc(FilNet.Arc2D, FilNet.Arc2D) | Inverts the direction of the arc. |
  | ReverseChannels(FilNet.Image, FilNet.Image) | Reverses the order of channels in an image. |
  | ReversePath(FilNet.Path) | Reverses the order of points in a path. |
  | ReversePCATransform(FilNet.Matrix, FilNet.PCAModel, FilNet.Matrix) | Reverses Principal Component Analysis (PCA) process. Can be used to transform data back to original feature space. |
  | ReverseSegment3D(FilNet.Segment3D, FilNet.Segment3D) | Swaps the two endpoints of a segment in 3D. |
  | ReverseSegment(FilNet.Segment2D, FilNet.Segment2D) | Swaps the two endpoints of a segment. |
  | Rgb555ToRgb888(FilNet.Image, FilNet.Image) | Converts a RGB555 image into a RGB888 one. |
  | Rgb565ToRgb888(FilNet.Image, FilNet.Image) | Converts a RGB565 image into a RGB888 one. |
  | Rgb888ToRgb555(FilNet.Image, FilNet.Image) | Converts a RGB888 image into a RGB555 one. |
  | Rgb888ToRgb565(FilNet.Image, FilNet.Image) | Converts a RGB888 image into a RGB565 one. |
  | RgbToCmyk(FilNet.Image, FilNet.Image) | Converts color space from Red-Green-Blue into Cyan-Magenta-Yellow-Key. |
  | RgbToHsi(FilNet.Image, FilNet.Image) | Converts color space from Red-Green-Blue into Hue-Saturation-Intensity. |
  | RgbToHsl(FilNet.Image, FilNet.Image) | Converts color space from Red-Green-Blue to Hue-Saturation-Luminance. |
  | RgbToHsv(FilNet.Image, FilNet.Image) | Converts color space from Red-Green-Blue to Hue-Saturation-Value. |
  | RgbToLab(FilNet.Image, FilNet.Image) | Converts color space from Red-Green-Blue to L*a*b*. |
  | RgbToXyz(FilNet.Image, FilNet.Image) | Converts color space from Red-Green-Blue to XYZ. |
  | RgbToYCoCgR(FilNet.Image, FilNet.Image) | Converts color space from Red-Green-Blue into pseudointensitY-Orange-Green-with-Reversibility. |
  | RgbToYCoCg(FilNet.Image, FilNet.Image) | Converts color space from Red-Green-Blue into pseudointensitY-Orange-Green. |
  | RgbToYuv(FilNet.Image, FilNet.Image) | Converts color space from Red-Green-Blue into YUV. |
  | Ring2DToShapeRegion(FilNet.Ring2D, FilNet.ShapeRegion) | Converts a ring to region of interest. |
  | RollingAverageImages_OfArray(IList<FilNet.Image>, float, FilNet.Image) | Averages images appearing in an array pixel by pixel using exponential rolling average. |
  | RollingAverageImages_OfArray(IList<FilNet.Image>, NullableRef<FilNet.Region>, float, FilNet.Image) | Averages images appearing in an array pixel by pixel using exponential rolling average. |
  | RollingAverageImages_OfLoop(FilNet.ImageCombinators_OfLoopState, FilNet.Image, float, FilNet.Image) | Averages images appearing in consecutive iterations pixel by pixel using exponential rolling average. |
  | RollingAverageImages_OfLoop(FilNet.ImageCombinators_OfLoopState, FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Averages images appearing in consecutive iterations pixel by pixel using exponential rolling average. |
  | RotateAngle_Toward(float, float, FilNet.AngleRange, float, bool, float) | Changes the input direction in the direction of minimum rotation toward the target direction. |
  | RotateAngle(float, float, FilNet.AngleRange, bool, float) | Adds two angles. |
  | RotateArc(FilNet.Arc2D, float, bool, FilNet.Arc2D) | Rotates an arc clockwise around center point. |
  | RotateArc(FilNet.Arc2D, FilNet.Point2D?, float, bool, FilNet.Arc2D) | Rotates an arc clockwise around center point. |
  | RotateCircle3D_AroundSegment(FilNet.Circle3D, FilNet.Segment3D, float, bool, FilNet.Circle3D) | Rotates a circle in 3D around a segment (the axis) in 3D. |
  | RotateCircle3D(FilNet.Circle3D, FilNet.Line3D, float, bool, FilNet.Circle3D) | Rotates a circle in 3D around an axis in 3D. |
  | RotateCircle(FilNet.Circle2D, FilNet.Point2D, float, bool, FilNet.Circle2D) | Rotates a circle clockwise around a center point. |
  | RotateCoordinateSystem(FilNet.CoordinateSystem2D, float, bool, FilNet.CoordinateSystem2D) | Rotates a coordinate system around a center point. |
  | RotateCoordinateSystem(FilNet.CoordinateSystem2D, FilNet.Point2D?, float, bool, FilNet.CoordinateSystem2D) | Rotates a coordinate system around a center point. |
  | RotateImage(FilNet.Image, float, FilNet.RotationSizeMode, FilNet.InterpolationMethod, bool, FilNet.Image) | Rotates an image clockwise. |
  | RotateImage(FilNet.Image, float, FilNet.RotationSizeMode, FilNet.InterpolationMethod, bool, FilNet.Image, FilNet.CoordinateSystem2D) | Rotates an image clockwise. |
  | RotateImage(FilNet.Image, float, FilNet.RotationSizeMode, FilNet.InterpolationMethod, bool, FilNet.Image, NullableValue<FilNet.CoordinateSystem2D>) | Rotates an image clockwise. |
  | RotateLine3D_AroundSegment(FilNet.Line3D, FilNet.Segment3D, float, bool, FilNet.Line3D) | Rotates a line in 3D around a segment (the axis) in 3D. |
  | RotateLine3D(FilNet.Line3D, FilNet.Line3D, float, bool, FilNet.Line3D) | Rotates a line in 3D around an axis in 3D. |
  | RotateLine(FilNet.Line2D, FilNet.Point2D, float, bool, FilNet.Line2D) | Rotates a line clockwise around a center point. |
  | RotatePathArray(IList<FilNet.Path>, float, bool, IList<FilNet.Path>) | Rotates an array of paths clockwise around a center point. |
  | RotatePathArray(IList<FilNet.Path>, FilNet.Point2D?, float, bool, IList<FilNet.Path>) | Rotates an array of paths clockwise around a center point. |
  | RotatePath(FilNet.Path, float, bool, FilNet.Path) | Rotates a path clockwise around a center point. |
  | RotatePath(FilNet.Path, FilNet.Point2D?, float, bool, FilNet.Path) | Rotates a path clockwise around a center point. |
  | RotatePixelVectors(FilNet.Image, float, FilNet.Image) | Rotates image gradients. |
  | RotatePixelVectors(FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Rotates image gradients. |
  | RotatePlane_AroundSegment(FilNet.Plane3D, FilNet.Segment3D, float, bool, FilNet.Plane3D) | Rotates a plane in 3D around a segment (the axis) in 3D. |
  | RotatePlane(FilNet.Plane3D, FilNet.Line3D, float, bool, FilNet.Plane3D) | Rotates a plane in 3D around an axis in 3D. |
  | RotatePoint3DArray_AroundSegment(IList<FilNet.Point3D>, FilNet.Segment3D, float, bool, IList<FilNet.Point3D>) | Rotates an array of 3D points around a segment (the axis). |
  | RotatePoint3DArray_AroundSegment(IList<FilNet.Point3D>, FilNet.Segment3D, float, bool, IList<FilNet.Point3D>, FilNet.Matrix) | Rotates an array of 3D points around a segment (the axis). |
  | RotatePoint3DArray_AroundSegment(IList<FilNet.Point3D>, FilNet.Segment3D, float, bool, IList<FilNet.Point3D>, NullableRef<FilNet.Matrix>) | Rotates an array of 3D points around a segment (the axis). |
  | RotatePoint3DArray(IList<FilNet.Point3D>, FilNet.Line3D, float, bool, IList<FilNet.Point3D>) | Rotates an array of 3D points around an axis in 3D. |
  | RotatePoint3DArray(IList<FilNet.Point3D>, FilNet.Line3D, float, bool, IList<FilNet.Point3D>, FilNet.Matrix) | Rotates an array of 3D points around an axis in 3D. |
  | RotatePoint3DArray(IList<FilNet.Point3D>, FilNet.Line3D, float, bool, IList<FilNet.Point3D>, NullableRef<FilNet.Matrix>) | Rotates an array of 3D points around an axis in 3D. |
  | RotatePoint3DGrid_AroundSegment(FilNet.Point3DGrid, FilNet.Segment3D, float, bool, FilNet.Point3DGrid) | Rotates a grid of 3D points around an segment3D (the axis) in 3D. |
  | RotatePoint3DGrid_AroundSegment(FilNet.Point3DGrid, FilNet.Segment3D, float, bool, FilNet.Point3DGrid, FilNet.Matrix) | Rotates a grid of 3D points around an segment3D (the axis) in 3D. |
  | RotatePoint3DGrid_AroundSegment(FilNet.Point3DGrid, FilNet.Segment3D, float, bool, FilNet.Point3DGrid, NullableRef<FilNet.Matrix>) | Rotates a grid of 3D points around an segment3D (the axis) in 3D. |
  | RotatePoint3DGrid(FilNet.Point3DGrid, FilNet.Line3D, float, bool, FilNet.Point3DGrid) | Rotates a grid of 3D points around an axis in 3D. |
  | RotatePoint3DGrid(FilNet.Point3DGrid, FilNet.Line3D, float, bool, FilNet.Point3DGrid, FilNet.Matrix) | Rotates a grid of 3D points around an axis in 3D. |
  | RotatePoint3DGrid(FilNet.Point3DGrid, FilNet.Line3D, float, bool, FilNet.Point3DGrid, NullableRef<FilNet.Matrix>) | Rotates a grid of 3D points around an axis in 3D. |
  | RotatePoint3D_AroundSegment(FilNet.Point3D, FilNet.Segment3D, float, bool, FilNet.Point3D) | Rotates a 3D point around a segment (the axis). |
  | RotatePoint3D_AroundSegment(FilNet.Point3D, FilNet.Segment3D, float, bool, FilNet.Point3D, FilNet.Matrix) | Rotates a 3D point around a segment (the axis). |
  | RotatePoint3D_AroundSegment(FilNet.Point3D, FilNet.Segment3D, float, bool, FilNet.Point3D, NullableRef<FilNet.Matrix>) | Rotates a 3D point around a segment (the axis). |
  | RotatePoint3D(FilNet.Point3D, FilNet.Line3D, float, bool, FilNet.Point3D) | Rotates a 3D point around an axis in 3D. |
  | RotatePoint3D(FilNet.Point3D, FilNet.Line3D, float, bool, FilNet.Point3D, FilNet.Matrix) | Rotates a 3D point around an axis in 3D. |
  | RotatePoint3D(FilNet.Point3D, FilNet.Line3D, float, bool, FilNet.Point3D, NullableRef<FilNet.Matrix>) | Rotates a 3D point around an axis in 3D. |
  | RotatePointArray(IList<FilNet.Point2D>, float, bool, IList<FilNet.Point2D>) | Rotates an array of points clockwise around a center point. |
  | RotatePointArray(IList<FilNet.Point2D>, FilNet.Point2D?, float, bool, IList<FilNet.Point2D>) | Rotates an array of points clockwise around a center point. |
  | RotatePoint(FilNet.Point2D, FilNet.Point2D, float, bool, FilNet.Point2D) | Rotates a point clockwise around a center point. |
  | RotateProfile(FilNet.Profile, int, FilNet.Profile) | Moves the last element ahead of the first one (inShift times). |
  | RotateRectangle(FilNet.Rectangle2D, float, bool, FilNet.Rectangle2D) | Rotates a rectangle clockwise around a center point. |
  | RotateRectangle(FilNet.Rectangle2D, FilNet.Point2D?, float, bool, FilNet.Rectangle2D) | Rotates a rectangle clockwise around a center point. |
  | RotateRegion(FilNet.Region, float, bool, FilNet.RotationSizeMode, int?, int?, FilNet.Region) | Rotates a region around a specified point. |
  | RotateRegion(FilNet.Region, FilNet.Point2D?, float, bool, FilNet.RotationSizeMode, int?, int?, FilNet.Region) | Rotates a region around a specified point. |
  | RotateRegion(FilNet.Region, FilNet.Point2D?, float, bool, FilNet.RotationSizeMode, int?, int?, FilNet.Region, FilNet.CoordinateSystem2D) | Rotates a region around a specified point. |
  | RotateRegion(FilNet.Region, FilNet.Point2D?, float, bool, FilNet.RotationSizeMode, int?, int?, FilNet.Region, NullableValue<FilNet.CoordinateSystem2D>) | Rotates a region around a specified point. |
  | RotateSegment3D_AroundSegment(FilNet.Segment3D, FilNet.Segment3D, float, bool, FilNet.Segment3D) | Rotates a segment in 3D around a segment (the axis) in 3D. |
  | RotateSegment3D(FilNet.Segment3D, FilNet.Line3D, float, bool, FilNet.Segment3D) | Rotates a segment in 3D around an axis in 3D. |
  | RotateSegment(FilNet.Segment2D, float, bool, FilNet.Segment2D) | Rotates a segment clockwise around a center point. |
  | RotateSegment(FilNet.Segment2D, FilNet.Point2D?, float, bool, FilNet.Segment2D) | Rotates a segment clockwise around a center point. |
  | RotateVector3D(FilNet.Vector3D, FilNet.Vector3D, float, bool, FilNet.Vector3D) | Rotates a 3D vector around another 3D vector (the axis). |
  | RotateVector(FilNet.Vector2D, float, bool, FilNet.Vector2D) | Rotates a vector clockwise. |
  | SaveAnyCameraModel(FilNet.AnyCameraModel, string) | Saves serialized AnyCameraModel object as FIDATA file. |
  | SaveEdgeModel2(FilNet.EdgeModel2, string) | Saves serialized template matching EdgeModel2 object as FIDATA file. |
  | SaveEdgeModel(FilNet.EdgeModel, string) | Saves serialized template matching EdgeModel object as FIDATA file. |
  | SaveGrayModel2(FilNet.GrayModel2, string) | Saves serialized template matching GrayModel2 object as FIDATA file. |
  | SaveGrayModel(FilNet.GrayModel, string) | Saves serialized template matching GrayModel object as FIDATA file. |
  | SaveHistogram(FilNet.Histogram, string) | Saves serialized Histogram object as FIDATA file. |
  | SaveImageObject(FilNet.Image, string) | Saves serialized Image object as FIDATA file. |
  | SaveImageToBuffer(FilNet.Image, FilNet.ImageFileFormat, FilNet.ByteBuffer) | Saves an image to a file stored in ByteBuffer. |
  | SaveImageToJpeg_Asynchronous(FilNet.SaveImageState, int, FilNet.Image, string, bool) | Saves an image to a JPEG file in the background thread. |
  | SaveImageToJpeg_Asynchronous(FilNet.SaveImageState, int, FilNet.Image, string, int?, bool) | Saves an image to a JPEG file in the background thread. |
  | SaveImageToJpeg(FilNet.Image, string, bool) | Saves an image to a JPEG file. |
  | SaveImageToJpeg(FilNet.Image, string, int?, bool) | Saves an image to a JPEG file. |
  | SaveImageToPng_Asynchronous(FilNet.SaveImageState, int, FilNet.Image, string, bool) | Saves an image to a PNG file in the background thread. |
  | SaveImageToPng_Asynchronous(FilNet.SaveImageState, int, FilNet.Image, string, int?, bool) | Saves an image to a PNG file in the background thread. |
  | SaveImageToPng(FilNet.Image, string, bool) | Saves an image to a PNG file. |
  | SaveImageToPng(FilNet.Image, string, int?, bool) | Saves an image to a PNG file. |
  | SaveImageToTiff_Asynchronous(FilNet.SaveImageState, int, FilNet.Image, string, bool) | Saves an image to a TIFF file in the background thread. |
  | SaveImageToTiff_Asynchronous(FilNet.SaveImageState, int, FilNet.Image, string, FilNet.TiffImageCompressionScheme?, int?, bool) | Saves an image to a TIFF file in the background thread. |
  | SaveImageToTiff(FilNet.Image, string, bool) | Saves an image to a TIFF file. |
  | SaveImageToTiff(FilNet.Image, string, FilNet.TiffImageCompressionScheme?, int?, bool) | Saves an image to a TIFF file. |
  | SaveImage_Asynchronous(FilNet.SaveImageState, int, FilNet.Image, string, bool) | Saves an image to a file in the background thread. |
  | SaveImage_Asynchronous(FilNet.SaveImageState, int, FilNet.Image, FilNet.ImageFileFormat?, string, bool) | Saves an image to a file in the background thread. |
  | SaveImage(FilNet.Image, string) | Saves an image to a file. |
  | SaveImage(FilNet.Image, FilNet.ImageFileFormat?, string) | Saves an image to a file. |
  | SaveImage(FilNet.Image, FilNet.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(FilNet.OcrMlpModel, string) | Saves serialized OcrMlpModel object as FIDATA file. |
  | SaveOcrModel(FilNet.OcrModel, string) | Saves serialized OcrMlpModel object as FIDATA file. |
  | SaveOcrSvmModel(FilNet.OcrSvmModel, string) | Saves serialized OcrSvmModel object as FIDATA file. |
  | SavePath(FilNet.Path, string) | Saves serialized Path object as FIDATA file. |
  | SavePoint3DGridObject(FilNet.Point3DGrid, string) | Serializes a profile to an FIDATA file. |
  | SavePoint3DGrid(string, FilNet.Point3DGrid, FilNet.Point3DFileFormat, FilNet.StreamMode) | Saves Point3DGrid in to file in one of the supported formats. |
  | SaveProfile(FilNet.Profile, string) | Serializes a profile to an FIDATA file. |
  | SaveRectificationMap(FilNet.RectificationMap, string) | Saves serialized RectificationMap object as FIDATA file. |
  | SaveRectificationTransform(FilNet.RectificationTransform, string) | Saves serialized RectificationTransform object as FIDATA file. |
  | SaveRegion(FilNet.Region, string) | Saves a serialized region object to an FIDATA file. |
  | SaveSpatialMap(FilNet.SpatialMap, string) | Serializes a SpatialMap object to an FIDATA file. |
  | SaveSurface(FilNet.Surface, string) | Serializes a surface to an FIDATA file. |
  | ScanExactlyNEdges3D_Direct(FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceEdge1D>>) | Locates a specified number of the strongest changes of surface height along a given path. |
  | ScanExactlyNEdges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceEdge1D>>) | Locates a specified number of the strongest changes of surface height along a given path. |
  | ScanExactlyNEdges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceEdge1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of the strongest changes of surface height along a given path. |
  | ScanExactlyNEdges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceEdge1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates a specified number of the strongest changes of surface height along a given path. |
  | ScanExactlyNEdges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceEdge1D>>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of the strongest changes of surface height along a given path. |
  | ScanExactlyNEdges3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceEdge1D>>) | Locates a specified number of the strongest changes of surface height along a given path. |
  | ScanExactlyNEdges3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceEdge1D>>) | Locates a specified number of the strongest changes of surface height along a given path. |
  | ScanExactlyNEdges3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceEdge1D>>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of the strongest changes of surface height along a given path. |
  | ScanExactlyNEdges3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceEdge1D>>, FilNet.Profile, FilNet.Profile) | Locates a specified number of the strongest changes of surface height along a given path. |
  | ScanExactlyNEdges_Direct(FilNet.Image, FilNet.Path, int, FilNet.SamplingParams, FilNet.EdgeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path (without a scan map). |
  | ScanExactlyNEdges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path (without a scan map). |
  | ScanExactlyNEdges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path (without a scan map). |
  | ScanExactlyNEdges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path (without a scan map). |
  | ScanExactlyNEdges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path (without a scan map). |
  | ScanExactlyNEdges(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path. |
  | ScanExactlyNEdges(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path. |
  | ScanExactlyNEdges(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path. |
  | ScanExactlyNEdges(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, FilNet.Profile, FilNet.Profile) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path. |
  | ScanExactlyNRidges3D_Direct(FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceRidge1D>>) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | ScanExactlyNRidges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceRidge1D>>) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | ScanExactlyNRidges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceRidge1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | ScanExactlyNRidges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceRidge1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | ScanExactlyNRidges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceRidge1D>>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | ScanExactlyNRidges3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceRidge1D>>) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | ScanExactlyNRidges3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceRidge1D>>) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | ScanExactlyNRidges3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceRidge1D>>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | ScanExactlyNRidges3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceRidge1D>>, FilNet.Profile, FilNet.Profile) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | ScanExactlyNRidges_Direct(FilNet.Image, FilNet.Path, int, FilNet.SamplingParams, FilNet.RidgeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of the strongest dark or bright pixel peak along a given path (without a scan map). |
  | ScanExactlyNRidges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of the strongest dark or bright pixel peak along a given path (without a scan map). |
  | ScanExactlyNRidges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of the strongest dark or bright pixel peak along a given path (without a scan map). |
  | ScanExactlyNRidges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates a specified number of the strongest dark or bright pixel peak along a given path (without a scan map). |
  | ScanExactlyNRidges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of the strongest dark or bright pixel peak along a given path (without a scan map). |
  | ScanExactlyNRidges(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of the strongest dark or bright pixel peak along a given path. |
  | ScanExactlyNRidges(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of the strongest dark or bright pixel peak along a given path. |
  | ScanExactlyNRidges(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of the strongest dark or bright pixel peak along a given path. |
  | ScanExactlyNRidges(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, FilNet.Profile, FilNet.Profile) | Locates a specified number of the strongest dark or bright pixel peak along a given path. |
  | ScanExactlyNStripes3D_Direct(FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceStripe1D>>) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | ScanExactlyNStripes3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceStripe1D>>) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | ScanExactlyNStripes3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceStripe1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | ScanExactlyNStripes3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceStripe1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | ScanExactlyNStripes3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceStripe1D>>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | ScanExactlyNStripes3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceStripe1D>>) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | ScanExactlyNStripes3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceStripe1D>>) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | ScanExactlyNStripes3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceStripe1D>>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | ScanExactlyNStripes3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, int?, INullable<List<FilNet.SurfaceStripe1D>>, FilNet.Profile, FilNet.Profile) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | ScanExactlyNStripes_Direct(FilNet.Image, FilNet.Path, int, FilNet.SamplingParams, FilNet.StripeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of multiple pairs of opposite edges across a given path (without a scan map). |
  | ScanExactlyNStripes_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of multiple pairs of opposite edges across a given path (without a scan map). |
  | ScanExactlyNStripes_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of multiple pairs of opposite edges across a given path (without a scan map). |
  | ScanExactlyNStripes_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of opposite edges across a given path (without a scan map). |
  | ScanExactlyNStripes_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of opposite edges across a given path (without a scan map). |
  | ScanExactlyNStripes(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of multiple pairs of opposite edges across a given path. |
  | ScanExactlyNStripes(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>) | Locates a specified number of multiple pairs of opposite edges across a given path. |
  | ScanExactlyNStripes(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates a specified number of multiple pairs of opposite edges across a given path. |
  | ScanExactlyNStripes(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, FilNet.Profile, FilNet.Profile) | Locates a specified number of multiple pairs of opposite edges across a given path. |
  | ScanMultipleEdges3D_Direct(FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, IList<FilNet.SurfaceEdge1D>) | Locates multiple changes of surface height along a given path. |
  | ScanMultipleEdges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceEdge1D>) | Locates multiple changes of surface height along a given path. |
  | ScanMultipleEdges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceEdge1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple changes of surface height along a given path. |
  | ScanMultipleEdges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceEdge1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates multiple changes of surface height along a given path. |
  | ScanMultipleEdges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceEdge1D>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple changes of surface height along a given path. |
  | ScanMultipleEdges3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, float, IList<FilNet.SurfaceEdge1D>) | Locates multiple changes of surface height along a given path. |
  | ScanMultipleEdges3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceEdge1D>) | Locates multiple changes of surface height along a given path. |
  | ScanMultipleEdges3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceEdge1D>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple changes of surface height along a given path. |
  | ScanMultipleEdges3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceEdge1D>, FilNet.Profile, FilNet.Profile) | Locates multiple changes of surface height along a given path. |
  | ScanMultipleEdges_Direct(FilNet.Image, FilNet.Path, int, FilNet.SamplingParams, FilNet.EdgeScanParams, float, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>) | Locates multiple transitions between dark and bright pixels along a given path (without a scan map). |
  | ScanMultipleEdges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>) | Locates multiple transitions between dark and bright pixels along a given path (without a scan map). |
  | ScanMultipleEdges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple transitions between dark and bright pixels along a given path (without a scan map). |
  | ScanMultipleEdges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates multiple transitions between dark and bright pixels along a given path (without a scan map). |
  | ScanMultipleEdges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple transitions between dark and bright pixels along a given path (without a scan map). |
  | ScanMultipleEdges(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, float, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>) | Locates multiple transitions between dark and bright pixels along a given path. |
  | ScanMultipleEdges(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>) | Locates multiple transitions between dark and bright pixels along a given path. |
  | ScanMultipleEdges(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple transitions between dark and bright pixels along a given path. |
  | ScanMultipleEdges(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, FilNet.Profile, FilNet.Profile) | Locates multiple transitions between dark and bright pixels along a given path. |
  | ScanMultipleRidges3D_Direct(FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, IList<FilNet.SurfaceRidge1D>) | Locates multiple high or low peaks of surface height along a given path. |
  | ScanMultipleRidges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceRidge1D>) | Locates multiple high or low peaks of surface height along a given path. |
  | ScanMultipleRidges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceRidge1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple high or low peaks of surface height along a given path. |
  | ScanMultipleRidges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceRidge1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates multiple high or low peaks of surface height along a given path. |
  | ScanMultipleRidges3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceRidge1D>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple high or low peaks of surface height along a given path. |
  | ScanMultipleRidges3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, float, IList<FilNet.SurfaceRidge1D>) | Locates multiple high or low peaks of surface height along a given path. |
  | ScanMultipleRidges3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceRidge1D>) | Locates multiple high or low peaks of surface height along a given path. |
  | ScanMultipleRidges3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceRidge1D>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple high or low peaks of surface height along a given path. |
  | ScanMultipleRidges3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceRidge1D>, FilNet.Profile, FilNet.Profile) | Locates multiple high or low peaks of surface height along a given path. |
  | ScanMultipleRidges_Direct(FilNet.Image, FilNet.Path, int, FilNet.SamplingParams, FilNet.RidgeScanParams, float, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>) | Locates multiple dark or bright pixel peaks along a given path (without a scan map). |
  | ScanMultipleRidges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>) | Locates multiple dark or bright pixel peaks along a given path (without a scan map). |
  | ScanMultipleRidges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple dark or bright pixel peaks along a given path (without a scan map). |
  | ScanMultipleRidges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates multiple dark or bright pixel peaks along a given path (without a scan map). |
  | ScanMultipleRidges_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple dark or bright pixel peaks along a given path (without a scan map). |
  | ScanMultipleRidges(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, float, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>) | Locates multiple dark or bright pixel peaks along a given path. |
  | ScanMultipleRidges(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>) | Locates multiple dark or bright pixel peaks along a given path. |
  | ScanMultipleRidges(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple dark or bright pixel peaks along a given path. |
  | ScanMultipleRidges(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, FilNet.Profile, FilNet.Profile) | Locates multiple dark or bright pixel peaks along a given path. |
  | ScanMultipleStripes3D_Direct(FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, IList<FilNet.SurfaceStripe1D>) | Locates multiple pairs of changes of surface height along a given path. |
  | ScanMultipleStripes3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceStripe1D>) | Locates multiple pairs of changes of surface height along a given path. |
  | ScanMultipleStripes3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple pairs of changes of surface height along a given path. |
  | ScanMultipleStripes3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates multiple pairs of changes of surface height along a given path. |
  | ScanMultipleStripes3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceStripe1D>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple pairs of changes of surface height along a given path. |
  | ScanMultipleStripes3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, float, IList<FilNet.SurfaceStripe1D>) | Locates multiple pairs of changes of surface height along a given path. |
  | ScanMultipleStripes3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceStripe1D>) | Locates multiple pairs of changes of surface height along a given path. |
  | ScanMultipleStripes3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple pairs of changes of surface height along a given path. |
  | ScanMultipleStripes3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceStripe1D>, FilNet.Profile, FilNet.Profile) | Locates multiple pairs of changes of surface height along a given path. |
  | ScanMultipleStripes_Direct(FilNet.Image, FilNet.Path, int, FilNet.SamplingParams, FilNet.StripeScanParams, float, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>) | Locates multiple pairs of edges across a given path (without a scan map). |
  | ScanMultipleStripes_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>) | Locates multiple pairs of edges across a given path (without a scan map). |
  | ScanMultipleStripes_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple pairs of edges across a given path (without a scan map). |
  | ScanMultipleStripes_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates multiple pairs of edges across a given path (without a scan map). |
  | ScanMultipleStripes_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple pairs of edges across a given path (without a scan map). |
  | ScanMultipleStripes(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, float, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>) | Locates multiple pairs of edges across a given path. |
  | ScanMultipleStripes(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>) | Locates multiple pairs of edges across a given path. |
  | ScanMultipleStripes(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates multiple pairs of edges across a given path. |
  | ScanMultipleStripes(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, FilNet.Profile, FilNet.Profile) | Locates multiple pairs of edges across a given path. |
  | ScanSingleEdge3D_Direct(FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.SurfaceEdge1D?) | Locates the strongest change of surface height along a given path. |
  | ScanSingleEdge3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceEdge1D?) | Locates the strongest change of surface height along a given path. |
  | ScanSingleEdge3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceEdge1D?, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest change of surface height along a given path. |
  | ScanSingleEdge3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceEdge1D?, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates the strongest change of surface height along a given path. |
  | ScanSingleEdge3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceEdge1D?, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest change of surface height along a given path. |
  | ScanSingleEdge3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.SurfaceEdge1D?) | Locates the strongest change of surface height along a given path. |
  | ScanSingleEdge3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceEdge1D?) | Locates the strongest change of surface height along a given path. |
  | ScanSingleEdge3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceEdge1D?, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest change of surface height along a given path. |
  | ScanSingleEdge3D(FilNet.Surface, FilNet.ScanMap, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceEdge1D?, FilNet.Profile, FilNet.Profile) | Locates the strongest change of surface height along a given path. |
  | ScanSingleEdge_Direct(FilNet.Image, FilNet.Path, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.Edge1D?) | Locates the strongest transition between dark and bright pixels along a given path (without a scan map). |
  | ScanSingleEdge_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?) | Locates the strongest transition between dark and bright pixels along a given path (without a scan map). |
  | ScanSingleEdge_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest transition between dark and bright pixels along a given path (without a scan map). |
  | ScanSingleEdge_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates the strongest transition between dark and bright pixels along a given path (without a scan map). |
  | ScanSingleEdge_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest transition between dark and bright pixels along a given path (without a scan map). |
  | ScanSingleEdge(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.Edge1D?) | Locates the strongest transition between dark and bright pixels along a given path. |
  | ScanSingleEdge(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?) | Locates the strongest transition between dark and bright pixels along a given path. |
  | ScanSingleEdge(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest transition between dark and bright pixels along a given path. |
  | ScanSingleEdge(FilNet.Image, FilNet.ScanMap, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?, FilNet.Profile, FilNet.Profile) | Locates the strongest transition between dark and bright pixels along a given path. |
  | ScanSingleRidge3D_Direct(FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.SurfaceRidge1D?) | Locates the strongest high or low peak of surface height along a given path. |
  | ScanSingleRidge3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceRidge1D?) | Locates the strongest high or low peak of surface height along a given path. |
  | ScanSingleRidge3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceRidge1D?, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest high or low peak of surface height along a given path. |
  | ScanSingleRidge3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceRidge1D?, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates the strongest high or low peak of surface height along a given path. |
  | ScanSingleRidge3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceRidge1D?, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest high or low peak of surface height along a given path. |
  | ScanSingleRidge3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.SurfaceRidge1D?) | Locates the strongest high or low peak of surface height along a given path. |
  | ScanSingleRidge3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceRidge1D?) | Locates the strongest high or low peak of surface height along a given path. |
  | ScanSingleRidge3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceRidge1D?, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest high or low peak of surface height along a given path. |
  | ScanSingleRidge3D(FilNet.Surface, FilNet.ScanMap, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceRidge1D?, FilNet.Profile, FilNet.Profile) | Locates the strongest high or low peak of surface height along a given path. |
  | ScanSingleRidge_Direct(FilNet.Image, FilNet.Path, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.Ridge1D?) | Locates the strongest dark or bright pixel peak along a given path (without a scan map). |
  | ScanSingleRidge_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?) | Locates the strongest dark or bright pixel peak along a given path (without a scan map). |
  | ScanSingleRidge_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest dark or bright pixel peak along a given path (without a scan map). |
  | ScanSingleRidge_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates the strongest dark or bright pixel peak along a given path (without a scan map). |
  | ScanSingleRidge_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest dark or bright pixel peak along a given path (without a scan map). |
  | ScanSingleRidge(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.Ridge1D?) | Locates the strongest dark or bright pixel peak along a given path. |
  | ScanSingleRidge(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?) | Locates the strongest dark or bright pixel peak along a given path. |
  | ScanSingleRidge(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest dark or bright pixel peak along a given path. |
  | ScanSingleRidge(FilNet.Image, FilNet.ScanMap, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?, FilNet.Profile, FilNet.Profile) | Locates the strongest dark or bright pixel peak along a given path. |
  | ScanSingleStripe3D_Direct(FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, INullable<FilNet.SurfaceStripe1D>) | Locates the strongest pair of changes of surface height along a given path. |
  | ScanSingleStripe3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, INullable<FilNet.SurfaceStripe1D>) | Locates the strongest pair of changes of surface height along a given path. |
  | ScanSingleStripe3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, INullable<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest pair of changes of surface height along a given path. |
  | ScanSingleStripe3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, INullable<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates the strongest pair of changes of surface height along a given path. |
  | ScanSingleStripe3D_Direct(FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, INullable<FilNet.SurfaceStripe1D>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest pair of changes of surface height along a given path. |
  | ScanSingleStripe3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, FilNet.Selection, INullable<FilNet.SurfaceStripe1D>) | Locates the strongest pair of changes of surface height along a given path. |
  | ScanSingleStripe3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, INullable<FilNet.SurfaceStripe1D>) | Locates the strongest pair of changes of surface height along a given path. |
  | ScanSingleStripe3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, INullable<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest pair of changes of surface height along a given path. |
  | ScanSingleStripe3D(FilNet.Surface, FilNet.ScanMap, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, INullable<FilNet.SurfaceStripe1D>, FilNet.Profile, FilNet.Profile) | Locates the strongest pair of changes of surface height along a given path. |
  | ScanSingleStripe_Direct(FilNet.Image, FilNet.Path, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, INullable<FilNet.Stripe1D>) | Locates the strongest pair of edges across a given path (without a scan map). |
  | ScanSingleStripe_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>) | Locates the strongest pair of edges across a given path (without a scan map). |
  | ScanSingleStripe_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest pair of edges across a given path (without a scan map). |
  | ScanSingleStripe_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>, NullableRef<FilNet.Path>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>, IList<FilNet.Path>, float) | Locates the strongest pair of edges across a given path (without a scan map). |
  | ScanSingleStripe_Direct(FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.SamplingParams, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>, FilNet.Path, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest pair of edges across a given path (without a scan map). |
  | ScanSingleStripe(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, FilNet.Selection, INullable<FilNet.Stripe1D>) | Locates the strongest pair of edges across a given path. |
  | ScanSingleStripe(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>) | Locates the strongest pair of edges across a given path. |
  | ScanSingleStripe(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>, NullableRef<FilNet.Profile>, NullableRef<FilNet.Profile>) | Locates the strongest pair of edges across a given path. |
  | ScanSingleStripe(FilNet.Image, FilNet.ScanMap, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>, FilNet.Profile, FilNet.Profile) | Locates the strongest pair of edges across a given path. |
  | Segment2DToLine2D(FilNet.Segment2D, FilNet.Line2D) | Converts a segment to a line. |
  | Segment2DToPath(FilNet.Segment2D, FilNet.Path) | Converts a segment to a path. |
  | Segment2DToSegment3D_AxesPlane(FilNet.Segment2D, FilNet.PlaneType, float, FilNet.Segment3D) | Projects a 2D segment onto a plane defined by 3D coordinate axes. |
  | Segment2DToSegment3D_AxesPlane(FilNet.Segment2D, FilNet.PlaneType, float, FilNet.Segment3D, NullableValue<FilNet.Plane3D>) | Projects a 2D segment onto a plane defined by 3D coordinate axes. |
  | Segment2DToSegment3D_AxesPlane(FilNet.Segment2D, FilNet.PlaneType, float, FilNet.Segment3D, FilNet.Plane3D) | Projects a 2D segment onto a plane defined by 3D coordinate axes. |
  | Segment2DToSegment3D(FilNet.Segment2D, FilNet.Segment3D) | Converts a segment in 2D to a segment in 3D. |
  | Segment3DBisector(FilNet.Segment3D, FilNet.Plane3D) | Computes a plane passing through the center of a segment in 3D at a right angle. |
  | Segment3DBoundingBox(FilNet.Segment3D, FilNet.Box3D) | Computes the smallest box in 3D containing a segment in 3D. |
  | Segment3DCenter(FilNet.Segment3D, FilNet.Point3D) | Computes the center point of a segment in 3D. |
  | Segment3DLength(FilNet.Segment3D, float) | Computes the length of a segment in 3D. |
  | Segment3DLine(FilNet.Segment3D, FilNet.Line3D) | Computes the line in 3D passing through a segment. |
  | Segment3DToLine3D(FilNet.Segment3D, FilNet.Line3D) | Converts a segment in 3D to a line in 3D. |
  | Segment3DToPath(FilNet.Segment3D, FilNet.Path) | Converts a segment in 3D to a path in 2D by ignoring its Z coordinates. |
  | Segment3DToSegment2D_AxesPlane(FilNet.Segment3D, FilNet.PlaneType, FilNet.Segment2D) | Projects a 3D segment onto a plane defined by coordinate axes. |
  | Segment3DToSegment2D_AxesPlane(FilNet.Segment3D, FilNet.PlaneType, FilNet.Segment2D, NullableValue<FilNet.Plane3D>) | Projects a 3D segment onto a plane defined by coordinate axes. |
  | Segment3DToSegment2D_AxesPlane(FilNet.Segment3D, FilNet.PlaneType, FilNet.Segment2D, FilNet.Plane3D) | Projects a 3D segment onto a plane defined by coordinate axes. |
  | Segment3DToSegment2D(FilNet.Segment3D, FilNet.Segment2D) | Converts a segment in 3D to a segment in 2D by ignoring its Z coordinates. |
  | Segment3DVector(FilNet.Segment3D, FilNet.Vector3D) | Returns the vector [x2 - x1, y2 - y1, z2 - z1]. |
  | SegmentArcIntersection(FilNet.Segment2D, FilNet.Arc2D, FilNet.Point2D?, FilNet.Point2D?) | Computes the common points of an arc and a segment. |
  | SegmentArrayIntersections(IList<FilNet.Segment2D>, IList<FilNet.Point2D>, IList<int>, IList<int>, IList<FilNet.Segment2D>, IList<int>, IList<int>) | Computes a common points or segment of any segments from the set. |
  | SegmentBisector(FilNet.Segment2D, FilNet.Line2D) | Computes a line passing through the center of a segment at a right angle. |
  | SegmentCenter(FilNet.Segment2D, FilNet.Point2D) | Computes the center point of a segment. |
  | SegmentCircleIntersection(FilNet.Segment2D, FilNet.Circle2D, FilNet.Point2D?, FilNet.Point2D?) | Computes the common points of a circle and a segment. |
  | SegmentImage_Color(FilNet.Image, IList<FilNet.Pixel>, float, float, bool, IList<FilNet.Region>) | Segments an image basing on distance to model colors. |
  | SegmentImage_Color(FilNet.Image, NullableRef<FilNet.Region>, IList<FilNet.Pixel>, float, NullableRef<IList<float>>, float, bool, IList<FilNet.Region>) | Segments an image basing on distance to model colors. |
  | SegmentImage_Edges(FilNet.Image, int, float, float, float, float, int, bool, int, IList<FilNet.Region>) | Segments an image into blobs using image edges as their borders. |
  | SegmentImage_Edges(FilNet.Image, NullableRef<FilNet.Region>, int, float, float, float, float, int, int?, bool, int, IList<FilNet.Region>) | Segments an image into blobs using image edges as their borders. |
  | SegmentImage_Edges(FilNet.Image, NullableRef<FilNet.Region>, int, float, float, float, float, int, int?, bool, int, IList<FilNet.Region>, NullableRef<List<int>>) | Segments an image into blobs using image edges as their borders. |
  | SegmentImage_Edges(FilNet.Image, NullableRef<FilNet.Region>, int, float, float, float, float, int, int?, bool, int, IList<FilNet.Region>, NullableRef<List<int>>, FilNet.Region) | Segments an image into blobs using image edges as their borders. |
  | SegmentImage_Gray_Linear(FilNet.Image, FilNet.BlobMergingMethod, FilNet.RegionConnectivity, int, int, int, bool, int, IList<FilNet.Region>) | Segments an image into blobs examining differences between pixels values. |
  | SegmentImage_Gray_Linear(FilNet.Image, NullableRef<FilNet.Region>, FilNet.BlobMergingMethod, FilNet.RegionConnectivity, int, int, int, bool, int, int?, IList<FilNet.Region>) | Segments an image into blobs examining differences between pixels values. |
  | SegmentImage_Gray_Tiled(FilNet.Image, FilNet.BlobMergingMethod, FilNet.RegionConnectivity, int, int, bool, bool, int, IList<FilNet.Region>) | Segments an image into blobs examining differences between pixels values, first pass is tiled. |
  | SegmentImage_Gray_Tiled(FilNet.Image, NullableRef<FilNet.Region>, FilNet.BlobMergingMethod, FilNet.RegionConnectivity, int, int, bool, bool, int, int?, IList<FilNet.Region>) | Segments an image into blobs examining differences between pixels values, first pass is tiled. |
  | SegmentImage_Gray(FilNet.Image, float, FilNet.BlobsDifferenceMeasure, int, IList<FilNet.Region>) | Segments an image into blobs examining differences between neighbouring pixels values. |
  | SegmentImage_Gray(FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.BlobsDifferenceMeasure, int, int?, IList<FilNet.Region>) | Segments an image into blobs examining differences between neighbouring pixels values. |
  | SegmentImage_Watersheds(FilNet.Image, IList<FilNet.Region>, FilNet.Polarity, IList<FilNet.Region>) | Computes dark or bright watershed basins of an image. |
  | SegmentImage_Watersheds(FilNet.Image, NullableRef<FilNet.Region>, IList<FilNet.Region>, FilNet.Polarity, IList<FilNet.Region>) | Computes dark or bright watershed basins of an image. |
  | SegmentLength(FilNet.Segment2D, float) | Computes the length of a segment. |
  | SegmentLine(FilNet.Segment2D, FilNet.Line2D) | Computes the line passing through a segment. |
  | SegmentNormalVector(FilNet.Segment2D, bool, FilNet.Vector2D) | Computes an unitary vector perpendicular to the segment. |
  | SegmentOrientation(FilNet.Segment2D, FilNet.AngleRange, float) | Computes the orientation of a segment. |
  | SegmentPath(FilNet.Path, float, float, FilNet.PathSegmentationMode, IList<FilNet.Path>, IList<FilNet.Path>, IList<FilNet.Segment2D>, IList<FilNet.Arc2D>) | Splits a path into parts that can be approximated as segments or arcs. |
  | SegmentPath(FilNet.Path, float, float, FilNet.PathSegmentationMode, float?, IList<FilNet.Path>, IList<FilNet.Path>, IList<FilNet.Segment2D>, IList<FilNet.Arc2D>) | Splits a path into parts that can be approximated as segments or arcs. |
  | SegmentPlaneIntersection3D(FilNet.Segment3D, FilNet.Plane3D, FilNet.Point3D?) | Computes the intersection point of a segment in 3D and a plane. |
  | SegmentPoint3DGrid_PlanarCells(FilNet.Point3DGrid, float, double, IList<List<FilNet.Point3D>>) | Computes a list of planar cells of a point cloud |
  | SegmentPoint3DGrid_PlanarCells(FilNet.Point3DGrid, float, double, IList<List<FilNet.Point3D>>, IList<FilNet.Segment3D>, IList<FilNet.Box3D>) | Computes a list of planar cells of a point cloud |
  | SegmentPoint3DGrid_Planes(FilNet.Point3DGrid, float, double, int, float, float, IList<List<FilNet.Point3D>>, IList<FilNet.Plane3D>) | Segments a point cloud into planes. |
  | SegmentPoint3DGrid_Planes(FilNet.Point3DGrid, float, double, int, float, float, IList<List<FilNet.Point3D>>, IList<FilNet.Plane3D>, IList<List<FilNet.Point3D>>) | Segments a point cloud into planes. |
  | Segments2DToSegments3D_AxesPlane(IList<FilNet.Segment2D>, FilNet.PlaneType, float, IList<FilNet.Segment3D>) | Projects an array of 2D segments onto a plane defined by 3D coordinate axes. |
  | Segments2DToSegments3D_AxesPlane(IList<FilNet.Segment2D>, FilNet.PlaneType, float, IList<FilNet.Segment3D>, NullableValue<FilNet.Plane3D>) | Projects an array of 2D segments onto a plane defined by 3D coordinate axes. |
  | Segments2DToSegments3D_AxesPlane(IList<FilNet.Segment2D>, FilNet.PlaneType, float, IList<FilNet.Segment3D>, FilNet.Plane3D) | Projects an array of 2D segments onto a plane defined by 3D coordinate axes. |
  | Segments3DToSegments2D_AxesPlane(IList<FilNet.Segment3D>, FilNet.PlaneType, IList<FilNet.Segment2D>) | Projects an array of 3D segments onto a plane defined by coordinate axes. |
  | Segments3DToSegments2D_AxesPlane(IList<FilNet.Segment3D>, FilNet.PlaneType, IList<FilNet.Segment2D>, NullableValue<FilNet.Plane3D>) | Projects an array of 3D segments onto a plane defined by coordinate axes. |
  | Segments3DToSegments2D_AxesPlane(IList<FilNet.Segment3D>, FilNet.PlaneType, IList<FilNet.Segment2D>, FilNet.Plane3D) | Projects an array of 3D segments onto a plane defined by coordinate axes. |
  | SegmentSegmentIntersection(FilNet.Segment2D, FilNet.Segment2D, FilNet.Point2D?) | Computes a common point of two segments. |
  | SegmentSurface_PlanarCells(FilNet.Surface, int, double, float, IList<FilNet.Region>) | Computes a list of planar cells of a surface |
  | SegmentSurface_PlanarCells(FilNet.Surface, NullableRef<FilNet.Region>, int, int?, double, float, IList<FilNet.Region>) | Computes a list of planar cells of a surface |
  | SegmentSurface_PlanarCells(FilNet.Surface, NullableRef<FilNet.Region>, int, int?, double, float, IList<FilNet.Region>, IList<FilNet.Segment3D>, IList<FilNet.Region>) | Computes a list of planar cells of a surface |
  | SegmentSurface_Planes(FilNet.Surface, int, double, int, double, double, float, int, IList<FilNet.Region>, IList<FilNet.Plane3D>) | Segments a surface into planes. |
  | SegmentSurface_Planes(FilNet.Surface, NullableRef<FilNet.Region>, int, int?, double, int, double, double, float, int, IList<FilNet.Region>, IList<FilNet.Plane3D>) | Segments a surface into planes. |
  | SegmentSurface_Planes(FilNet.Surface, NullableRef<FilNet.Region>, int, int?, double, int, double, double, float, int, IList<FilNet.Region>, IList<FilNet.Plane3D>, IList<FilNet.Region>) | Segments a surface into planes. |
  | SegmentToPlaneDistance3D(FilNet.Segment3D, FilNet.Plane3D, float, float) | Measures the distance between a segment in 3D and a plane. |
  | SegmentToPlaneDistance3D(FilNet.Segment3D, FilNet.Plane3D, float, float, INullable<FilNet.Segment3D>, NullableValue<float>) | Measures the distance between a segment in 3D and a plane. |
  | SegmentToPlaneDistance3D(FilNet.Segment3D, FilNet.Plane3D, float, float, FilNet.Segment3D, float) | Measures the distance between a segment in 3D and a plane. |
  | SegmentToSegmentDistance3D(FilNet.Segment3D, FilNet.Segment3D, float, float) | Measures the distance between two segments in 3D. |
  | SegmentToSegmentDistance3D(FilNet.Segment3D, FilNet.Segment3D, float, float, INullable<FilNet.Segment3D>) | Measures the distance between two segments in 3D. |
  | SegmentToSegmentDistance(FilNet.Segment2D, FilNet.Segment2D, float, float) | Measures the distance between two segments. |
  | SegmentToSegmentDistance(FilNet.Segment2D, FilNet.Segment2D, float, float, NullableValue<FilNet.Segment2D>) | Measures the distance between two segments. |
  | SegmentToSegmentDistance(FilNet.Segment2D, FilNet.Segment2D, float, float, FilNet.Segment2D) | Measures the distance between two segments. |
  | SegmentVector(FilNet.Segment2D, FilNet.Vector2D) | Returns the vector [x2 - x1, y2 - y1]. |
  | SelectChannel(FilNet.Image, int, FilNet.Image) | Creates an image from a single channel of the input image. |
  | SelectChannel(FilNet.Image, NullableRef<FilNet.Region>, int, FilNet.Image) | Creates an image from a single channel of the input image. |
  | SelectClosedPaths(IList<FilNet.Path>, IList<FilNet.Path>) | Selects paths which are closed. |
  | SelectInnerPaths(IList<FilNet.Path>, FilNet.Point2D, float, IList<FilNet.Path>) | Selects paths which are visible from a point. |
  | SelectOpenPaths(IList<FilNet.Path>, IList<FilNet.Path>) | Selects paths which are open. |
  | SelectOuterPaths(IList<FilNet.Path>, FilNet.Point2D, float, IList<FilNet.Path>) | Selects paths which do not obstruct visibility of other paths from a point. |
  | SelectRegions(IList<FilNet.Region>, FilNet.RegionFeature, float?, float?, IList<FilNet.Region>) | Selects regions according to the selected feature and range. |
  | SelectRegions(IList<FilNet.Region>, FilNet.RegionFeature, float?, float?, IList<FilNet.Region>, NullableRef<List<float>>) | Selects regions according to the selected feature and range. |
  | SelectThresholdValue(FilNet.Image, FilNet.ThresholdSelectionMethod, float) | Selects best threshold value using the image histogram. |
  | SelectThresholdValue(FilNet.Image, NullableRef<FilNet.Region>, FilNet.ThresholdSelectionMethod, float) | Selects best threshold value using the image histogram. |
  | SelectThresholdValue(FilNet.Image, NullableRef<FilNet.Region>, FilNet.ThresholdSelectionMethod, float, IList<float>, IList<float>, IList<float>) | Selects best threshold value using the image histogram. |
  | SetHistogramBin(FilNet.Histogram, int, bool, bool, double) | Sets the value of a single histogram bin. |
  | SetHistogramCorrespondingBin(FilNet.Histogram, float, bool, double) | Selects a bin that the given value in the histogram domain falls into and sets the value of this bin. |
  | SetImageColumn(FilNet.Image, int, IList<float>) | Sets pixel values in a single entire column of an image. |
  | SetImageColumn(FilNet.Image, int?, int, IList<float>) | Sets pixel values in a single entire column of an image. |
  | SetImagePixels(FilNet.Image, IList<FilNet.Location>, FilNet.Pixel) | Sets multiple pixels of an image to the selected value (all the pixels get the same value). |
  | SetImagePixel(FilNet.Image, FilNet.Location, FilNet.Pixel) | Sets a pixel of an image to the selected value. |
  | SetImageRow(FilNet.Image, int, IList<float>) | Sets pixel values in a single entire row of an image. |
  | SetImageRow(FilNet.Image, int?, int, IList<float>) | Sets pixel values in a single entire row of an image. |
  | SetMultipleImagePixels(FilNet.Image, IList<FilNet.Location>, IList<FilNet.Pixel>) | Sets pixels of an image to the selected values (each pixel gets another value). |
  | SetParallelComputing(bool, int) | |
  | SetPathCharacteristicPoint(FilNet.Path, int, bool, FilNet.Point2D) | Modifies the value of a selected characteristic point. |
  | SetProfileElement(FilNet.Profile, int, bool, float) | Sets a single element in a profile, located at the specified index. |
  | SetProfileXTransform(FilNet.Profile, float, float) | Sets the offset and the scale of a profile in the X axis. |
  | SetRegionFrame(FilNet.Region, int, int) | Changes the width and the height of a region's frame (but does not rescale the content). |
  | ShapeRegionToRegion(FilNet.ShapeRegion, FilNet.Region) | Converts a shape region to a region with an automatically computed frame. |
  | SharpenImage(FilNet.Image, float, FilNet.KernelShape, int, FilNet.Image) | Enhances contrast of an image so that it appears sharper. |
  | SharpenImage(FilNet.Image, float, FilNet.KernelShape, int, int?, FilNet.Image) | Enhances contrast of an image so that it appears sharper. |
  | ShearImage(FilNet.Image, float, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Image) | Computes a leant image (shifts the rows). |
  | ShearRegion(FilNet.Region, float, FilNet.Axis, FilNet.Region) | Computes a leant region. |
  | ShiftPath(FilNet.Path, float, FilNet.ShiftDirection, FilNet.Path) | Moves every vertex of path along bisector of the angle between incident segments. |
  | ShiftWorldPlane(FilNet.RectificationTransform, double, FilNet.RectificationTransform) | Shifts world plane along its normal vector. |
  | ShrinkImageNTimes(FilNet.Image, int, FilNet.Image) | Shrinks an image by a natural factor along each axis. |
  | ShrinkImageNTimes(FilNet.Image, FilNet.Box?, int, int?, FilNet.Image) | Shrinks an image by a natural factor along each axis. |
  | ShrinkProfileNTimes(FilNet.Profile, int, FilNet.Profile) | Reduces the length of a profile N-times by averaging each N consecutive elements. |
  | ShrinkRegionNTimes(FilNet.Region, int, float, FilNet.Region) | Shrinks a region by a natural factor along each axis. |
  | ShrinkRegionNTimes(FilNet.Region, int, int?, float, FilNet.Region) | Shrinks a region by a natural factor along each axis. |
  | SkeletonizeRegion(FilNet.Region, FilNet.RegionSkeletonMethod, FilNet.Region) | Thins a region to its skeleton. |
  | SkipEmptyBox3D(FilNet.Box3D, INullable<FilNet.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(FilNet.Box, FilNet.Box?, bool) | If the input box has both dimensions different from zero, then it is copied to the output; otherwise Nil is returned. |
  | SkipEmptyDataHistogram(FilNet.Histogram, INullable<FilNet.Histogram>, bool) | If the input histogram contains any non-zero bin, then the histogram is copied to the output; otherwise Nil is returned. |
  | SkipEmptyHistogram(FilNet.Histogram, INullable<FilNet.Histogram>, bool) | If the input histogram contains at least one bin, then it is copied to the output; otherwise Nil is returned. |
  | SkipEmptyImage(FilNet.Image, INullable<FilNet.Image>, bool) | If the input image contains at least one pixel, then it is copied to the output; otherwise Nil is returned. |
  | SkipEmptyPath(FilNet.Path, INullable<FilNet.Path>, bool) | If the input path has at least one point, then it is copied to the output; otherwise Nil is returned. |
  | SkipEmptyPoint3DGrid(FilNet.Point3DGrid, INullable<FilNet.Point3DGrid>, bool) | If the input Point3DGrid has at least one point defined, then it is copied to the output; otherwise Nil is returned. |
  | SkipEmptyProfile(FilNet.Profile, INullable<FilNet.Profile>, bool) | If the input profile contains at least one element, then it is copied to the output; otherwise Nil is returned. |
  | SkipEmptyRegion(FilNet.Region, INullable<FilNet.Region>, bool) | If the input region contains at least one pixel, then it is copied to the output; otherwise Nil is returned. |
  | SkipEmptySurfaceRegion(FilNet.Surface, FilNet.Region, INullable<FilNet.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(FilNet.Surface, INullable<FilNet.Surface>, bool) | If the input Surface has at least one point defined, then it is copied to the output; otherwise Nil is returned. |
  | SkipNotPolygon(FilNet.Path, INullable<FilNet.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(FilNet.Histogram, float, float, bool, FilNet.Histogram) | Smooths a histogram by averaging points within a kernel using gaussian-weighted average. |
  | SmoothHistogram_Gauss(FilNet.Histogram, FilNet.Range?, float, float, bool, FilNet.Histogram) | Smooths a histogram by averaging points within a kernel using gaussian-weighted average. |
  | SmoothHistogram_Mean(FilNet.Histogram, int, bool, FilNet.Histogram) | Smooths a histogram by averaging points within a kernel. |
  | SmoothHistogram_Mean(FilNet.Histogram, FilNet.Range?, int, bool, FilNet.Histogram) | Smooths a histogram by averaging points within a kernel. |
  | SmoothImage_Bilateral(FilNet.Image, float, float, FilNet.BilateralSamplingMethod, int, FilNet.Image) | Smooths an image while preserving sharp edges. |
  | SmoothImage_Bilateral(FilNet.Image, NullableRef<FilNet.Image>, NullableRef<FilNet.Region>, float, float, FilNet.BilateralSamplingMethod, int, FilNet.Image) | Smooths an image while preserving sharp edges. |
  | SmoothImage_Deriche(FilNet.Image, float, FilNet.Image) | Smooths an image using Deriche filter. |
  | SmoothImage_Deriche(FilNet.Image, NullableRef<FilNet.Region>, float, float?, FilNet.Image) | Smooths an image using Deriche filter. |
  | SmoothImage_DirAndPresence(FilNet.Image, int, int, int, FilNet.Image) | Smooths the result of GradientDirAndPresenceImage. |
  | SmoothImage_DirAndPresence(FilNet.Image, int, int?, int, int, FilNet.Image) | Smooths the result of GradientDirAndPresenceImage. |
  | SmoothImage_Gauss_Mask(FilNet.Image, FilNet.GaussKernel, FilNet.Image) | Smooths an image using a predefined gaussian kernel. |
  | SmoothImage_Gauss_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GaussKernel, FilNet.Image) | Smooths an image using a predefined gaussian kernel. |
  | SmoothImage_Gauss(FilNet.Image, float, float, FilNet.Image) | Smooths an image using a gaussian kernel. |
  | SmoothImage_Gauss(FilNet.Image, NullableRef<FilNet.Region>, float, float?, float, FilNet.Image) | Smooths an image using a gaussian kernel. |
  | SmoothImage_Gauss(FilNet.Image, NullableRef<FilNet.Region>, float, float?, float, FilNet.Image, int, int) | Smooths an image using a gaussian kernel. |
  | SmoothImage_Mean_AnyKernel(FilNet.Image, FilNet.Region, FilNet.Image) | Smooths an image by averaging pixels within an arbitrary kernel. |
  | SmoothImage_Mean_AnyKernel(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.Region, FilNet.Location?, FilNet.Image) | Smooths an image by averaging pixels within an arbitrary kernel. |
  | SmoothImage_Mean_Mask(FilNet.Image, FilNet.MeanKernel, FilNet.Image) | Smooths an image by averaging pixels within a small rectangular kernel. |
  | SmoothImage_Mean_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.MeanKernel, FilNet.Image) | Smooths an image by averaging pixels within a small rectangular kernel. |
  | SmoothImage_Mean(FilNet.Image, FilNet.KernelShape, int, FilNet.Image) | Smooths an image by averaging pixels within a rectangular kernel. |
  | SmoothImage_Mean(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image) | Smooths an image by averaging pixels within a rectangular kernel. |
  | SmoothImage_Median_Mask(FilNet.Image, FilNet.Image) | Replaces each pixel with the median of pixels within a 3x3 rectangular kernel (faster). |
  | SmoothImage_Median_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Replaces each pixel with the median of pixels within a 3x3 rectangular kernel (faster). |
  | SmoothImage_Median(FilNet.Image, FilNet.SmoothImageMedianKernel, int, FilNet.Image) | Replaces each pixel with the median of pixels within a kernel. |
  | SmoothImage_Median(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.SmoothImageMedianKernel, int, int?, FilNet.Image) | Replaces each pixel with the median of pixels within a kernel. |
  | SmoothImage_Middle(FilNet.Image, FilNet.KernelShape, int, FilNet.Image) | Replaces each pixel with the average of maximum and minimum calculated within a kernel. |
  | SmoothImage_Middle(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image) | Replaces each pixel with the average of maximum and minimum calculated within a kernel. |
  | SmoothImage_Quantile(FilNet.Image, float, FilNet.SmoothImageMedianKernel, int, FilNet.Image) | Replaces each pixel with a quantile of pixels within a kernel. |
  | SmoothImage_Quantile(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, float, FilNet.SmoothImageMedianKernel, int, int?, FilNet.Image) | Replaces each pixel with a quantile of pixels within a kernel. |
  | SmoothPath_Gauss(FilNet.Path, float, float, FilNet.Path) | Smooths a path by averaging its characteristic points within a kernel using gaussian-weighted average. |
  | SmoothPath_Mean(FilNet.Path, int, FilNet.Path) | Smooths a path by averaging its characteristic points within a kernel. |
  | SmoothProfile_Gauss_Mask(FilNet.Profile, float, FilNet.Profile) | Smooths a profile by averaging points with one of ten pre-computed Gauss kernels. |
  | SmoothProfile_Gauss(FilNet.Profile, float, float, bool, FilNet.Profile) | Smooths a profile by averaging points within a kernel using gaussian-weighted average. |
  | SmoothProfile_Gauss(FilNet.Profile, FilNet.Range?, float, float, bool, FilNet.Profile) | Smooths a profile by averaging points within a kernel using gaussian-weighted average. |
  | SmoothProfile_Mean(FilNet.Profile, int, bool, FilNet.Profile) | Smooths a profile by averaging points within a kernel. |
  | SmoothProfile_Mean(FilNet.Profile, FilNet.Range?, int, bool, FilNet.Profile) | Smooths a profile by averaging points within a kernel. |
  | SmoothRegion_Mean(FilNet.Region, int, FilNet.Image) | Smooths an region by averaging pixels within a rectangular kernel. |
  | SmoothRegion_Mean(FilNet.Region, int, int?, FilNet.Image) | Smooths an region by averaging pixels within a rectangular kernel. |
  | SmoothSurface_Gauss(FilNet.Surface, float, float, FilNet.Surface) | Smooths a surface using a gaussian kernel. |
  | SmoothSurface_Gauss(FilNet.Surface, NullableRef<FilNet.Region>, float, float?, float, FilNet.Surface) | Smooths a surface using a gaussian kernel. |
  | SmoothSurface_Gauss(FilNet.Surface, NullableRef<FilNet.Region>, float, float?, float, FilNet.Surface, int, int) | Smooths a surface using a gaussian kernel. |
  | SmoothSurface_Mean(FilNet.Surface, FilNet.KernelShape, int, FilNet.Surface) | Smooths a surface by averaging heights within a rectangular kernel. |
  | SmoothSurface_Mean(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.KernelShape, int, int?, FilNet.Surface) | Smooths a surface by averaging heights within a rectangular kernel. |
  | SortPaths(IList<FilNet.Path>, FilNet.PathFilter, FilNet.PathFeature, FilNet.SortingOrder, IList<FilNet.Path>) | Changes the order of paths from the input array according to an ascending/descending sequence of their computed feature values. |
  | SortPaths(IList<FilNet.Path>, FilNet.PathFilter, FilNet.PathFeature, FilNet.SortingOrder, IList<FilNet.Path>, NullableRef<List<float>>) | Changes the order of paths from the input array according to an ascending/descending sequence of their computed feature values. |
  | SortRegions(IList<FilNet.Region>, FilNet.RegionFeature, FilNet.SortingOrder, IList<FilNet.Region>) | Changes the order of regions from the input array according to an ascending/descending sequence of their computed feature values. |
  | SortRegions(IList<FilNet.Region>, FilNet.RegionFeature, FilNet.SortingOrder, IList<FilNet.Region>, NullableRef<List<float>>) | Changes the order of regions from the input array according to an ascending/descending sequence of their computed feature values. |
  | SplitBayerImage(FilNet.Image, FilNet.Image, FilNet.Image, FilNet.Image, FilNet.Image) | Creates several monochromatic images from individual pixels of the input Bayer pattern image. |
  | SplitBox(FilNet.Box, FilNet.SplitDirection, FilNet.Box, FilNet.Box) | Splits a box into two along a direction. |
  | SplitChannels_OrNil(FilNet.Image, NullableRef<NullableRef<FilNet.Image>>, NullableRef<NullableRef<FilNet.Image>>, NullableRef<NullableRef<FilNet.Image>>, NullableRef<NullableRef<FilNet.Image>>) | Creates several monochromatic images from individual channels of the input image and sets Nil for channels that are not present. |
  | SplitChannels(FilNet.Image, NullableRef<FilNet.Image>, NullableRef<FilNet.Image>, NullableRef<FilNet.Image>, NullableRef<FilNet.Image>) | Creates several monochromatic images from individual channels of the input image. |
  | SplitPathByLine(FilNet.Path, FilNet.Line2D, IList<FilNet.Path>) | Splits path in common points of a path and a line. |
  | SplitPathByPath(FilNet.Path, FilNet.Path, IList<FilNet.Path>) | Splits path in common points of two paths. |
  | SplitPathBySegment(FilNet.Path, FilNet.Segment2D, IList<FilNet.Path>) | Splits path in common points of a path and a segment. |
  | SplitPoint3DGridByPlane(FilNet.Point3DGrid, FilNet.Plane3D, FilNet.Point3DGrid, FilNet.Point3DGrid) | Separates the points being on one side of the input plane from the others. |
  | SplitPoint3DGridByPlane(FilNet.Point3DGrid, NullableRef<FilNet.Region>, FilNet.Plane3D, FilNet.Point3DGrid, FilNet.Point3DGrid) | Separates the points being on one side of the input plane from the others. |
  | SplitPointsByLine(IList<FilNet.Point2D>, FilNet.Line2D, IList<FilNet.Point2D>, IList<FilNet.Point2D>) | Separates the points being on one side of the input line from the others. |
  | SplitPointsByPlane(IList<FilNet.Point3D>, FilNet.Plane3D, IList<FilNet.Point3D>, IList<FilNet.Point3D>) | Separates the points being on one side of the input plane from the others. |
  | SplitRectangle(FilNet.Rectangle2D, FilNet.SplitDirection, FilNet.Rectangle2D, FilNet.Rectangle2D) | Splits the rectangle into two along the direction. |
  | SplitRegionIntoBlobs(FilNet.Region, FilNet.RegionConnectivity, int, bool, IList<FilNet.Region>) | Splits a region into an array of regions corresponding to its connected components. |
  | SplitRegionIntoBlobs(FilNet.Region, FilNet.RegionConnectivity, int, int?, bool, IList<FilNet.Region>) | Splits a region into an array of regions corresponding to its connected components. |
  | SplitRegionIntoComponents(FilNet.Region, float, int, bool, IList<FilNet.Region>) | Splits a region into an array of regions. Operates by merging blobs in accordance to the inMaxDistance parameter. |
  | SplitRegionIntoComponents(FilNet.Region, int?, float, float?, int?, int?, int, int?, bool, IList<FilNet.Region>) | Splits a region into an array of regions. Operates by merging blobs in accordance to the inMaxDistance parameter. |
  | SplitRegionIntoExactlyNCharacters(FilNet.Region, int, int, float, INullable<SafeList<FilNet.Region>>) | Splits the input region into a fixed-size array of regions corresponding to individual characters. |
  | SplitRegionIntoExactlyNCharacters(FilNet.Region, int, int, float, INullable<SafeList<FilNet.Region>>, IList<FilNet.Region>, FilNet.Profile) | Splits the input region into a fixed-size array of regions corresponding to individual characters. |
  | SplitRegionIntoExactlyNComponents(FilNet.Region, int, float, bool, INullable<SafeList<FilNet.Region>>) | Splits a region into a fixed-size array of regions. |
  | SplitRegionIntoExactlyNComponents(FilNet.Region, int, int?, float, float?, int?, int?, bool, INullable<SafeList<FilNet.Region>>) | Splits a region into a fixed-size array of regions. |
  | SplitRegionIntoMultipleCharacters(FilNet.Region, float, int, IList<FilNet.Region>) | Splits the input region into an array of regions corresponding to individual characters. |
  | SplitRegionIntoMultipleCharacters(FilNet.Region, float, int, IList<FilNet.Region>, IList<FilNet.Region>, FilNet.Profile) | Splits the input region into an array of regions corresponding to individual characters. |
  | SplitSegment(FilNet.Segment2D, int, IList<FilNet.Segment2D>) | Splits a segment into several parts of equal length. |
  | SplitSurfaceByPlane(FilNet.Surface, FilNet.Plane3D, bool, FilNet.Surface, FilNet.Surface) | Separates the surface points being on one side of the input plane from the others. |
  | SplitSurfaceByPlane(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Plane3D, bool, FilNet.Surface, FilNet.Surface) | Separates the surface points being on one side of the input plane from the others. |
  | SquareImage(FilNet.Image, FilNet.Image) | Raises pixel values to the second power pixel by pixel. |
  | SquareImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Raises pixel values to the second power pixel by pixel. |
  | SquareRootImage(FilNet.Image, FilNet.Image) | Transforms pixel values to their square roots pixel by pixel. |
  | SquareRootImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image) | Transforms pixel values to their square roots pixel by pixel. |
  | StandardDeviationImage(FilNet.Image, int, FilNet.Image) | Creates image of pixels' local standard deviations. |
  | StandardDeviationImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, int, FilNet.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(FilNet.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(FilNet.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. |
  | StretchPath(FilNet.Path, FilNet.Point2D, FilNet.Point2D, FilNet.Path) | Moves, rotates and scales the path so that its end-points end up at the given two points. |
  | StringLabelToString(FilNet.StringLabel, string) | Converts a StringLabel object to a String. |
  | StringToClassifyObjectModelDirectory(string, string) | Conversion between Directory and ClassifyObjectModelDirectory |
  | StringToDetectAnomalies1ModelDirectory(string, string) | Conversion between String and DetectAnomalies1ModelDirectory |
  | StringToDetectAnomalies2ModelDirectory(string, string) | Conversion between String and DetectAnomalies2ModelDirectory |
  | StringToDetectFeaturesModelDirectory(string, string) | Conversion between String and DetectFeaturesModelDirectory |
  | StringToLocatePointsModelDirectory(string, string) | Conversion between String and LocatePointsModelDirectory |
  | StringToSegmentInstancesModelDirectory(string, string) | Conversion between String and SegmentInstancesModelDirectory |
  | Stripe1DToSegment2D(FilNet.Stripe1D, FilNet.Segment2D) | Converts a stripe to a segment. |
  | Subpath(FilNet.Path, int, int, FilNet.Path) | Creates an open path from a continuous subsequence of the input path's points. |
  | SubtractFromHistogram(FilNet.Histogram, double, FilNet.Histogram) | Decreases each bin value by a number. |
  | SubtractFromImage(FilNet.Image, float, FilNet.Image) | Subtracts a scalar value from each pixel. |
  | SubtractFromImage(FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Subtracts a scalar value from each pixel. |
  | SubtractFromProfile(FilNet.Profile, float) | Subtracts a scalar value from each element of a profile. |
  | SubtractFromProfile(FilNet.Profile, FilNet.Range?, float) | Subtracts a scalar value from each element of a profile. |
  | SubtractHistograms(FilNet.Histogram, FilNet.Histogram, FilNet.Histogram) | Subtracts two histograms bar by bar. |
  | SubtractImages(FilNet.Image, FilNet.Image, float, FilNet.Image) | Subtracts two images pixel by pixel. The result is signed. |
  | SubtractImages(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Subtracts two images pixel by pixel. The result is signed. |
  | SubtractProfiles(FilNet.Profile, FilNet.Profile, FilNet.Profile) | Subtracts two profiles value by value. |
  | SubtractSurfaces(FilNet.Surface, FilNet.Surface, FilNet.Surface) | Subtracts two surfaces point by point. |
  | SubtractSurfaces(FilNet.Surface, FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Surface) | Subtracts two surfaces point by point. |
  | SurfaceArea(FilNet.Surface, float) | Computes the surface area of given surface. |
  | SurfaceBoundingBox_OrNil(FilNet.Surface, INullable<FilNet.Box3D>) | Computes the bounding box 3D of given surface; returns NIL if no valid point is present. |
  | SurfaceBoundingBox_OrNil(FilNet.Surface, NullableRef<FilNet.Region>, INullable<FilNet.Box3D>) | Computes the bounding box 3D of given surface; returns NIL if no valid point is present. |
  | SurfaceBoundingBox(FilNet.Surface, FilNet.Box3D) | Computes the bounding box 3D of given surface. |
  | SurfaceBoundingBox(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Box3D) | Computes the bounding box 3D of given surface. |
  | SurfaceBoxToImageCoordinates(FilNet.Box3D, FilNet.SurfaceCoordinatesFormat, FilNet.Box) | Finds the associated image coordinates of surface box. |
  | SurfaceBoxToImageCoordinates(FilNet.Box3D, FilNet.SurfaceCoordinatesFormat, FilNet.Box, NullableValue<FilNet.Rectangle2D>) | Finds the associated image coordinates of surface box. |
  | SurfaceBoxToImageCoordinates(FilNet.Box3D, FilNet.SurfaceCoordinatesFormat, FilNet.Box, FilNet.Rectangle2D) | Finds the associated image coordinates of surface box. |
  | SurfaceBoxToRegion(FilNet.Box3D, FilNet.SurfaceFormat, FilNet.Region) | Finds the surface region covered by surface box. |
  | SurfaceCircleToImageCoordinates(FilNet.Circle3D, FilNet.SurfaceCoordinatesFormat, FilNet.Circle2D) | Finds the associated image coordinates of surface circle. |
  | SurfaceCircleToRegion(FilNet.Circle3D, FilNet.SurfaceFormat, FilNet.Region) | Finds the surface region covered by surface circle. |
  | SurfaceCoordinateSystemToImageCoordinates(FilNet.CoordinateSystem2D, FilNet.SurfaceCoordinatesFormat, FilNet.CoordinateSystem2D) | Finds the associated image coordinates of surface coordinate system. |
  | SurfaceFlatness(FilNet.Surface, FilNet.Plane3D, FilNet.Point3D, FilNet.Point3D, float, float, float) | Computes the surface flatness i.e. how thick the surface is according to the input plane. |
  | SurfaceFlatness(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Plane3D, FilNet.Point3D, FilNet.Point3D, float, float, float) | Computes the surface flatness i.e. how thick the surface is according to the input plane. |
  | SurfaceFormatToSurfaceCoordinatesFormat(FilNet.SurfaceFormat, FilNet.SurfaceCoordinatesFormat) | Converts a surface format to a surface coordinates format. |
  | SurfaceLineToImageCoordinates(FilNet.Line3D, FilNet.SurfaceCoordinatesFormat, FilNet.Line2D) | Finds the associated image coordinates of surface line. |
  | SurfaceLocalMaxima(FilNet.Surface, bool, float?, float?, float, NullableRef<List<FilNet.SurfaceExtremum>>, NullableRef<SafeList<FilNet.Region>>) | Finds surface locations characterized by locally maximal heights. |
  | SurfaceLocalMaxima(FilNet.Surface, NullableRef<FilNet.Region>, bool, float?, float?, float, FilNet.SurfaceLocalExtremaVerification?, NullableRef<List<FilNet.SurfaceExtremum>>, NullableRef<SafeList<FilNet.Region>>) | Finds surface locations characterized by locally maximal heights. |
  | SurfaceLocalMinima(FilNet.Surface, bool, float?, float?, float, NullableRef<List<FilNet.SurfaceExtremum>>, NullableRef<SafeList<FilNet.Region>>) | Finds surface locations characterized by locally minimal heights. |
  | SurfaceLocalMinima(FilNet.Surface, NullableRef<FilNet.Region>, bool, float?, float?, float, FilNet.SurfaceLocalExtremaVerification?, NullableRef<List<FilNet.SurfaceExtremum>>, NullableRef<SafeList<FilNet.Region>>) | Finds surface locations characterized by locally minimal heights. |
  | SurfaceMassCenter_OrNil(FilNet.Surface, FilNet.Point3D?) | Computes the mass center of surface points; returns NIL if the surface is empty in the given region. |
  | SurfaceMassCenter_OrNil(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Point3D?) | Computes the mass center of surface points; returns NIL if the surface is empty in the given region. |
  | SurfaceMassCenter(FilNet.Surface, FilNet.Point3D) | Computes the mass center of surface points. |
  | SurfaceMassCenter(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Point3D) | Computes the mass center of surface points. |
  | SurfaceMaximalPoint(FilNet.Surface, FilNet.Point3D) | Finds the surface point with maximal Z coordinate. |
  | SurfaceMaximalPoint(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Point3D) | Finds the surface point with maximal Z coordinate. |
  | SurfaceMedian_OrNil(FilNet.Surface, float?) | Finds the median Z coordinate of the surface points; returns NIL if the surface is empty in the given region. |
  | SurfaceMedian_OrNil(FilNet.Surface, NullableRef<FilNet.Region>, float?) | Finds the median Z coordinate of the surface points; returns NIL if the surface is empty in the given region. |
  | SurfaceMedian(FilNet.Surface, float) | Finds the median Z coordinate of the surface points. |
  | SurfaceMedian(FilNet.Surface, NullableRef<FilNet.Region>, float) | Finds the median Z coordinate of the surface points. |
  | SurfaceMinimalPoint(FilNet.Surface, FilNet.Point3D) | Finds the surface point with minimal Z coordinate. |
  | SurfaceMinimalPoint(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Point3D) | Finds the surface point with minimal Z coordinate. |
  | SurfaceMultiplePointsAlongAxis(FilNet.Surface, FilNet.Axis, int, double?, double?, IList<List<FilNet.Point3D>>) | Returns multiple arrays of surface points along X or Y axis. |
  | SurfaceMultiplePointsAlongAxis(FilNet.Surface, NullableRef<FilNet.Surface>, FilNet.Axis, double?, double?, double?, int, double?, double?, int?, IList<List<FilNet.Point3D>>) | Returns multiple arrays of surface points along X or Y axis. |
  | SurfaceMultiplePointsAlongAxis(FilNet.Surface, NullableRef<FilNet.Surface>, FilNet.Axis, double?, double?, double?, int, double?, double?, int?, IList<List<FilNet.Point3D>>, NullableRef<List<double>>) | Returns multiple arrays of surface points along X or Y axis. |
  | SurfaceMultipleProfilesAlongAxis(FilNet.Surface, FilNet.Axis, int, float, IList<FilNet.Profile>) | Creates the profiles of point Z values along X or Y axis. |
  | SurfaceMultipleProfilesAlongAxis(FilNet.Surface, FilNet.Axis, double?, double?, double?, int, double?, double?, int?, float, IList<FilNet.Profile>) | Creates the profiles of point Z values along X or Y axis. |
  | SurfaceMultipleProfilesAlongAxis(FilNet.Surface, FilNet.Axis, double?, double?, double?, int, double?, double?, int?, float, IList<FilNet.Profile>, NullableRef<List<double>>) | Creates the profiles of point Z values along X or Y axis. |
  | SurfaceNormalsImage(FilNet.Surface, float, FilNet.Image) | Computes a normals image for a surface |
  | SurfaceNormalsImage(FilNet.Surface, NullableRef<FilNet.Region>, float, FilNet.Image) | Computes a normals image for a surface |
  | SurfaceNormalsImage(FilNet.Surface, NullableRef<FilNet.Region>, float, FilNet.Image, NullableRef<FilNet.Region>) | Computes a normals image for a surface |
  | SurfaceNormalsImage(FilNet.Surface, NullableRef<FilNet.Region>, float, FilNet.Image, FilNet.Region) | Computes a normals image for a surface |
  | SurfacePathsToImageCoordinates(IList<FilNet.Path>, FilNet.SurfaceCoordinatesFormat, IList<FilNet.Path>) | Finds the associated image coordinates of surface paths. |
  | SurfacePathToImageCoordinates(FilNet.Path, FilNet.SurfaceCoordinatesFormat, FilNet.Path) | Finds the associated image coordinates of surface path. |
  | SurfacePathToRegion(FilNet.Path, FilNet.SurfaceFormat, FilNet.Region) | Finds the surface region covered by surface path. |
  | SurfacePointsToImageCoordinates(IList<FilNet.Point3D>, FilNet.SurfaceCoordinatesFormat, IList<FilNet.Point2D>) | Finds the associated image coordinates of surface points. |
  | SurfacePointToImageCoordinates(FilNet.Point3D, FilNet.SurfaceCoordinatesFormat, FilNet.Point2D) | Finds the associated image coordinates of surface point. |
  | SurfaceProfileAlongPath(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, float, FilNet.Profile, FilNet.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 those values. |
  | SurfaceProfileAlongPath(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, int?, float, FilNet.Profile, FilNet.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 those values. |
  | SurfaceProfileAlongPath(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, int?, float, FilNet.Profile, FilNet.Path, NullableRef<FilNet.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 those values. |
  | SurfaceProfileAlongPath(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, int?, float, FilNet.Profile, FilNet.Path, NullableRef<FilNet.Path>, IList<FilNet.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 those values. |
  | SurfaceProfileAlongPath(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, int?, float, FilNet.Profile, FilNet.Path, FilNet.Path, IList<FilNet.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 those values. |
  | SurfaceSegmentsToImageCoordinates(IList<FilNet.Segment3D>, FilNet.SurfaceCoordinatesFormat, IList<FilNet.Segment2D>) | Finds the associated image coordinates of surface segments. |
  | SurfaceSegmentToImageCoordinates(FilNet.Segment3D, FilNet.SurfaceCoordinatesFormat, FilNet.Segment2D) | Finds the associated image coordinates of surface segment. |
  | SurfaceSinglePointsAlongAxis(FilNet.Surface, FilNet.Axis, double, int, double?, double?, IList<FilNet.Point3D>) | Returns single array of surface points along X or Y axis. |
  | SurfaceSinglePointsAlongAxis(FilNet.Surface, NullableRef<FilNet.Surface>, FilNet.Axis, double, int, double?, double?, int?, IList<FilNet.Point3D>) | Returns single array of surface points along X or Y axis. |
  | SurfaceSinglePointsAlongAxis(FilNet.Surface, NullableRef<FilNet.Surface>, FilNet.Axis, double, int, double?, double?, int?, IList<FilNet.Point3D>, double) | Returns single array of surface points along X or Y axis. |
  | SurfaceSinglePointsAlongAxis(FilNet.Surface, NullableRef<FilNet.Surface>, FilNet.Axis, double, int, double?, double?, int?, IList<FilNet.Point3D>, NullableValue<double>) | Returns single array of surface points along X or Y axis. |
  | SurfaceSingleProfileAlongAxis(FilNet.Surface, FilNet.Axis, double, int, float, FilNet.Profile) | Creates the profile of point Z values along X or Y axis. |
  | SurfaceSingleProfileAlongAxis(FilNet.Surface, FilNet.Axis, double, int, double?, double?, int?, float, FilNet.Profile) | Creates the profile of point Z values along X or Y axis. |
  | SurfaceSingleProfileAlongAxis(FilNet.Surface, FilNet.Axis, double, int, double?, double?, int?, float, FilNet.Profile, double) | Creates the profile of point Z values along X or Y axis. |
  | SurfaceSingleProfileAlongAxis(FilNet.Surface, FilNet.Axis, double, int, double?, double?, int?, float, FilNet.Profile, NullableValue<double>) | Creates the profile of point Z values along X or Y axis. |
  | SurfaceToImage(FilNet.Surface, FilNet.Image) | Converts a surface object to an image. |
  | SurfaceToPlaneDistanceImage(FilNet.Surface, FilNet.Plane3D, float, bool, FilNet.Image) | Computes the image of the distances of the input surface points from a given plane. |
  | SurfaceToPlaneDistanceImage(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Plane3D, float, bool, FilNet.Image) | Computes the image of the distances of the input surface points from a given plane. |
  | SurfaceToPoint3DArray(FilNet.Surface, IList<FilNet.Point3D>) | Converts a surface object to an array of points removing nonexistent ones. |
  | SurfaceToPoint3DGrid(FilNet.Surface, FilNet.Point3DGrid) | Converts a surface object to a grid of points. |
  | SurfaceToSurfaceCoordinatesFormat(FilNet.Surface, FilNet.SurfaceCoordinatesFormat) | Converts a surface to a surface coordinates format. |
  | SurfaceToSurfaceFormat(FilNet.Surface, FilNet.SurfaceFormat) | Converts a surface to a surface format. |
  | SurfaceValidPointsRegion(FilNet.Surface, FilNet.Region, FilNet.Region) | Computes region of locations where points are valid in a surface and where they are invalid. |
  | SurfaceValidPointsRegion(FilNet.Surface, NullableRef<FilNet.Region>, FilNet.Region, FilNet.Region) | Computes region of locations where points are valid in a surface and where they are invalid. |
  | SurfaceVectorToImageCoordinates(FilNet.Vector3D, FilNet.SurfaceCoordinatesFormat, FilNet.Vector2D) | Finds the associated image coordinates of surface vector. |
  | SurfaceVolume_Double(FilNet.Surface, FilNet.Surface, FilNet.VolumeCalculationMethod, double) | Computes the volume of a surface with respect to another surface. |
  | SurfaceVolume_Double(FilNet.Surface, FilNet.Surface, NullableRef<FilNet.Region>, FilNet.VolumeCalculationMethod, double) | Computes the volume of a surface with respect to another surface. |
  | SurfaceVolume_Single(FilNet.Surface, double, FilNet.VolumeCalculationMethod, double) | Computes the volume of a surface with respect to a plane. |
  | SurfaceVolume_Single(FilNet.Surface, double, NullableRef<FilNet.Region>, FilNet.VolumeCalculationMethod, double) | Computes the volume of a surface with respect to a plane. |
  | SurfaceVolume_Single(FilNet.Surface, double, NullableRef<FilNet.Region>, FilNet.VolumeCalculationMethod, double, NullableValue<FilNet.Plane3D>) | Computes the volume of a surface with respect to a plane. |
  | SurfaceVolume_Single(FilNet.Surface, double, NullableRef<FilNet.Region>, FilNet.VolumeCalculationMethod, double, FilNet.Plane3D) | Computes the volume of a surface with respect to a plane. |
  | SVM_ClassifyMultiple(FilNet.SvmModel, IList<IList<float>>, IList<int>) | Classifies input points based on trained model. |
  | SVM_ClassifyMultiple(FilNet.SvmModel, IList<IList<float>>, IList<int>, NullableRef<List<int>>, NullableRef<List<List<float>>>) | Classifies input points based on trained model. |
  | SVM_ClassifySingle(FilNet.SvmModel, IList<float>, int) | Classifies input features based on a trained model. |
  | SVM_ClassifySingle(FilNet.SvmModel, IList<float>, int, NullableRef<List<int>>, NullableRef<List<float>>) | Classifies input features based on a trained model. |
  | SVM_Init(float, float, float, bool, FilNet.SvmModel) | Initializes an SVM model. |
  | SVM_Init(float?, float, float, float?, float, bool, FilNet.SvmModel) | Initializes an SVM model. |
  | SVM_Train(FilNet.SvmModel, IList<IList<float>>, IList<int>, FilNet.SvmModel, float) | Trains an SVM model. |
  | TableOfConfusion_Basic(long, long, long, long, FilNet.ConfusionTable) | Computes statistics from a confusion matrix for given TP, FP, TN, FN. |
  | TableOfConfusion_BoolArray(IList<bool>, IList<bool>, long, long, long, long, FilNet.ConfusionTable) | Computes statistics from a confusion matrix for an array of groundTruth and results. |
  | TableOfConfusion_Histograms(FilNet.Histogram, FilNet.Histogram, float, FilNet.ConfusionTable) | Computes confusion matrix based on two histograms and threshold value. |
  | TableOfConfusion_Images(FilNet.Image, FilNet.Image, int, long, long, long, long, FilNet.ConfusionTable) | Computes statistics from a confusion matrix for image of groundTruth and results. |
  | TelecentricCameraModelToAnyCameraModel(FilNet.TelecentricCameraModel, FilNet.AnyCameraModel) | Conversion |
  | TelecentricCameraModelToRectificationTransform(FilNet.TelecentricCameraModel, FilNet.RectificationTransform) | Conversion |
  | TestBox3DEmpty(FilNet.Box3D, bool) | Tests whether the box in 3D is empty. |
  | TestBox3DInBox3D(FilNet.Box3D, FilNet.Box3D, bool) | Tests whether a box in 3D is contained in another one. |
  | TestBox3DIntersectsWith(FilNet.Box3D, FilNet.Box3D, bool) | Tests whether two boxes in 3D have non-empty intersection. |
  | TestBox3DNotEmpty(FilNet.Box3D, bool) | Tests whether the box in 3D is not empty. |
  | TestBoxEmpty(FilNet.Box, bool) | Tests whether the box is empty. |
  | TestBoxEqualTo(FilNet.Box, FilNet.Box, bool) | Tests whether given boxes are equal. |
  | TestBoxInBox(FilNet.Box, FilNet.Box, bool) | Tests whether a box is contained in another one. |
  | TestBoxInImage(FilNet.Image, FilNet.Box, bool) | Tests whether a box is contained in the dimensions of an image. |
  | TestBoxIntersectsWith(FilNet.Box, FilNet.Box, bool) | Tests whether two boxes have non-empty intersection. |
  | TestBoxNotEmpty(FilNet.Box, bool) | Tests whether the box is not empty. |
  | TestHistogramDominatesHistogram(FilNet.Histogram, FilNet.Histogram, bool) | Checks whether the values in the first histogram are greater or equal than corresponding values in the second histogram. |
  | TestImageEqualTo(FilNet.Image, FilNet.Image, bool) | Tests whether two images equal. |
  | TestImage(FilNet.TestImageId, NullableRef<FilNet.Image>, NullableRef<FilNet.Image>) | Returns a sample image. |
  | TestLine3DThroughCircle3D(FilNet.Line3D, FilNet.Circle3D, bool) | Tests whether a line in 3D goes through a circle in 3D. |
  | TestLocationInBox(FilNet.Location, FilNet.Box, bool) | Tests whether a location is contained in the dimensions of a box. |
  | TestLocationInImage(FilNet.Image, FilNet.Location, bool) | Tests whether a location is contained in the dimensions of an image. |
  | TestPoint3DGrid(FilNet.TestPoint3DGridState, float, float, float, float, FilNet.Point3DGrid) | Returns a sample 3D object. |
  | TestPoint3DInBox3D(FilNet.Point3D, FilNet.Box3D, bool) | Tests whether a point in 3D lies in a box in 3D. |
  | TestPointArrayInBox(IList<FilNet.Point2D>, FilNet.Box, IList<bool>) | Tests which points lie inside a box. |
  | TestPointArrayInBox(IList<FilNet.Point2D>, FilNet.Box, IList<bool>, IList<FilNet.Point2D>, bool) | Tests which points lie inside a box. |
  | TestPointArrayInBox(IList<FilNet.Point2D>, FilNet.Box, IList<bool>, NullableRef<List<FilNet.Point2D>>, NullableValue<bool>) | Tests which points lie inside a box. |
  | TestPointArrayInPolygon(IList<FilNet.Point2D>, FilNet.Path, IList<bool>, IList<FilNet.Point2D>) | Tests which points lie inside a polygon. |
  | TestPointArrayInPolygon(IList<FilNet.Point2D>, FilNet.Path, IList<bool>, IList<FilNet.Point2D>, bool) | Tests which points lie inside a polygon. |
  | TestPointArrayInPolygon(IList<FilNet.Point2D>, FilNet.Path, IList<bool>, IList<FilNet.Point2D>, NullableValue<bool>) | Tests which points lie inside a polygon. |
  | TestPointArrayInRectangle(IList<FilNet.Point2D>, FilNet.Rectangle2D, IList<bool>) | Tests which points lie inside a rectangle. |
  | TestPointArrayInRectangle(IList<FilNet.Point2D>, FilNet.Rectangle2D, IList<bool>, IList<FilNet.Point2D>, bool) | Tests which points lie inside a rectangle. |
  | TestPointArrayInRectangle(IList<FilNet.Point2D>, FilNet.Rectangle2D, IList<bool>, NullableRef<List<FilNet.Point2D>>, NullableValue<bool>) | Tests which points lie inside a rectangle. |
  | TestPointArrayInRegion(IList<FilNet.Point2D>, FilNet.Region, IList<bool>) | Tests which points lie inside a region. |
  | TestPointArrayInRegion(IList<FilNet.Point2D>, FilNet.Region, IList<bool>, IList<FilNet.Point2D>, bool) | Tests which points lie inside a region. |
  | TestPointArrayInRegion(IList<FilNet.Point2D>, FilNet.Region, IList<bool>, NullableRef<List<FilNet.Point2D>>, NullableValue<bool>) | Tests which points lie inside a region. |
  | TestPointInBox(FilNet.Point2D, FilNet.Box, bool) | Tests whether a point lies in a box. |
  | TestPointInCircle(FilNet.Point2D, FilNet.Circle2D, bool) | Tests whether a point lies inside a circle. |
  | TestPointInImage(FilNet.Image, FilNet.Point2D, bool) | Tests whether a point is contained in the dimensions of an image. |
  | TestPointInPolygon(FilNet.Point2D, FilNet.Path, bool) | Tests whether a point lies inside a polygon. |
  | TestPointInRectangle(FilNet.Point2D, FilNet.Rectangle2D, bool) | Tests whether a point lies in a rectangle. |
  | TestPointInRegion(FilNet.Point2D, FilNet.Region, bool) | Tests whether a point lies inside a region. |
  | TestPolygonConvex(FilNet.Path, bool) | Tests whether a polygon is convex. |
  | TestPolygonInPolygon(FilNet.Path, FilNet.Path, bool) | Tests whether a polygon lies inside another one. |
  | TestProfileDominatesProfile(FilNet.Profile, FilNet.Profile, bool) | Checks whether values in the first profile are greater or equal than corresponding values in the second profile. |
  | TestProfileEqualTo(FilNet.Profile, FilNet.Profile, bool) | Checks whether profiles are exactly equals. |
  | TestRectangleInImage(FilNet.Image, FilNet.Rectangle2D, bool) | Tests whether a rectangle is contained in the dimensions of an image. |
  | TestRectangleIntersectsWith(FilNet.Rectangle2D, FilNet.Rectangle2D, bool) | Tests if two rectangles intersect. |
  | TestRegionEmpty(FilNet.Region, bool) | Tests whether the size of a region equals zero. |
  | TestRegionEqualTo(FilNet.Region, FilNet.Region, bool) | Tests whether given regions are equal. |
  | TestRegionInRegion(FilNet.Region, FilNet.Region, bool) | Tests whether a region is contained in another one. |
  | TestRegionIntersectsWith(FilNet.Region, FilNet.Region, bool) | Tests whether two regions have non-empty intersection. |
  | TestRegionNotEmpty(FilNet.Region, bool) | Tests whether the size of a region doesn't equal zero. |
  | TestRegionOnBorder(FilNet.Region, bool) | Tests whether a region is adjacent to its border. |
  | TestRegionUnequalTo(FilNet.Region, FilNet.Region, bool) | Tests whether given regions are not equal. |
  | TestSpatialMapApplicability(FilNet.Image, FilNet.SpatialMap, bool) | Checks if a spatial map may be applied to transform the given image. |
  | TestSurface(FilNet.TestSurfaceState, FilNet.PlainType, float, float, float, float, FilNet.Surface) | Returns a sample 3D surface. |
  | ThickenRegion(FilNet.Region, FilNet.Region) | Performs a morphological thickening on a region using predefined kernels. |
  | ThinRegion(FilNet.Region, FilNet.Region) | Performs a morphological thinning on a region using predefined kernels. |
  | ThresholdImage_Color(FilNet.Image, FilNet.Pixel, float, float, float, FilNet.Image) | Transforms each pixel value to maximum or minimum depending on the distance from a given color. |
  | ThresholdImage_Color(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel, float, float, float, FilNet.Image) | Transforms each pixel value to maximum or minimum depending on the distance from a given color. |
  | ThresholdImage_Dynamic(FilNet.Image, FilNet.ThresholdDynamicReferenceMethod, FilNet.KernelShape, int, float?, float?, float, FilNet.Image) | Thresholds an image relatively to some value calculated in a local rectangular neighbourhood. |
  | ThresholdImage_Dynamic(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.ThresholdDynamicReferenceMethod, FilNet.KernelShape, int, int?, float?, float?, float, FilNet.Image) | Thresholds an image relatively to some value calculated in a local rectangular neighbourhood. |
  | ThresholdImage_Dynamic(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.ThresholdDynamicReferenceMethod, FilNet.KernelShape, int, int?, float?, float?, float, FilNet.Image, FilNet.Image) | Thresholds an image relatively to some value calculated in a local rectangular neighbourhood. |
  | ThresholdImage_HSx(FilNet.Image, FilNet.HSxColorModel, int, int, int?, int?, int?, int?, float, FilNet.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(FilNet.Image, NullableRef<FilNet.Region>, FilNet.HSxColorModel, int, int, int?, int?, int?, int?, float, FilNet.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(FilNet.Image, NullableRef<FilNet.Region>, FilNet.HSxColorModel, int, int, int?, int?, int?, int?, float, FilNet.Image, FilNet.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(FilNet.Image, float?, float?, float, FilNet.Image) | Thresholds an image with a hysteresis, i.e. with a lower threshold for neighboring pixels. |
  | ThresholdImage_Hysteresis(FilNet.Image, NullableRef<FilNet.Region>, float?, float?, float, FilNet.Image) | Thresholds an image with a hysteresis, i.e. with a lower threshold for neighboring pixels. |
  | ThresholdImage_Multirange(FilNet.Image, float?, float?, float?, float?, float?, float?, float?, float?, FilNet.Image) | Transforms each pixel value to maximum or minimum depending on whether they belong to the specified range. |
  | ThresholdImage_Multirange(FilNet.Image, NullableRef<FilNet.Region>, float?, float?, float?, float?, float?, float?, float?, float?, FilNet.Image) | Transforms each pixel value to maximum or minimum depending on whether they belong to the specified range. |
  | ThresholdImage_Relative(FilNet.Image, FilNet.Image, float?, float?, float, FilNet.Image) | Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue). |
  | ThresholdImage_Relative(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image, float?, float?, float, FilNet.Image) | Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue). |
  | ThresholdImage_RGB(FilNet.Image, int?, int?, int?, int?, int?, int?, int?, int?, float, FilNet.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(FilNet.Image, NullableRef<FilNet.Region>, int?, int?, int?, int?, int?, int?, int?, int?, float, FilNet.Image) | Transforms each pixel value to minimum or maximum depending on whether it belongs to the specified range for each individual pixel component. |
  | ThresholdImage(FilNet.Image, float?, float?, float, FilNet.Image) | Transforms each pixel value to maximum or minimum depending on whether they belong to the specified range. |
  | ThresholdImage(FilNet.Image, NullableRef<FilNet.Region>, float?, float?, float, FilNet.Image) | Transforms each pixel value to maximum or minimum depending on whether they belong to the specified range. |
  | ThresholdSmoothedRegion_Mean(FilNet.Region, int, float, int, FilNet.Region) | Returns region of pixels witch collect minAmount of pixels in rectangle in input region. |
  | ThresholdSmoothedRegion_Mean(FilNet.Region, int, int?, float, int, FilNet.Region) | Returns region of pixels witch collect minAmount of pixels in rectangle in input region. |
  | ThresholdToRegion_Color(FilNet.Image, FilNet.Pixel, float, float, float, FilNet.Region) | Creates a region containing image pixels with values close to the given color. |
  | ThresholdToRegion_Color(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel, float, float, float, FilNet.Region) | Creates a region containing image pixels with values close to the given color. |
  | ThresholdToRegion_Dynamic(FilNet.Image, int, float?, float?, float, FilNet.Region) | Thresholds an image relatively to the average pixel value in a local rectangular neighborhood. |
  | ThresholdToRegion_Dynamic(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, int, int?, float?, float?, float, FilNet.Region) | Thresholds an image relatively to the average pixel value in a local rectangular neighborhood. |
  | ThresholdToRegion_Dynamic(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, int, int?, float?, float?, float, FilNet.Region, FilNet.Image) | Thresholds an image relatively to the average pixel value in a local rectangular neighborhood. |
  | ThresholdToRegion_HSx(FilNet.Image, FilNet.HSxColorModel, int, int, int?, int?, int?, int?, FilNet.Region) | Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space. |
  | ThresholdToRegion_HSx(FilNet.Image, NullableRef<FilNet.Region>, FilNet.HSxColorModel, int, int, int?, int?, int?, int?, FilNet.Region) | Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space. |
  | ThresholdToRegion_HSx(FilNet.Image, NullableRef<FilNet.Region>, FilNet.HSxColorModel, int, int, int?, int?, int?, int?, FilNet.Region, FilNet.Image) | Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space. |
  | ThresholdToRegion_Relative_DarkBright(FilNet.Image, FilNet.Image, float, float, float, FilNet.Region, FilNet.Region) | Thresholds an image using two relative thresholds and produces two regions (Dark and Bright) in a single image pass. |
  | ThresholdToRegion_Relative_DarkBright(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image, float, float, float, FilNet.Region, FilNet.Region) | Thresholds an image using two relative thresholds and produces two regions (Dark and Bright) in a single image pass. |
  | ThresholdToRegion_Relative(FilNet.Image, FilNet.Image, float?, float?, float, FilNet.Region) | Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue). |
  | ThresholdToRegion_Relative(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Image, float?, float?, float, FilNet.Region) | Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue). |
  | ThresholdToRegion_RGB(FilNet.Image, int?, int?, int?, int?, int?, int?, int?, int?, FilNet.Region) | Creates a region containing image pixels which belongs to the specified range for each individual pixel component. |
  | ThresholdToRegion_RGB(FilNet.Image, NullableRef<FilNet.Region>, int?, int?, int?, int?, int?, int?, int?, int?, FilNet.Region) | Creates a region containing image pixels which belongs to the specified range for each individual pixel component. |
  | ThresholdToRegion(FilNet.Image, float?, float?, float, FilNet.Region) | Creates a region containing image pixels with values within the specified range. |
  | ThresholdToRegion(FilNet.Image, NullableRef<FilNet.Region>, float?, float?, float, FilNet.Region) | Creates a region containing image pixels with values within the specified range. |
  | TopHatImage_AnyKernel(FilNet.Image, FilNet.Region, FilNet.Image) | Performs a morphological white top hat operation on a image using an arbitrary kernel. |
  | TopHatImage_AnyKernel(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.Region, FilNet.Location?, FilNet.Image) | Performs a morphological white top hat operation on a image using an arbitrary kernel. |
  | TopHatImage_Mask(FilNet.Image, FilNet.MorphologyKernel, FilNet.Image) | Performs a morphological white top hat operation on a image using a predefined mask. |
  | TopHatImage_Mask(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.MorphologyKernel, FilNet.Image) | Performs a morphological white top hat operation on a image using a predefined mask. |
  | TopHatImage(FilNet.Image, FilNet.KernelShape, int, FilNet.Image) | Performs a morphological white top hat operation on a image using a predefined kernel. |
  | TopHatImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image) | Performs a morphological white top hat operation on a image using a predefined kernel. |
  | TopHatImage(FilNet.Image, NullableRef<FilNet.Region>, NullableRef<FilNet.Region>, FilNet.Pixel?, FilNet.KernelShape, int, int?, FilNet.Image, FilNet.Region) | Performs a morphological white top hat operation on a image using a predefined kernel. |
  | TopHatRegion_AnyKernel(FilNet.Region, FilNet.Region, FilNet.Region) | Performs a morphological white top hat operation on a region using an arbitrary kernel. |
  | TopHatRegion(FilNet.Region, FilNet.KernelShape, int, FilNet.Region) | Performs a morphological white top hat operation on a region using a predefined kernel. |
  | TopHatRegion(FilNet.Region, FilNet.KernelShape, int, int?, FilNet.Region) | Performs a morphological white top hat operation on a region using a predefined kernel. |
 | ToString() | Inherited from System.Object |
  | TrainOcr_MLP(IList<FilNet.CharacterSample>, FilNet.Size, FilNet.CharacterFeatures, float, float, int, FilNet.OcrModel, float) | Trains an OCR multilayer perceptron classifier. |
  | TrainOcr_MLP(IList<FilNet.CharacterSample>, FilNet.Size, NullableRef<IList<int>>, int?, FilNet.CharacterFeatures, float, float, int, FilNet.Size?, FilNet.OcrModel, float) | Trains an OCR multilayer perceptron classifier. |
  | TrainOcr_MLP(IList<FilNet.CharacterSample>, FilNet.Size, NullableRef<IList<int>>, int?, FilNet.CharacterFeatures, float, float, int, FilNet.Size?, FilNet.OcrModel, float, FilNet.Profile, IList<FilNet.Image>) | Trains an OCR multilayer perceptron classifier. |
  | TrainOcr_SVM(IList<FilNet.CharacterSample>, FilNet.Size, float, float, bool, FilNet.CharacterFeatures, FilNet.OcrModel, float) | Trains an OCR support vector machines classifier. |
  | TrainOcr_SVM(IList<FilNet.CharacterSample>, FilNet.Size, float?, float?, float, float, bool, FilNet.Size?, int?, FilNet.CharacterFeatures, FilNet.OcrModel, float) | Trains an OCR support vector machines classifier. |
  | TrainOcr_SVM(IList<FilNet.CharacterSample>, FilNet.Size, float?, float?, float, float, bool, FilNet.Size?, int?, FilNet.CharacterFeatures, FilNet.OcrModel, float, IList<FilNet.Image>) | Trains an OCR support vector machines classifier. |
  | TransformCircle3D(FilNet.Circle3D, FilNet.Matrix, bool, FilNet.Circle3D) | Applies a general transformation expressed by a matrix to a 3D circle. |
  | TransformImage(FilNet.Image, FilNet.Matrix, bool, FilNet.InterpolationMethod, FilNet.Image) | Transforms an image by the provided transformation matrix. |
  | TransformLine3D(FilNet.Line3D, FilNet.Matrix, bool, FilNet.Line3D) | Applies a general transformation expressed by a matrix to a 3D line. |
  | TransformPlane(FilNet.Plane3D, FilNet.Matrix, bool, FilNet.Plane3D) | Applies a general transformation expressed by a matrix to a plane. |
  | TransformPoint3DArray(IList<FilNet.Point3D>, FilNet.Matrix, bool, IList<FilNet.Point3D>) | Applies a general transformation expressed by a matrix to an array of 3D points. |
  | TransformPoint3DGrid(FilNet.Point3DGrid, FilNet.Matrix, bool, FilNet.Point3DGrid) | Applies a general transformation expressed by a matrix to a grid of 3D points. |
  | TransformPoint3D(FilNet.Point3D, FilNet.Matrix, bool, FilNet.Point3D) | Applies a general transformation expressed by a matrix to a 3D point. |
  | TransformSegment3D(FilNet.Segment3D, FilNet.Matrix, bool, FilNet.Segment3D) | Applies a general transformation expressed by a matrix to a 3D segment. |
  | TransformVector3D(FilNet.Vector3D, FilNet.Matrix, bool, FilNet.Vector3D) | Applies a general transformation expressed by a matrix to a 3D vector. |
  | TranslateArc(FilNet.Arc2D, FilNet.Vector2D, bool, FilNet.Arc2D) | Translates an arc by a vector. |
  | TranslateBox3D(FilNet.Box3D, FilNet.Vector3D, bool, FilNet.Box3D) | Shifts a box in 3D by a vector. |
  | TranslateBox(FilNet.Box, int, int, bool, FilNet.Box) | Shifts a box by a discreet vector. |
  | TranslateCircle3D(FilNet.Circle3D, FilNet.Vector3D, bool, FilNet.Circle3D) | Shifts a circle in 3D by a vector. |
  | TranslateCircle(FilNet.Circle2D, FilNet.Vector2D, bool, FilNet.Circle2D) | Translates a circle by a vector. |
  | TranslateCoordinateSystem(FilNet.CoordinateSystem2D, FilNet.Vector2D, bool, FilNet.CoordinateSystem2D) | Translates a coordinate system by a vector. |
  | TranslateImage(FilNet.Image, FilNet.Pixel, int, int, bool, FilNet.Image) | Translates an image by a vector, without changing its dimensions. |
  | TranslateLine3D(FilNet.Line3D, FilNet.Vector3D, bool, FilNet.Line3D) | Shifts a line in 3D by a vector. |
  | TranslateLine(FilNet.Line2D, FilNet.Vector2D, bool, FilNet.TranslateAlignment, FilNet.Line2D) | Translates a line by a vector. |
  | TranslateLocation(FilNet.Location, int, int, bool, FilNet.Location) | Shifts a Location by a given number of pixels along each axis. |
  | TranslatePathArray(IList<FilNet.Path>, FilNet.Vector2D, bool, IList<FilNet.Path>) | Translates an array of paths by a vector. |
  | TranslatePath(FilNet.Path, FilNet.Vector2D, bool, FilNet.Path) | Translates a path by a vector. |
  | TranslatePixels(FilNet.Image, FilNet.Image, FilNet.InterpolationMethod, FilNet.Image) | Moves the pixels of the input image by the vectors specified with inVectorImage. |
  | TranslatePixels(FilNet.Image, FilNet.Image, NullableRef<FilNet.Region>, FilNet.InterpolationMethod, FilNet.Image) | Moves the pixels of the input image by the vectors specified with inVectorImage. |
  | TranslatePlane(FilNet.Plane3D, FilNet.Vector3D, bool, FilNet.Plane3D) | Shifts a plane in 3D by a vector. |
  | TranslatePoint3DArray(IList<FilNet.Point3D>, FilNet.Vector3D, bool, IList<FilNet.Point3D>) | Translates an array of points by a vector. |
  | TranslatePoint3DGrid(FilNet.Point3DGrid, FilNet.Vector3D, bool, FilNet.Point3DGrid) | Translates a grid of points by a vector. |
  | TranslatePoint3D_Toward(FilNet.Point3D, FilNet.Point3D, float, bool, FilNet.Point3D) | Translates a point in 3D towards another point in 3D by a specified distance. |
  | TranslatePoint3D(FilNet.Point3D, FilNet.Vector3D, bool, FilNet.Point3D) | Translates a point by a vector. |
  | TranslatePointArray(IList<FilNet.Point2D>, FilNet.Vector2D, bool, IList<FilNet.Point2D>) | Translates an array of points by a vector. |
  | TranslatePoint_Toward(FilNet.Point2D, FilNet.Point2D, float, bool, FilNet.Point2D) | Translates a point towards another point by a specified distance. |
  | TranslatePoint(FilNet.Point2D, FilNet.Vector2D, bool, FilNet.Point2D) | Translates a point by a vector. |
  | TranslateRectangle(FilNet.Rectangle2D, FilNet.Vector2D, bool, FilNet.Rectangle2D) | Translates a rectangle by a vector. |
  | TranslateRegion(FilNet.Region, int, int, bool, int?, int?, FilNet.Region) | Translates a region by a given number of pixels along each axis. |
  | TranslateSegment3D(FilNet.Segment3D, FilNet.Vector3D, bool, FilNet.Segment3D) | Shifts a segment in 3D by a vector. |
  | TranslateSegment(FilNet.Segment2D, FilNet.Vector2D, bool, FilNet.TranslateAlignment, FilNet.Segment2D) | Translates a segment by a vector. |
  | TranslateSurface(FilNet.Surface, FilNet.Vector3D, bool, FilNet.Surface) | Translates a surface by a vector. |
  | TransposeImage(FilNet.Image, FilNet.Image) | Flips and rotates an image so that columns are exchanged with rows. |
  | TransposePath(FilNet.Path, FilNet.Path) | Flips and rotates a path so that x-coordinates are exchanged with y-coordinates. |
  | TransposeRegion(FilNet.Region, FilNet.Region) | Flips and rotates a region so that x-coordinates are exchanged with y-coordinates. |
  | TrimImageToRegion(FilNet.Image, FilNet.Region, FilNet.Pixel, FilNet.Image) | Trims an image to the area of the specified region. |
  | TrimLine3D(FilNet.Line3D, FilNet.Box3D, INullable<FilNet.Segment3D>) | Creates a segment contained in a box in 3D from a line in 3D. |
  | TrimLineToRectangle(FilNet.Line2D, FilNet.Rectangle2D, FilNet.Segment2D?) | Creates a segment contained in a rectangle from a line. |
  | TrimLine(FilNet.Line2D, FilNet.Box, FilNet.Segment2D?) | Creates a segment contained in a box from a line. |
  | TrimPathArrayToRectangle(IList<FilNet.Path>, FilNet.Rectangle2D, FilNet.TrimPathMethod, IList<FilNet.Path>) | Creates an array of paths contained in a rectangle from another array of paths. |
  | TrimPathArray(IList<FilNet.Path>, FilNet.Box, FilNet.TrimPathMethod, IList<FilNet.Path>) | Creates an array of paths contained in a box from another array of paths. |
  | TrimPathToRectangle(FilNet.Path, FilNet.Rectangle2D, FilNet.TrimPathMethod, FilNet.Path) | Creates a path contained in a rectangle from another path. |
  | TrimPath(FilNet.Path, FilNet.Box, FilNet.TrimPathMethod, FilNet.Path) | Creates a path contained in a box from another path. |
  | TrimPoint3DArray(IList<FilNet.Point3D>, FilNet.Box3D, IList<FilNet.Point3D>) | Removes points not contained in a box in 3D from an array. |
  | TrimPointArrayToRegion(IList<FilNet.Point2D>, FilNet.Region, IList<FilNet.Point2D>) | Trims an array of points to a region. |
  | TrimPointArray(IList<FilNet.Point2D>, FilNet.Box, IList<FilNet.Point2D>) | Removes points not contained in a box from an array. |
  | TrimRegionToPolygon(FilNet.Region, FilNet.Path, FilNet.Region) | Removes region elements lying beyond the specified polygon. |
  | TrimRegionToRectangle(FilNet.Region, FilNet.Rectangle2D, FilNet.Region) | Limits a region to a rectangular area. |
  | TrimRegionToRectangle(FilNet.Region, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.Region) | Limits a region to a rectangular area. |
  | TrimRegionToRectangle(FilNet.Region, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.Region, NullableValue<FilNet.Rectangle2D>) | Limits a region to a rectangular area. |
  | TrimRegionToRectangle(FilNet.Region, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.Region, FilNet.Rectangle2D) | Limits a region to a rectangular area. |
  | TrimSegment3D(FilNet.Segment3D, FilNet.Box3D, INullable<FilNet.Segment3D>) | Creates a segment contained in a box in 3D from another segment in 3D. |
  | TrimSegmentToCircle(FilNet.Segment2D, FilNet.Circle2D, FilNet.Segment2D?) | Creates a segment contained in a circle from another segment. |
  | TrimSegmentToPolygon(FilNet.Path, FilNet.Segment2D, IList<FilNet.Segment2D>) | Finds all subsegments that are inside a given polygon. |
  | TrimSegmentToRectangle(FilNet.Segment2D, FilNet.Rectangle2D, FilNet.Segment2D?) | Creates a segment contained in a rectangle from another segment. |
  | TrimSegment(FilNet.Segment2D, FilNet.Box, FilNet.Segment2D?) | Creates a segment contained in a box from another segment. |
  | UncropImage(FilNet.Image, FilNet.Box, int, int, FilNet.Image) | Inverse of CropImage. |
  | UncropProfile(FilNet.Profile, int, int, FilNet.Profile) | Extends the profile by adding zeros at the beginning and at the end. |
  | UncropRegion(FilNet.Region, FilNet.Box, int, int, FilNet.Region) | Inverse of CropRegion. |
  | UnmapPoint(FilNet.SpatialMap, FilNet.Point2D, FilNet.Point2D?) | Computes locations of image point on the source image from image point location on remapped image. |
  | ValueLimitsToValueLimits_f64(FilNet.ValueLimits, FilNet.ValueLimits_f64) | Converts value limits of different types. |
  | ValueLimits_f64ToValueLimits(FilNet.ValueLimits_f64, FilNet.ValueLimits) | Converts value limits of different types. |
  | Vector2DToVector3D_AxesPlane(FilNet.Vector2D, FilNet.PlaneType, float, FilNet.Vector3D) | Projects a 2D vector onto a plane defined by 3D coordinate axes. |
  | Vector2DToVector3D_AxesPlane(FilNet.Vector2D, FilNet.PlaneType, float, FilNet.Vector3D, NullableValue<FilNet.Plane3D>) | Projects a 2D vector onto a plane defined by 3D coordinate axes. |
  | Vector2DToVector3D_AxesPlane(FilNet.Vector2D, FilNet.PlaneType, float, FilNet.Vector3D, FilNet.Plane3D) | Projects a 2D vector onto a plane defined by 3D coordinate axes. |
  | Vector2DToVector3D(FilNet.Vector2D, FilNet.Vector3D) | Converts a vector in 2D to a vector in 3D. |
  | Vector3DAzimuth(FilNet.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(FilNet.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(FilNet.Vector3D, float) | Computes the length of a 3D vector. |
  | Vector3DToVector2D_AxesPlane(FilNet.Vector3D, FilNet.PlaneType, FilNet.Vector2D) | Projects a 3D vector onto a plane defined by coordinate axes. |
  | Vector3DToVector2D_AxesPlane(FilNet.Vector3D, FilNet.PlaneType, FilNet.Vector2D, NullableValue<FilNet.Plane3D>) | Projects a 3D vector onto a plane defined by coordinate axes. |
  | Vector3DToVector2D_AxesPlane(FilNet.Vector3D, FilNet.PlaneType, FilNet.Vector2D, FilNet.Plane3D) | Projects a 3D vector onto a plane defined by coordinate axes. |
  | Vector3DToVector2D(FilNet.Vector3D, FilNet.Vector2D) | Converts a vector in 3D to a vector in 2D by ignoring its Z coordinates. |
  | VectorBetweenPoints3D(FilNet.Point3D, FilNet.Point3D, FilNet.Vector3D) | Computes a vector representing distance from one point in 3D to another. |
  | VectorBetweenPoints(FilNet.Point2D, FilNet.Point2D, FilNet.Vector2D) | Computes a vector representing distance from one point to another. |
  | VectorDirection(FilNet.Vector2D, float) | Computes the direction angle of a vector as an angle in range the from 0 to 360. |
  | VectorLength(FilNet.Vector2D, float) | Computes the length of a vector. |
  | Vectors3DMedian(IList<FilNet.Vector3D>, int, FilNet.Vector3D) | Computes the geometric median of the input vectors. |
  | Vectors3DMedian(IList<FilNet.Vector3D>, NullableRef<IList<float>>, int, FilNet.Vector3D) | Computes the geometric median of the input vectors. |
  | Vectors3DMedian(IList<FilNet.Vector3D>, NullableRef<IList<float>>, int, FilNet.Vector3D, NullableValue<float>) | Computes the geometric median of the input vectors. |
  | Vectors3DMedian(IList<FilNet.Vector3D>, NullableRef<IList<float>>, int, FilNet.Vector3D, NullableValue<float>, IList<FilNet.Vector3D>) | Computes the geometric median of the input vectors. |
  | Vectors3DMedian(IList<FilNet.Vector3D>, NullableRef<IList<float>>, int, FilNet.Vector3D, float, IList<FilNet.Vector3D>) | Computes the geometric median of the input vectors. |
  | VectorsMedian(IList<FilNet.Vector2D>, int, FilNet.Vector2D) | Computes the geometric median of the input vectors. |
  | VectorsMedian(IList<FilNet.Vector2D>, NullableRef<IList<float>>, int, FilNet.Vector2D) | Computes the geometric median of the input vectors. |
  | VectorsMedian(IList<FilNet.Vector2D>, NullableRef<IList<float>>, int, FilNet.Vector2D, NullableValue<float>) | Computes the geometric median of the input vectors. |
  | VectorsMedian(IList<FilNet.Vector2D>, NullableRef<IList<float>>, int, FilNet.Vector2D, NullableValue<float>, IList<FilNet.Vector2D>) | Computes the geometric median of the input vectors. |
  | VectorsMedian(IList<FilNet.Vector2D>, NullableRef<IList<float>>, int, FilNet.Vector2D, float, IList<FilNet.Vector2D>) | Computes the geometric median of the input vectors. |
  | VerifyProjectID(int, bool, bool) | Verifies a project ID. |
  | VerifyRegion(FilNet.Region) | Checks if the point-runs of the input region are correctly arranged (sorted, not overlapping etc.). |
  | VisualizeHeatmap_Old(FilNet.ColorizeImageState, FilNet.Image, FilNet.Image, FilNet.ColorPalette, int, int?, int?, bool, FilNet.Image) | Colorizes a heat-map and blends it with a background image. |
  | VisualizeHeatmap_Old(FilNet.ColorizeImageState, FilNet.Image, FilNet.Image, FilNet.ColorPalette, int, int?, int?, int?, bool, FilNet.Image) | Colorizes a heat-map and blends it with a background image. |
  | VisualizeHeatmap_Old(FilNet.ColorizeImageState, FilNet.Image, FilNet.Image, FilNet.ColorPalette, int, int?, int?, int?, bool, FilNet.Image, FilNet.Image) | Colorizes a heat-map and blends it with a background image. |
  | VisualizeHeatmap(FilNet.Heatmap, FilNet.ColorPalette, bool, bool, FilNet.Image) | Colorizes heat-map and blends it with background image. |
  | VisualizeHeatmap(NullableRef<FilNet.Image>, FilNet.Heatmap, FilNet.ColorPalette, float?, bool, bool, FilNet.Image) | Colorizes heat-map and blends it with background image. |
  | VisualizeHeatmap(NullableRef<FilNet.Image>, FilNet.Heatmap, FilNet.ColorPalette, float?, bool, bool, FilNet.Image, FilNet.Image) | Colorizes heat-map and blends it with background image. |
  | VoxelizePoint3DGrid(FilNet.Point3DGrid, float, FilNet.Point3DGrid) | Keeps one point from each occupied voxel of a given size. Value of all remaining grid points is set to invalid. |
  | VoxelizePoint3DGrid(FilNet.Point3DGrid, NullableRef<FilNet.Region>, float, FilNet.Point3DGrid) | Keeps one point from each occupied voxel of a given size. Value of all remaining grid points is set to invalid. |
  | WKT_LoadLineString(string, FilNet.Path) | Loads path from WKT text format. |
  | WKT_LoadMultiLineString(string, IList<FilNet.Path>) | Loads multiple paths from WKT text format. |
  | WKT_LoadMultiPoint(string, IList<FilNet.Point2D>) | Loads multiple points from WKT text format. |
  | WKT_LoadMultiPolygon_AsRegion(string, int, int, IList<FilNet.Region>) | Loads multiple polygons from WKT text format as region. |
  | WKT_LoadMultiPolygon(string, IList<FilNet.Path>, IList<SafeList<FilNet.Path>>) | Loads multiple polygons from WKT text format. |
  | WKT_LoadPoint(string, FilNet.Point2D) | Loads point from WKT text format. |
  | WKT_LoadPolygon_AsRegion(string, int, int, FilNet.Region) | Loads polygon from WKT text format as region. |
  | WKT_LoadPolygon(string, FilNet.Path, IList<FilNet.Path>) | Loads polygon from WKT text format. |
  | WorldPlaneEdgesToImage(IList<FilNet.Edge1D>, FilNet.RectificationTransform, IList<FilNet.Edge1D>) | Finds the image coordinates of world plane Edges. |
  | WorldPlaneEdgeToImage(FilNet.Edge1D, FilNet.RectificationTransform, FilNet.Edge1D) | Finds the image coordinates of world plane Edge. |
  | WorldPlaneGapsToImage(IList<FilNet.Gap1D>, FilNet.RectificationTransform, IList<FilNet.Gap1D>) | Finds the image coordinates of world plane Gaps. |
  | WorldPlaneGapToImage(FilNet.Gap1D, FilNet.RectificationTransform, FilNet.Gap1D) | Finds the image coordinates of world plane Gap. |
  | WorldPlanePathsToImage(IList<FilNet.Path>, FilNet.RectificationTransform, IList<FilNet.Path>) | Finds the image coordinates of world plane Paths. |
  | WorldPlanePathToImage(FilNet.Path, FilNet.RectificationTransform, FilNet.Path) | Finds the image coordinates of world plane Path. |
  | WorldPlanePointsToImage(IList<FilNet.Point2D>, FilNet.RectificationTransform, IList<FilNet.Point2D>) | Finds the image coordinates of world plane Points. |
  | WorldPlanePointToImage(FilNet.Point2D, FilNet.RectificationTransform, FilNet.Point2D) | Finds the image coordinates of world plane Point. |
  | WorldPlaneRidgesToImage(IList<FilNet.Ridge1D>, FilNet.RectificationTransform, IList<FilNet.Ridge1D>) | Finds the image coordinates of world plane Ridges. |
  | WorldPlaneRidgeToImage(FilNet.Ridge1D, FilNet.RectificationTransform, FilNet.Ridge1D) | Finds the image coordinates of world plane Ridge. |
  | WorldPlaneSegmentsToImage(IList<FilNet.Segment2D>, FilNet.RectificationTransform, IList<FilNet.Segment2D>) | Finds the image coordinates of world plane Segments. |
  | WorldPlaneSegmentToImage(FilNet.Segment2D, FilNet.RectificationTransform, FilNet.Segment2D) | Finds the image coordinates of world plane Segment. |
  | WorldPlaneStripesToImage(IList<FilNet.Stripe1D>, FilNet.RectificationTransform, IList<FilNet.Stripe1D>) | Finds the image coordinates of world plane Stripes. |
  | WorldPlaneStripeToImage(FilNet.Stripe1D, FilNet.RectificationTransform, FilNet.Stripe1D) | Finds the image coordinates of world plane Stripe. |
  | WriteLog(string, FilNet.LogsLevel) | Write log message with selected log level. |
  | WriteVideoStream(FilNet.OutputVideoStream, FilNet.Image) | Writes an image to a previously opened video stream. |
  | XyzToRgb(FilNet.Image, FilNet.Image) | Converts color space from XYZ to Red-Green-Blue. |
  | YCoCgRToRgb(FilNet.Image, FilNet.Image) | Converts color space from pseudointensitY-Orange-Green-with-Reversibility into Red-Green-Blue. |
  | YCoCgToRgb(FilNet.Image, FilNet.Image) | Converts color space from pseudointensitY-Orange-Green into Red-Green-Blue. |
  | Yuv442ToRgb(FilNet.Image, FilNet.Image) | Converts a YUV-encoded image into RGB color space. |
  | YuvToRgb(FilNet.Image, FilNet.Image) | Converts color space from YUV into Red-Green-Blue. |