Skip to content
View PolarNick239's full-sized avatar

Organizations

@agisoft-llc @GPGPUCourse @PhotogrammetryCourse @PML239CVCourse
Block or Report

Block or report PolarNick239

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. OOCSurfaceReconstructionPaper OOCSurfaceReconstructionPaper Public

    Out-of-Core Surface Reconstruction via Global TGV Minimization, Nikolai Poliarnyi, ICCV 2021

    TeX 11 3

  2. 96-bit 3D Morton code (Z-curve) 96-bit 3D Morton code (Z-curve)
    1
    #pragma once
    2
    
                  
    3
    #include <limits>
    4
    #include <cassert>
    5
    #include <stdexcept>
  3. OpenMeanShift OpenMeanShift Public

    OpenCL GPU version of Mean Shift segmentation based on EDISON system

    C++ 6 2

  4. bk_maxflow bk_maxflow Public

    Modified Boykov/Kolmogorov solver 2.22 for max-flow min-cut problem - with lower memory consumption. For original version see first commit or http://pub.ist.ac.at/~vnk/software.html and https://xip…

    C++ 3 2

  5. ExternalSortingOnGPU ExternalSortingOnGPU Public

    Out-of-core external k-way merge sorting with OpenCL and CUDA GPU acceleration.

    C++ 8

  6. IBFS IBFS Public

    Modified IBFS solver for max-flow min-cut problem - with lower memory consumption and float capacity support. For original version see first commit or http://web.archive.org/web/20170703042834/http…

    C++ 5 4