• Stars
    star
    2
  • Language
    C++
  • Created about 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fit RANSAC lines on edge detected images - Sequential RANSAC

More Repositories

1

ImageFiltersAndUpsampling

Various image filters and Guided Joint bilateral filter for guided image upsampling
C++
10
star
2

icp_tricp

Implementation of Iterative Closest Point and Trimmed Iterative Closest Point algorithms.
C++
6
star
3

LO-RANSAC-3DPlaneFitting

Implementation of the Locally Optimized Random SAmple Consensus (LO-RANSAC) 3D plane fitting algorithm
C++
4
star
4

ZED_2_change_detection

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 Control) in a framework of a 4 months long project.
C++
4
star
5

stereo_reconstruction

Estimating the fundamental and essential matrices of input stereo images, and then reconstructing the 3d points by triangulation.
C++
4
star
6

ObjectAndKeypointDetection

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 pretrained weights.
Jupyter Notebook
4
star
7

ParallelProgramming

Various assignments involving parallel programming for the course called Programming Parallel Computers at Aalto University - http://ppc.cs.aalto.fi/
C++
1
star
8

StereoMatching

Disparity image creation with naive and dynamic programming approaches and 3D pointcloud generation from the disparity image
C++
1
star
9

homography_estimation

Feature matching (SIFT) between two images and then applying normalized linear homography estimation, robustified by standard RANSAC
C++
1
star
10

ImageAndVideoAnalysis

Prewitt edge detector: gradient filter és nonmaxima-suppression (NMS), Thresholding algorithm by Otsu, Detection of circular object by edge detection and Hough transform for circles, Motion tracking of feature points and dense optical flow
Python
1
star
11

AnomalyDetection

In this assignment I have to build a reconstruction loss based anomaly detection model using tf.keras. I have to train an autoencoder to reconstruct Homer Simpson images, then use the trained model to classify Simpson and Flower images.
Jupyter Notebook
1
star