|
My Project
|
#include <mia/2d/image.hh>Go to the source code of this file.
Functions | |
| EXPORT_2D float | get_jump_level (const C2DImage &image) |
| EXPORT_2D float | get_jump_level (const C2DImage &image, float noise_level) |
| EXPORT_2D C2DFVectorfield | get_nfg (const C2DImage &image) |
| EXPORT_2D C2DFVectorfield | get_nfg_j (const C2DImage &image, float jump_level2) |
| EXPORT_2D C2DFVectorfield | get_nfg_n (const C2DImage &image, float noise_level) |
| EXPORT_2D float | get_noise_level (const C2DImage &image) |
Evaluate the gradient jump level as described in the paper.
| image |
References EXPORT_2D.
Evaluate the gradient jump level as described in the paper by using a specific noise level
| image | |
| noise_level |
References EXPORT_2D.
| EXPORT_2D C2DFVectorfield get_nfg | ( | const C2DImage & | image | ) |
Evaluate the normalized gradient field of an image by estimating the noise using get_noise_level
| image |
References EXPORT_2D, and NS_MIA_END.
| EXPORT_2D C2DFVectorfield get_nfg_j | ( | const C2DImage & | image, |
| float | jump_level2 ) |
Evaluate the normalized gradient field of an image by using a specific jump level
| image | |
| jump_level2 | square of the jump level |
References EXPORT_2D.
| EXPORT_2D C2DFVectorfield get_nfg_n | ( | const C2DImage & | image, |
| float | noise_level ) |
Evaluate the normalized gradient field of an image by using a specific noise level
| image | |
| noise_level |
References EXPORT_2D.