#include <laplacianFilter.h>
Inheritance diagram for iptk::LaplacianFilter:
It is inherited from iptk::MaskFilter. The user can vary the size (as in width and height) of the mask using the setParams
function.
Public Member Functions | |
LaplacianFilter (void) | |
Default constructor. | |
LaplacianFilter (const iptk::Image &im) | |
Image registration Constructor. | |
LaplacianFilter (const LaplacianFilter &mf) | |
Copy constructor. | |
virtual | ~LaplacianFilter () |
Do nothing destructor. | |
virtual void | setParams (double params[]) |
Sets the kind of the mask to be used. |
|
Default constructor.
Initialises the private member image to a null image. You will have to follow the initialisation by a defualt constructor by a call to the inherited |
|
Image registration Constructor.
Initialises the member image with the parameter |
|
Copy constructor. The image data is shared between the passed object(i.e the parameter to the copy constructor) and the new object. |
|
Do nothing destructor. Destructor does nothing at all as the default destructor would have been sufficient. |
|
Sets the kind of the mask to be used.
The argument Reimplemented from iptk::IP_Function. |