camera-calibration
Here are 247 public repositories matching this topic...
My Archlinux doesn't seem to have "trash" (moves to trash?):
$ git clone https://github.com/stuffmatic/fSpy
$ cd fSpy
$ yarn dist
yarn run v1.15.2
$ yarn run build-dist
$ trash build
/bin/sh: trash: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 127.
The example for "Remove Distortion" is quite beautiful. The reverse is to place an image into a specified area of an image, most likely distorted. I wonder if it can be done by specifying the four corners. If not, please add other points. I guess the underlying code already exist in BoofCV. Just an example to show us how to bring up the functionality.
Thanks very much.
-
Updated
Jun 25, 2020 - C++
-
Updated
Sep 2, 2019 - C++
Great app - my congrats!
But: How can I make blender to render the background image? - is there a simple trick? Or do I have to import the background image again? - If so, how do I find correct position and size, as I cannot get hold really of an image in blender, just of a camera.
I couldnt find useful info in blender tutorials as well, so I'd be very grateful for some hints.
-
Updated
Dec 6, 2018 - Python
-
Updated
Dec 5, 2019 - C++
-
Generate insightful plots describing camera calibration accuracy. Here's an example: plot the graph of reprojection error vs number of images used for calibration.
-
Compare multiple methods (AprilTags vs Checkerboard)
-
Updated
Jan 17, 2019 - C++
-
Updated
Jun 23, 2020 - Python
Add DEVELOP.md
This repo should have a DEVELOP.md file with guidance on how to get started with development and how to do releases, incl. pre-releases.
FYI @harshithdwivedi
-
Updated
Apr 4, 2018 - C++
Let's update the documentation to capture that the library can be installed as a module. We should include an explanation of the pip install -e . or python setup.py develop syntax to capture that many developers may want to install in place so they can continue to update and develop the library code.
-
Updated
Sep 17, 2019 - C++
-
Updated
Apr 14, 2020 - MATLAB
-
Updated
Jan 26, 2020 - C++
-
Updated
Nov 2, 2018 - Jupyter Notebook
-
Updated
Sep 30, 2019 - Python
-
Updated
Jun 30, 2020 - C
-
Updated
Sep 1, 2017 - Jupyter Notebook
-
Updated
Jun 25, 2020 - Python
-
Updated
Dec 8, 2017 - MATLAB
-
Updated
May 12, 2020 - C++
-
Updated
Sep 7, 2018 - Makefile
-
Updated
Nov 21, 2017 - Python
-
Updated
Apr 1, 2020 - C++
-
Updated
Jun 26, 2020 - C
-
Updated
Jul 21, 2018 - C++
-
Updated
Apr 19, 2020 - C
Improve this page
Add a description, image, and links to the camera-calibration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the camera-calibration topic, visit your repo's landing page and select "manage topics."


I'm working with Open3D with data from different devices. One of them does not provide the point cloud as a file, so I am creating the file by myself with a little Python script.
However, I am confused by the supported formats:
The pts format contains lines of
[x, y, z, i, r, g, b]. xyz and rgb are intuitive and explained, but what exactly is the i for? And in what format is it exp