eLynx SDK v3.3.0
C++ image processing API reference
Public Member Functions

eLynx::Image::IImageMiscProcessing Class Reference

Interface defining misceallenous processing functionnalities. More...

#include <IImageMiscProcessing.h>

Inheritance diagram for eLynx::Image::IImageMiscProcessing:
eLynx::Image::ImageMiscProcessingImpl< Pixel >

List of all members.

Public Member Functions

virtual bool ApplyRotationalGradient (AbstractImage &ioImage, uint32 iXc, uint32 iYc, double iRadialShift, double iRotationalShift, bool ibInterpolation, uint32 iChannelMask, ProgressNotifier &iNotifier) const =0
 LARSON-SEKANINA rotational gradient filter.
virtual bool RemoveGradient (AbstractImage &ioImage, AbstractImage &oBackground, const Math::Point2iList &iPoints, EGradientMethod iMethod, uint32 iChannelMask, ProgressNotifier &iNotifier) const =0
 Remove background gradient using Delaunay triangulation method with different precisions (linear, quadratic, etc.) Based on Bezier Interpolation.
virtual bool Debloom (AbstractImage &ioImage, uint32 iChannelMask, ProgressNotifier &iNotifier) const =0
virtual bool ApplyDigitalDevelopment (AbstractImage &ioImage, double iBackground, double iCrossOver, double iScale, double iVariance, EColorEmphasis iEmphasis, uint32 iChannelMask, ProgressNotifier &iNotifier) const =0

Detailed Description

Interface defining misceallenous processing functionnalities.


IImageMiscProcessing.png

Member Function Documentation

virtual bool eLynx::Image::IImageMiscProcessing::ApplyRotationalGradient ( AbstractImage ioImage,
uint32  iXc,
uint32  iYc,
double  iRadialShift,
double  iRotationalShift,
bool  ibInterpolation,
uint32  iChannelMask,
ProgressNotifier iNotifier 
) const [pure virtual]

LARSON-SEKANINA rotational gradient filter.

Based on The Larsen-Secanina Filter.

Parameters:
ioImageimage to be filtered.
iXcx center of rotation.
iYcy center of rotation.
iRadialShiftradial shift in ALU.
iRotationalShiftrotational shift in degrees.
ibInterpolationinterpolation required.
iChannelMaskselected channels to be processed. Default is all.
iNotifiera notifier for progression, log and cancel.
Returns:
Method running status.

Implemented in eLynx::Image::ImageMiscProcessingImpl< Pixel >.

virtual bool eLynx::Image::IImageMiscProcessing::RemoveGradient ( AbstractImage ioImage,
AbstractImage oBackground,
const Math::Point2iList iPoints,
EGradientMethod  iMethod,
uint32  iChannelMask,
ProgressNotifier iNotifier 
) const [pure virtual]

Remove background gradient using Delaunay triangulation method with different precisions (linear, quadratic, etc.) Based on Bezier Interpolation.

Parameters:
ioImageimage to be filtered.
oBackgroundsynthetic background.
iPointsarray of background points.
iMethodmethod of the interpolation.
iChannelMaskselected channels to be processed. Default is all.
iNotifiera notifier for progression, log and cancel.
Returns:
Method running status.

Implemented in eLynx::Image::ImageMiscProcessingImpl< Pixel >.


The documentation for this class was generated from the following file:

Generated on Thu Dec 9 2010 by doxygen 1.7.2