FilterRectify Class Reference

Rectify image. More...

#include <filters/rectify.h>

Inheritance diagram for FilterRectify:

List of all members.


Public Member Functions

 FilterRectify (RectificationInfoBlock *rib, bool mark_zeros=true)
 Constructor.
virtual void apply ()
 Apply the filter.

Detailed Description

Rectify image.

This filter can be used to use a rectification information block to rectify the given image. It has special support for RectificationLutInfoBlocks by using the raw data pointer for fast access. For other info blocks it will simply use the RectificationInfoBlock::mapping() method to get the information.

Author:
Tim Niemueller

Definition at line 31 of file rectify.h.


Constructor & Destructor Documentation

FilterRectify::FilterRectify ( RectificationInfoBlock rib,
bool  mark_zeros = true 
)

Constructor.

Parameters:
rib Rectification Information Block
mark_zeros if set to true mappings in the rectification info block that point to (0, 0) are marked with red color (luminance value unchanged). This allows for easy spotting of dead regions and may explain images that look broken. Enabled by default.

Definition at line 50 of file rectify.cpp.


Member Function Documentation

void FilterRectify::apply (  )  [virtual]


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