| 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. |
  | 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(FilNet.AccumulateProfileState, float, bool, FilNet.Profile) | Returns a profile of most recent values. |
  | AccumulateProfile(FilNet.AccumulateProfileState, float, int?, bool, FilNet.Profile) | Returns a profile of most recent 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.AddHistograms_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.AddImages_OfLoopState, FilNet.Image, float, FilNet.Image) | Adds images appearing in consecutive iterations pixel by pixel. |
  | AddImages_OfLoop(FilNet.AddImages_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.AddProfiles_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, int, 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. |
  | 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.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. |
  | 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, FilNet.CoordinateSystem2D?, INullable<List<FilNet.Point2D>>) | Aligns a point array to match best the input point array. |
  | AdjustPointGrids3D(FilNet.Point3DGrid, FilNet.Point3DGrid, int, float, float, FilNet.Matrix, FilNet.Point3DGrid) | Aligns (rotation + translation) a point grid to match best the reference point grid. |
  | AdjustPointGrids3D(FilNet.Point3DGrid, FilNet.Point3DGrid, int, float, float, FilNet.Matrix, FilNet.Point3DGrid, 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. |
  | AlignRegion(FilNet.Region, FilNet.CoordinateSystem2D, bool, FilNet.Region) | Aligns a region to a coordinate system. |
  | 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. |
  | 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, IList<FilNet.Point3D>, IList<FilNet.Point2D>, IList<FilNet.Segment2D>) | |
  | AnnotateGridPoints_DeprecatedDeprecated(IList<FilNet.Point2D>, float, float?, float, float, IList<FilNet.Point3D>, IList<FilNet.Point2D>, IList<FilNet.Segment2D>) | |
  | AnnotateGridPoints(IList<FilNet.Point2D>, float, IList<FilNet.AnnotatedPoint2D>, IList<FilNet.Segment2D>) | 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 |
  | 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>, double, double, 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. |
  | ArrangePoint3DArray(IList<FilNet.Point3D>, double?, double?, double, double?, double?, double, 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>, double?, double?, double, double?, double?, double, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, FilNet.Region) | Creates a surface structure from Point3D array taking into account X and Y coordinates. |
  | ArrangePoint3DArray(IList<FilNet.Point3D>, double?, double?, double, double?, double?, double, 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>, double?, double?, double, double?, double?, double, 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>, double?, double?, double, double?, double?, double, 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, double, double, 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. |
  | ArrangePoint3DGrid(FilNet.Point3DGrid, double?, double?, double, double?, double?, double, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface) | Creates a surface structure from Point3DGrid taking into account X and Y coordinates. |
  | ArrangePoint3DGrid(FilNet.Point3DGrid, double?, double?, double, double?, double?, double, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, FilNet.Region) | Creates a surface structure from Point3DGrid taking into account X and Y coordinates. |
  | ArrangePoint3DGrid(FilNet.Point3DGrid, double?, double?, double, double?, double?, double, 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, double?, double?, double, double?, double?, double, 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, double?, double?, double, double?, double?, double, 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. |
  | AutoAdjustColors(FilNet.Image, FilNet.Image) | Adjusts image colors by stretching each channel separately. |
  | 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(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.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. |
  | 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. |
  | 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. |
  | 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. |
  | BoxToShapeRegion(FilNet.Box, FilNet.ShapeRegion) | Converts a box to a shape region. |
  | CalibrateCamera_Pinhole(IList<IList<FilNet.AnnotatedPoint2D>>, int, int, FilNet.LensDistortionModelType, float, FilNet.PinholeCameraModel) | Finds the camera intrinsic parameters from the input arrays of annotated image coordinates. 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 the input arrays of annotated image coordinates. Uses pinhole camera model (perspective camera). |
  | CalibrateCamera_Pinhole(IList<IList<FilNet.AnnotatedPoint2D>>, int, int, FilNet.LensDistortionModelType, float, FilNet.PinholeCameraModel, INullable<FilNet.PinholeCameraModel>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<FilNet.Segment2D>>>) | Finds the camera intrinsic parameters from the input arrays of annotated image coordinates. Uses pinhole camera model (perspective camera). |
  | CalibrateCamera_Pinhole(IList<IList<FilNet.AnnotatedPoint2D>>, int, int, FilNet.LensDistortionModelType, float, float?, FilNet.PinholeCameraModel, INullable<FilNet.PinholeCameraModel>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<FilNet.Segment2D>>>) | Finds the camera intrinsic parameters from the input arrays of annotated image coordinates. 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 the input arrays of annotated image coordinates. Uses pinhole camera model (perspective camera). |
  | CalibrateCamera_Telecentric_DeprecatedDeprecated(IList<IList<FilNet.Point3D>>, IList<IList<FilNet.Point2D>>, int, int, bool, bool, bool, FilNet.Matrix, FilNet.LensDistortion) | |
  | CalibrateCamera_Telecentric_DeprecatedDeprecated(IList<IList<FilNet.Point3D>>, IList<IList<FilNet.Point2D>>, int, int, bool, bool, bool, FilNet.Matrix, FilNet.LensDistortion, NullableValue<float>) | |
  | CalibrateCamera_Telecentric_DeprecatedDeprecated(IList<IList<FilNet.Point3D>>, IList<IList<FilNet.Point2D>>, int, int, bool, bool, bool, FilNet.Matrix, FilNet.LensDistortion, float) | |
  | CalibrateCamera_Telecentric(IList<IList<FilNet.AnnotatedPoint2D>>, float, int, int, FilNet.LensDistortionModelType, float, FilNet.TelecentricCameraModel) | Finds the telecentric camera intrinsic parameters from the input arrays of annotated image coordinates. |
  | CalibrateCamera_Telecentric(IList<IList<FilNet.AnnotatedPoint2D>>, float, int, int, FilNet.LensDistortionModelType, float, FilNet.TelecentricCameraModel, INullable<FilNet.TelecentricCameraModel>, NullableValue<float>, NullableRef<List<float>>, NullableRef<List<List<FilNet.Segment2D>>>) | Finds the telecentric camera intrinsic parameters from the input arrays of annotated image coordinates. |
  | 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 the input arrays of annotated image coordinates. |
  | CalibrateWorldPlane_Default(IList<FilNet.AnnotatedPoint2D>, float, float, FilNet.RectificationTransform) | Finds the image to world plane transformation matrix. World plane origin and axes are unspecified. Useful for image rectification or distance measurements. |
  | CalibrateWorldPlane_Default(IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float, float, FilNet.RectificationTransform) | Finds the image to world plane transformation matrix. World plane origin and axes are unspecified. Useful for image rectification or distance measurements. |
  | CalibrateWorldPlane_Default(IList<FilNet.AnnotatedPoint2D>, float, float, FilNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<FilNet.Segment2D>>) | Finds the image to world plane transformation matrix. World plane origin and axes are unspecified. Useful for image rectification or distance measurements. |
  | CalibrateWorldPlane_Default(IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float, float, FilNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<FilNet.Segment2D>>) | Finds the image to world plane transformation matrix. World plane origin and axes are unspecified. Useful for image rectification or distance measurements. |
  | CalibrateWorldPlane_Default(IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float, float, FilNet.RectificationTransform, float, float, IList<FilNet.Segment2D>) | Finds the image to world plane transformation matrix. World plane origin and axes are unspecified. Useful for image rectification or distance measurements. |
  | CalibrateWorldPlane_Labeled(IList<FilNet.AnnotatedPoint2D>, IList<FilNet.AnnotatedPoint2D>, float, bool, FilNet.RectificationTransform) | Finds the image to world plane transformation matrix using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid. |
  | CalibrateWorldPlane_Labeled(IList<FilNet.AnnotatedPoint2D>, IList<FilNet.AnnotatedPoint2D>, NullableRef<FilNet.AnyCameraModel>, float?, float, bool, FilNet.RectificationTransform) | Finds the image to world plane transformation matrix using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid. |
  | CalibrateWorldPlane_Labeled(IList<FilNet.AnnotatedPoint2D>, IList<FilNet.AnnotatedPoint2D>, 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 matrix 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 matrix 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 matrix 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 matrix. 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 matrix. Image and their corresponding world points are directly specified (no grid needed). |
  | CalibrateWorldPlane_Manual(IList<FilNet.Point2D>, IList<FilNet.Point2D>, float, FilNet.RectificationTransform, NullableValue<float>, NullableValue<float>, NullableRef<List<FilNet.Segment2D>>) | Finds the image to world plane transformation matrix. 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 matrix. 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 matrix. 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 matrix 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 matrix using multiple grids, using sparse world coordinate information. |
  | CalibrateWorldPlane_Multigrid(IList<IList<FilNet.AnnotatedPoint2D>>, IList<IList<FilNet.AnnotatedPoint2D>>, 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_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 matrix 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. Note that this is a filter for rather rarely seen special cases and it is usually better to use the CalibrateWorldPlane_Labeled filter. |
  | CalibrateWorldPlane_OffgridOrigin(IList<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. Note that this is a filter for rather rarely seen special cases and it is usually better to use the CalibrateWorldPlane_Labeled filter. |
  | CalibrateWorldPlane_OffgridOrigin(IList<FilNet.AnnotatedPoint2D>, float, float, 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. Note that this is a filter for rather rarely seen special cases and it is usually better to use the CalibrateWorldPlane_Labeled filter. |
  | CalibrateWorldPlane_OffgridOrigin(IList<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. Note that this is a filter for rather rarely seen special cases and it is usually better to use the CalibrateWorldPlane_Labeled filter. |
  | CalibrateWorldPlane_OffgridOrigin(IList<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. Note that this is a filter for rather rarely seen special cases and it is usually better to use the CalibrateWorldPlane_Labeled filter. |
  | ChargeImageMemoryPools(IList<int>, bool) | Preallocates memory buffers for images. |
  | CheckLicense(FilNet.ProductType, bool) | Check license for 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.GradientMaskOperator, FilNet.MagnitudeMeasure, int, int, float, float, bool, NullableValue<float>, NullableRef<FilNet.Region>, INullable<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, NullableValue<float>, NullableRef<FilNet.Region>, INullable<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, float?, float?, float, bool, NullableValue<float>, NullableValue<float>, INullable<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, NullableValue<float>, NullableValue<float>, INullable<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.HSxColorModel, int, int, int, float?, float?, float, float, bool, FilNet.Image) | Verifies object presence by analysing the amount of pixels that meet the specified criteria. |
  | CheckPresence_PixelAmount(FilNet.Image, FilNet.ShapeRegion, FilNet.HSxColorModel, int, int, int, float, float, bool, NullableValue<float>, NullableRef<FilNet.Region>, INullable<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) | Verifies object presence by analysing the amount of pixels that meet the specified criteria. |
  | CheckPresence_PixelAmount(FilNet.Image, FilNet.ShapeRegion, FilNet.HSxColorModel, int, int, int, float?, float?, float, float, bool, NullableValue<float>, NullableRef<FilNet.Region>, INullable<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, FilNet.Image) | Verifies object presence by analysing the amount of pixels that meet the specified criteria. |
  | CheckPresence_PixelAmount(FilNet.Image, FilNet.ShapeRegion, FilNet.HSxColorModel, int, int, int, float?, float?, float, float, bool, NullableValue<float>, NullableRef<FilNet.Region>, INullable<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, NullableValue<float>, NullableRef<FilNet.Region>, INullable<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>, INullable<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. |
  | Circle2DToRegionOfInterest(FilNet.Circle2D, FilNet.RegionOfInterest) | Converts a circle to region of interest. |
  | Circle2DToShapeRegion(FilNet.Circle2D, FilNet.ShapeRegion) | Converts a circle to a shape region. |
  | 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. |
  | 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, FilNet.Rectangle2D, NullableValue<FilNet.Point2D>, NullableValue<float>, NullableValue<float>) | 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 to the specified value. |
  | ClearImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Pixel) | Sets image pixels to the specified value. |
  | CloseGPUProcessing() | |
  | 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, FilNet.KernelShape, int, FilNet.Image, FilNet.Region) | 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 last point to the first one to 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, IList<NullableRef<List<FilNet.Point2D>>>, IList<FilNet.Point2D?>, float) | Clusters 2D points using K Means Clustering method. |
  | ClusterPoints3D(IList<FilNet.Point3D>, 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(FilNet.Pixel, FilNet.Pixel, float, float) | Compares two pixels using chromatic and non-chromatic information. Assumes RGB-like color space. |
  | ColorizeImage(FilNet.ColorizeImageState, FilNet.Image, FilNet.ColorPalette, bool, FilNet.Image, FilNet.Image) | Shows a monochromatic image in false colors. |
  | ColorizeImage(FilNet.ColorizeImageState, FilNet.Image, FilNet.ColorPalette, bool, int?, int?, FilNet.Image) | Shows a monochromatic image in false colors. |
  | ColorizeImage(FilNet.ColorizeImageState, FilNet.Image, FilNet.ColorPalette, bool, int?, int?, FilNet.Image, 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.GoldenTemplate2Model, FilNet.Image, float, float, FilNet.Region) | Compares an image with a template image considered to have no defects. |
  | 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, 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, 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, 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, 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>, FilNet.Path) | Joins open paths of an array. |
  | ConcatenatePaths_OfLoop(FilNet.ConcatenatePaths_OfLoopState, FilNet.Path, FilNet.Path) | Joins open paths appearing in consecutive iterations. |
  | ConcatenatePaths(FilNet.Path, FilNet.Path, FilNet.Path) | Joins two open paths. |
  | ControlAVX2(bool, bool) | Enables or disables AVX2 cpu extension usage by other filters. |
  | ControlImageMemoryPools(bool) | Enables or disables deterministic image memory allocator. |
  | ControlParallelComputing(bool, int) | Enables or disables filters multithreading parallelization. |
  | ControlParallelComputing(bool, int?, int) | Enables or disables filters multithreading parallelization. |
  | ControlSIMD(FilNet.SimdLevel) | Enables or disables SIMD cpu extension (e.g. SSE, AVX2, NEON) usage by other filters. |
  | ControlSIMD(FilNet.SimdLevel?, FilNet.SimdLevel) | Enables or disables SIMD cpu extension (e.g. SSE, AVX2, NEON) usage by other filters. |
  | ControlSSE(bool, bool) | Enables or disables SSE cpu extension usage by other filters. |
  | ConvertCoordinateSystem2DTo3D(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. |
  | 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. |
  | 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. |
  | 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.InterpolationMethod, 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.InterpolationMethod, FilNet.ArcFittingMap) | Precomputes a data object that is required for fast arc fitting on images. |
  | CreateArcFittingMap(FilNet.ImageFormat, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, FilNet.ArcFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast arc fitting on images. |
  | CreateArcFittingMap(FilNet.ImageFormat, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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, int, int, FilNet.InterpolationMethod, FilNet.CircleFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | 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.InterpolationMethod, 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.InterpolationMethod, FilNet.CircleFittingMap) | Precomputes a data object that is required for fast circle fitting on images. |
  | CreateCircleFittingMap(FilNet.ImageFormat, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.CircleFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast circle fitting on images. |
  | CreateCircleFittingMap(FilNet.ImageFormat, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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, int, int, FilNet.Region, NullableValue<FilNet.Circle2D>) | 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, 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, 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) | 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 input set to test and train set, trying to maintain balance in class distribution in both resulting sets. |
  | CreateEdgeModel(FilNet.Image, int, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel(FilNet.Image, int, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel>, NullableRef<NullableValue<FilNet.Point2D>>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel(FilNet.Image, int, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel>, INullable<SafeList<FilNet.Path>>, INullable<SafeList<FilNet.Image>>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel(FilNet.Image, int, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel>, NullableRef<NullableValue<FilNet.Point2D>>, INullable<SafeList<FilNet.Path>>, INullable<SafeList<FilNet.Image>>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel(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. |
  | CreateEdgeModel(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>>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Rectangle2D?, int, int?, float, float, float, float, float, float, float, float, float, float, INullable<FilNet.EdgeModel>, INullable<SafeList<FilNet.Path>>, INullable<SafeList<FilNet.Image>>) | Creates a model for edge-based template matching. |
  | CreateEdgeModel(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. |
  | CreateEdgeModel(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>>, INullable<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, int, int, FilNet.Region, NullableValue<FilNet.Rectangle2D>) | 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, float, float, float, FilNet.EdgeGoldenTemplate, FilNet.Image, FilNet.Region, FilNet.Region) | 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, float, int, FilNet.GrayGoldenTemplate, FilNet.Image, FilNet.Region, FilNet.Region) | 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. |
  | CreateGrayModel(FilNet.Image, int, float, float, float, float, float, float, FilNet.GrayModel) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel(FilNet.Image, int, float, float, float, float, float, float, FilNet.GrayModel, IList<FilNet.Image>) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel(FilNet.Image, int, float, float, float, float, float, float, FilNet.GrayModel, NullableValue<FilNet.Point2D>) | Creates a model for NCC or SAD template matching. |
  | CreateGrayModel(FilNet.Image, 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) | 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, 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, 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, FilNet.Histogram) | Creates the histogram of the array of real numbers. |
  | CreateHistogram(IList<float>, NullableRef<IList<int>>, float, float?, float?, FilNet.Histogram) | Creates the histogram of the array of real numbers. |
  | CreateImageFromPoint3DGrid(FilNet.Point3DGrid, float, float, float, FilNet.Image) | Creates an image of z-values of the given points. |
  | CreateImageFromSurface(FilNet.Surface, FilNet.PlainType, FilNet.Image) | Creates an image of z-values of the given points. |
  | CreateImageFromSurface(FilNet.Surface, FilNet.PlainType, double?, double?, float?, FilNet.Image) | Creates an image of z-values of the given points. |
  | 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, IList<FilNet.Image>) | Creates an array of images, each downsampled from the previous, gauss-smoothed one. |
  | CreateImagePyramid(FilNet.Image, int, int, 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 array of Boxes, which divide image in, potentially overlapping, tiles. |
  | CreateImageTiles_AsBoxes(FilNet.Size, int, int?, int?, int?, FilNet.OverflowControl, IList<FilNet.Box>, int, int) | Generates array of Boxes, which divide image in, potentially overlapping, tiles. |
  | CreateImageTiles(FilNet.Size, int, FilNet.OverflowControl, IList<FilNet.Region>, IList<FilNet.Box>, int, int) | Generates array of Regions, which divide image in, potentially overlapping, tiles. |
  | CreateImageTiles(FilNet.Size, int, int?, int?, int?, FilNet.OverflowControl, IList<FilNet.Region>, IList<FilNet.Box>, int, int) | Generates array of Regions, which divide image in, potentially overlapping, tiles. |
  | CreateLineRegion(FilNet.Line2D, int, int, int, FilNet.Region) | Creates a line region. |
  | CreateLineRegion(FilNet.Line2D, int, int, int, FilNet.Region, NullableValue<FilNet.Line2D>) | Creates a line region. |
  | CreateLineRegion(FilNet.Line2D, FilNet.CoordinateSystem2D?, int, int, int, FilNet.Region) | Creates a line region. |
  | CreateLineRegion(FilNet.Line2D, FilNet.CoordinateSystem2D?, int, int, int, FilNet.Region, FilNet.Line2D) | Creates a line region. |
  | CreateLineRegion(FilNet.Line2D, FilNet.CoordinateSystem2D?, int, 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, int, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>, IList<FilNet.Segment2D>) | (Pre)computes image sampling locations used by MeasureObjectWidth function. |
  | CreateMeasurementMap(FilNet.ImageFormat, FilNet.SegmentScanField, 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>) | (Pre)computes image sampling locations used by MeasureObjectWidth function. |
  | CreateMeasurementMap(FilNet.ImageFormat, FilNet.SegmentScanField, 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>, 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>, 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 from a path with given parameters. |
  | CreatePathBorderRegion(FilNet.Path, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region) | Creates a region from a path with given parameters. |
  | CreatePathBorderRegion(FilNet.Path, float, FilNet.BorderPosition, int, int, FilNet.Region, NullableRef<FilNet.Path>) | Creates a region from a path with given parameters. |
  | CreatePathBorderRegion(FilNet.Path, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region, NullableRef<FilNet.Path>) | Creates a region from a path with given parameters. |
  | CreatePathBorderRegion(FilNet.Path, FilNet.CoordinateSystem2D?, float, FilNet.BorderPosition, int, int, FilNet.Region, FilNet.Path) | Creates a region from a path with given parameters. |
  | 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, int, FilNet.InterpolationMethod, FilNet.PathFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | 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.InterpolationMethod, FilNet.PathFittingMap) | Precomputes a data object that is required for fast path fitting on images. |
  | CreatePathFittingMap(FilNet.ImageFormat, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.PathFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast path fitting on images. |
  | CreatePathFittingMap(FilNet.ImageFormat, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, 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.InterpolationMethod, FilNet.PathFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast path fitting on images. |
  | 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, 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). |
  | 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. |
  | CreatePointGraph(IList<FilNet.Point2D>, int, IList<List<int>>, IList<List<float>>) | Creates a graph of points that lay close to each other. |
  | CreatePointGraph(IList<FilNet.Point2D>, int, IList<List<int>>, IList<List<float>>, IList<FilNet.Segment2D>) | Creates a graph of points that lay close to each other. |
  | CreatePointGraph(IList<FilNet.Point2D>, int, float?, float?, IList<List<int>>, IList<List<float>>) | Creates a graph of points that lay close to each other. |
  | CreatePointGraph(IList<FilNet.Point2D>, int, float?, float?, IList<List<int>>, IList<List<float>>, IList<FilNet.Segment2D>) | Creates a graph of points that lay 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, 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) | 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, 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, 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, int, int, FilNet.Region, NullableValue<FilNet.Rectangle2D>) | 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, 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_PixelUnits(FilNet.ImageFormat, 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. |
  | CreateRegionOfInterestRegion(FilNet.RegionOfInterest, int, int, FilNet.Region) | Creates a region corresponding to a given region of interest. |
  | CreateRegionOfInterestRegion(FilNet.RegionOfInterest, FilNet.CoordinateSystem2D?, int, int, FilNet.Region) | Creates a region corresponding to a given region of interest. |
  | 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, float, FilNet.BorderPosition, int, int, FilNet.Region, NullableValue<FilNet.Circle2D>) | 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. |
  | CreateScanMap(FilNet.ImageFormat, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.ScanMap) | Precomputes a data object that is required for fast 1D edge detection. |
  | CreateScanMap(FilNet.ImageFormat, FilNet.Path, int, FilNet.InterpolationMethod, 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.InterpolationMethod, FilNet.ScanMap) | Precomputes a data object that is required for fast 1D edge detection. |
  | CreateScanMap(FilNet.ImageFormat, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.ScanMap, 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.InterpolationMethod, FilNet.ScanMap, NullableRef<FilNet.Path>) | Precomputes a data object that is required for fast 1D edge detection. |
  | CreateScanMap(FilNet.ImageFormat, FilNet.Path, int, FilNet.InterpolationMethod, 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.InterpolationMethod, FilNet.ScanMap, 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.InterpolationMethod, 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.InterpolationMethod, 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, int, int, FilNet.InterpolationMethod, FilNet.SegmentFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | 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.InterpolationMethod, 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.InterpolationMethod, FilNet.SegmentFittingMap) | Precomputes a data object that is required for fast segment fitting on images. |
  | CreateSegmentFittingMap(FilNet.ImageFormat, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.SegmentFittingMap, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>) | Precomputes a data object that is required for fast segment fitting on images. |
  | CreateSegmentFittingMap(FilNet.ImageFormat, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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, int, int, int, bool, FilNet.Region) | Creates a segment region. |
  | CreateSegmentRegion(FilNet.Segment2D, int, int, int, bool, FilNet.Region, NullableValue<FilNet.Segment2D>) | Creates a segment region. |
  | CreateSegmentRegion(FilNet.Segment2D, FilNet.CoordinateSystem2D?, int, int, int, bool, FilNet.Region) | Creates a segment region. |
  | CreateSegmentRegion(FilNet.Segment2D, FilNet.CoordinateSystem2D?, int, int, int, bool, FilNet.Region, NullableValue<FilNet.Segment2D>) | Creates a segment region. |
  | CreateSegmentRegion(FilNet.Segment2D, FilNet.CoordinateSystem2D?, int, 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. |
  | 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, 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) | 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. |
  | 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, int, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>, IList<FilNet.Segment2D>) | (Pre)computes surface sampling locations used by MeasureObjectWidth3D function. |
  | CreateSurfaceMeasurementMap(FilNet.SurfaceFormat, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>, NullableValue<FilNet.SegmentScanField>) | (Pre)computes surface sampling locations used by MeasureObjectWidth3D function. |
  | CreateSurfaceMeasurementMap(FilNet.SurfaceFormat, FilNet.SegmentScanField, int, 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>) | (Pre)computes surface sampling locations used by MeasureObjectWidth3D function. |
  | CreateSurfaceMeasurementMap(FilNet.SurfaceFormat, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, IList<FilNet.ScanMap>, 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>, 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, 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, int, FilNet.InterpolationMethod, FilNet.ScanMap, 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) | Precomputes a data object that is required for fast 1D edge detection in 3D. |
  | CreateSurfaceScanMap(FilNet.SurfaceFormat, FilNet.Path, 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, 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, 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, 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(int, float, float, float, FilNet.Histogram) | Creates an uniform histogram of desired parameters with common value of all bins. |
  | CreateUniformProfile(float, int, float, float, FilNet.Profile) | Creates an uniform profile of the given size. |
  | CreateVector(float, float, FilNet.Vector2D) | Produces a vector of given length and direction. |
  | CropBordersFromRegion(FilNet.Region, int, int, FilNet.Region) | Removes from a region the pixels that lie very close to the region's borders. |
  | CropHistogram(FilNet.Histogram, int, int, FilNet.Histogram) | Confines a histogram to its continuous segment. |
  | CropImageToRectangle(FilNet.Image, FilNet.Rectangle2D, FilNet.CropScaleMode, FilNet.InterpolationMethod, float, 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.Image) | Creates an image from a rectangular fragment of another image (with black margins if requested). |
  | CropImageToRectangle(FilNet.Image, FilNet.Rectangle2D, FilNet.CropScaleMode, FilNet.InterpolationMethod, float, 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.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.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D) | Creates an image from a rectangular fragment of another image (with black margins if requested). |
  | CropImageToRegion(FilNet.Image, FilNet.Region, FilNet.Pixel, FilNet.Image) | Crops an image to the area of the specified region. |
  | CropImage(FilNet.Image, FilNet.Box, FilNet.Image) | Creates an image from a box-shaped fragment of the input image (with margins if requested). |
  | CropLine3D(FilNet.Line3D, FilNet.Box3D, INullable<FilNet.Segment3D>) | Creates a segment contained in a box in 3D from a line in 3D. |
  | CropLineToRectangle(FilNet.Line2D, FilNet.Rectangle2D, FilNet.Segment2D?) | Creates a segment contained in a rectangle from a line. |
  | CropLine(FilNet.Line2D, FilNet.Box, FilNet.Segment2D?) | Creates a segment contained in a box from a line. |
  | CropPathArrayToRectangle(IList<FilNet.Path>, FilNet.Rectangle2D, FilNet.CropPathMethod, IList<FilNet.Path>) | Creates an array of paths contained in a rectangle from another array of paths. |
  | CropPathArray(IList<FilNet.Path>, FilNet.Box, FilNet.CropPathMethod, IList<FilNet.Path>) | Creates an array of paths contained in a box from another array of paths. |
  | CropPathToRectangle(FilNet.Path, FilNet.Rectangle2D, FilNet.CropPathMethod, FilNet.Path) | Creates a path contained in a rectangle from another path. |
  | CropPath(FilNet.Path, FilNet.Box, FilNet.CropPathMethod, FilNet.Path) | Creates a path contained in a box from another path. |
  | CropPixels(FilNet.Image, FilNet.Image) | Sets pixels below the low value to the low value and above the high value to the high value. |
  | CropPixels(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. |
  | 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, float?, float?, float?, float?, float?, float?, FilNet.Point3DGrid) | Removes from the grid points that are not contained in a given rectangular box. |
  | CropPointArrayToRegion(IList<FilNet.Point2D>, FilNet.Region, IList<FilNet.Point2D>) | Crops an array of points to a region. |
  | CropPointArray(IList<FilNet.Point2D>, FilNet.Box, IList<FilNet.Point2D>) | Removes points not contained in a box from an array. |
  | CropProfileValues(FilNet.Profile) | Applies limits to profile values. |
  | CropProfileValues(FilNet.Profile, FilNet.Range?, float?, float?) | Applies limits to profile values. |
  | 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. |
  | 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.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, 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. |
  | CropSegment3D(FilNet.Segment3D, FilNet.Box3D, INullable<FilNet.Segment3D>) | Creates a segment contained in a box in 3D from another segment in 3D. |
  | CropSegmentToRectangle(FilNet.Segment2D, FilNet.Rectangle2D, FilNet.Segment2D?) | Creates a segment contained in a rectangle from another segment. |
  | CropSegment(FilNet.Segment2D, FilNet.Box, FilNet.Segment2D?) | Creates a segment contained in a box from another segment. |
  | 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, 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) | 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, 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, 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, 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) | 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, int, 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, 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, int, float?, float?, float, bool, FilNet.Surface, 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, 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) | 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, 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>, 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, 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, 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, double?, double?, double?, double?, double?, double?, bool, FilNet.Surface) | Removes from the surface points that are not contained in a given rectangular box. |
  | CropSurface(FilNet.Surface, double?, double?, double?, double?, double?, double?, 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>, double?, double?, double?, double?, double?, double?, bool, FilNet.Surface) | Removes from the surface points that are not contained in a given rectangular box. |
  | CropSurface(FilNet.Surface, NullableRef<FilNet.Region>, double?, double?, double?, double?, double?, double?, 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>, double?, double?, double?, double?, double?, double?, 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 array of image tiles, which are cut from inImage. |
  | CutImageIntoTiles(FilNet.Image, int, int?, int?, int?, FilNet.OverflowControl, IList<FilNet.Image>) | Generates array of image tiles, which are cut from inImage. |
  | DaPImageMedian(FilNet.Image, float) | Computes the average direction within the region of interest. |
  | DaPImageMedian(FilNet.Image, NullableRef<FilNet.Region>, 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, 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. |
  | 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. |
  | 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, float, float, FilNet.Polarity, IList<FilNet.AnnotatedPoint2D>, FilNet.Region, IList<FilNet.Point2D>) | 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. |
  | 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, float, float, int, IList<FilNet.Point2D>, FilNet.Image, FilNet.Image) | 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, FilNet.EdgeMaskFilter, 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_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, FilNet.EdgeFilter, float, float, float, float, float, float, IList<FilNet.Path>, FilNet.Image, FilNet.Region) | 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, 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_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, FilNet.EdgeFilter, float, float, float, float, int, FilNet.Region, FilNet.Image) | 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 pixel-precise image of continuous edges. |
  | DetectEdges(FilNet.Image, FilNet.EdgeFilter, float, float, float, float, int, FilNet.Image, FilNet.Image) | Extracts a pixel-precise image of continuous edges. |
  | DetectEdges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeFilter, float, float?, float, float, float, int, FilNet.Image) | Extracts a pixel-precise image of continuous edges. |
  | DetectEdges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeFilter, float, float?, float, float, float, int, FilNet.Image, FilNet.Image) | Extracts a pixel-precise image of 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. |
  | DetectLines(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, float, IList<FilNet.Line2D>, IList<float>) | Finds lines in an image. |
  | DetectLines(FilNet.Image, float, float, float, float, float, IList<FilNet.Line2D>, IList<float>, FilNet.Image, FilNet.Image) | Finds lines in an image. |
  | 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. |
  | DetectMultipleBarcodes(FilNet.Image, float, int, int, int, float, float, IList<FilNet.Rectangle2D>) | Determines the positions of multiple barcodes on the input image. |
  | DetectMultipleBarcodes(FilNet.Image, FilNet.BarcodeFormat?, float, int, int, int, float, float, IList<FilNet.Rectangle2D>) | Determines the positions of multiple barcodes on the input image. |
  | DetectMultipleBarcodes(FilNet.Image, float, int, int, int, float, float, IList<FilNet.Rectangle2D>, FilNet.Image) | Determines the positions of multiple barcodes on the input image. |
  | DetectMultipleBarcodes(FilNet.Image, float, int, int, int, float, float, IList<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>) | Determines the positions of multiple barcodes on the input image. |
  | DetectMultipleBarcodes(FilNet.Image, FilNet.BarcodeFormat?, float, int, int, int, float, float, IList<FilNet.Rectangle2D>, FilNet.Image) | Determines the positions of multiple barcodes on the input image. |
  | DetectMultipleBarcodes(FilNet.Image, FilNet.BarcodeFormat?, float, int, int, int, float, float, IList<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>) | Determines the positions of multiple barcodes on the input image. |
  | DetectMultipleBarcodes(FilNet.Image, float, int, int, int, float, float, IList<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>, FilNet.Image) | Determines the positions of multiple barcodes on the input image. |
  | DetectMultipleBarcodes(FilNet.Image, FilNet.BarcodeFormat?, float, int, int, int, float, float, IList<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>, FilNet.Image) | Determines the positions of multiple barcodes on the input image. |
  | DetectMultipleCircles(FilNet.Image, float, float, float, float, IList<FilNet.HoughCircle>) | Finds circles of a given radius in the input image. |
  | DetectMultipleCircles(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, IList<FilNet.HoughCircle>) | Finds circles of a given radius in the input image. |
  | DetectMultipleCircles(FilNet.Image, float, float, float, float, IList<FilNet.HoughCircle>, FilNet.Image, FilNet.Image) | Finds circles of a given radius in the input image. |
  | 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. |
  | DetectPaths(FilNet.Image, FilNet.Path, float, float, IList<FilNet.Path>, IList<float>) | Finds paths in an image. |
  | DetectPaths(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Path, float, float, IList<FilNet.Path>, IList<float>) | Finds paths in an image. |
  | DetectPaths(FilNet.Image, FilNet.Path, float, float, IList<FilNet.Path>, IList<float>, FilNet.Image, FilNet.Image) | Finds paths in an image. |
  | DetectPaths(FilNet.Image, NullableRef<FilNet.Region>, FilNet.Path, float, float, IList<FilNet.Path>, IList<float>, FilNet.Image, FilNet.Image) | Finds paths in an image. |
  | 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. |
  | 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(FilNet.Image, float, float, float, float, float, float, IList<FilNet.Segment2D>) | Finds segments in an image. |
  | DetectSegments(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, float, float, IList<FilNet.Segment2D>) | Finds segments in an image. |
  | DetectSegments(FilNet.Image, float, float, float, float, float, float, IList<FilNet.Segment2D>, FilNet.Image, FilNet.Image) | Finds segments in an image. |
  | DetectSegments(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, float, float, float, IList<FilNet.Segment2D>, FilNet.Image, FilNet.Image) | Finds segments in an image. |
  | DetectSingleBarcode(FilNet.Image, float, int, int, int, float, float, FilNet.Rectangle2D?) | Determines the position of a single barcode on the input image. |
  | DetectSingleBarcode(FilNet.Image, FilNet.BarcodeFormat?, float, int, int, int, float, float, FilNet.Rectangle2D?) | Determines the position of a single barcode on the input image. |
  | DetectSingleBarcode(FilNet.Image, float, int, int, int, float, float, FilNet.Rectangle2D?, FilNet.Image) | Determines the position of a single barcode on the input image. |
  | DetectSingleBarcode(FilNet.Image, float, int, int, int, float, float, FilNet.Rectangle2D?, NullableRef<List<FilNet.Rectangle2D>>) | Determines the position of a single barcode on the input image. |
  | DetectSingleBarcode(FilNet.Image, FilNet.BarcodeFormat?, float, int, int, int, float, float, FilNet.Rectangle2D?, FilNet.Image) | Determines the position of a single barcode on the input image. |
  | DetectSingleBarcode(FilNet.Image, FilNet.BarcodeFormat?, float, int, int, int, float, float, FilNet.Rectangle2D?, NullableRef<List<FilNet.Rectangle2D>>) | Determines the position of a single barcode on the input image. |
  | DetectSingleBarcode(FilNet.Image, float, int, int, int, float, float, FilNet.Rectangle2D?, NullableRef<List<FilNet.Rectangle2D>>, FilNet.Image) | Determines the position of a single barcode on the input image. |
  | DetectSingleBarcode(FilNet.Image, FilNet.BarcodeFormat?, float, int, int, int, float, float, FilNet.Rectangle2D?, NullableRef<List<FilNet.Rectangle2D>>, FilNet.Image) | Determines the position of a single barcode on the input image. |
  | 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, float, float, float, INullable<FilNet.HoughCircle>, FilNet.Image, FilNet.Image) | 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, float, float, float, float, FilNet.Image, FilNet.Profile) | 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(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, FilNet.KernelShape, int, FilNet.Image, FilNet.Region) | 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. |
  | 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. |
  | 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, float, 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(FilNet.Image, int, 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. |
  | DrawArcs_Palette(FilNet.Image, NullableRef<IList<FilNet.Arc2D?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws arcs on an image with multiple colors. |
  | DrawArcs_Palette(FilNet.Image, NullableRef<IList<FilNet.Arc2D?>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws arcs on an image with multiple colors. |
  | DrawArcs_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Arc2D?>>, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws arcs on an image with a single color. |
  | DrawArcs_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Arc2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws arcs on an image with a single color. |
  | DrawArcs_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Arc2D?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws arcs on an image with two colors, depending on the status of each arc (usually: green or red for pass/fail status). |
  | DrawArcs_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Arc2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws arcs on an image with two colors, depending on the status of each arc (usually: green or red for pass/fail status). |
  | 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. |
  | DrawBoxes_Palette(FilNet.Image, NullableRef<IList<FilNet.Box?>>, float, bool, FilNet.Image) | Draws boxes on an image with multiple colors. |
  | DrawBoxes_Palette(FilNet.Image, NullableRef<IList<FilNet.Box?>>, NullableRef<IList<FilNet.Pixel>>, float, bool, FilNet.Image) | Draws boxes on an image with multiple colors. |
  | DrawBoxes_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Box?>>, FilNet.Pixel, float, bool, FilNet.Image) | Draws boxes on an image with a single color. |
  | DrawBoxes_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Box?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, float, bool, FilNet.Image) | Draws boxes on an image with two colors, depending on the status of each box (usually: green or red for pass/fail status). |
  | DrawBox(FilNet.Image, FilNet.Box, FilNet.Pixel, float) | Draws a box on an image. |
  | DrawCircles_Palette(FilNet.Image, NullableRef<IList<FilNet.Circle2D?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws circles on an image with multiple colors. |
  | DrawCircles_Palette(FilNet.Image, NullableRef<IList<FilNet.Circle2D?>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws circles on an image with multiple colors. |
  | DrawCircles_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Circle2D?>>, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws circles on an image with a single color. |
  | DrawCircles_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Circle2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws circles on an image with a single color. |
  | DrawCircles_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Circle2D?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws circles on an image with two colors, depending on the status of each circle (usually: green or red for pass/fail status). |
  | DrawCircles_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Circle2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws circles on an image with two colors, depending on the status of each circle (usually: green or red for pass/fail status). |
  | 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. |
  | DrawCoordinateSystems_Palette(FilNet.Image, NullableRef<IList<FilNet.CoordinateSystem2D?>>, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws coordinate systems on an image with multiple colors. |
  | DrawCoordinateSystems_Palette(FilNet.Image, NullableRef<IList<FilNet.CoordinateSystem2D?>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws coordinate systems on an image with multiple colors. |
  | DrawCoordinateSystems_SingleColor(FilNet.Image, NullableRef<IList<FilNet.CoordinateSystem2D?>>, FilNet.Pixel, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws coordinate systems on an image with a single color. |
  | DrawCoordinateSystems_SingleColor(FilNet.Image, NullableRef<IList<FilNet.CoordinateSystem2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws coordinate systems on an image with a single color. |
  | DrawCoordinateSystems_TwoColors(FilNet.Image, NullableRef<IList<FilNet.CoordinateSystem2D?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws coordinate systems on an image with two colors, depending on the status of each coordinate system (usually: green or red for pass/fail status). |
  | DrawCoordinateSystems_TwoColors(FilNet.Image, NullableRef<IList<FilNet.CoordinateSystem2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws coordinate systems on an image with two colors, depending on the status of each coordinate system (usually: green or red for pass/fail status). |
  | 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. |
  | DrawDimensionLines_Palette(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.DrawingStyle, float, float, FilNet.MetricUnit, int, float, bool, FilNet.Image) | Draws dimension lines on an image with multiple colors. |
  | DrawDimensionLines_Palette(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, float, float, FilNet.MetricUnit, int, float, bool, FilNet.Image) | Draws dimension lines on an image with multiple colors. |
  | DrawDimensionLines_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.Pixel, FilNet.DrawingStyle, float, float, FilNet.MetricUnit, int, float, bool, FilNet.Image) | Draws dimension lines on an image with a single color. |
  | DrawDimensionLines_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, float, float, FilNet.MetricUnit, int, float, bool, FilNet.Image) | Draws dimension lines on an image with a single color. |
  | DrawDimensionLines_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, float, float, FilNet.MetricUnit, int, float, bool, FilNet.Image) | Draws dimension lines on an image with two colors, depending on the status of each dimension line (usually: green or red for pass/fail status). |
  | DrawDimensionLines_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, float, float, FilNet.MetricUnit, int, float, bool, FilNet.Image) | Draws dimension lines on an image with two colors, depending on the status of each dimension line (usually: green or red for pass/fail status). |
  | 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.Pixel, FilNet.DrawingStyle, float, float, FilNet.MetricUnit, int, float) | 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. |
  | DrawEllipses_Palette(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ellipses on an image with multiple colors. |
  | DrawEllipses_Palette(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ellipses on an image with multiple colors. |
  | DrawEllipses_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ellipses on an image with a single color. |
  | DrawEllipses_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ellipses on an image with a single color. |
  | DrawEllipses_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ellipses on an image with two colors, depending on the status of each ellipse (usually: green or red for pass/fail status). |
  | DrawEllipses_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ellipses on an image with two colors, depending on the status of each ellipse (usually: green or red for pass/fail status). |
  | 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. |
  | DrawImages(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Image>>>, NullableRef<IList<FilNet.Location?>>) | Draws an array of images on an image. |
  | DrawImage(FilNet.Image, FilNet.Image, FilNet.Location) | Draws an image on another one. |
  | DrawLines_Palette(FilNet.Image, NullableRef<IList<FilNet.Line2D?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws lines on an image with multiple colors. |
  | DrawLines_Palette(FilNet.Image, NullableRef<IList<FilNet.Line2D?>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws lines on an image with multiple colors. |
  | DrawLines_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Line2D?>>, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws lines on an image with a single color. |
  | DrawLines_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Line2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws lines on an image with a single color. |
  | DrawLines_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Line2D?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws lines on an image with two colors, depending on the status of each line (usually: green or red for pass/fail status). |
  | DrawLines_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Line2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws lines on an image with two colors, depending on the status of each line (usually: green or red for pass/fail status). |
  | 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. |
  | DrawPaths_Palette(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Path>>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws paths on an image with multiple colors. |
  | DrawPaths_Palette(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Path>>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws paths on an image with multiple colors. |
  | DrawPaths_SingleColor(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Path>>>, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws paths on an image with a single color. |
  | DrawPaths_SingleColor(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Path>>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws paths on an image with a single color. |
  | DrawPaths_TwoColors(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Path>>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws paths on an image with two colors, depending on the status of each path (usually: green or red for pass/fail status). |
  | DrawPaths_TwoColors(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Path>>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws paths on an image with two colors, depending on the status of each path (usually: green or red for pass/fail status). |
  | 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. |
  | DrawPoints_Palette(FilNet.Image, NullableRef<IList<FilNet.Point2D?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws points on an image with multiple colors. |
  | DrawPoints_Palette(FilNet.Image, NullableRef<IList<FilNet.Point2D?>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws points on an image with multiple colors. |
  | DrawPoints_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Point2D?>>, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws points on an image with a single color. |
  | DrawPoints_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Point2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws points on an image with a single color. |
  | DrawPoints_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Point2D?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws points on an image with two colors, depending on the status of each point (usually: green or red for pass/fail status). |
  | DrawPoints_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Point2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws points on an image with two colors, depending on the status of each point (usually: green or red for pass/fail status). |
  | 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. |
  | DrawRectangles_Palette(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws rectangles on an image with multiple colors. |
  | DrawRectangles_Palette(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws rectangles on an image with multiple colors. |
  | DrawRectangles_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws rectangles on an image with a single color. |
  | DrawRectangles_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws rectangles on an image with a single color. |
  | DrawRectangles_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws rectangles on an image with two colors, depending on the status of each rectangle (usually: green or red for pass/fail status). |
  | DrawRectangles_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Rectangle2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws rectangles on an image with two colors, depending on the status of each rectangle (usually: green or red for pass/fail status). |
  | 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. |
  | DrawRegionOfInterest(FilNet.Image, FilNet.RegionOfInterest, FilNet.Pixel, float) | Draws a region of interest on an image. |
  | DrawRegionOfInterest(FilNet.Image, FilNet.RegionOfInterest, FilNet.CoordinateSystem2D?, FilNet.Pixel, float) | Draws a region of interest on an image. |
  | DrawRegionsOfInterest_Palette(FilNet.Image, NullableRef<IList<NullableRef<FilNet.RegionOfInterest>>>, float, bool, FilNet.Image) | Draws regions of interest on an image with multiple colors. |
  | DrawRegionsOfInterest_Palette(FilNet.Image, NullableRef<IList<NullableRef<FilNet.RegionOfInterest>>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, float, bool, FilNet.Image) | Draws regions of interest on an image with multiple colors. |
  | DrawRegionsOfInterest_SingleColor(FilNet.Image, NullableRef<IList<NullableRef<FilNet.RegionOfInterest>>>, FilNet.Pixel, float, bool, FilNet.Image) | Draws regions of interest on an image with a single color. |
  | DrawRegionsOfInterest_SingleColor(FilNet.Image, NullableRef<IList<NullableRef<FilNet.RegionOfInterest>>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, float, bool, FilNet.Image) | Draws regions of interest on an image with a single color. |
  | DrawRegionsOfInterest_TwoColors(FilNet.Image, NullableRef<IList<NullableRef<FilNet.RegionOfInterest>>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, float, bool, FilNet.Image) | Draws regions of interest on an image with two colors, depending on the status of each region (usually: green or red for pass/fail status). |
  | DrawRegionsOfInterest_TwoColors(FilNet.Image, NullableRef<IList<NullableRef<FilNet.RegionOfInterest>>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, float, bool, FilNet.Image) | Draws regions of interest on an image with two colors, depending on the status of each region (usually: green or red for pass/fail status). |
  | DrawRegions_Palette(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Region>>>, float, bool, FilNet.Image) | Draws regions on an image with multiple colors. |
  | DrawRegions_Palette(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Region>>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, float, bool, FilNet.Image) | Draws regions on an image with multiple colors. |
  | DrawRegions_SingleColor(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Region>>>, FilNet.Pixel, float, bool, FilNet.Image) | Draws regions on an image with a single color. |
  | DrawRegions_SingleColor(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Region>>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, float, bool, FilNet.Image) | Draws regions on an image with a single color. |
  | DrawRegions_TwoColors(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Region>>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, float, bool, FilNet.Image) | Draws regions on an image with two colors, depending on the status of each region (usually: green or red for pass/fail status). |
  | DrawRegions_TwoColors(FilNet.Image, NullableRef<IList<NullableRef<FilNet.Region>>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, float, bool, FilNet.Image) | Draws regions on an image with two colors, depending on the status of each region (usually: green or red for pass/fail status). |
  | 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. |
  | DrawSegments_Palette(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.DrawingStyle, FilNet.MarkerType, float, bool, FilNet.Image) | Draws segments on an image with multiple colors. |
  | DrawSegments_Palette(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, FilNet.MarkerType, float, bool, FilNet.Image) | Draws segments on an image with multiple colors. |
  | DrawSegments_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.Pixel, FilNet.DrawingStyle, FilNet.MarkerType, float, bool, FilNet.Image) | Draws segments on an image with a single color. |
  | DrawSegments_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, FilNet.MarkerType, float, bool, FilNet.Image) | Draws segments on an image with a single color. |
  | DrawSegments_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, FilNet.MarkerType, float, bool, FilNet.Image) | Draws segments on an image with two colors, depending on the status of each segment (usually: green or red for pass/fail status). |
  | DrawSegments_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Segment2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, FilNet.MarkerType, float, bool, FilNet.Image) | Draws segments on an image with two colors, depending on the status of each segment (usually: green or red for pass/fail status). |
  | 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. |
  | DrawShapeRegions_Palette(FilNet.Image, NullableRef<IList<NullableRef<FilNet.ShapeRegion>>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ShapeRegion objects on an image with multiple colors. |
  | DrawShapeRegions_Palette(FilNet.Image, NullableRef<IList<NullableRef<FilNet.ShapeRegion>>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ShapeRegion objects on an image with multiple colors. |
  | DrawShapeRegions_SingleColor(FilNet.Image, NullableRef<IList<NullableRef<FilNet.ShapeRegion>>>, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ShapeRegion objects on an image with a single color. |
  | DrawShapeRegions_SingleColor(FilNet.Image, NullableRef<IList<NullableRef<FilNet.ShapeRegion>>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ShapeRegion objects on an image with a single color. |
  | DrawShapeRegions_TwoColors(FilNet.Image, NullableRef<IList<NullableRef<FilNet.ShapeRegion>>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ShapeRegion objects on an image with two colors, depending on the status of each ShapeRegion (usually: green or red for pass/fail status). |
  | DrawShapeRegions_TwoColors(FilNet.Image, NullableRef<IList<NullableRef<FilNet.ShapeRegion>>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, bool, FilNet.Image) | Draws ShapeRegion objects on an image with two colors, depending on the status of each ShapeRegion (usually: green or red for pass/fail status). |
  | DrawShapeRegion(FilNet.Image, FilNet.ShapeRegion, FilNet.Pixel, FilNet.DrawingStyle) | Draws a ShapeRegion object on an image. |
  | DrawShapeRegion(FilNet.Image, FilNet.ShapeRegion, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle) | Draws a ShapeRegion object on an image. |
  | DrawStringLabels_Palette(FilNet.Image, NullableRef<IList<FilNet.StringLabel?>>, FilNet.Anchor2D, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws strings (text) on an image with multiple colors. |
  | DrawStringLabels_Palette(FilNet.Image, NullableRef<IList<FilNet.StringLabel?>>, FilNet.CoordinateSystem2D?, FilNet.Anchor2D, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, float, float, bool, FilNet.Pixel?, FilNet.Image) | Draws strings (text) on an image with multiple colors. |
  | DrawStringLabels_SingleColor(FilNet.Image, NullableRef<IList<FilNet.StringLabel?>>, FilNet.Anchor2D, FilNet.Pixel, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws strings (text) on an image with a single color. |
  | DrawStringLabels_SingleColor(FilNet.Image, NullableRef<IList<FilNet.StringLabel?>>, FilNet.CoordinateSystem2D?, FilNet.Anchor2D, FilNet.Pixel, FilNet.DrawingStyle, float, float, bool, FilNet.Pixel?, FilNet.Image) | Draws strings (text) on an image with a single color. |
  | DrawStringLabels_TwoColors(FilNet.Image, NullableRef<IList<FilNet.StringLabel?>>, FilNet.Anchor2D, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws strings (text) on an image with two colors, depending on the status of each string (usually: green or red for pass/fail status). |
  | DrawStringLabels_TwoColors(FilNet.Image, NullableRef<IList<FilNet.StringLabel?>>, FilNet.CoordinateSystem2D?, FilNet.Anchor2D, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, float, float, bool, FilNet.Pixel?, FilNet.Image) | Draws strings (text) on an image with two colors, depending on the status of each string (usually: green or red for pass/fail status). |
  | DrawStrings_Palette(FilNet.Image, NullableRef<IList<NullableRef<string>>>, NullableRef<IList<FilNet.Location?>>, FilNet.Anchor2D, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws strings (text) on an image with multiple colors. |
  | DrawStrings_Palette(FilNet.Image, NullableRef<IList<NullableRef<string>>>, NullableRef<IList<FilNet.Location?>>, FilNet.CoordinateSystem2D?, FilNet.Anchor2D, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, float, float, bool, FilNet.Pixel?, FilNet.Image) | Draws strings (text) on an image with multiple colors. |
  | DrawStrings_SingleColor(FilNet.Image, NullableRef<IList<NullableRef<string>>>, NullableRef<IList<FilNet.Location?>>, FilNet.Anchor2D, FilNet.Pixel, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws strings (text) on an image with a single color. |
  | DrawStrings_SingleColor(FilNet.Image, NullableRef<IList<NullableRef<string>>>, NullableRef<IList<FilNet.Location?>>, FilNet.CoordinateSystem2D?, FilNet.Anchor2D, FilNet.Pixel, FilNet.DrawingStyle, float, float, bool, FilNet.Pixel?, FilNet.Image) | Draws strings (text) on an image with a single color. |
  | DrawStrings_TwoColors(FilNet.Image, NullableRef<IList<NullableRef<string>>>, NullableRef<IList<FilNet.Location?>>, FilNet.Anchor2D, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, float, float, bool, FilNet.Image) | Draws strings (text) on an image with two colors, depending on the status of each string (usually: green or red for pass/fail status). |
  | DrawStrings_TwoColors(FilNet.Image, NullableRef<IList<NullableRef<string>>>, NullableRef<IList<FilNet.Location?>>, FilNet.CoordinateSystem2D?, FilNet.Anchor2D, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, float, float, bool, FilNet.Pixel?, FilNet.Image) | Draws strings (text) on an image with two colors, depending on the status of each string (usually: green or red for pass/fail status). |
  | 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. |
  | DrawVectors_Palette(FilNet.Image, NullableRef<IList<FilNet.Vector2D?>>, NullableRef<IList<FilNet.Point2D?>>, FilNet.DrawingStyle, float, bool, FilNet.Image) | Draws vectors at associated initial points on an image with multiple colors. |
  | DrawVectors_Palette(FilNet.Image, NullableRef<IList<FilNet.Vector2D?>>, NullableRef<IList<FilNet.Point2D?>>, FilNet.CoordinateSystem2D?, NullableRef<IList<FilNet.Pixel>>, FilNet.DrawingStyle, float, bool, FilNet.Image) | Draws vectors at associated initial points on an image with multiple colors. |
  | DrawVectors_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Vector2D?>>, NullableRef<IList<FilNet.Point2D?>>, FilNet.Pixel, FilNet.DrawingStyle, float, bool, FilNet.Image) | Draws vectors on an image with a single color. |
  | DrawVectors_SingleColor(FilNet.Image, NullableRef<IList<FilNet.Vector2D?>>, NullableRef<IList<FilNet.Point2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.DrawingStyle, float, bool, FilNet.Image) | Draws vectors on an image with a single color. |
  | DrawVectors_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Vector2D?>>, NullableRef<IList<FilNet.Point2D?>>, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, float, bool, FilNet.Image) | Draws vectors on an image with two colors, depending on the status of each vector (usually: green or red for pass/fail status). |
  | DrawVectors_TwoColors(FilNet.Image, NullableRef<IList<FilNet.Vector2D?>>, NullableRef<IList<FilNet.Point2D?>>, FilNet.CoordinateSystem2D?, FilNet.Pixel, FilNet.Pixel, NullableRef<IList<bool?>>, FilNet.DrawingStyle, float, bool, FilNet.Image) | Draws vectors on an image with two colors, depending on the status of each vector (usually: green or red for pass/fail status). |
  | 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. |
  | EmptyImage(int, int, FilNet.Pixel, int, FilNet.PlainType, FilNet.Image) | Creates a uniform image. |
  | EnableAVX2Acceleration(bool) | |
  | EnableFilDiagnosticOutputs(bool) | |
  | EnableGPUProcessing(bool) | |
  | EnableNEONAcceleration(bool) | |
  | EnableSSEAcceleration(bool) | |
  | EnlargeRegionNTimes(FilNet.Region, int, FilNet.Region) | Enlarges a region by a natural factor. |
  | EnumerateImages_Random(FilNet.EnumerateFilesRandomState, string, bool, bool, bool, bool, 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, bool, bool, bool, bool, 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_Random(FilNet.EnumerateFilesRandomState, string, FilNet.ImageFileFormat?, int?, bool, bool, bool, bool, 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, 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, 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, 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, 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.FileSortingOrder, bool, bool, bool, bool, 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. |
  | EnumerateImages(FilNet.EnumerateFilesState, string, FilNet.ImageFileFormat?, FilNet.FileSortingOrder, bool, bool, bool, bool, 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, 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, FilNet.Image) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, bool, FilNet.Image, FilNet.Box) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, int?, bool, FilNet.Image) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, bool, FilNet.Image, NullableValue<bool>, NullableValue<bool>) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, int?, bool, FilNet.Image, FilNet.Box) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, bool, FilNet.Image, NullableValue<bool>, NullableValue<bool>, FilNet.Box) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, int?, bool, FilNet.Image, NullableValue<bool>, NullableValue<bool>) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, int?, bool, FilNet.Image, bool, bool, FilNet.Box) | Enumerates tiles from image. |
  | EnumerateImageTiles(FilNet.EnumerateImageTilesState, FilNet.Image, int, int?, bool, 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, FilNet.KernelShape, int, FilNet.Image, FilNet.Region) | 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. |
  | 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. |
  | 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.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>) | Segments an image into blobs by color-based thresholding. |
  | ExtractBlobs_Color(FilNet.Image, NullableRef<FilNet.Region>, FilNet.ColorThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>) | Segments an image into blobs by color-based thresholding. |
  | ExtractBlobs_Color(FilNet.Image, FilNet.ColorThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>, IList<int>, FilNet.Region) | Segments an image into blobs by color-based thresholding. |
  | ExtractBlobs_Color(FilNet.Image, NullableRef<FilNet.Region>, FilNet.ColorThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>, IList<int>, FilNet.Region) | Segments an image into blobs by color-based thresholding. |
  | ExtractBlobs_DoG(FilNet.Image, float, float, float, FilNet.IntensityThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>) | Segments an image into blobs by thresholding Difference of Gaussians. |
  | ExtractBlobs_DoG(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, FilNet.IntensityThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>) | Segments an image into blobs by thresholding Difference of Gaussians. |
  | ExtractBlobs_DoG(FilNet.Image, float, float, float, FilNet.IntensityThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>, IList<int>, FilNet.Region) | Segments an image into blobs by thresholding Difference of Gaussians. |
  | ExtractBlobs_DoG(FilNet.Image, NullableRef<FilNet.Region>, float, float, float, FilNet.IntensityThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>, IList<int>, FilNet.Region) | Segments an image into blobs by thresholding Difference of Gaussians. |
  | ExtractBlobs_Dynamic(FilNet.Image, FilNet.DynamicThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>) | Segments an image into blobs by dynamic thresholding. |
  | ExtractBlobs_Dynamic(FilNet.Image, NullableRef<FilNet.Region>, FilNet.DynamicThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>) | Segments an image into blobs by dynamic thresholding. |
  | ExtractBlobs_Dynamic(FilNet.Image, FilNet.DynamicThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>, IList<int>, FilNet.Region) | Segments an image into blobs by dynamic thresholding. |
  | ExtractBlobs_Dynamic(FilNet.Image, NullableRef<FilNet.Region>, FilNet.DynamicThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>, IList<int>, FilNet.Region) | Segments an image into blobs by dynamic thresholding. |
  | ExtractBlobs_Intensity(FilNet.Image, FilNet.IntensityThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>) | Segments an image into blobs by thresholding. |
  | ExtractBlobs_Intensity(FilNet.Image, NullableRef<FilNet.Region>, FilNet.IntensityThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>) | Segments an image into blobs by thresholding. |
  | ExtractBlobs_Intensity(FilNet.Image, FilNet.IntensityThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>, IList<int>, FilNet.Region) | Segments an image into blobs by thresholding. |
  | ExtractBlobs_Intensity(FilNet.Image, NullableRef<FilNet.Region>, FilNet.IntensityThresholdParams, FilNet.RegionProcessingParams, FilNet.BlobSplittingParams, IList<FilNet.Region>, IList<int>, FilNet.Region) | Segments an image into blobs by thresholding. |
  | 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 picture with color. |
  | FillRegionHoles(FilNet.Region, FilNet.RegionConnectivity, int, FilNet.Region) | Extends the input region so that it contains also all the pixels previously lying in its holes. |
  | FillRegionHoles(FilNet.Region, FilNet.RegionConnectivity, int, int?, FilNet.Region) | Extends the input region so that it contains also all the pixels previously lying in its holes. |
  | FindClosestPoints(IList<FilNet.Point2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>, IList<int>) | For each given point, find a closest point among the given point set. |
  | FindConnectedComponents(IList<IList<int>>, IList<List<int>>, IList<int>) | Finds connected components in a graph given as set of bidirectional connections. |
  | FindConnectedComponents(IList<IList<int>>, IList<List<int>>, IList<int>, bool) | Finds connected components in a graph given as set of bidirectional connections. |
  | FindDataMode_FixedCount(IList<float>, float?, float?, int, float, float, float) | Find the mode of data sample by looking for highest concentration of a fixed number of samples |
  | FindDataMode_FixedCount(IList<float>, float?, float?, int, float?, float, float, float) | Find the mode of data sample by looking for highest concentration of a fixed number of samples |
  | FindDataMode_FixedSpread(IList<float>, float, float, float, int) | Find the mode of data sample by looking for highest number of samples withing the specified spread |
  | FindDataMode_FixedSpread(IList<float>, float, float?, float, float, int) | Find the mode of data sample by looking for highest number of samples withing the specified spread |
  | FindDataMode_MeanShift(IList<float>, int, float, float) | Find the mode of data sample by iteratively computing its median |
  | FindMaxStableExtremalRegions(FilNet.Image, int, int, int, float, float, FilNet.RegionConnectivity, IList<FilNet.Region>) | Segments an image using MSER. |
  | FisFilter_AccessAnyCameraModel(FilNet.AnyCameraModel, INullable<FilNet.PinholeCameraModel>, INullable<FilNet.TelecentricCameraModel>) | Returns a field of AnyCameraModel union. |
  | FisFilter_AccessArc(FilNet.Arc2D, FilNet.Point2D, float, float, float) | Returns individual fields of an arc. |
  | FisFilter_AccessBox3D(FilNet.Box3D, float, float, float, float, float, float) | Returns individual fields of a box in 3D. |
  | FisFilter_AccessBox(FilNet.Box, int, int, int, int) | Returns individual fields of box. |
  | FisFilter_AccessCircle3D(FilNet.Circle3D, FilNet.Point3D, FilNet.Plane3D, float) | Returns individual fields of a circle in 3D. |
  | FisFilter_AccessCircle(FilNet.Circle2D, FilNet.Point2D, float) | Returns individual fields of a circle. |
  | FisFilter_AccessCoordinateSystem(FilNet.CoordinateSystem2D, FilNet.Point2D, float, float) | Returns individual fields of a coordinate system. |
  | FisFilter_AccessHistogram(FilNet.Histogram, float, float, float, IList<int>) | Returns individual fields of a histogram. |
  | FisFilter_AccessImage(FilNet.Image, int, int, int, FilNet.PlainType, int, int) | Returns individual fields of an image. |
  | FisFilter_AccessLine3D(FilNet.Line3D, FilNet.Point3D, FilNet.Vector3D) | Returns individual fields of a line in 3D. |
  | FisFilter_AccessLine(FilNet.Line2D, float, float, float) | Returns individual fields of a line. |
  | FisFilter_AccessLocation(FilNet.Location, int, int) | Returns individual fields of location. |
  | FisFilter_AccessPath(FilNet.Path, IList<FilNet.Point2D>, bool) | Returns individual fields of a path. |
  | FisFilter_AccessPixel(FilNet.Pixel, float, float, float, float) | Returns individual fields of pixel. |
  | FisFilter_AccessPlane(FilNet.Plane3D, float, float, float, float) | Returns individual fields of a plane. |
  | FisFilter_AccessPoint3DGrid(FilNet.Point3DGrid, int, int, IList<FilNet.Point3D>) | Returns individual fields of a point 3D grid. |
  | FisFilter_AccessPoint3D(FilNet.Point3D, float, float, float) | Returns individual fields of a 3d point. |
  | FisFilter_AccessPoint(FilNet.Point2D, float, float) | Returns individual fields of a point. |
  | FisFilter_AccessPosition3D(FilNet.Position3D, float, float, float, float, float, float) | Returns individual fields of a 3D position. |
  | FisFilter_AccessProfile(FilNet.Profile, float, float, IList<float>) | Returns individual fields of a profile. |
  | FisFilter_AccessRectangle(FilNet.Rectangle2D, FilNet.Point2D, float, float, float) | Returns individual fields of a rectangle. |
  | FisFilter_AccessSegment3D(FilNet.Segment3D, FilNet.Point3D, FilNet.Point3D) | Returns individual fields of a segment 3D. |
  | FisFilter_AccessSegment(FilNet.Segment2D, FilNet.Point2D, FilNet.Point2D) | Returns individual fields of a segment. |
  | FisFilter_AccessSize(FilNet.Size, int, int) | Returns individual fields of size. |
  | FisFilter_AccessSphere(FilNet.Sphere3D, FilNet.Point3D, float) | Returns individual fields of a sphere. |
  | FisFilter_AccessStringLabel(FilNet.StringLabel, string, FilNet.Point2D) | Returns individual fields of a StringLabel structure. |
  | FisFilter_AccessSurface(FilNet.Surface, int, int, FilNet.PlainType, int, int, double, double, double, double, double, double) | Returns individual fields of a surface. |
  | FisFilter_AccessVector(FilNet.Vector2D, float, float) | Returns individual fields of a vector. |
  | FisFilter_AddVectors3D(FilNet.Vector3D, FilNet.Vector3D, FilNet.Vector3D) | Returns sum of two vectors in 3D. |
  | FisFilter_AddVectors(FilNet.Vector2D, FilNet.Vector2D, FilNet.Vector2D) | Returns sum of two vectors in 2D. |
  | FisFilter_CorrectGamma(FilNet.ImagePointTransformsState, FilNet.Image, float, FilNet.Image) | Performs gamma correction. |
  | FisFilter_CorrectGamma(FilNet.ImagePointTransformsState, FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Performs gamma correction. |
  | FisFilter_EnableGPUProcessing(bool) | Resumes or suspends GPU OpenCL processing in filters. |
  | FisFilter_FitArcToEdges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitArcToEdges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitArcToEdges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToEdges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, NullableRef<List<FilNet.Point2D>>) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToEdges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToEdges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>>) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToEdges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, NullableRef<List<FilNet.Point2D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToEdges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToEdges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitArcToRidges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitArcToRidges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitArcToRidges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToRidges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, NullableRef<List<FilNet.Point2D>>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToRidges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToRidges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToRidges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, NullableRef<List<FilNet.Point2D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToRidges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToRidges(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitArcToStripe(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitArcToStripe(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitArcToStripe(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToStripe(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>) | Performs a series of 1D stripe detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToStripe(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToStripe(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>) | Performs a series of 1D stripe detections and finds an arc that best matches the detected points. |
  | FisFilter_FitArcToStripe(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, INullable<FilNet.ArcFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitArcToStripe(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitArcToStripe(FilNet.ArcFittingState, FilNet.Image, FilNet.ArcFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToEdges3D(FilNet.CircleFitting3DState, 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. |
  | FisFilter_FitCircleToEdges3D(FilNet.CircleFitting3DState, FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToEdges3D(FilNet.CircleFitting3DState, FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point3D>>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToEdges3D(FilNet.CircleFitting3DState, 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. |
  | FisFilter_FitCircleToEdges3D(FilNet.CircleFitting3DState, FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point3D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToEdges3D(FilNet.CircleFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToEdges3D(FilNet.CircleFitting3DState, 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>>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToEdges3D(FilNet.CircleFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToEdges3D(FilNet.CircleFitting3DState, 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>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToEdges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitCircleToEdges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitCircleToEdges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToEdges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point2D>>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToEdges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToEdges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToEdges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point2D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToEdges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToEdges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToRidges3D(FilNet.CircleFitting3DState, 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. |
  | FisFilter_FitCircleToRidges3D(FilNet.CircleFitting3DState, FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToRidges3D(FilNet.CircleFitting3DState, FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point3D>>) | Performs a series of 1D ridge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToRidges3D(FilNet.CircleFitting3DState, 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. |
  | FisFilter_FitCircleToRidges3D(FilNet.CircleFitting3DState, FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point3D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToRidges3D(FilNet.CircleFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToRidges3D(FilNet.CircleFitting3DState, 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>>) | Performs a series of 1D ridge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToRidges3D(FilNet.CircleFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToRidges3D(FilNet.CircleFitting3DState, 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>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToRidges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitCircleToRidges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitCircleToRidges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToRidges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point2D>>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToRidges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToRidges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToRidges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, NullableRef<List<FilNet.Point2D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToRidges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToRidges(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToStripe3D(FilNet.CircleFitting3DState, 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. |
  | FisFilter_FitCircleToStripe3D(FilNet.CircleFitting3DState, FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToStripe3D(FilNet.CircleFitting3DState, FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, 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>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToStripe3D(FilNet.CircleFitting3DState, 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. |
  | FisFilter_FitCircleToStripe3D(FilNet.CircleFitting3DState, FilNet.Surface, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, float, FilNet.CircleFittingMethod, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToStripe3D(FilNet.CircleFitting3DState, 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<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToStripe3D(FilNet.CircleFitting3DState, 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>) | |
  | FisFilter_FitCircleToStripe3D(FilNet.CircleFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToStripe3D(FilNet.CircleFitting3DState, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToStripe(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitCircleToStripe(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitCircleToStripe(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series 1D stripe detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToStripe(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>) | Performs a series 1D stripe detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToStripe(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.CircleFittingMethod, FilNet.MEstimator?, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series 1D stripe detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToStripe(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>) | Performs a series 1D stripe detections and finds a circle that best matches the detected points. |
  | FisFilter_FitCircleToStripe(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.CircleFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToStripe(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitCircleToStripe(FilNet.CircleFittingState, FilNet.Image, FilNet.CircleFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToEdges3D(FilNet.PathFitting3DState, 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. |
  | FisFilter_FitPathToEdges3D(FilNet.PathFitting3DState, FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>) | Performs a series of 1D edge detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToEdges3D(FilNet.PathFitting3DState, FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToEdges3D(FilNet.PathFitting3DState, FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToEdges3D(FilNet.PathFitting3DState, 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. |
  | FisFilter_FitPathToEdges3D(FilNet.PathFitting3DState, 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>) | Performs a series of 1D edge detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToEdges3D(FilNet.PathFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToEdges3D(FilNet.PathFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToEdges3D(FilNet.PathFitting3DState, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToEdges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FisFilter_FitPathToEdges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FisFilter_FitPathToEdges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FisFilter_FitPathToEdges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitPathToEdges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FisFilter_FitPathToEdges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FisFilter_FitPathToEdges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FisFilter_FitPathToEdges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, IList<FilNet.Edge1D?>, INullable<FilNet.Profile>, FilNet.PathFittingField, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FisFilter_FitPathToEdges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToRidges3D(FilNet.PathFitting3DState, 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. |
  | FisFilter_FitPathToRidges3D(FilNet.PathFitting3DState, FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>) | Performs a series of 1D ridge detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToRidges3D(FilNet.PathFitting3DState, FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToRidges3D(FilNet.PathFitting3DState, FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToRidges3D(FilNet.PathFitting3DState, 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. |
  | FisFilter_FitPathToRidges3D(FilNet.PathFitting3DState, 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>) | Performs a series of 1D ridge detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToRidges3D(FilNet.PathFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToRidges3D(FilNet.PathFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToRidges3D(FilNet.PathFitting3DState, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToRidges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FisFilter_FitPathToRidges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FisFilter_FitPathToRidges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FisFilter_FitPathToRidges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitPathToRidges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FisFilter_FitPathToRidges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FisFilter_FitPathToRidges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FisFilter_FitPathToRidges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, IList<FilNet.Ridge1D?>, INullable<FilNet.Profile>, FilNet.PathFittingField, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FisFilter_FitPathToRidges(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToStripe3D(FilNet.PathFitting3DState, 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. |
  | FisFilter_FitPathToStripe3D(FilNet.PathFitting3DState, FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, 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>) | Performs a series of 1D stripe detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToStripe3D(FilNet.PathFitting3DState, FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections in 3D and creates a path from the detected points. |
  | FisFilter_FitPathToStripe3D(FilNet.PathFitting3DState, FilNet.Surface, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToStripe3D(FilNet.PathFitting3DState, 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. |
  | FisFilter_FitPathToStripe3D(FilNet.PathFitting3DState, 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>) | |
  | FisFilter_FitPathToStripe3D(FilNet.PathFitting3DState, 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<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToStripe3D(FilNet.PathFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToStripe3D(FilNet.PathFitting3DState, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToStripe(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitPathToStripe(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FisFilter_FitPathToStripe(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FisFilter_FitPathToStripe(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitPathToStripe(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<FilNet.PathFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FisFilter_FitPathToStripe(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, 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>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FisFilter_FitPathToStripe(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, int?, float?, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FisFilter_FitPathToStripe(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitPathToStripe(FilNet.PathFittingState, FilNet.Image, FilNet.PathFittingField, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToEdges3D(FilNet.SegmentFitting3DState, 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. |
  | FisFilter_FitSegmentToEdges3D(FilNet.SegmentFitting3DState, FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges3D(FilNet.SegmentFitting3DState, FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point3D>>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges3D(FilNet.SegmentFitting3DState, 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. |
  | FisFilter_FitSegmentToEdges3D(FilNet.SegmentFitting3DState, FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point3D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges3D(FilNet.SegmentFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges3D(FilNet.SegmentFitting3DState, 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>>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges3D(FilNet.SegmentFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToEdges3D(FilNet.SegmentFitting3DState, 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>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToEdges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.Segment2D?) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.Segment2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, float, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, IList<FilNet.Edge1D?>, INullable<FilNet.Profile>, FilNet.SegmentFittingField, IList<FilNet.Point2D>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToEdges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToRidges3D(FilNet.SegmentFitting3DState, 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. |
  | FisFilter_FitSegmentToRidges3D(FilNet.SegmentFitting3DState, FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges3D(FilNet.SegmentFitting3DState, FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point3D>>) | Performs a series of 1D ridge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges3D(FilNet.SegmentFitting3DState, 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. |
  | FisFilter_FitSegmentToRidges3D(FilNet.SegmentFitting3DState, FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point3D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges3D(FilNet.SegmentFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges3D(FilNet.SegmentFitting3DState, 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>>) | Performs a series of 1D ridge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges3D(FilNet.SegmentFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToRidges3D(FilNet.SegmentFitting3DState, 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>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToRidges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.Segment2D?) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.Segment2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, float, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, IList<FilNet.Ridge1D?>, INullable<FilNet.Profile>, FilNet.SegmentFittingField, IList<FilNet.Point2D>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToRidges(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, NullableRef<List<FilNet.Point2D>>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToStripe3D(FilNet.SegmentFitting3DState, 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. |
  | FisFilter_FitSegmentToStripe3D(FilNet.SegmentFitting3DState, FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, float, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToStripe3D(FilNet.SegmentFitting3DState, FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, float, 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>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToStripe3D(FilNet.SegmentFitting3DState, 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. |
  | FisFilter_FitSegmentToStripe3D(FilNet.SegmentFitting3DState, FilNet.Surface, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, float, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToStripe3D(FilNet.SegmentFitting3DState, 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<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToStripe3D(FilNet.SegmentFitting3DState, 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>) | |
  | FisFilter_FitSegmentToStripe3D(FilNet.SegmentFitting3DState, 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.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToStripe3D(FilNet.SegmentFitting3DState, 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>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToStripe(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_FitSegmentToStripe(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToStripe(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToStripe(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToStripe(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToStripe(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>) | Performs a series of 1D stripe detections and finds a segment that best matches the detected points. |
  | FisFilter_FitSegmentToStripe(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, float, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToStripe(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, IList<NullableRef<FilNet.Stripe1D>>, IList<FilNet.Point2D>, INullable<FilNet.Profile>, FilNet.SegmentFittingField, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_FitSegmentToStripe(FilNet.SegmentFittingState, FilNet.Image, FilNet.SegmentFittingField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, float, FilNet.MEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<FilNet.Profile>>, NullableValue<FilNet.SegmentFittingField>, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Profile>, IList<FilNet.Profile>) | |
  | FisFilter_GetPoint3DGridElement(FilNet.Point3DGrid, int, int, FilNet.Point3D) | Gets the value of a single point of a point 3D grid. |
  | FisFilter_GetSurfaceElement(FilNet.Surface, FilNet.Location, FilNet.Point3D) | Gets the value of a single point of a surface. |
  | FisFilter_InitGPUProcessing(FilNet.InitGPUProcessingState, INullable<string>) | Initializes GPU OpenCL processing. |
  | FisFilter_InitGPUProcessing(FilNet.InitGPUProcessingState, NullableRef<string>, NullableRef<string>, INullable<string>) | Initializes GPU OpenCL processing. |
  | FisFilter_LogarithmImage(FilNet.ImagePointTransformsState, FilNet.Image, float, bool, FilNet.Image) | Computes a natural logarithm of each pixel. |
  | FisFilter_LogarithmImage(FilNet.ImagePointTransformsState, FilNet.Image, float, bool, FilNet.Image, FilNet.Profile) | Computes a natural logarithm of each pixel. |
  | FisFilter_LogarithmImage(FilNet.ImagePointTransformsState, FilNet.Image, NullableRef<FilNet.Region>, float?, float, bool, FilNet.Image) | Computes a natural logarithm of each pixel. |
  | FisFilter_LogarithmImage(FilNet.ImagePointTransformsState, FilNet.Image, NullableRef<FilNet.Region>, float?, float, bool, FilNet.Image, FilNet.Profile) | Computes a natural logarithm of each pixel. |
  | FisFilter_MakeArc(FilNet.Point2D, float, float, float, FilNet.Arc2D) | Creates an arc structure from individual fields. |
  | FisFilter_MakeBox3D(float, float, float, float, float, float, FilNet.Box3D) | Creates a 3D box structure from individual fields. |
  | FisFilter_MakeBox(int, int, int, int, FilNet.Box) | Creates a box structure from individual fields. |
  | FisFilter_MakeCircle3D(FilNet.Point3D, FilNet.Plane3D, float, FilNet.Circle3D) | Creates a 3D circle structure from individual fields. |
  | FisFilter_MakeCircle(FilNet.Point2D, float, FilNet.Circle2D) | Creates a circle structure from individual fields. |
  | FisFilter_MakeCoordinateSystem(FilNet.Point2D, float, float, FilNet.CoordinateSystem2D) | Creates a coordinate system structure from individual fields. |
  | FisFilter_MakeLine3D(float, float, float, float, float, float, FilNet.Line3D) | Creates a line in 3D structure from individual fields. |
  | FisFilter_MakeLine(float, float, float, FilNet.Line2D) | Creates a line structure from individual fields. |
  | FisFilter_MakeLocation(int, int, FilNet.Location) | Creates a location structure from individual fields. |
  | FisFilter_MakePath(IList<FilNet.Point2D>, bool, FilNet.Path) | Creates a path structure. |
  | FisFilter_MakePixel(float, float, float, float, FilNet.Pixel) | Creates a pixel structure from individual fields. |
  | FisFilter_MakePlane(float, float, float, float, FilNet.Plane3D) | Creates a plane structure from individual fields. |
  | FisFilter_MakePoint3DGrid(int, int, IList<FilNet.Point3D>, FilNet.Point3DGrid) | Creates a point 3D grid structure from individual fields. |
  | FisFilter_MakePoint3D(float, float, float, FilNet.Point3D) | Creates a 3D point. |
  | FisFilter_MakePoint(float, float, FilNet.Point2D) | Creates a point structure from individual fields. |
  | FisFilter_MakeProfile(float, float, IList<float>, FilNet.Profile) | Creates a profile structure. |
  | FisFilter_MakeRectangle(FilNet.Point2D, float, float, float, FilNet.Rectangle2D) | Creates a rectangle structure from individual fields. |
  | FisFilter_MakeSegment3D(FilNet.Point3D, FilNet.Point3D, FilNet.Segment3D) | Creates a segment 3D structure from individual fields. |
  | FisFilter_MakeSegment(FilNet.Point2D, FilNet.Point2D, FilNet.Segment2D) | Creates a segment structure from individual fields. |
  | FisFilter_MakeSize(int, int, FilNet.Size) | Creates a size structure from individual fields. |
  | FisFilter_MakeSphere(FilNet.Point3D, float, FilNet.Sphere3D) | Creates a sphere structure from individual fields. |
  | FisFilter_MakeStringLabel(string, FilNet.Point2D, FilNet.StringLabel) | Creates a StringLabel structure from individual fields. |
  | FisFilter_MakeVector(float, float, FilNet.Vector2D) | Creates a vector structure from individual fields. |
  | FisFilter_MeasureObjectWidth3D(FilNet.ScanMapArrayState, FilNet.Surface, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, int, float?, FilNet.Segment2D?, FilNet.Segment2D?) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth3D(FilNet.ScanMapArrayState, FilNet.Surface, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, NullableValue<FilNet.SegmentScanField>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth3D(FilNet.ScanMapArrayState, FilNet.Surface, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, IList<FilNet.Segment2D>, IList<FilNet.Point3D>, IList<FilNet.Point3D>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth3D(FilNet.ScanMapArrayState, FilNet.Surface, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, NullableValue<FilNet.SegmentScanField>, IList<FilNet.Segment2D>, IList<FilNet.Point3D>, IList<FilNet.Point3D>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth3D(FilNet.ScanMapArrayState, FilNet.Surface, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_MeasureObjectWidth3D(FilNet.ScanMapArrayState, FilNet.Surface, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, NullableValue<FilNet.SegmentScanField>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth3D(FilNet.ScanMapArrayState, FilNet.Surface, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, IList<FilNet.Segment2D>, IList<FilNet.Point3D>, IList<FilNet.Point3D>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth3D(FilNet.ScanMapArrayState, FilNet.Surface, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, NullableValue<FilNet.SegmentScanField>, IList<FilNet.Segment2D>, IList<FilNet.Point3D>, IList<FilNet.Point3D>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth3D(FilNet.ScanMapArrayState, FilNet.Surface, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.SegmentScanField, IList<FilNet.Segment2D>, IList<FilNet.Point3D>, IList<FilNet.Point3D>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth(FilNet.ScanMapArrayState, FilNet.Image, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, int, float?, FilNet.Segment2D?, FilNet.Segment2D?) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth(FilNet.ScanMapArrayState, FilNet.Image, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, NullableValue<FilNet.SegmentScanField>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth(FilNet.ScanMapArrayState, FilNet.Image, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, IList<FilNet.Segment2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth(FilNet.ScanMapArrayState, FilNet.Image, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_MeasureObjectWidth(FilNet.ScanMapArrayState, FilNet.Image, FilNet.SegmentScanField, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, NullableValue<FilNet.SegmentScanField>, IList<FilNet.Segment2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth(FilNet.ScanMapArrayState, FilNet.Image, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, NullableValue<FilNet.SegmentScanField>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth(FilNet.ScanMapArrayState, FilNet.Image, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, IList<FilNet.Segment2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth(FilNet.ScanMapArrayState, FilNet.Image, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, NullableValue<FilNet.SegmentScanField>, IList<FilNet.Segment2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>) | Measures the width of an object using stripe detection. |
  | FisFilter_MeasureObjectWidth(FilNet.ScanMapArrayState, FilNet.Image, FilNet.SegmentScanField, FilNet.CoordinateSystem2D?, int, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.MeasureObjectMethod, FilNet.Selection, FilNet.LocalBlindness?, FilNet.MEstimator?, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.SegmentScanField, IList<FilNet.Segment2D>, IList<FilNet.Point2D>, IList<FilNet.Point2D>) | Measures the width of an object using stripe detection. |
  | FisFilter_PhotometricStereo_InitializeHeightMapStruct(FilNet.PhotometricStereo_InitializeHeightMapStruct_State, int, int) | Creates a structure used for computing height map in photometric stereo filter. |
  | FisFilter_PowerImage(FilNet.ImagePointTransformsState, FilNet.Image, float, FilNet.Image) | Exponentiates each pixel to the given power. |
  | FisFilter_PowerImage(FilNet.ImagePointTransformsState, FilNet.Image, NullableRef<FilNet.Region>, float, FilNet.Image) | Exponentiates each pixel to the given power. |
  | FisFilter_ReadVideo(FilNet.InputVideoStream, string, int, bool, FilNet.Image, float, int, int) | Reads a frame sequence from a video file. |
  | FisFilter_ScanExactlyNEdges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanExactlyNEdges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceEdge1D>>, NullableRef<FilNet.Path>) | Locates a specified number of the strongest changes of surface height along a given path. |
  | FisFilter_ScanExactlyNEdges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceEdge1D>>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of the strongest changes of surface height along a given path. |
  | FisFilter_ScanExactlyNEdges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceEdge1D>>, NullableRef<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. |
  | FisFilter_ScanExactlyNEdges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanExactlyNEdges3D(FilNet.ScanMapState, 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>) | Locates a specified number of the strongest changes of surface height along a given path. |
  | FisFilter_ScanExactlyNEdges3D(FilNet.ScanMapState, 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.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of the strongest changes of surface height along a given path. |
  | FisFilter_ScanExactlyNEdges3D(FilNet.ScanMapState, 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>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of the strongest changes of surface height along a given path. |
  | FisFilter_ScanExactlyNEdges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanExactlyNEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanExactlyNEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path. |
  | FisFilter_ScanExactlyNEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanExactlyNEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, 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. |
  | FisFilter_ScanExactlyNEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>) | Locates a specified number of the strongest transitions between dark and bright pixels along a given path. |
  | FisFilter_ScanExactlyNEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<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. |
  | FisFilter_ScanExactlyNEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, 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. |
  | FisFilter_ScanExactlyNEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Edge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<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. |
  | FisFilter_ScanExactlyNEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanExactlyNRidges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanExactlyNRidges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceRidge1D>>, NullableRef<FilNet.Path>) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | FisFilter_ScanExactlyNRidges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceRidge1D>>, 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. |
  | FisFilter_ScanExactlyNRidges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceRidge1D>>, NullableRef<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. |
  | FisFilter_ScanExactlyNRidges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanExactlyNRidges3D(FilNet.ScanMapState, 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>) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | FisFilter_ScanExactlyNRidges3D(FilNet.ScanMapState, 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.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. |
  | FisFilter_ScanExactlyNRidges3D(FilNet.ScanMapState, 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>, 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. |
  | FisFilter_ScanExactlyNRidges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanExactlyNRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanExactlyNRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>) | Locates a specified number of the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanExactlyNRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanExactlyNRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanExactlyNRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>) | Locates a specified number of the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanExactlyNRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<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. |
  | FisFilter_ScanExactlyNRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanExactlyNRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Ridge1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<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. |
  | FisFilter_ScanExactlyNRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanExactlyNStripes3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanExactlyNStripes3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceStripe1D>>, NullableRef<FilNet.Path>) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanExactlyNStripes3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceStripe1D>>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanExactlyNStripes3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, int, FilNet.Selection, float, INullable<List<FilNet.SurfaceStripe1D>>, NullableRef<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. |
  | FisFilter_ScanExactlyNStripes3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanExactlyNStripes3D(FilNet.ScanMapState, 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>) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanExactlyNStripes3D(FilNet.ScanMapState, 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.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanExactlyNStripes3D(FilNet.ScanMapState, 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>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanExactlyNStripes3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanExactlyNStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanExactlyNStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>) | Locates a specified number of multiple pairs of opposite edges across a given path. |
  | FisFilter_ScanExactlyNStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanExactlyNStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of opposite edges across a given path. |
  | FisFilter_ScanExactlyNStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>) | Locates a specified number of multiple pairs of opposite edges across a given path. |
  | FisFilter_ScanExactlyNStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, int, FilNet.Selection, float, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of opposite edges across a given path. |
  | FisFilter_ScanExactlyNStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of opposite edges across a given path. |
  | FisFilter_ScanExactlyNStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, int, FilNet.Selection, float, float?, FilNet.LocalBlindness?, INullable<List<FilNet.Stripe1D>>, INullable<List<FilNet.Gap1D>>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates a specified number of multiple pairs of opposite edges across a given path. |
  | FisFilter_ScanExactlyNStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanMultipleEdges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, IList<FilNet.SurfaceEdge1D>) | Locates multiple changes of surface height along a given path. |
  | FisFilter_ScanMultipleEdges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, IList<FilNet.SurfaceEdge1D>, NullableRef<FilNet.Path>) | Locates multiple changes of surface height along a given path. |
  | FisFilter_ScanMultipleEdges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, IList<FilNet.SurfaceEdge1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple changes of surface height along a given path. |
  | FisFilter_ScanMultipleEdges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, IList<FilNet.SurfaceEdge1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple changes of surface height along a given path. |
  | FisFilter_ScanMultipleEdges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanMultipleEdges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceEdge1D>, NullableRef<FilNet.Path>) | Locates multiple changes of surface height along a given path. |
  | FisFilter_ScanMultipleEdges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceEdge1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple changes of surface height along a given path. |
  | FisFilter_ScanMultipleEdges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceEdge1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple changes of surface height along a given path. |
  | FisFilter_ScanMultipleEdges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanMultipleEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, float, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>) | Locates multiple transitions between dark and bright pixels along a given path. |
  | FisFilter_ScanMultipleEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, float, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>) | Locates multiple transitions between dark and bright pixels along a given path. |
  | FisFilter_ScanMultipleEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>) | Locates multiple transitions between dark and bright pixels along a given path. |
  | FisFilter_ScanMultipleEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, float, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple transitions between dark and bright pixels along a given path. |
  | FisFilter_ScanMultipleEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>) | Locates multiple transitions between dark and bright pixels along a given path. |
  | FisFilter_ScanMultipleEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, float, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple transitions between dark and bright pixels along a given path. |
  | FisFilter_ScanMultipleEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple transitions between dark and bright pixels along a given path. |
  | FisFilter_ScanMultipleEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple transitions between dark and bright pixels along a given path. |
  | FisFilter_ScanMultipleEdges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanMultipleRidges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanMultipleRidges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, IList<FilNet.SurfaceRidge1D>, NullableRef<FilNet.Path>) | Locates multiple high or low peaks of surface height along a given path. |
  | FisFilter_ScanMultipleRidges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, IList<FilNet.SurfaceRidge1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple high or low peaks of surface height along a given path. |
  | FisFilter_ScanMultipleRidges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, IList<FilNet.SurfaceRidge1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple high or low peaks of surface height along a given path. |
  | FisFilter_ScanMultipleRidges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanMultipleRidges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceRidge1D>, NullableRef<FilNet.Path>) | Locates multiple high or low peaks of surface height along a given path. |
  | FisFilter_ScanMultipleRidges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceRidge1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple high or low peaks of surface height along a given path. |
  | FisFilter_ScanMultipleRidges3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceRidge1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple high or low peaks of surface height along a given path. |
  | FisFilter_ScanMultipleRidges3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanMultipleRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, float, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>) | Locates multiple dark or bright pixel peaks along a given path. |
  | FisFilter_ScanMultipleRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, float, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>) | Locates multiple dark or bright pixel peaks along a given path. |
  | FisFilter_ScanMultipleRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>) | Locates multiple dark or bright pixel peaks along a given path. |
  | FisFilter_ScanMultipleRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, float, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple dark or bright pixel peaks along a given path. |
  | FisFilter_ScanMultipleRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>) | Locates multiple dark or bright pixel peaks along a given path. |
  | FisFilter_ScanMultipleRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, float, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple dark or bright pixel peaks along a given path. |
  | FisFilter_ScanMultipleRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple dark or bright pixel peaks along a given path. |
  | FisFilter_ScanMultipleRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple dark or bright pixel peaks along a given path. |
  | FisFilter_ScanMultipleRidges(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanMultipleStripes3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanMultipleStripes3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, IList<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>) | Locates multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanMultipleStripes3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, IList<FilNet.SurfaceStripe1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanMultipleStripes3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, IList<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanMultipleStripes3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanMultipleStripes3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>) | Locates multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanMultipleStripes3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceStripe1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanMultipleStripes3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, float, float?, FilNet.LocalBlindness?, int?, IList<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple pairs of changes of surface height along a given path. |
  | FisFilter_ScanMultipleStripes3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanMultipleStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, float, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>) | Locates multiple pairs of edges across a given path. |
  | FisFilter_ScanMultipleStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, float, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>) | Locates multiple pairs of edges across a given path. |
  | FisFilter_ScanMultipleStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>) | Locates multiple pairs of edges across a given path. |
  | FisFilter_ScanMultipleStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, float, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple pairs of edges across a given path. |
  | FisFilter_ScanMultipleStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>) | Locates multiple pairs of edges across a given path. |
  | FisFilter_ScanMultipleStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, float, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple pairs of edges across a given path. |
  | FisFilter_ScanMultipleStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple pairs of edges across a given path. |
  | FisFilter_ScanMultipleStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, float, float?, FilNet.LocalBlindness?, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates multiple pairs of edges across a given path. |
  | FisFilter_ScanMultipleStripes(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanSingleEdge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.SurfaceEdge1D?) | Locates the strongest change of surface height along a given path. |
  | FisFilter_ScanSingleEdge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.SurfaceEdge1D?, NullableRef<FilNet.Path>) | Locates the strongest change of surface height along a given path. |
  | FisFilter_ScanSingleEdge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.SurfaceEdge1D?, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest change of surface height along a given path. |
  | FisFilter_ScanSingleEdge3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanSingleEdge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.SurfaceEdge1D?, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest change of surface height along a given path. |
  | FisFilter_ScanSingleEdge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceEdge1D?, NullableRef<FilNet.Path>) | Locates the strongest change of surface height along a given path. |
  | FisFilter_ScanSingleEdge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceEdge1D?, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest change of surface height along a given path. |
  | FisFilter_ScanSingleEdge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceEdge1D?, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest change of surface height along a given path. |
  | FisFilter_ScanSingleEdge3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanSingleEdge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.Edge1D?) | Locates the strongest transition between dark and bright pixels along a given path. |
  | FisFilter_ScanSingleEdge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.Edge1D?, NullableRef<FilNet.Path>) | Locates the strongest transition between dark and bright pixels along a given path. |
  | FisFilter_ScanSingleEdge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?) | Locates the strongest transition between dark and bright pixels along a given path. |
  | FisFilter_ScanSingleEdge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?, NullableRef<FilNet.Path>) | Locates the strongest transition between dark and bright pixels along a given path. |
  | FisFilter_ScanSingleEdge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.Edge1D?, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest transition between dark and bright pixels along a given path. |
  | FisFilter_ScanSingleEdge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.Edge1D?, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest transition between dark and bright pixels along a given path. |
  | FisFilter_ScanSingleEdge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest transition between dark and bright pixels along a given path. |
  | FisFilter_ScanSingleEdge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.EdgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Edge1D?, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest transition between dark and bright pixels along a given path. |
  | FisFilter_ScanSingleEdge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanSingleRidge3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanSingleRidge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.SurfaceRidge1D?, NullableRef<FilNet.Path>) | Locates the strongest high or low peak of surface height along a given path. |
  | FisFilter_ScanSingleRidge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.SurfaceRidge1D?, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest high or low peak of surface height along a given path. |
  | FisFilter_ScanSingleRidge3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanSingleRidge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.SurfaceRidge1D?, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest high or low peak of surface height along a given path. |
  | FisFilter_ScanSingleRidge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceRidge1D?, NullableRef<FilNet.Path>) | Locates the strongest high or low peak of surface height along a given path. |
  | FisFilter_ScanSingleRidge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceRidge1D?, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest high or low peak of surface height along a given path. |
  | FisFilter_ScanSingleRidge3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, FilNet.SurfaceRidge1D?, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest high or low peak of surface height along a given path. |
  | FisFilter_ScanSingleRidge3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanSingleRidge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.Ridge1D?) | Locates the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanSingleRidge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.Ridge1D?, NullableRef<FilNet.Path>) | Locates the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanSingleRidge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?) | Locates the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanSingleRidge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?, NullableRef<FilNet.Path>) | Locates the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanSingleRidge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.Ridge1D?, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanSingleRidge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.Ridge1D?, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanSingleRidge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanSingleRidge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.RidgeScanParams, FilNet.Selection, FilNet.LocalBlindness?, FilNet.Ridge1D?, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest dark or bright pixel peak along a given path. |
  | FisFilter_ScanSingleRidge(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_ScanSingleStripe3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanSingleStripe3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, INullable<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>) | Locates the strongest pair of changes of surface height along a given path. |
  | FisFilter_ScanSingleStripe3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, INullable<FilNet.SurfaceStripe1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest pair of changes of surface height along a given path. |
  | FisFilter_ScanSingleStripe3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanSingleStripe3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, INullable<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest pair of changes of surface height along a given path. |
  | FisFilter_ScanSingleStripe3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, INullable<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>) | Locates the strongest pair of changes of surface height along a given path. |
  | FisFilter_ScanSingleStripe3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, INullable<FilNet.SurfaceStripe1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest pair of changes of surface height along a given path. |
  | FisFilter_ScanSingleStripe3D(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams3D, FilNet.Selection, FilNet.LocalBlindness?, int?, INullable<FilNet.SurfaceStripe1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest pair of changes of surface height along a given path. |
  | FisFilter_ScanSingleStripe3D(FilNet.ScanMapState, 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. |
  | FisFilter_ScanSingleStripe(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, INullable<FilNet.Stripe1D>) | Locates the strongest pair of edges across a given path. |
  | FisFilter_ScanSingleStripe(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, INullable<FilNet.Stripe1D>, NullableRef<FilNet.Path>) | Locates the strongest pair of edges across a given path. |
  | FisFilter_ScanSingleStripe(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>) | Locates the strongest pair of edges across a given path. |
  | FisFilter_ScanSingleStripe(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>, NullableRef<FilNet.Path>) | Locates the strongest pair of edges across a given path. |
  | FisFilter_ScanSingleStripe(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, INullable<FilNet.Stripe1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest pair of edges across a given path. |
  | FisFilter_ScanSingleStripe(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, INullable<FilNet.Stripe1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest pair of edges across a given path. |
  | FisFilter_ScanSingleStripe(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest pair of edges across a given path. |
  | FisFilter_ScanSingleStripe(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, FilNet.StripeScanParams, FilNet.Selection, FilNet.LocalBlindness?, INullable<FilNet.Stripe1D>, NullableRef<FilNet.Path>, FilNet.Profile, FilNet.Profile, IList<FilNet.Path>, float) | Locates the strongest pair of edges across a given path. |
  | FisFilter_ScanSingleStripe(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, 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. |
  | FisFilter_SubtractVectors3D(FilNet.Vector3D, FilNet.Vector3D, FilNet.Vector3D) | Returns difference between two vectors in 3D. |
  | FisFilter_SubtractVectors(FilNet.Vector2D, FilNet.Vector2D, FilNet.Vector2D) | Returns difference between two vectors in 2D. |
  | FisFilter_WriteVideo(FilNet.OutputVideoStream, FilNet.Image, string, string) | Writes an image sequence to a video file one frame per iteration. |
  | FisFilter_WriteVideo(FilNet.OutputVideoStream, FilNet.Image, string, string, float?) | Writes an image sequence to a video file one frame per iteration. |
  | 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, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, 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, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>) | 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.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>>) | 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, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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?, 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>>, IList<FilNet.Profile>, IList<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.CircleFittingMethod, FilNet.Arc2D?, NullableRef<List<FilNet.Point2D>>) | 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(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, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, 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, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>) | 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.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>>) | 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, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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?, 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>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds an arc that best matches the detected points. |
  | 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, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, 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, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<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?, 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>>) | 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, float, FilNet.CircleFittingMethod, FilNet.Arc2D?, FilNet.Arc2D?, FilNet.Arc2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<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?, 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>>, IList<FilNet.Profile>, IList<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, FilNet.MEstimator, float, int, FilNet.CircleFittingMethod, 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. |
  | 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(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, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, 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>) | 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, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point3D>>) | 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.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, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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>>) | 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>>, 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, 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, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, 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, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>) | 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.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>>) | 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, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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?, 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>>, IList<FilNet.Profile>, IList<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, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.Point3D>>) | 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.CircleFittingMethod, FilNet.Circle2D?, NullableRef<List<FilNet.Point2D>>) | 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(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, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, 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>) | 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, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point3D>>) | 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.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, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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>>) | 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>>, 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, 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, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, 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, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>) | 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.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>>) | 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, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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?, 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>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. |
  | 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, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, 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>) | 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, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<List<FilNet.Point3D>>, NullableRef<NullableRef<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>, 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, float, FilNet.CircleFittingMethod, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, INullable<FilNet.Circle3D>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<List<FilNet.Point3D>>, NullableRef<NullableRef<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>>) | 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>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a circle that best matches the detected points. |
  | 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, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, 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, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<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?, 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>>) | 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, float, FilNet.CircleFittingMethod, FilNet.Circle2D?, FilNet.Circle2D?, FilNet.Circle2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<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?, 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>>, IList<FilNet.Profile>, IList<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, FilNet.MEstimator, float, int, FilNet.CircleFittingMethod, 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. |
  | 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_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, FilNet.Line3D, NullableRef<List<FilNet.Point3D>>) | 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(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>, int, FilNet.Line2D, int) | Approximates points with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints_LTE(IList<FilNet.Point2D>, 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) | Approximates points with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints_LTE(IList<FilNet.Point2D>, int, FilNet.Line2D, NullableRef<List<FilNet.Point2D>>, NullableValue<float>, int) | Approximates points with a line using Least Trimmed Error algorithm. |
  | FitLineToPoints_LTE(IList<FilNet.Point2D>, FilNet.Range?, int, int?, FilNet.Line2D, 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>) | 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.MEstimator, float, int, FilNet.Line2D, NullableRef<List<FilNet.Point2D>>) | 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, FilNet.Line2D) | 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.Line2D, NullableValue<float>) | 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(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, float, INullable<List<FilNet.Point3D>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.EdgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>) | 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, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | 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.Profile>, IList<FilNet.Profile>) | 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>>) | 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>) | 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>>, 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, 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, float, INullable<FilNet.Path>, 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, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<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>) | Performs a series of 1D edge detections and creates a path from the detected points. |
  | FitPathToEdges(FilNet.Image, FilNet.PathFittingMap, FilNet.EdgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<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>, 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>>) | 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>>, IList<FilNet.Profile>, IList<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(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, float, INullable<List<FilNet.Point3D>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.RidgeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>) | 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, float, INullable<List<FilNet.Point3D>>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | 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.Profile>, IList<FilNet.Profile>) | 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>>) | 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>) | 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>>, 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, 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, float, INullable<FilNet.Path>, 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, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<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>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | FitPathToRidges(FilNet.Image, FilNet.PathFittingMap, FilNet.RidgeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<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>, 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>>) | 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>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D ridge detections and creates a path from the detected points. |
  | 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, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe3D(FilNet.Surface, FilNet.PathFittingMap, FilNet.StripeScanParams3D, FilNet.Selection, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<NullableRef<FilNet.Profile>>) | 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, float, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, INullable<List<FilNet.Point3D>>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<NullableRef<FilNet.Profile>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | 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<FilNet.Profile>, IList<FilNet.Profile>) | 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>>) | 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>) | 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>>, 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, 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, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, NullableRef<NullableRef<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, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, 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>>) | Performs a series of 1D stripe detections and creates a path from the detected points. |
  | FitPathToStripe(FilNet.Image, FilNet.PathFittingMap, FilNet.StripeScanParams, FilNet.Selection, float, INullable<FilNet.Path>, INullable<FilNet.Path>, INullable<FilNet.Path>, IList<NullableRef<FilNet.Stripe1D>>, NullableRef<NullableRef<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>>) | 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>>, 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>>, 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>>, IList<FilNet.Profile>, IList<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, FilNet.MEstimator, float, int, 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_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, 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. |
  | 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, 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_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, FilNet.MEstimator, float, int, 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_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, 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. |
  | 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(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, float, INullable<FilNet.Segment3D>, 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>) | 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, float, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point3D>>) | 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.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, float, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceEdge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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>>) | 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>>, 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, 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.MEstimator?, 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, float, FilNet.Segment2D?, 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, float, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>) | 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.MEstimator?, FilNet.Segment2D?, 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.MEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>) | 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, float, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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.MEstimator?, 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.MEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Edge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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. |
  | FitSegmentToPoints3D(IList<FilNet.Point3D>, INullable<FilNet.Segment3D>) | Approximates points in 3D with a segment using selected outliers suppression method. |
  | FitSegmentToPoints3D(IList<FilNet.Point3D>, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.Point3D>>) | 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>, int, FilNet.Segment2D, int) | Approximates points with a segment using Least Trimmed Error algorithm. |
  | FitSegmentToPoints_LTE(IList<FilNet.Point2D>, 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) | Approximates points with a segment using Least Trimmed Error algorithm. |
  | FitSegmentToPoints_LTE(IList<FilNet.Point2D>, int, FilNet.Segment2D, NullableRef<List<FilNet.Point2D>>, NullableValue<float>, int) | Approximates points with a segment using Least Trimmed Error algorithm. |
  | FitSegmentToPoints_LTE(IList<FilNet.Point2D>, FilNet.Range?, int, int?, FilNet.Segment2D, 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>) | 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, FilNet.Segment2D) | 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.Segment2D, NullableRef<List<FilNet.Point2D>>) | 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. |
  | 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, float, INullable<FilNet.Segment3D>, 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>) | 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, float, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point3D>>) | 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.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, float, INullable<FilNet.Segment3D>, NullableRef<List<FilNet.SurfaceRidge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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>>) | 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>>, 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, 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.MEstimator?, 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, float, FilNet.Segment2D?, 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, float, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>) | 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.MEstimator?, FilNet.Segment2D?, 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.MEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<FilNet.Point2D>>) | 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, float, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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.MEstimator?, 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.MEstimator?, FilNet.Segment2D?, NullableRef<List<FilNet.Ridge1D?>>, NullableRef<NullableRef<FilNet.Profile>>, NullableRef<List<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. |
  | 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, float, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, 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>) | 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, float, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<List<FilNet.Point3D>>, NullableRef<NullableRef<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>, 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, float, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, INullable<FilNet.Segment3D>, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>>, NullableRef<List<FilNet.Point3D>>, NullableRef<NullableRef<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>>) | 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>>, IList<FilNet.Profile>, IList<FilNet.Profile>) | Performs a series of 1D edge detections and finds a segment that best matches the detected points. |
  | 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.MEstimator?, 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, float, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, 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, float, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<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.MEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, 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.MEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<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, float, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<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.MEstimator?, 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.MEstimator?, FilNet.Segment2D?, FilNet.Segment2D?, FilNet.Segment2D?, NullableRef<List<NullableRef<FilNet.Stripe1D>>>, NullableRef<List<FilNet.Point2D>>, NullableRef<NullableRef<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. |
  | 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 the 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 the FTP (File Transfer Protocol) |
  | Ftp_SendString(string, string, string, bool) | Sends a string to a remote serve using FTP (File Transfer Protocol). |
  | Ftp_SendString(string, string, string, NullableRef<string>, NullableRef<string>, bool) | Sends a string to a remote serve using FTP (File Transfer Protocol). |
  | Gap1DToSegment2D(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>) | List fourCCs names of available video compressors. |
  | GetAVX2AccelerationEnabled() | |
  | GetComputerID(string) | Gets current Computer ID |
  | GetDongleSerialNumber(string) | Gets current dongle serial number |
  | GetFilDiagnosticOutputsEnabled() | |
  | GetGPUProcessingDiagInfo(string) | |
 | GetHashCode() | Inherited from System.Object |
  | GetHistogramBin(FilNet.Histogram, int, bool, int) | Returns the value of a single histogram bin. |
  | GetHistogramBin(FilNet.Histogram, int, bool, int, NullableValue<float>, NullableValue<float>) | Returns the value of a single histogram bin. |
  | GetHistogramBin(FilNet.Histogram, int, bool, int, float, float) | Returns the value of a single histogram bin. |
  | GetHistogramCorrespondingBin(FilNet.Histogram, float, int) | 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. |
  | 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>) | Safely returns an array of pixel values of an image. |
  | 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) | Returns linear interpolation between two consecutive values from a profile. |
  | GetProfileElement(FilNet.Profile, int, bool, float) | Gets a single value from a profile, located at the specified index. |
  | GetProfileValue(FilNet.Profile, int, bool, float) | Gets a single value from a profile, located at the specified X 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>) | Reads available licenses in the system |
 | GetType() | Inherited from System.Object |
  | GrabImage_FromFiles_ResetState() | Resets global state of GrabImage_FromFiles filter |
  | GrabImage_FromFiles(string, FilNet.FileSortingOrder, bool, bool, bool, bool, FilNet.Image, string, string) | Simulates capturing a frame from a camera. |
  | GrabImage_FromFiles(string, FilNet.ImageFileFormat?, FilNet.FileSortingOrder, bool, bool, bool, bool, 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". |
  | GradientImage_Mask(FilNet.Image, FilNet.GradientMaskOperator, int, FilNet.Image) | Computes a gradient image with a Sobel or Prewitt operator. |
  | GradientImage_Mask(FilNet.Image, FilNet.GradientMaskOperator, int, FilNet.Image, 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, FilNet.GradientOperator, float, FilNet.Image, 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(FilNet.Image, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, int, FilNet.Image) | Measures the strength of gradient at each pixel location with Sobel or Prewitt operator. |
  | GradientMagnitudeImage(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GradientMaskOperator, FilNet.MagnitudeMeasure, int, FilNet.Image) | Measures the strength of gradient at each pixel location with Sobel or Prewitt operator. |
  | 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 a 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 a computed base lines |
  | 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, IList<FilNet.Segment2D>, IList<FilNet.Rectangle2D>, IList<FilNet.Point2D>) | Splits an array of blobs by distance to a 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 a 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. |
  | HistogramAverage(FilNet.Histogram, float) | 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, int, 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, int) | 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, float) | Computes the numeric distance between two histograms. |
  | HistogramIndices(FilNet.Histogram, IList<int>) | Returns an array of histogram elements indices |
  | HistogramIntersection(FilNet.Histogram, FilNet.Histogram, float) | Calculates normalized histogram intersection norm. |
  | HistogramLocalMaxima(FilNet.Histogram, IList<int>, IList<int>) | Computes the histogram local maxima. |
  | HistogramLocalMaxima(FilNet.Histogram, int?, IList<int>, IList<int>) | Computes the histogram local maxima. |
  | HistogramLocalMinima(FilNet.Histogram, IList<int>, IList<int>) | Computes the histogram local minima. |
  | HistogramLocalMinima(FilNet.Histogram, int?, IList<int>, IList<int>) | Computes the histogram local minima. |
  | HistogramMaximum(FilNet.Histogram, int, int) | Computes histogram bar values maximum - its location and value. |
  | HistogramMinimum(FilNet.Histogram, int, int) | Computes histogram bar values minimum - its location and value. |
  | HistogramSize(FilNet.Histogram, int) | Computes the number of histogram bins. |
  | HistogramSum(FilNet.Histogram, int) | 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(string, IList<string>, IList<string>, INullable<string>, int) | Sends a GET request to server and receives an answer. |
  | Http_SendRequest_POST_JSON(string, string, INullable<string>, int) | Sends a POST request in JSON format to the server and receives answer. |
  | Http_SendRequest_POST_Raw(string, IList<string>, IList<string>, INullable<string>, int) | Sends a POST request to the server and receives an answer. |
  | ImageAlongArc(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, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Image, IList<FilNet.Path>) | Creates an image from pixels traversed along an arc. |
  | ImageAlongArc(FilNet.Image, FilNet.Arc2D, int, FilNet.Axis, FilNet.InterpolationMethod, 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.Image) | Creates an image from pixels traversed along an arc. |
  | ImageAlongArc(FilNet.Image, FilNet.Arc2D, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Image, NullableValue<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.Image, 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.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.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.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, int, FilNet.Axis, FilNet.InterpolationMethod, FilNet.Image, IList<FilNet.Path>) | Creates an image from pixels traversed along a path. |
  | ImageAlongPath(FilNet.Image, FilNet.Path, int, FilNet.Axis, FilNet.InterpolationMethod, 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.Image) | Creates an image from pixels traversed along a path. |
  | ImageAlongPath(FilNet.Image, FilNet.Path, int, FilNet.Axis, FilNet.InterpolationMethod, 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.Image, 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.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.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.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, FilNet.Pixel, NullableValue<float>) | 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. |
  | ImageBox(FilNet.Image, FilNet.Box) | Produces the box of image dimensions |
  | ImageCenter(FilNet.Image, FilNet.Point2D) | Returns the geometrical center of an image. |
  | ImageCharacteristicPoint(FilNet.Image, FilNet.Anchor2D, FilNet.Point2D) | Returns a characteristic point of image. |
  | 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, float, FilNet.Histogram) | Computes the histogram of the image pixel values. |
  | ImageHistogram(FilNet.Image, NullableRef<FilNet.Region>, int, float, float, float, 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. |
  | 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, 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) | 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. |
  | ImagePathsToWorldPlane(IList<FilNet.Path>, FilNet.RectificationTransform, IList<FilNet.Path>) | Finds the world coordinates of image Paths. |
  | 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. |
  | ImagePointsToWorldPlane(IList<FilNet.Point2D>, FilNet.RectificationTransform, IList<FilNet.Point2D>) | Finds the world coordinates of image Points. |
  | 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.InterpolationMethod, float, 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 that values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, float, FilNet.Profile, FilNet.Path, IList<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 that values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, float, 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 that values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, float, 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 that values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, int, FilNet.InterpolationMethod, float, FilNet.Profile, FilNet.Path, NullableRef<FilNet.Path>, IList<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 that values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, float, FilNet.Profile, FilNet.Path, IList<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 that values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, float, 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 that values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, float, FilNet.Profile, FilNet.Path, NullableRef<FilNet.Path>, IList<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 that values. |
  | ImageProfileAlongPath(FilNet.ScanMapState, FilNet.Image, FilNet.Path, FilNet.CoordinateSystem2D?, int, FilNet.InterpolationMethod, float, FilNet.Profile, FilNet.Path, FilNet.Path, IList<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 that 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. |
  | ImageSegmentsToWorldPlane(IList<FilNet.Segment2D>, FilNet.RectificationTransform, IList<FilNet.Segment2D>) | Finds the world coordinates of image Segments. |
  | 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, FilNet.Pixel, NullableValue<float>) | 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. |
  | ImageWatersheds(FilNet.Image, int, IList<FilNet.Region>) | Computes dark basins which are separated by at least inThreshold height watershed. |
  | InflatePath(FilNet.Path, float, float, INullable<FilNet.Path>) | Enlarges a shape 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(FilNet.Image, float, FilNet.Region) | Fills in a region of the 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. |
  | InspectImageMemoryPools(bool, IList<int>, IList<int>, int) | Returns information about allocated image memory buffers. This information can be used for preallocation. |
  | 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, float, IList<FilNet.Path>) | Joins those paths of an array which endpoints lie near enough. |
  | JoinAdjacentPaths(IList<FilNet.Path>, float, float, float, float?, float, IList<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, 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 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 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(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. |
  | 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>, 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_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>, FilNet.MEstimator, float, int, 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_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. |
  | 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. |
  | 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, FilNet.Point2D, IList<List<FilNet.Point2D>>, IList<string>) | 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. |
  | LoadGrayModel(string, FilNet.GrayModel) | Loads serialized template matching GrayModel object from fidata file. |
  | LoadHistogram(string, FilNet.Histogram) | Loads serialized Histogram object from fidata file. |
  | 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.Pixel, FilNet.Point2D, FilNet.Image, IList<string>) | 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. |
  | 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. |
  | LoadOrganicTrainingData(IList<string>, string, FilNet.OrganicModel) | Loads images and regions, extracts knowledge from it, and initializes OrganicModel, which can be then trained and used to classify new images. |
  | LoadPath(string, FilNet.Path) | Loads serialized Path object from fidata file. |
  | LoadPoint3DGridObject(string, FilNet.Point3DGrid) | Deserializes a profile from an FIDATA file. |
  | LoadPoint3DGrid(string, FilNet.Point3DFileFormat, 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 serialized Region object from fidata file. |
  | LoadSpatialMap(string, FilNet.SpatialMap) | Deserializes a SpatialMap object from a FIDATA file. |
  | LoadSurface(string, FilNet.Surface) | Deserializes a surface from an FIDATA file. |
  | LocateMultipleObjects_Edges(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_Edges(FilNet.Image, FilNet.EdgeModel, int, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>, NullableRef<SafeList<SafeList<FilNet.Path>>>, NullableValue<int>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges(FilNet.Image, NullableRef<FilNet.Region>, 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_Edges(FilNet.Image, FilNet.EdgeModel, int, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>, NullableRef<SafeList<SafeList<FilNet.Path>>>, NullableValue<int>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges(FilNet.Image, FilNet.EdgeModel, int, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>, NullableRef<SafeList<SafeList<FilNet.Path>>>, NullableValue<int>, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>, IList<SafeList<FilNet.Path>>, int, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | LocateMultipleObjects_Edges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, float, IList<FilNet.Object2D>, NullableRef<SafeList<SafeList<FilNet.Path>>>, NullableValue<int>, IList<FilNet.Image>, IList<FilNet.Image>, IList<List<float>>) | Finds all occurrences of a predefined template on an image by comparing object edges. |
  | 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, FilNet.GrayModel, int, bool, float, float, IList<FilNet.Object2D>, NullableValue<int>) | 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>, 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>, NullableValue<int>, 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.Region>, 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.Region>, FilNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>, NullableValue<int>) | Finds all occurrences of a predefined template on an image by analysing the normalized correlation between pixel values. |
  | LocateMultipleObjects_NCC(FilNet.Image, NullableRef<FilNet.Region>, FilNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>, 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.Region>, FilNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>, int, 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.Region>, FilNet.GrayModel, int, int?, bool, float, float, float?, float?, IList<FilNet.Object2D>, NullableValue<int>, 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, FilNet.GrayModel, int, bool, float, float, IList<FilNet.Object2D>, NullableValue<int>) | 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.Region>, 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, FilNet.GrayModel, int, bool, float, float, IList<FilNet.Object2D>, 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.Region>, FilNet.GrayModel, int, int?, bool, float, float, IList<FilNet.Object2D>, NullableValue<int>) | Finds multiple occurrences of a predefined template on an image by analysing the Square Average Difference between pixel values. |
  | LocateMultipleObjects_SAD(FilNet.Image, FilNet.GrayModel, int, bool, float, float, IList<FilNet.Object2D>, NullableValue<int>, 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.Region>, FilNet.GrayModel, int, int?, bool, float, float, IList<FilNet.Object2D>, 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.Region>, FilNet.GrayModel, int, int?, bool, float, float, IList<FilNet.Object2D>, int, 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.Region>, FilNet.GrayModel, int, int?, bool, float, float, IList<FilNet.Object2D>, NullableValue<int>, 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.CoordinateSystem2D>, IList<List<FilNet.Point2D>>, IList<FilNet.Rectangle2D>) | Finds the occurrences of the pattern in the input points. |
  | LocateMultiplePointPatterns(IList<FilNet.Point2D>, IList<FilNet.Point2D>, FilNet.Rectangle2D?, bool, float, float, bool, float, float, float, float, float, float, float, bool, IList<FilNet.CoordinateSystem2D>, IList<List<FilNet.Point2D>>, IList<FilNet.Rectangle2D>) | Finds the occurrences of the pattern in the input points. |
  | LocateSingleObject_Edges(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_Edges(FilNet.Image, FilNet.EdgeModel, int, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>, NullableRef<NullableRef<SafeList<FilNet.Path>>>, NullableValue<int>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges(FilNet.Image, NullableRef<FilNet.Region>, 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_Edges(FilNet.Image, FilNet.EdgeModel, int, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>, 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_Edges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>, NullableRef<NullableRef<SafeList<FilNet.Path>>>, NullableValue<int>) | Finds a single occurrence of a predefined template on an image by comparing object edges. |
  | LocateSingleObject_Edges(FilNet.Image, FilNet.EdgeModel, int, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>, NullableRef<NullableRef<SafeList<FilNet.Path>>>, NullableValue<int>, 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_Edges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>, 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_Edges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>, INullable<SafeList<FilNet.Path>>, int, 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_Edges(FilNet.Image, NullableRef<FilNet.Region>, FilNet.EdgeModel, int, int?, float, FilNet.EdgePolarityMode, FilNet.EdgeNoiseLevel, bool, float, INullable<FilNet.Object2D>, NullableRef<NullableRef<SafeList<FilNet.Path>>>, NullableValue<int>, 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_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, FilNet.GrayModel, int, bool, float, INullable<FilNet.Object2D>, NullableValue<int>) | 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>, 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>, NullableValue<int>, 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.Region>, 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.Region>, FilNet.GrayModel, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>, NullableValue<int>) | 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.Region>, FilNet.GrayModel, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>, 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.Region>, FilNet.GrayModel, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>, int, 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.Region>, FilNet.GrayModel, int, int?, bool, float, float?, float?, INullable<FilNet.Object2D>, NullableValue<int>, 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, FilNet.GrayModel, int, bool, float, INullable<FilNet.Object2D>, NullableValue<int>) | Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values. |
  | LocateSingleObject_SAD(FilNet.Image, NullableRef<FilNet.Region>, 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, FilNet.GrayModel, int, bool, float, INullable<FilNet.Object2D>, 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.Region>, FilNet.GrayModel, int, int?, bool, float, INullable<FilNet.Object2D>, NullableValue<int>) | Finds a single occurrence of a predefined template on an image by analysing the Square Average Difference between pixel values. |
  | LocateSingleObject_SAD(FilNet.Image, FilNet.GrayModel, int, bool, float, INullable<FilNet.Object2D>, NullableValue<int>, 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.Region>, FilNet.GrayModel, int, int?, bool, float, INullable<FilNet.Object2D>, 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.Region>, FilNet.GrayModel, int, int?, bool, float, INullable<FilNet.Object2D>, int, 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.Region>, FilNet.GrayModel, int, int?, bool, float, INullable<FilNet.Object2D>, NullableValue<int>, 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.CoordinateSystem2D?, INullable<List<FilNet.Point2D>>, FilNet.Rectangle2D?) | Finds an occurrence of the pattern in the input points. |
  | LocateSinglePointPattern(IList<FilNet.Point2D>, IList<FilNet.Point2D>, FilNet.Rectangle2D?, bool, float, float, bool, float, float, float, float, float, float, FilNet.CoordinateSystem2D?, INullable<List<FilNet.Point2D>>, FilNet.Rectangle2D?) | 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, float, bool, FilNet.Image, FilNet.Profile) | 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. |
  | MakeHistogram(IList<int>, float, float, float, FilNet.Histogram) | Creates a histogram assuming given 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 path feature and checks whether its value is in range. |
  | MakePoint3DGridFromImage(FilNet.Image, double, double, double, double, double, double, FilNet.Point3DGrid) | Creates a Point3DGrid structure from coordinates encoded in pixels of a 3 channel image. |
  | MakePoint3DGridFromImage(FilNet.Image, NullableRef<FilNet.Region>, double, double, double, double, double, double, FilNet.Point3DGrid) | Creates a Point3DGrid structure from coordinates encoded in pixels of a 3 channel image. |
  | MakeRegionConditional(FilNet.Region, FilNet.RegionFeature, float?, float?, INullable<FilNet.Region>) | Computes region feature and checks whether its value is in range. |
  | 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 image to a single-channel real image. |
  | MatrixToRectificationTransform(FilNet.Matrix, FilNet.RectificationTransform) | Conversion |
  | MaximumHistogram_OfArray(IList<FilNet.Histogram>, FilNet.Histogram) | Computes the maximum of histograms of an array bar by bar. |
  | MaximumHistogram_OfLoop(FilNet.MaximumHistogram_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.MaximumImage_OfLoopState, FilNet.Image, FilNet.Image) | Computes the maximum of images appearing in consecutive iterations pixel by pixel. |
  | MaximumImage_OfLoop(FilNet.MaximumImage_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.MaximumProfile_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, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, IList<FilNet.Point3D>, IList<FilNet.Point3D>) | 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?, IList<FilNet.Point3D>, IList<FilNet.Point3D>) | 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, int, float?, FilNet.Segment2D?, FilNet.Segment2D?, IList<FilNet.Point2D>, IList<FilNet.Point2D>) | 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?, IList<FilNet.Point2D>, IList<FilNet.Point2D>) | 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. |
  | MergeLocationResults_Multiple(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. |
  | MergeLocationResults_Single(NullableRef<FilNet.Object2D>, NullableRef<FilNet.Object2D>, NullableRef<FilNet.Object2D>, NullableRef<FilNet.Object2D>, float, INullable<FilNet.Object2D>, int?) | Combines results from multiple LocateSingleObject instances. |
  | MinimumHistogram_OfArray(IList<FilNet.Histogram>, FilNet.Histogram) | Computes the minimum of histograms of an array bar by bar. |
  | MinimumHistogram_OfLoop(FilNet.MinimumHistogram_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.MinimumImage_OfLoopState, FilNet.Image, FilNet.Image) | Computes the minimum of images appearing in consecutive iterations pixel by pixel. |
  | MinimumImage_OfLoop(FilNet.MinimumImage_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.MinimumProfile_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>>, int, float, float, FilNet.MlpModel, FilNet.Profile, FilNet.Profile) | 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.MultiplyHistograms_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, float, 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.MultiplyImages_OfLoopState, FilNet.Image, float, FilNet.Image) | Multiplies images appearing in consecutive iterations pixel by pixel. |
  | MultiplyImages_OfLoop(FilNet.MultiplyImages_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.MultiplyProfiles_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, 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, 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, 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. |
  | NormalizeImage(FilNet.Image, NullableRef<FilNet.Region>, 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. |
  | NormalizeLocalBrightness_Gauss(FilNet.Image, NullableRef<FilNet.Region>, float, float?, float, float, FilNet.Image) | Normalizes local brightness of the image. |
  | NormalizeLocalBrightness_Mean(FilNet.Image, int, float, float, FilNet.Image) | Normalizes local brightness of the image. |
  | NormalizeLocalBrightness_Mean(FilNet.Image, NullableRef<FilNet.Region>, int, int?, float, float, FilNet.Image) | Normalizes local brightness of the image. |
  | 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. |
  | 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(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, FilNet.KernelShape, int, FilNet.Image, FilNet.Region) | 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 last point to the first one from 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. |
  | 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. |
  | 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. |
  | PathToRegionOfInterest(FilNet.Path, FilNet.RegionOfInterest) | Converts a closed path to region of interest. |
  | 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 |
  | 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. |
  | 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. |
  | 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, FilNet.MEstimator, float, int, 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. |
  | 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. |
  | Point3DGridToPoint3DArray(FilNet.Point3DGrid, IList<FilNet.Point3D>) | Converts a grid of points to an array of points. |
  | 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(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. |
  | 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. |
  | 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>, int, FilNet.Point2D, IList<FilNet.Point2D>) | Computes the geometric median of the input points. |
  | PointsMedian(IList<FilNet.Point2D>, int, FilNet.Point2D, NullableValue<float>) | 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>, 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, IList<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. |
  | 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. |
  | 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. |
  | 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, float, NullableValue<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, float, FilNet.Profile, FilNet.Profile) | Computes the correlation between two sub-profiles. |
  | ProfileCorrelation(FilNet.Profile, int, FilNet.Profile, int, int?, float, FilNet.Profile, FilNet.Profile) | Computes the correlation between two sub-profiles. |
  | ProfileCorrelation(FilNet.Profile, int, FilNet.Profile, int, float, NullableValue<float>, FilNet.Profile, FilNet.Profile) | 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, bool, FilNet.EdgeScanParams, float, IList<FilNet.ProfileEdge>, NullableRef<List<float>>) | Finds the locations at which the profile values raise or fall quickly. |
  | ProfileEdges(FilNet.Profile, bool, FilNet.EdgeScanParams, float, IList<FilNet.ProfileEdge>, FilNet.Profile) | Finds the locations at which the profile values raise or fall quickly. |
  | ProfileEdges(FilNet.Profile, bool, FilNet.EdgeScanParams, float, IList<FilNet.ProfileEdge>, NullableRef<List<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>) | 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>>) | 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>, 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>>, 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.ProfileInterpolationMethod, float, NullableValue<int>, NullableValue<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.ProfileInterpolationMethod, float, NullableValue<int>, NullableValue<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, bool, FilNet.RidgeScanParams, float, IList<FilNet.ProfileRidge>, NullableRef<List<float>>) | Finds the high or low peaks in the input profile. |
  | ProfileRidges(FilNet.Profile, bool, FilNet.RidgeScanParams, float, IList<FilNet.ProfileRidge>, FilNet.Profile) | Finds the high or low peaks in the input profile. |
  | ProfileRidges(FilNet.Profile, bool, FilNet.RidgeScanParams, float, IList<FilNet.ProfileRidge>, NullableRef<List<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>) | 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>>) | 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>, 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>>, 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) | Computes 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, bool, FilNet.StripeScanParams, float, IList<FilNet.ProfileStripe>, NullableRef<List<float>>) | Finds pairs of opposite (raising and falling) edges in the input profile. |
  | ProfileStripes(FilNet.Profile, bool, FilNet.StripeScanParams, float, IList<FilNet.ProfileStripe>, FilNet.Profile) | Finds pairs of opposite (raising and falling) edges in the input profile. |
  | ProfileStripes(FilNet.Profile, bool, FilNet.StripeScanParams, float, IList<FilNet.ProfileStripe>, NullableRef<List<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>) | 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>>) | 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>, 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>>, FilNet.Profile) | Finds pairs of opposite (raising and falling) edges in the input profile. |
  | ProfileSum(FilNet.Profile, float) | Computes the sum of the profile values. |
  | ProfileSum(FilNet.Profile, FilNet.Range?, float) | Computes the sum of the 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, 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, 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. |
  | 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. |
  | 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>, FilNet.MEstimator, float, int, 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_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, float, int, int, int, int, float, float, IList<FilNet.Rectangle2D>, IList<string>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, float, int, int, int, int, float, float, IList<FilNet.Rectangle2D>, IList<string>, FilNet.Image, IList<List<FilNet.Segment2D>>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, float, int, int, int, int, float, float, IList<FilNet.Rectangle2D>, IList<string>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, float, int, int, int, int, float, float, IList<FilNet.Rectangle2D>, IList<string>, NullableRef<List<FilNet.BarcodeFormat>>, NullableValue<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, float, int, int, int, int, float, float, IList<FilNet.Rectangle2D>, IList<string>, FilNet.Image, IList<List<FilNet.Segment2D>>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, float, int, int, int, int, float, float, IList<FilNet.Rectangle2D>, IList<string>, NullableRef<List<FilNet.BarcodeFormat>>, NullableValue<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>, FilNet.Image, IList<List<FilNet.Segment2D>>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, float, int, int, int, int, float, float, IList<FilNet.Rectangle2D>, IList<string>, NullableRef<List<FilNet.BarcodeFormat>>, NullableValue<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, float, int, int, int, int, float, float, IList<FilNet.Rectangle2D>, IList<string>, IList<FilNet.BarcodeFormat>, FilNet.Rectangle2D, IList<FilNet.Rectangle2D>, FilNet.Image, IList<List<FilNet.Segment2D>>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleBarcodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, float, int, int, int, int, float, float, IList<FilNet.Rectangle2D>, IList<string>, NullableRef<List<FilNet.BarcodeFormat>>, NullableValue<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>, FilNet.Image, IList<List<FilNet.Segment2D>>) | Detects and recognizes multiple barcodes on the input image. |
  | ReadMultipleDataMatrixCodes(FilNet.Image, FilNet.DataMatrixCodeParams, FilNet.DataMatrixDetectionParams, int, bool, IList<FilNet.DataCode>, IList<FilNet.Path>) | Detects and recognizes several Data Matrix codes. |
  | ReadMultipleDataMatrixCodes(FilNet.Image, FilNet.DataMatrixCodeParams, FilNet.DataMatrixDetectionParams, int, bool, IList<FilNet.DataCode>, IList<FilNet.Path>, NullableValue<FilNet.Rectangle2D>) | Detects and recognizes several Data Matrix codes. |
  | 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. |
  | 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. |
  | 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. |
  | ReadMultiplePDF417Codes(FilNet.Image, FilNet.PDF417CodeParams, FilNet.PDF417DetectionParams, bool, IList<FilNet.PDF417Code>) | Detects and recognizes several PDF417 codes. |
  | ReadMultiplePDF417Codes(FilNet.Image, 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>) | 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, IList<FilNet.QRCode>) | Detects and recognizes all QR codes on the input image. |
  | ReadMultipleQRCodes(FilNet.Image, int, 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?, int?, float?, float?, IList<FilNet.QRCode>) | Detects and recognizes all QR codes on the input image. |
  | ReadMultipleQRCodes(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, int, float?, float?, int?, float?, 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?, int?, float?, float?, IList<FilNet.QRCode>, FilNet.Rectangle2D) | Detects and recognizes all QR codes on the input image. |
  | ReadSingleBarcode(FilNet.Image, float, int, int, int, int, float, float, FilNet.Rectangle2D?, INullable<string>, FilNet.BarcodeFormat?) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, float, int, int, int, int, float, float, FilNet.Rectangle2D?, INullable<string>, FilNet.BarcodeFormat?, FilNet.Image, IList<FilNet.Segment2D>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, float, int, int, int, int, float, float, FilNet.Rectangle2D?, INullable<string>, FilNet.BarcodeFormat?, NullableValue<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, float, int, int, int, int, float, float, FilNet.Rectangle2D?, INullable<string>, FilNet.BarcodeFormat?) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, float, int, int, int, int, float, float, FilNet.Rectangle2D?, INullable<string>, FilNet.BarcodeFormat?, NullableValue<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>, FilNet.Image, IList<FilNet.Segment2D>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, float, int, int, int, int, float, float, FilNet.Rectangle2D?, INullable<string>, FilNet.BarcodeFormat?, FilNet.Image, IList<FilNet.Segment2D>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, float, int, int, int, int, float, float, FilNet.Rectangle2D?, INullable<string>, FilNet.BarcodeFormat?, NullableValue<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, float, int, int, int, int, float, float, FilNet.Rectangle2D?, INullable<string>, FilNet.BarcodeFormat?, NullableValue<FilNet.Rectangle2D>, NullableRef<List<FilNet.Rectangle2D>>, FilNet.Image, IList<FilNet.Segment2D>) | Detects and recognizes a single barcode on the input image. |
  | ReadSingleBarcode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, float, int, int, int, int, float, float, FilNet.Rectangle2D?, INullable<string>, FilNet.BarcodeFormat?, FilNet.Rectangle2D, IList<FilNet.Rectangle2D>, FilNet.Image, IList<FilNet.Segment2D>) | Detects and recognizes a single barcode on the input 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.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>) | 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.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>) | 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, INullable<FilNet.QRCode>) | Detects and recognizes a single QR code on the input image. |
  | ReadSingleQRCode(FilNet.Image, 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?, int?, float?, float?, INullable<FilNet.QRCode>) | Detects and recognizes a single QR code on the input image. |
  | ReadSingleQRCode(FilNet.Image, FilNet.Rectangle2D?, FilNet.CoordinateSystem2D?, float?, float?, int?, float?, 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?, int?, float?, 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 frame from the 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, int, int, float, float, INullable<string>, FilNet.BarcodeFormat?, FilNet.Rectangle2D) | Extracts information from a barcode located on the input image at a given position. |
  | RecognizeBarcode(FilNet.Image, FilNet.Rectangle2D, int, int, float, float, INullable<string>, FilNet.BarcodeFormat?, 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.BarcodeFormat?, int, int, float, float, INullable<string>, FilNet.BarcodeFormat?, FilNet.Rectangle2D) | Extracts information from a barcode located on the input image at a given position. |
  | RecognizeBarcode(FilNet.Image, FilNet.Rectangle2D, FilNet.CoordinateSystem2D?, FilNet.BarcodeFormat?, int, int, float, float, INullable<string>, FilNet.BarcodeFormat?, 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, bool, FilNet.CharacterSortingOrder, 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. |
  | 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. |
  | RecognizeOrganicObject(FilNet.OrganicModel, FilNet.Image, FilNet.Region, int, float, IList<float>) | Analyzes provided image within given ROI, and classifies selected object with beforehand trained OrganicModel. |
  | Rectangle2DToRegionOfInterest(FilNet.Rectangle2D, FilNet.RegionOfInterest) | Converts a rectangle to region of interest. |
  | Rectangle2DToShapeRegion(FilNet.Rectangle2D, FilNet.ShapeRegion) | Converts a rectangle to a shape region. |
  | 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. |
  | 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. |
  | 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. |
  | 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(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. |
  | 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 ). |
  | 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(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 common part of array of regions. |
  | RegionIntersection_OfArray(NullableRef<FilNet.Region>, IList<FilNet.Region>, FilNet.Region) | Computes common part of array of regions. |
  | RegionIntersection_OfLoop(FilNet.RegionIntersection_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. |
  | RegionOfInterestToRegion(FilNet.RegionOfInterest, FilNet.Region) | Converts a region of interest to a region with automatically computed frame. |
  | RegionOrientation(FilNet.Region, float) | Computes the orientation of a region as an angle of value in range 0.0 - 180.0. |
  | 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. |
  | RegionSymmetricDifference_OfArray(IList<FilNet.Region>, FilNet.Region) | Computes a region containing pixels belonging to odd number of array regions. |
  | RegionSymmetricDifference_OfLoop(FilNet.RegionSymmetricDifference_OfLoopState, FilNet.Region, FilNet.Region) | Computes a region containing pixels belonging to 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. |
  | 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 pixels 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. |
  | RegionToRegionOfInterest(FilNet.Region, FilNet.RegionOfInterest) | 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.RegionUnion_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. |
  | 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). |
  | 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) | Removes regions not fulfilling specific conditions |
  | 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, 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. |
  | ResamplePoint3DGrid(FilNet.Point3DGrid, double?, double?, double?, double?, 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, double?, double?, double?, double?, double, double, FilNet.PlainType, FilNet.SurfaceMultipointHeight, FilNet.Surface, 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, double?, double?, double?, double?, 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, double?, double?, double?, double?, 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, double?, double?, double?, double?, 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. |
  | 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(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 linear transformation to profile. |
  | RescaleProfile(FilNet.Profile, FilNet.Range?, float, float) | Applies linear transformation to 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, FilNet.Box) | Changes the dimensions of a box. |
  | 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_Relative(FilNet.Image, float, float, FilNet.ResizeMethod, FilNet.Image) | Resizes an image by a factor along each axis. |
  | ResizeImage(FilNet.Image, FilNet.ResizeMethod, FilNet.Image) | Enlarges or shrinks an image to new dimensions. |
  | ResizeImage(FilNet.Image, 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, FilNet.Rectangle2D) | Changes dimensions of a rectangle. |
  | 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, FilNet.Region) | Enlarges or shrinks a region to new dimensions. |
  | 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. |
  | 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. |
  | 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(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. |
  | 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(FilNet.Plane3D, FilNet.Line3D, float, bool, FilNet.Plane3D) | Rotates a plane in 3D around an axis in 3D. |
  | RotatePoint3DArray(IList<FilNet.Point3D>, FilNet.Line3D, float, bool, IList<FilNet.Point3D>) | Rotates an array of 3D points around an axis in 3D. |
  | RotatePoint3DGrid(FilNet.Point3DGrid, FilNet.Line3D, float, bool, FilNet.Point3DGrid) | Rotates a grid of 3D points around an axis in 3D. |
  | RotatePoint3D(FilNet.Point3D, FilNet.Line3D, float, bool, FilNet.Point3D) | 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.Region) | Rotates a region around a point. |
  | RotateRegion(FilNet.Region, FilNet.Point2D?, float, bool, int?, int?, FilNet.Region) | Rotates a region around a point. |
  | 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. |
  | SaveEdgeModel(FilNet.EdgeModel, string) | Saves serialized template matching EdgeModel 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, string, bool) | 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. |
  | 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 serialized Region object as 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(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, INullable<List<FilNet.SurfaceEdge1D>>, FilNet.Profile, 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>>) | 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(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, 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. |
  | 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>>, FilNet.Profile, FilNet.Profile) | Locates a specified number of the strongest transitions between dark and bright pixels 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, 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. |
  | 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>>, FilNet.Profile, FilNet.Profile) | Locates a specified number of the strongest high or low peaks of surface height along a given path. |
  | 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, 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. |
  | 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>>, FilNet.Profile, FilNet.Profile) | Locates a specified number of the strongest dark or bright pixel peak 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, INullable<List<FilNet.SurfaceStripe1D>>, FilNet.Profile, 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>>) | 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(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, 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. |
  | 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>>, FilNet.Profile, FilNet.Profile) | Locates a specified number of multiple pairs of opposite edges across 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, IList<FilNet.SurfaceEdge1D>, FilNet.Profile, 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>) | 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(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, IList<FilNet.Edge1D>, IList<FilNet.Gap1D>, FilNet.Profile, 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>) | 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(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, IList<FilNet.SurfaceRidge1D>, FilNet.Profile, 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>) | 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(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, IList<FilNet.Ridge1D>, IList<FilNet.Gap1D>, FilNet.Profile, 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>) | 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(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, IList<FilNet.SurfaceStripe1D>, FilNet.Profile, 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>) | 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(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, IList<FilNet.Stripe1D>, IList<FilNet.Gap1D>, FilNet.Profile, 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>) | 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(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.SurfaceEdge1D?, FilNet.Profile, 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(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.Edge1D?, FilNet.Profile, 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(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.SurfaceRidge1D?, FilNet.Profile, 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(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.Ridge1D?, FilNet.Profile, 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(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, INullable<FilNet.SurfaceStripe1D>, FilNet.Profile, 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>) | 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(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, INullable<FilNet.Stripe1D>, FilNet.Profile, 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. |
  | 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. |
  | 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, int, float, float, float, float, int, bool, int, IList<FilNet.Region>, NullableRef<List<int>>) | Segments an image into blobs using image edges as their borders. |
  | SegmentImage_Edges(FilNet.Image, int, float, float, float, float, int, bool, int, IList<FilNet.Region>, FilNet.Region) | Segments an image into blobs using image edges as their borders. |
  | SegmentImage_Edges(FilNet.Image, int, float, float, float, float, int, bool, int, IList<FilNet.Region>, NullableRef<List<int>>, 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>, 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>>, 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, 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, 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. |
  | 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. |
  | SegmentSegmentIntersection(FilNet.Segment2D, FilNet.Segment2D, FilNet.Point2D?) | Computes a common point of two segments. |
  | 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, FilNet.ThresholdSelectionMethod, float, IList<float>, IList<float>, IList<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, int) | Sets the value of a single histogram bin. |
  | SetHistogramCorrespondingBin(FilNet.Histogram, float, int) | 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 pixels of an image to the selected 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. |
  | 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). |
  | ShapeArea(FilNet.Path, float) | Computes the area of a shape. |
  | ShapeCircularity(FilNet.Path, FilNet.CircularityMeasure, float) | Computes the area of a shape divided by the area of a circle having the same feature. |
  | ShapeConvexity(FilNet.Path, float) | Computes the area of a shape divided by the area of its convex hull. |
  | ShapeEllipticAxes(FilNet.Path, FilNet.Segment2D, FilNet.Segment2D) | Computes axes of an ellipse having the same first and second order moments as the given shape. |
  | ShapeElongation(FilNet.Path, float) | Computes the elongation factor of a shape (perfect circle has minimal elongation equal 1.0). |
  | ShapeInscribedCircle(FilNet.Path, FilNet.Circle2D) | Computes the circle with the maximal possible area contained in the input shape. |
  | ShapeMassCenter(FilNet.Path, FilNet.Point2D) | Computes the mass center of a shape. |
  | ShapeMoment(FilNet.Path, FilNet.ShapeMomentType, bool, float, float) | Computes the selected second-order moment of a shape in regular and normalized ( divided by shape area ) variant. |
  | ShapeOrientation(FilNet.Path, float) | Computes the shape orientation as angle with value in range 0.0 - 180.0. |
  | ShapeRectangularity(FilNet.Path, float) | Computes the area of a shape divided by the area of its bounding rectangle. |
  | ShapeWithNormalizedOrientation(FilNet.Path, FilNet.Path) | Returns the same shape but with orientation corresponding to the axes. |
  | 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, int, int?, FilNet.Image) | Shrinks an image by a natural factor along each axis. |
  | ShrinkProfileNTimes(FilNet.Profile, int, FilNet.Profile) | Reduces the length of the profile by averaging its 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. |
  | 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. |
  | SkipNotShape(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, FilNet.Histogram) | Smooths a histogram by averaging points within a kernel using gaussian-weighted average. |
  | SmoothHistogram_Mean(FilNet.Histogram, int, FilNet.Histogram) | Smooths a histogram by averaging points within a kernel. |
  | 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_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, float, float, FilNet.Image, int, int) | 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(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. |
  | 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, float, float, FilNet.Surface, int, int) | 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 accordingly 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 accordingly 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 accordingly 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 accordingly to an ascending/descending sequence of their computed feature values. |
  | SplitBox(FilNet.Box, FilNet.SplitDirection, FilNet.Box, FilNet.Box) | Splits a box into two along a direction. |
  | SplitChannels(FilNet.Image, FilNet.Image, FilNet.Image) | Creates several monochromatic images from individual channels of the input image. |
  | SplitChannels(FilNet.Image, FilNet.Image, 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, bool, IList<FilNet.Region>, IList<int>) | 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. |
  | SplitRegionIntoBlobs(FilNet.Region, FilNet.RegionConnectivity, int, int?, bool, IList<FilNet.Region>, IList<int>) | 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. |
  | StringLabelToString(FilNet.StringLabel, string) | Converts a StringLabel object to a String. |
  | Stripe1DToSegment2D(FilNet.Stripe1D, FilNet.Segment2D) | Converts a stripe to a segment. |
  | Subpath(FilNet.Path, int, int, FilNet.Path) | Computes an open path that consists of contiguous subsequence of another path points. |
  | SubtractFromHistogram(FilNet.Histogram, int, 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. |
  | 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. |
  | 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. |
  | 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 that values. |
  | SurfaceProfileAlongPath(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, float, FilNet.Profile, 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 that values. |
  | SurfaceProfileAlongPath(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, 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 that values. |
  | SurfaceProfileAlongPath(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, int, FilNet.InterpolationMethod, 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 that 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 that values. |
  | SurfaceProfileAlongPath(FilNet.ScanMapState, FilNet.Surface, FilNet.Path, FilNet.CoordinateSystem2D?, float?, int, FilNet.InterpolationMethod, int?, float, FilNet.Profile, 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 that 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 that 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 that 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 that values. |
  | 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. |
  | SurfaceToPoint3DGrid(FilNet.Surface, FilNet.Point3DGrid) | Converts a surface object to a grid of points. |
  | 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. |
  | SurfaceVolume(FilNet.Surface, float, float) | Computes the volume of given surface. |
  | SurfaceVolume(FilNet.Surface, NullableRef<FilNet.Region>, float, float) | Computes the volume of given surface. |
  | 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 SVM model |
  | SVM_Init(float?, float, float, float?, float, bool, FilNet.SvmModel) | Initializes SVM model |
  | SVM_Train(FilNet.SvmModel, IList<IList<float>>, IList<int>, FilNet.SvmModel, float) | Trains SVM model |
  | 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 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. |
  | TestPointArrayInRegion(IList<FilNet.Point2D>, FilNet.Region, IList<bool>) | Tests which points lie inside a region. |
  | TestPointArrayInRegion(IList<FilNet.Point2D>, FilNet.Region, IList<bool>, NullableRef<List<FilNet.Point2D>>) | Tests which points lie inside a region. |
  | TestPointArrayInShape(IList<FilNet.Point2D>, FilNet.Path, IList<bool>, IList<FilNet.Point2D>) | Tests which points lie inside a shape. |
  | 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. |
  | 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. |
  | TestPointInShape(FilNet.Point2D, FilNet.Path, bool) | Tests whether a point lies inside a shape. |
  | TestProfileDominatesProfile(FilNet.Profile, FilNet.Profile, bool) | Checks whether values in the first profile are greater or equal than corresponding values in the second profile |
  | 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. |
  | TestShapeConvex(FilNet.Path, bool) | Tests whether a shape is convex. |
  | TestShapeInShape(FilNet.Path, FilNet.Path, bool) | Tests whether a shape lies inside another one. |
  | 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, FilNet.Image, FilNet.Image) | Thresholds an image relatively to some value calculated in a local rectangular neighbourhood. |
  | 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, FilNet.ThresholdDynamicReferenceMethod, FilNet.KernelShape, int, float?, float?, float, FilNet.Image, 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, 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_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, 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_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_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?, 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?, 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. |
  | 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, FilNet.Region, FilNet.Image) | Thresholds an image relatively to the average pixel value in a local rectangular neighborhood. |
  | 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, int, float?, float?, float, FilNet.Region, FilNet.Image) | 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, FilNet.Region, FilNet.Image) | Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space. |
  | 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, 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_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. |
 | 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, FilNet.CharacterFeatures, float, float, int, FilNet.OcrModel, float, FilNet.Profile, IList<FilNet.Image>) | 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, bool, FilNet.CharacterFeatures, FilNet.OcrModel, float, IList<FilNet.Image>) | 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. |
  | TrainOrganicModel(int, float, float, int, FilNet.DataPreprocessing, FilNet.OrganicModel) | Trains OrganicModel, which has to be previously initialized with LoadOrganicTrainingData. |
  | TrainOrganicModel(int, float, float, int, FilNet.DataPreprocessing, float?, FilNet.OrganicModel) | Trains OrganicModel, which has to be previously initialized with LoadOrganicTrainingData. |
  | TransformImage(FilNet.Image, FilNet.Matrix, bool, FilNet.InterpolationMethod, FilNet.Image) | Transforms an image by the provided transformation matrix. |
  | 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. |
  | 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 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, FilNet.Region) | Translates a region by a given number of pixels along each axis. |
  | 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. |
  | 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.Region, NullableValue<FilNet.Rectangle2D>) | 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. |
  | TrimRegionToShape(FilNet.Region, FilNet.Path, FilNet.Region) | Removes region elements lying beyond the specified shape. |
  | 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. |
  | 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. |
  | 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. |
  | VectorsMedian(IList<FilNet.Vector2D>, int, FilNet.Vector2D) | Computes the geometric median of the input vectors. |
  | VectorsMedian(IList<FilNet.Vector2D>, int, FilNet.Vector2D, IList<FilNet.Vector2D>) | Computes the geometric median of the input vectors. |
  | VectorsMedian(IList<FilNet.Vector2D>, int, FilNet.Vector2D, NullableValue<float>) | 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>, 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, IList<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 project ID |
  | VerifyRegion(FilNet.Region) | Checks if the input region is a valid Region object. |
  | VisualizeHeatMap(FilNet.ColorizeImageState, FilNet.Image, FilNet.Image, FilNet.ColorPalette, int, bool, FilNet.Image, FilNet.Image) | Colorizes heat-map and blends it with background image |
  | VisualizeHeatMap(FilNet.ColorizeImageState, FilNet.Image, FilNet.Image, FilNet.ColorPalette, int, int?, int?, bool, FilNet.Image) | Colorizes heat-map and blends it with background image |
  | VisualizeHeatMap(FilNet.ColorizeImageState, FilNet.Image, FilNet.Image, FilNet.ColorPalette, int, int?, int?, bool, FilNet.Image, FilNet.Image) | Colorizes heat-map and blends it with background image |
  | VisualizeHeatMap(FilNet.ColorizeImageState, FilNet.Image, FilNet.Image, FilNet.ColorPalette, int, int?, int?, int?, bool, FilNet.Image) | Colorizes heat-map and blends it with background image |
  | VisualizeHeatMap(FilNet.ColorizeImageState, FilNet.Image, FilNet.Image, FilNet.ColorPalette, int, int?, int?, int?, bool, FilNet.Image, FilNet.Image) | Colorizes heat-map and blends it with background image |
  | 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. |
  | 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. |