![]() |
iVS3D v2.0.9
|
Interface for keyframe/image-selection plugins in iVS3D. More...
#include <iselection.h>
Public Member Functions | |
| virtual SelectionResult | selectImages (const SelectionData &data, volatile bool &cancelFlag)=0 |
| Selects images based on the provided selection data. | |
Interface for keyframe/image-selection plugins in iVS3D.
|
pure virtual |
Selects images based on the provided selection data.
This method should be implemented by the plugin to select images according to the specified criteria in SelectionData.
| data | The SelectionData containing selected indices, working resolution, and ROI. |
| cancelFlag | A volatile boolean flag that can be set to true to cancel the selection process. |
Implemented in Blur, GeoDistance, GeoMap, NthFrame, CameraMovement, StationaryCamera, and VisualSimilarity.