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 WorldToCameraToPixelPerspectiveOps.createWorldToPixel(LensDistortionNarrowFOV distortion, Se3_F64 worldToCamera) Creates a transform from world coordinates into pixel coordinates.static WorldToCameraToPixelPerspectiveOps.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 voidVisualizeFiducial.drawChessboard(Graphics2D g2, WorldToCameraToPixel fiducialToPixel, int numRows, int numCols, double squareWidth) Renders a translucent chessboard pattern