Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taka-rl/machine_vision_ransac

This is a repository for my homework about ransac algorithm implementation for machine vision class.
https://github.com/taka-rl/machine_vision_ransac

line-detection machine-vision matlab-script ransac ransac-algorithm

Last synced: 26 days ago
JSON representation

This is a repository for my homework about ransac algorithm implementation for machine vision class.

Awesome Lists containing this project

README

        

# machine_vision_ransac
I implemented ransac algorithm for line detection in Matlab Script.
The file descriptions are as follows:
- homework_report.pdf: report for my homework
- ransac_linedetection.m: ransac algorithm for line detection
- test.m: used for testing
- testimage.png: the image used for testing