#include <d_featureset.h>
|
| D_FeatureSet () |
|
int | detect_Harris (Mat *pMA_In, int blockSize, int sobelAperture, double harrisParam, double thres) |
| D_FeatureSet::detect_Harris Uses cornerHarris to detect keypoints. More...
|
|
int | detect_ShiTomasi (Mat *pMA_In, int maxCorners, double qualityLevel, double minDist, int blockSize, int sobelAperture, double harrisParam, double thres) |
|
◆ D_FeatureSet()
D_FeatureSet::D_FeatureSet |
( |
| ) |
|
◆ detect_Harris()
int D_FeatureSet::detect_Harris |
( |
Mat * |
pMA_In, |
|
|
int |
blockSize, |
|
|
int |
sobelAperture, |
|
|
double |
harrisParam, |
|
|
double |
thres |
|
) |
| |
D_FeatureSet::detect_Harris Uses cornerHarris to detect keypoints.
- Parameters
-
pMA_In | Input image |
blockSize | neighborhood size |
sobelAperture | bluring strength |
harrisParam | harris free param k |
thres | threshhold value to accpect feature points |
- Returns
- error code
◆ detect_ShiTomasi()
int D_FeatureSet::detect_ShiTomasi |
( |
Mat * |
pMA_In, |
|
|
int |
maxCorners, |
|
|
double |
qualityLevel, |
|
|
double |
minDist, |
|
|
int |
blockSize, |
|
|
int |
sobelAperture, |
|
|
double |
harrisParam, |
|
|
double |
thres |
|
) |
| |
The documentation for this class was generated from the following files: