![]() |
iVS3D v2.0.9
|
Calculates keyframes based on blurrines. More...
Classes | |
| class | Blur |
The Blur class selects keyframes based on blur/sharpness values computed by the selected BlurAlgorithm. More... | |
| class | BlurAlgorithm |
| The BlurAlgorithm interface provides an interface for different algorithms calculating blur values for given images. More... | |
| class | BlurLaplacian |
| The BlurLaplacian class calulates blur values based on a algotihm using the Laplacian filter https://www.researchgate.net/publication/234073157_Analysis_of_focus_measure_operators_in_shape-from-focus The OpenCV implementation is provided by https://stackoverflow.com/a/7768918. More... | |
| class | BlurSobel |
| The BlurSobel class calulates blur values using the sobel operator. It calulates the blur values based on the Tenengrad algotihm using the sobel operator https://www.researchgate.net/publication/234073157_Analysis_of_focus_measure_operators_in_shape-from-focus The OpenCV implementation is provided by https://stackoverflow.com/a/7768918. More... | |
Calculates keyframes based on blurrines.