jAER project on SourceForge

Uses of Class
net.sf.jaer.stereopsis.StereoClusterTracker.StereoCluster.Point3d

Packages that use StereoClusterTracker.StereoCluster.Point3d
net.sf.jaer.stereopsis Stereoscopic vision. 
 

Uses of StereoClusterTracker.StereoCluster.Point3d in net.sf.jaer.stereopsis
 

Fields in net.sf.jaer.stereopsis declared as StereoClusterTracker.StereoCluster.Point3d
 StereoClusterTracker.StereoCluster.Point3d StereoClusterTracker.StereoCluster.location3dm
          location of cluster in 3d space as computed from pixel location and disparity, given chip's StereoGeometry.
 StereoClusterTracker.StereoCluster.Point3d StereoClusterTracker.StereoCluster.velocity3dmps
          velocity of cluster in 3d space as computed from pixel location and disparity, given chip's StereoGeometry.
 

Methods in net.sf.jaer.stereopsis that return StereoClusterTracker.StereoCluster.Point3d
 StereoClusterTracker.StereoCluster.Point3d StereoClusterTracker.StereoCluster.getLocation3dm()
           
 StereoClusterTracker.StereoCluster.Point3d StereoClusterTracker.StereoCluster.getVelocity3dmps()
           
 

Methods in net.sf.jaer.stereopsis with parameters of type StereoClusterTracker.StereoCluster.Point3d
 void StereoClusterTracker.StereoCluster.setLocation3dm(StereoClusterTracker.StereoCluster.Point3d location3dm)
           
 void StereoClusterTracker.StereoCluster.setVelocity3dmps(StereoClusterTracker.StereoCluster.Point3d velocity3dmps)
           
 


jAER project on SourceForge