ImageD  v2_7_5 (24.06.22)
ImageD is an image processing software designed for rapid prototyping and implementing algorithms and solutions for science, research and teaching.
D_FeatureSet Class Reference

#include <d_featureset.h>

Public Member Functions

 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)
 

Constructor & Destructor Documentation

◆ D_FeatureSet()

D_FeatureSet::D_FeatureSet ( )

Member Function Documentation

◆ 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_InInput image
blockSizeneighborhood size
sobelAperturebluring strength
harrisParamharris free param k
thresthreshhold 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: