Uses of Class
boofcv.alg.geo.WorldToCameraToPixel
Packages that use WorldToCameraToPixel
-
Uses of WorldToCameraToPixel in boofcv.alg.geo
Methods in boofcv.alg.geo that return WorldToCameraToPixelModifier and TypeMethodDescriptionstatic WorldToCameraToPixel
PerspectiveOps.createWorldToPixel
(LensDistortionNarrowFOV distortion, Se3_F64 worldToCamera) Creates a transform from world coordinates into pixel coordinates.static WorldToCameraToPixel
PerspectiveOps.createWorldToPixel
(CameraPinholeBrown intrinsic, Se3_F64 worldToCamera) Creates a transform from world coordinates into pixel coordinates. -
Uses of WorldToCameraToPixel in boofcv.gui.fiducial
Methods in boofcv.gui.fiducial with parameters of type WorldToCameraToPixelModifier and TypeMethodDescriptionstatic void
VisualizeFiducial.drawChessboard
(Graphics2D g2, WorldToCameraToPixel fiducialToPixel, int numRows, int numCols, double squareWidth) Renders a translucent chessboard pattern