| MatCornerEigenValsAndVecs Method |
computes both eigenvalues and the eigenvectors of 2x2 derivative covariation matrix at each pixel. The output is stored as 6-channel matrix.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat CornerEigenValsAndVecs(
int blockSize,
int ksize,
BorderTypes borderType = BorderTypes.Reflect101
)
Public Function CornerEigenValsAndVecs (
blockSize As Integer,
ksize As Integer,
Optional borderType As BorderTypes = BorderTypes.Reflect101
) As Mat
public:
Mat^ CornerEigenValsAndVecs(
int blockSize,
int ksize,
BorderTypes borderType = BorderTypes::Reflect101
)
member CornerEigenValsAndVecs :
blockSize : int *
ksize : int *
?borderType : BorderTypes
(* Defaults:
let _borderType = defaultArg borderType BorderTypes.Reflect101
*)
-> Mat
Parameters
- blockSize
- Type: SystemInt32
[Missing <param name="blockSize"/> documentation for "M:OpenCvSharp.Mat.CornerEigenValsAndVecs(System.Int32,System.Int32,OpenCvSharp.BorderTypes)"]
- ksize
- Type: SystemInt32
[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.Mat.CornerEigenValsAndVecs(System.Int32,System.Int32,OpenCvSharp.BorderTypes)"]
- borderType (Optional)
- Type: OpenCvSharpBorderTypes
[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.Mat.CornerEigenValsAndVecs(System.Int32,System.Int32,OpenCvSharp.BorderTypes)"]
Return Value
Type:
Mat[Missing <returns> documentation for "M:OpenCvSharp.Mat.CornerEigenValsAndVecs(System.Int32,System.Int32,OpenCvSharp.BorderTypes)"]
See Also