Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/taka-rl/machine_vision_ransac
- Owner: taka-rl
- Created: 2024-07-10T20:41:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T20:50:44.000Z (6 months ago)
- Last Synced: 2024-07-11T00:19:22.777Z (6 months ago)
- Topics: line-detection, machine-vision, matlab-script, ransac, ransac-algorithm
- Language: MATLAB
- Homepage:
- Size: 889 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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