Skip to content

Instantly share code, notes, and snippets.

@natowi
Last active June 12, 2024 13:35
Show Gist options
  • Save natowi/f23fce1629bf1a3daef003403a0af8df to your computer and use it in GitHub Desktop.
Save natowi/f23fce1629bf1a3daef003403a0af8df to your computer and use it in GitHub Desktop.
OpenCL-photogrammetry

Depth Estimation using OpenCL

Giovanni Visentini, Amit Gupta 2012 http://psrcentre.org/images/extraimages/40.%20312019.pdf

An implementation of SIFT on GPU with OpenCL

https://github.com/pierrepaleo/sift_pyocl

OpenCL akaze, brute_force_match, fast, orb feature matching in OpenCV

https://github.com/opencv/opencv/tree/master/modules/features2d/src/opencl

OpenCL Structure from Motion

https://github.com/dphoyes/OpenCL-Structure-from-Motion

Harris corner detection algorithm implemented in pure C++ with OpenCL

https://github.com/oneam/harris

OpenCL-BasedDesign of an FPGA Acceleratorfor Phase-Based Correspondence Matching

http://www.ecei.tohoku.ac.jp/hariyama-lab/papers/old/C20150728_PDPTA_OpenCL-BasedDesign_of_FPGA_Accelerator_for_POC.pdf

An OpenCL Implementation of Pinhole ImageReconstruction

http://users.cecs.anu.edu.au/~nguyen/papers/journals/Dimmock2012%20-%20An%20OpenCL%20implementation%20of%20pinhole%20image%20reconstruction.pdf

Real-Time Depth-Image-Based Rendering for 3DTV Using OpenCL

https://www.researchgate.net/publication/312734683_Real-Time_Depth-Image-Based_Rendering_for_3DTV_Using_OpenCL

Parallel Algorithm Using Opencl for Depth Estimation of Image

https://www.researchgate.net/publication/270503817_Parallel_Algorithm_Using_Opencl_for_Depth_Estimation_of_Image

-- CPU implementation of "Pixelwise View Selection for Unstructured Multi-View Stereo (Schönberger et al.)" (https://github.com/mitjap/pwmvs)


https://software.intel.com/en-us/articles/large-scale-3d-reconstruction-on-intel-platforms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment