MaskedOcclusionCulling
occlusion culling algorithm
An efficient software occlusion culling algorithm
Example code for the research paper "Masked Software Occlusion Culling"; implements an efficient alternative to the hierarchical depth buffer algorithm.
619 stars
55 watching
78 forks
Language: C++
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A sample implementation of a shader-based occlusion culling system using OpenGL | 536 |
| This sample project provides an optimized screen-space ambient occlusion algorithm with caching improvements and multi-sample anti-aliasing support. | 355 |
| Deblurring technique developed using machine learning and signal processing algorithms to restore images from blurry conditions. | 20 |
| An implementation of an image deblurring algorithm using a transformer-based model | 94 |
| Dynamic scene deblurring using spatially variant recurrent neural networks. | 39 |
| A MATLAB implementation of an image deblurring algorithm using local maximum gradient prior | 16 |
| A dataset and algorithm for deblurring images of moving scenes, specifically designed to handle dynamic blurs caused by camera movement and object motion. | 72 |
| A Pure OCaml implementation of a differential file diffing algorithm | 20 |
| A C++ implementation of a dense CRF algorithm using textons. | 32 |
| This project develops a deep learning-based image deblurring algorithm using iterative upsampling network architecture | 164 |
| A Clojure wrapper around the jMonkeyEngine 3D game engine | 147 |
| Tools for implementing various hash algorithms in multiple programming languages. | 87 |
| A comprehensive C++ library for various tasks including linear algebra, text and file I/O, image processing, and command-line parsing. | 59 |
| Technique for blurring an image behind text to improve readability | 42 |
| Implementation of the Jump Flood algorithm for generating levels in a 2D game environment | 2 |