- Budapest
- linkedin.com/in/levente-goncz
Block or Report
Block or report nyakasko
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ZED_2_change_detection Public
This code is an initial version of the change detection algorithm developed using the ZED 2 stereo camera. The program was developed by Levente Göncz at SZTAKI (Institute for Computer Science and C…
C++ 4
-
ObjectAndKeypointDetection Public
In this assignment I have to build a Mask R-CNN based keypoint detector model using Detectron2. Detectron2 was written in PyTorch and contains many state-of-the-art obejct detection models with pre…
-
ParallelProgramming Public
Various assignments involving parallel programming for the course called Programming Parallel Computers at Aalto University - http://ppc.cs.aalto.fi/
C++ 1
-
homography_estimation Public
Feature matching (SIFT) between two images and then applying normalized linear homography estimation, robustified by standard RANSAC
-
stereo_reconstruction Public
Estimating the fundamental and essential matrices of input stereo images, and then reconstructing the 3d points by triangulation.