Question: please use python to do this asap Create a 3D wireframe model of a simply polygonal house. Write a python program to image a wireframe
please use python to do this asap Create a 3D wireframe model of a simply polygonal house. Write a python program to image a wireframe house described by a list of 3D vertices and a list of edges (vertex pairs) in world coordinates (pts). Choose an intrinsic parameter matrix (K), and two camera views (rotation and translation). Use the intrinsic parameter matrix and the camera view to project the 3D world points pts to 2D points. The projections should be handled by using the camera matrix (image formation pipeline) discussed in class Create a function drawmyobject in python to draw 2d lines between 2d vertices. Do not use plot3 or any 3d plotting commands. . Allow your camera to rotate around the house to create a sequence of 2 views around the house. Accept the "n" button to move to the next view. Stereo Reconstruction Write a program to triangulate to find reconstruct the world coordinates of 3 points of the house. Utilize your known calibration parameters and your known point correspondences. Show the reprojection error by imaging the estimated 3D point with the known camera matrices and compute the different between the reprojection and the original pixel coordinates
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
