- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- detect
KeyPoint[] detect(Mat src)
Undocumented in source. Be warned that the author may not have intended to support it.
- detectAndCompute
KeyPoint[] detectAndCompute(Mat src, Mat mask, Mat desc, bool useProvidedKeypoints)
Undocumented in source. Be warned that the author may not have intended to support it.
- getExtended
bool getExtended()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHessianThreshold
double getHessianThreshold()
Undocumented in source. Be warned that the author may not have intended to support it.
- getNOctaveLayers
int getNOctaveLayers()
Undocumented in source. Be warned that the author may not have intended to support it.
- getNOctaves
int getNOctaves()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUpright
bool getUpright()
Undocumented in source. Be warned that the author may not have intended to support it.
- setExtended
void setExtended(bool extended)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHessianThreshold
void setHessianThreshold(double hessianThreshold)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNOctaveLayers
void setNOctaveLayers(int nOctaveLayers)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNOctaves
void setNOctaves(int nOctaves)
Undocumented in source. Be warned that the author may not have intended to support it.
- setUpright
void setUpright(bool upright)
Undocumented in source. Be warned that the author may not have intended to support it.