Contributor
Ningyu Zhu

GSoC Project Proposal: IDEA3 - Simple triangle rendering


Mentors
Rostislav Vasilikhin
Organization
OpenCV
Technologies
opengl, c++, opencl, simd
Topics
parallel, computer graphics, Neural Rendering, Mesh Rendering
This proposal aims to add useful functions for forward and inverse rendering to the OpenCV 3D module. The implementation will be divided into two parts: 1. Implementing appropriate triangle rendering functions and optimize them using SIMD, OpenCL and OpenGL. The function can also be utilized as a basic debugging tool for 3D algorithms’ mesh rendering process. 2. Add a function that can calculate jacobians for scene input parameters. The function can be used as base for the external neural rendering pipeline.