메소드 | 설명 | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
HarrisCornersDetector ( ) : System |
Initializes a new instance of the HarrisCornersDetector class.
|
|
HarrisCornersDetector ( HarrisCornerMeasure measure ) : System |
Initializes a new instance of the HarrisCornersDetector class.
|
|
HarrisCornersDetector ( HarrisCornerMeasure measure, float threshold ) : System |
Initializes a new instance of the HarrisCornersDetector class.
|
|
HarrisCornersDetector ( HarrisCornerMeasure measure, float threshold, double sigma ) : System |
Initializes a new instance of the HarrisCornersDetector class.
|
|
HarrisCornersDetector ( HarrisCornerMeasure measure, float threshold, double sigma, int suppression ) : System |
Initializes a new instance of the HarrisCornersDetector class.
|
|
HarrisCornersDetector ( float k ) : System |
Initializes a new instance of the HarrisCornersDetector class.
|
|
HarrisCornersDetector ( float k, float threshold ) : System |
Initializes a new instance of the HarrisCornersDetector class.
|
|
HarrisCornersDetector ( float k, float threshold, double sigma ) : System |
Initializes a new instance of the HarrisCornersDetector class.
|
|
HarrisCornersDetector ( float k, float threshold, double sigma, int suppression ) : System |
Initializes a new instance of the HarrisCornersDetector class.
|
|
ProcessImage ( |
Process image looking for corners.
|
|
ProcessImage ( |
Process image looking for corners.
|
|
ProcessImage ( |
Process image looking for corners.
|
메소드 | 설명 | |
---|---|---|
convolve ( float image, float temp, float kernel ) : void |
Convolution with decomposed 1D kernel.
|
|
createGaussian ( ) : void | ||
initialize ( HarrisCornerMeasure measure, float k, float threshold, double sigma, int suppression, int size ) : void |
public HarrisCornersDetector ( HarrisCornerMeasure measure ) : System | ||
measure | HarrisCornerMeasure | |
리턴 | System |
public HarrisCornersDetector ( HarrisCornerMeasure measure, float threshold ) : System | ||
measure | HarrisCornerMeasure | |
threshold | float | |
리턴 | System |
public HarrisCornersDetector ( HarrisCornerMeasure measure, float threshold, double sigma ) : System | ||
measure | HarrisCornerMeasure | |
threshold | float | |
sigma | double | |
리턴 | System |
public HarrisCornersDetector ( HarrisCornerMeasure measure, float threshold, double sigma, int suppression ) : System | ||
measure | HarrisCornerMeasure | |
threshold | float | |
sigma | double | |
suppression | int | |
리턴 | System |
public HarrisCornersDetector ( float k, float threshold ) : System | ||
k | float | |
threshold | float | |
리턴 | System |
public HarrisCornersDetector ( float k, float threshold, double sigma ) : System | ||
k | float | |
threshold | float | |
sigma | double | |
리턴 | System |
public HarrisCornersDetector ( float k, float threshold, double sigma, int suppression ) : System | ||
k | float | |
threshold | float | |
sigma | double | |
suppression | int | |
리턴 | System |
public ProcessImage ( |
||
image | Source image data to process. | |
리턴 | List |
public ProcessImage ( |
||
imageData | Source image data to process. | |
리턴 | List |
public ProcessImage ( |
||
image | Source image data to process. | |
리턴 | List |