|
| QString | getName () override |
| | getName returns the algorithm display name.
|
| |
| double | calcOneBluriness (Reader *images, int index) |
| | calcOneBluriness calculates blur meassure for one image specified by index.
|
| |
| std::vector< double > | calcFullBluriness (Reader *images, Progressable *reciever, volatile bool *stopped, std::vector< uint > idxList, std::vector< double > blurValues) |
| | calcFullBluriness calculates blur meassures for all images within the given range.
|
| |
|
| double | singleCalculation (const cv::Mat &image) override |
| | singleCalculation This functions implements the actual blur algortihm
|
| |
◆ getName()
| QString BlurTenengrad::getName |
( |
| ) |
|
|
overridevirtual |
getName returns the algorithm display name.
- Returns
- The name
Implements BlurAlgorithm.
◆ singleCalculation()
| double BlurTenengrad::singleCalculation |
( |
const cv::Mat & |
image | ) |
|
|
overrideprotectedvirtual |
singleCalculation This functions implements the actual blur algortihm
- Parameters
-
| image | cv::Mat of the image |
- Returns
- Double represeting the blur of the image (higher value -> sharper image)
Implements BlurAlgorithm.
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-blurPlugin/blurtenengrad.h
- iVS3D/src/iVS3D-blurPlugin/blurtenengrad.cpp