camera-matrix
There are 14 repositories under camera-matrix topic.
kaustubh-sadekar/VirtualCam
Virtual camera is created only using opencv and numpy. It simulates a camera where we can control all its parameters, intrinsic and extrinsic to get a better understanding how each component in the camera projection matrix affects the final image of the object captured by the camera.
kaustubh-sadekar/FunMirrors
This is a fun project I created to motivate computer vision enthusiasts and to highlight the importance of understanding fundamental concepts related to image formation in a camera.
Infl1ght/projection-3d-2d
Project (transform) point coordinates from 3D to 2D and unproject them back.
sakshikakde/zhang-camera-calibration
Python implementation for Zhang's camera calibration.
dmckinnon/calibration
What is a camera calibration, why is it necessary, and how do we compute it?
goldest-star/zBuffer-algorithm
About This project represents the use of Z-Buffer for rendering of basic 3D objects.
kaustubh-sadekar/PixoCube
PixoCube is a digital version of photo cubes that people usually gift others. It is basically a 3D cube with different images consisting of different sides of the cube. The interesting part of this project is I used concepts of camera projection and only opencv functions to render the cube. Moreover the camera view point is rendered such that it shifts based on the movement of users face.
ee09115/camera_calibration
Camera calibration using OpenCV
julzerinos/csharp-zBuffer-algorithm
This project represents the use of Z-Buffer for rendering of basic 3D objects.
LixiangZhao98/Cross-Reality-Environment-SpatialTouch
This is a simulator of a novel cross-reality environment that seamlessly integrates a monoscopic 2D surface with a stereoscopic 3D space to jointly host spatial data visualizations.
RajPShinde/Augmented-Reality-AR-Drawing_images_and_3D_cubes_on_fiducials
Pipeline to superimpose and draw images and 3D cubes on AR tag on floor in a video sequence
gkstmdwn/Camera-localization-from-images
chessboard camera calibration and camera localization using known points with python
onurmx/3DRendering
A program with a graphical user interface for displaying a render of a 3D scene. Triangular mesh of a cylinder is placed in the center of screen.
abhijitmahalle/zhang-camera-calibration
Python implementation of Zhang's camera calibration method