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.
616 stars
55 watching
78 forks
Language: C++
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nvpro-samples/gl_occlusion_culling | A sample implementation of a shader-based occlusion culling system using OpenGL | 533 |
nvpro-samples/gl_ssao | This sample project provides an optimized screen-space ambient occlusion algorithm with caching improvements and multi-sample anti-aliasing support. | 355 |
csjcai/dbcpenet | Deblurring technique developed using machine learning and signal processing algorithms to restore images from blurry conditions. | 20 |
pp00704831/stripformer-eccv-2022- | An implementation of an image deblurring algorithm using a transformer-based model | 93 |
zhjwustc/cvpr18_rnn_deblur_matcaffe | Dynamic scene deblurring using spatially variant recurrent neural networks. | 39 |
cuiyixin555/lmg | A MATLAB implementation of an image deblurring algorithm using local maximum gradient prior | 16 |
joanshen0508/ha_deblur | A dataset and algorithm for deblurring images of moving scenes, specifically designed to handle dynamic blurs caused by camera movement and object motion. | 72 |
mirage/duff | A Pure OCaml implementation of a differential file diffing algorithm | 20 |
amueller/textonboost | A C++ implementation of a dense CRF algorithm using textons. | 32 |
minyuanye/siun | This project develops a deep learning-based image deblurring algorithm using iterative upsampling network architecture | 162 |
ertugrulcetin/jme-clj | A Clojure wrapper around the jMonkeyEngine 3D game engine | 143 |
mirage/digestif | Tools for implementing various hash algorithms in multiple programming languages. | 87 |
bluescan/tacent | A comprehensive C++ library for various tasks including linear algebra, text and file I/O, image processing, and command-line parsing. | 58 |
robotsandpencils/rpclarity | Technique for blurring an image behind text to improve readability | 42 |
adambiltcliffe/macroquad-jfa | Implementation of the Jump Flood algorithm for generating levels in a 2D game environment | 2 |