Skip to content

An OpenCV 3D renderer that uses projection to show 3D primitives on screen.

Notifications You must be signed in to change notification settings

zainkhan-afk/OpenCV-3D-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV-3D-Renderer

This repository renders 3D shapes using OpenCV. A camera is simulated and its intrinsic and extrinsic matrices are defined. Similarly, 3D shapes such as cube, sphere and torus can also be defined in 3 dimensional space. The 3D coordinates of these shapes are projected onto a 2 dimensional plane using the camera matrices, these 2D points are then drawn to the screen.

animated

About

An OpenCV 3D renderer that uses projection to show 3D primitives on screen.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages