Lynkeos
|
Image analysis process class. More...
Classes | |
class | MyImageAnalyzerParameters |
General entry parameters for image quality analysis. More... | |
class | MyImageAnalyzerResult |
Result of the analysis process (entry data for further processing) More... | |
class | MyAutoselectParams |
Autoselect parameters. More... | |
class | MyImageAnalyzer |
Image analysis processing class. More... | |
Enumerations | |
enum | MyAnalysisMethod { EntropyAnalysis, SpectrumAnalysis } |
Analysis method enumeration. | |
Functions | |
void | filterImageForAnalysis (LynkeosFourierBuffer *image, double down, double up) |
Filter the image with the filter used for analysis. More... | |
Variables | |
NSString *const | myImageAnalyzerRef |
Reference string for this process. | |
NSString *const | myImageAnalyzerParametersRef |
Reference for reading/setting the analysis entry parameters. | |
NSString *const | myImageAnalyzerResultRef |
Reference for reading/setting the analysis result. | |
NSString *const | myAutoselectParameterRef |
Reference for reading/setting the autoselect parameter. | |
Image analysis process class.
void filterImageForAnalysis | ( | LynkeosFourierBuffer * | image, |
double | down, | ||
double | up | ||
) |
Filter the image with the filter used for analysis.
This is used for previewing the analysis filter effect
[in,out] | image | The image to filter |
down | Lower frequency cutoff | |
up | Upper frequency cutoff |
References LynkeosStandardImageBuffer::_h, LynkeosFourierBuffer::_halfw, LynkeosStandardImageBuffer::_nPlanes, LynkeosStandardImageBuffer::_w, colorComplexValue, LynkeosFourierBuffer::directTransform, filterImageForAnalysis(), LynkeosStandardImageBuffer::getMinLevel:maxLevel:, LynkeosFourierBuffer::inverseTransform, LynkeosStandardImageBuffer::multiplyWith:result:, and LynkeosStandardImageBuffer::substractBias:andScale:.
Referenced by filterImageForAnalysis().