59 const std::vector<utils::Point32f> &
run(
const std::vector<utils::Point32f> &p,
const float kf[9]);
void setPreferOpenCL(bool preferOpenCL)
sets whether to try to use open cl
undocument this line if you encounter any issues!
Definition: Any.h:37
Class interface for un-copyable classes.
Definition: Uncopyable.h:64
~InverseUndistortionProcessor()
destructor
Data * m_data
internal data structure
Definition: InverseUndistortionProcessor.h:44
InverseUndistortionProcessor(bool preferOpenCL)
constructor
Utility class that performs gradient-descent based inverse undistortion mapping.
Definition: InverseUndistortionProcessor.h:43
const std::vector< utils::Point32f > & run(const std::vector< utils::Point32f > &p, const float kf[9])
performs the mapping with given distortion coefficients