Class CudaMinEigenValCorner
Implementation for the minimum eigen value of a 2x2 derivative covariation matrix (the cornerness criteria).
public class CudaMinEigenValCorner : CudaCornernessCriteria, IDisposable
- Inheritance
-
CudaMinEigenValCorner
- Implements
- Inherited Members
Constructors
CudaMinEigenValCorner(DepthType, int, int, int, BorderType)
Creates implementation for the minimum eigen value of a 2x2 derivative covariation matrix (the cornerness criteria).
public CudaMinEigenValCorner(DepthType srcDepth, int srcChannels, int blockSize, int kSize, BorderType borderType = BorderType.Default)
Parameters
srcDepth
DepthTypeInput source depth. Only 8U and 32F are supported for now.
srcChannels
intInput source type. Only single channel are supported for now.
blockSize
intNeighborhood size.
kSize
intAperture parameter for the Sobel operator.
borderType
BorderTypePixel extrapolation method. Only BORDER_REFLECT101 and BORDER_REPLICATE are supported for now.