Edge Class

CVB.Net Documentation
Collection of functions for Edge detection.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationEdge

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static class Edge
Methods

  NameDescription
Public methodStatic memberFindAll(ImagePlane, EdgeSearchMode, EdgeType, Double)
Find all edges inside an plane.
Public methodStatic memberFindAll(ImagePlane, Area2D, EdgeSearchMode, EdgeType, Double)
Find all edges inside an aoi.
Public methodStatic memberFindAll(ImagePlane, EdgeSearchMode, EdgeType, Double, Double)
Find all edges inside an plane.
Public methodStatic memberFindAll(ImagePlane, Area2D, EdgeSearchMode, EdgeType, Double, Double)
Find all edges inside an aoi.
Public methodStatic memberFindBest(ImagePlane, EdgeType)
Use the 2nd derivative method to find the edge with the highest intensity in the plane.
Public methodStatic memberFindBest(ImagePlane, Area2D, EdgeType)
Use the 2nd derivative method to find the edge with the highest intensity in the area of interest.
Public methodStatic memberFindBest(ImagePlane, EdgeType, Double)
Use the 2nd derivative method to find the edge with the highest intensity in the plane.
Public methodStatic memberFindBest(ImagePlane, Area2D, EdgeType, Double)
Use the 2nd derivative method to find the edge with the highest intensity in the area of interest.
Public methodStatic memberFindFirst(ImagePlane, EdgeSearchMode, EdgeType, Double)
Find the first edge (as specified) in the whole plane.
Public methodStatic memberFindFirst(ImagePlane, Area2D, EdgeSearchMode, EdgeType, Double)
Find the first edge (as specified) in the aoi.
Public methodStatic memberFindFirst(ImagePlane, EdgeSearchMode, EdgeType, Double, Double)
Find the first edge (as specified) in the whole plane.
Public methodStatic memberFindFirst(ImagePlane, Area2D, EdgeSearchMode, EdgeType, Double, Double)
Find the first edge (as specified) in the aoi.
Public methodStatic memberFindPair(ImagePlane, EdgeSearchMode, EdgeType, EdgeType, Double)
Find an edge pair (as specified) in the image plane.
Public methodStatic memberFindPair(ImagePlane, Area2D, EdgeSearchMode, EdgeType, EdgeType, Double)
Find an edge pair (as specified) in the image plane.
Public methodStatic memberFindPair(ImagePlane, EdgeSearchMode, EdgeType, EdgeType, Double, Double)
Find an edge pair (as specified) in the image plane.
Public methodStatic memberFindPair(ImagePlane, EdgeSearchMode, EdgeType, Double, EdgeType, Double)
Find an edge pair (as specified) in the image plane.
Public methodStatic memberFindPair(ImagePlane, Area2D, EdgeSearchMode, EdgeType, EdgeType, Double, Double)
Find an edge pair (as specified) in the image plane.
Public methodStatic memberFindPair(ImagePlane, Area2D, EdgeSearchMode, EdgeType, Double, EdgeType, Double)
Find an edge pair (as specified) in the aoi.
Public methodStatic memberFindPair(ImagePlane, EdgeSearchMode, EdgeType, Double, EdgeType, Double, Double)
Find an edge pair (as specified) in the image plane.
Public methodStatic memberFindPair(ImagePlane, Area2D, EdgeSearchMode, EdgeType, Double, EdgeType, Double, Double)
Find an edge pair (as specified) in the aoi.
Public methodStatic memberWriteProjection(ImagePlane, Area2D)
Write the projection that Edge is using internally as the basis for its calculations into an image plane (might be useful for debugging purposes).
Public methodStatic memberWriteProjection(ImagePlane, Area2D, Double)
Write the projection that Edge is using internally as the basis for its calculations into an image plane (might be useful for debugging purposes).
Top
See Also

Reference