Skip to content

Commit

Permalink
Added camera calibration repo
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmwaka1996 committed Feb 26, 2024
1 parent c0b4d18 commit 94e2c42
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 51 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
44 changes: 0 additions & 44 deletions _posts/2023-09-28-template.md

This file was deleted.

18 changes: 11 additions & 7 deletions repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ layout: page

Below are links to my project repositories.

**Project Title**
**Intrinsic Camera Calibration**

Project description.
[https://github.com/joelmwaka](https://github.com/joelmwaka)
Camera calibration tool using OpenCV is a Python project designed to facilitate the calibration of cameras for computer
vision applications. This tool leverages the OpenCV library to accurately determine intrinsic parameters such as focal
length, principal point, and lens distortion.

[CameraCalibration](https://github.com/joelmwaka/CameraCalibration)

**Automated Dataset Generation**

**Project Title**

Project description.
[https://github.com/joelmwaka](https://github.com/joelmwaka)
Generate a dataset to train computer vision neural networks like YOLO, FasterRCNN, etc. This tool works only for planar
objects like playing cards, road signs, etc. A demonstration of this tool is shown in the repository using road german
"right-of-path" road signs.

[AutoDataSetGeneration](https://github.com/joelmwaka/AutoDataSetGeneration)

0 comments on commit 94e2c42

Please sign in to comment.