Skip to content
Snippets Groups Projects
Commit ad55f706 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

MRG

parents 86a88cea 6dc4b867
No related branches found
No related tags found
No related merge requests found
......@@ -112,11 +112,21 @@ public:
/** Get the metric value. The metric value is computed over the the
* overlapping region between the two images. This is value is only
* available for the previous iteration and NOT the current
* iteration. */
* iteration.
*\return metric
**/
virtual double GetMetric() const;
/**
* Set the NCC radius
* \param radius
*/
virtual void SetNCCRadius(RadiusType radius);
/**
* Get the radius.
* \return radius.
**/
virtual RadiusType GetNCCRadius() const;
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment