메소드 | 설명 | |
---|---|---|
Center ( this rectangle ) : Point |
Computes the center of a given rectangle.
|
|
Collinear ( |
Detects if three points are collinear.
|
|
Collinear ( Accord.Imaging.PointH pt1, Accord.Imaging.PointH pt2, Accord.Imaging.PointH pt3 ) : bool |
Detects if three points are collinear.
|
|
Fundamental ( |
Creates the fundamental matrix between two images from a set of points from each image.
|
|
Fundamental ( Accord.Imaging.PointH points1, Accord.Imaging.PointH points2 ) : ].float[ |
Creates the fundamental matrix between two images from a set of points from each image.
|
|
Fundamental ( Accord.Imaging.PointH points1, Accord.Imaging.PointH points2, Accord.Imaging.PointH &epipoles ) : ].float[ |
Creates the fundamental matrix between two images from a set of points from each image.
|
|
GetFormat ( string fileName ) : |
Gets the image format most likely associated with a given file name.
|
|
Homography ( |
Creates an homography matrix matching points from a set of points to another.
|
|
Homography ( Accord.Imaging.PointH points1, Accord.Imaging.PointH points2 ) : |
Creates an homography matrix matching points from a set of points to another.
|
|
InnerProduct ( this a, |
Computes the inner product of two points.
|
|
IsEqual ( this objA, |
Compares two rectangles for equality, considering an acceptance threshold.
|
|
Max ( this image ) : int |
Computes the maximum pixel value in the given image.
|
|
Max ( this image, |
Computes the maximum pixel value in the given image.
|
|
Max ( this image, int channel ) : int |
Computes the maximum pixel value in the given image.
|
|
Mean ( this image ) : double |
Computes the arithmetic mean of the pixels in a given image.
|
|
Mean ( this image, |
Computes the arithmetic mean of the pixels in a given image.
|
|
Min ( this image ) : int |
Computes the minimum pixel value in the given image.
|
|
Min ( this image, |
Computes the minimum pixel value in the given image.
|
|
Min ( this image, int channel ) : int |
Computes the maximum pixel value in the given image.
|
|
Multiply ( this transformationMatrix, |
Multiplies a transformation matrix and a point.
|
|
Multiply ( this point, float transformationMatrix ) : float[] |
Multiplies a point by a transformation matrix.
|
|
Normalize ( this points, |
Normalizes a set of homogeneous points so that the origin is located at the centroid and the mean distance to the origin is sqrt(2).
|
|
Normalize ( this points, float &transformation ) : System.Drawing.PointF[] |
Normalizes a set of homogeneous points so that the origin is located at the centroid and the mean distance to the origin is sqrt(2).
|
|
Normalize ( this points, |
Normalizes a set of homogeneous points so that the origin is located at the centroid and the mean distance to the origin is sqrt(2).
|
|
Normalize ( this points, float &transformation ) : Accord.Imaging.PointH[] |
Normalizes a set of homogeneous points so that the origin is located at the centroid and the mean distance to the origin is sqrt(2).
|
|
StandardDeviation ( this image, |
Computes the standard deviation of image pixels.
|
|
StandardDeviation ( this image, double mean ) : double |
Computes the standard deviation of image pixels.
|
|
Sum ( this image ) : int |
Computes the sum of the pixels in a given image.
|
|
Sum ( this image, |
Computes the sum of the pixels in a given image.
|
|
Sum ( this image, |
Computes the sum of the pixels in a given image.
|
|
TransformPoints ( this fundamentalMatrix ) : System.Drawing.PointF[] |
Transforms the given points using this transformation matrix.
|
메소드 | 설명 | |
---|---|---|
ToBitmap ( this pixels ) : |
||
ToBitmap ( this pixels, int width, int height ) : |
||
ToBitmap ( this pixels, int width, int height, double min, double max ) : |
||
ToDoubleArray ( this image, int channel ) : double[] | ||
ToDoubleArray ( this image, int channel, double min, double max ) : double[] | ||
ToDoubleArray ( this image ) : double[][] | ||
ToDoubleArray ( this image, double min, double max ) : double[][] | ||
ToDoubleMatrix ( this image, int channel ) : ].double[ | ||
ToDoubleMatrix ( this image, int channel, double min, double max ) : ].double[ | ||
createFundamentalMatrix ( float A ) : ].float[ |
public static Collinear ( |
||
pt1 | ||
pt2 | ||
pt3 | ||
리턴 | bool |
public static Collinear ( Accord.Imaging.PointH pt1, Accord.Imaging.PointH pt2, Accord.Imaging.PointH pt3 ) : bool | ||
pt1 | Accord.Imaging.PointH | |
pt2 | Accord.Imaging.PointH | |
pt3 | Accord.Imaging.PointH | |
리턴 | bool |
public static Fundamental ( |
||
points1 | ||
points2 | ||
리턴 | ].float[ |
public static Fundamental ( Accord.Imaging.PointH points1, Accord.Imaging.PointH points2 ) : ].float[ | ||
points1 | Accord.Imaging.PointH | |
points2 | Accord.Imaging.PointH | |
리턴 | ].float[ |
public static Fundamental ( Accord.Imaging.PointH points1, Accord.Imaging.PointH points2, Accord.Imaging.PointH &epipoles ) : ].float[ | ||
points1 | Accord.Imaging.PointH | |
points2 | Accord.Imaging.PointH | |
epipoles | Accord.Imaging.PointH | |
리턴 | ].float[ |
public static GetFormat ( string fileName ) : |
||
fileName | string | The filename in the form "image.jpg". |
리턴 |
public static Homography ( |
||
points1 | ||
points2 | ||
리턴 |
public static Homography ( Accord.Imaging.PointH points1, Accord.Imaging.PointH points2 ) : |
||
points1 | Accord.Imaging.PointH | |
points2 | Accord.Imaging.PointH | |
리턴 |
public static InnerProduct ( this a, |
||
a | this | |
b | ||
리턴 | float |
public static IsEqual ( this objA, |
||
objA | this | |
objB | ||
threshold | int | |
리턴 | bool |
public static Max ( this image, |
||
image | this | |
rectangle | ||
리턴 | int |
public static Mean ( this image, |
||
image | this | |
rectangle | ||
리턴 | double |
public static Min ( this image, |
||
image | this | |
rectangle | ||
리턴 | int |
public static Multiply ( this transformationMatrix, |
||
transformationMatrix | this | |
point | ||
리턴 | float[] |
public static Multiply ( this point, float transformationMatrix ) : float[] | ||
point | this | |
transformationMatrix | float | |
리턴 | float[] |
public static Normalize ( this points, |
||
points | this | |
transformation | ||
리턴 | System.Drawing.PointF[] |
public static Normalize ( this points, float &transformation ) : System.Drawing.PointF[] | ||
points | this | |
transformation | float | |
리턴 | System.Drawing.PointF[] |
public static Normalize ( this points, |
||
points | this | |
transformation | ||
리턴 | Accord.Imaging.PointH[] |
public static Normalize ( this points, float &transformation ) : Accord.Imaging.PointH[] | ||
points | this | |
transformation | float | |
리턴 | Accord.Imaging.PointH[] |
public static StandardDeviation ( this image, |
||
image | this | |
rectangle | ||
mean | double | |
리턴 | double |
public static StandardDeviation ( this image, double mean ) : double | ||
image | this | |
mean | double | |
리턴 | double |
public static Sum ( this image, |
||
image | this | |
rectangle | ||
리턴 | int |
public static Sum ( this image, |
||
image | this | |
rectangle | ||
리턴 | long |
public static TransformPoints ( this fundamentalMatrix ) : System.Drawing.PointF[] | ||
fundamentalMatrix | this | |
리턴 | System.Drawing.PointF[] |