![]() |
Microscopy Image Browser 2.91
MIB
|
detect feature points for image, this function is used in AutomaticFeatureBasedAlignment function in mibAlignmentController More...
Functions | |
| function points = | mibAlignmentDetectFeatures (image, detector, options) |
| detect feature points for image, this function is used in AutomaticFeatureBasedAlignment function in mibAlignmentController | |
detect feature points for image, this function is used in AutomaticFeatureBasedAlignment function in mibAlignmentController
| function points = mibAlignmentDetectFeatures | ( | image, | |
| detector, | |||
| options ) |
detect feature points for image, this function is used in AutomaticFeatureBasedAlignment function in mibAlignmentController
| image | image that should be used to detect features |
| detector | string with defenition of point detector type
|
| options | structure with settings for each .detectSURFFeatures .detectMSERFeatures .detectHarrisFeatures .detectBRISKFeatures .detectFASTFeatures .detectMinEigenFeatures .detectORBFeatures |
| points | structure with parameters that describe the detected points, below the list of fields for detectSURFFeatures .Scale - [661×1 single] .SignOfLaplacian - [661×1 int8] .Orientation - [661×1 single] .Location - [661×2 single] .Metric - [661×1 single] .Count - 661 |
Referenced by mibAlignmentController.AutomaticFeatureBasedAlignment(), and mibAlignmentController.previewFeaturesBtn_Callback().
