Classes | Functions
contrib/oxl/mvl/HomgMetric.h File Reference

Measurements on homogeneous coordinates. More...

#include <vnl/vnl_fwd.h>
#include <vgl/vgl_fwd.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  HomgMetric

Functions

vcl_ostream & operator<< (vcl_ostream &s, const HomgMetric &h)

Detailed Description

Measurements on homogeneous coordinates.

HomgMetric is a class that allows measurements to be made between homogeneous primitives. If attached to an ImageMetric (q.v.), uses that, otherwise uses HomgOperator2D.

HomgMetric is an ImageMetric pointer, it behaves just like one, and {does not} have responsibility for memory management, no more than any other pointer.

Author:
Andrew W. Fitzgibbon, Oxford RRG, 28 Jan 97
   Modifications
      22 Oct 2002 - Peter Vanroose - added vgl_homg_point_2d interface
   

Definition in file HomgMetric.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  s,
const HomgMetric h 
) [inline]

Definition at line 133 of file HomgMetric.h.