Skip to main content

a camera projection lib to calculate the ray direction of a pixel and vice versa

Project description

camproject

a python module for camera projection and reprojection

Maintainer

Requirements

  • python 2.6, 2.7, or 3.x
  • NumPy

Installation

The easiest way is to install it from Pypi with: $ pip install camproject

To install system-wide from source distribution: $ python setup.py install

Quickstart-Usage

import numpy as np
import camproject

P = np.array([[1],[0],[10],[1]]) # this is a point in 3D (e.g. in meters)
cam = camproject.Camera()  
cam.intrinsics(640,512,1000,320,260) # inner parameters: (in pixels)
# (im_width,im_height, focal_length, centerpixel_x, centerpixel_y)
cam.attitudeMat(np.eye(4))  # outer parameters: point to z-direction
p = cam.project(P) # gives pixel coordinates on the image

to reproject it back to the 3D world we use this code

Q = cam.reprojectToPlane(p,distance=10) 

Documentation

  • documentation can be found at https://martin-israel.de/doc/camera
  • If you acquired this code via GitHub, then you can build the documentation using sphinx. From the documentation directory, run: $ make html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

camproject-0.36.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

camproject-0.36-py3-none-any.whl (20.8 kB view details)

Uploaded Python 3

File details

Details for the file camproject-0.36.tar.gz.

File metadata

  • Download URL: camproject-0.36.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for camproject-0.36.tar.gz
Algorithm Hash digest
SHA256 a5bd3cc0933637cc4dcdf20cba8b74174a59abb06e591031fe62f8d6ab921476
MD5 74c18146aa029d44cc71d0ee8719bf3c
BLAKE2b-256 2d560ef965acab9f5a0f225e8bf0c9cde696d8a4185018bb8fa7ea1f31066da4

See more details on using hashes here.

File details

Details for the file camproject-0.36-py3-none-any.whl.

File metadata

  • Download URL: camproject-0.36-py3-none-any.whl
  • Upload date:
  • Size: 20.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for camproject-0.36-py3-none-any.whl
Algorithm Hash digest
SHA256 f676b4444d301843e6c7a9db4ea36cbebe8211f819ed4980a8cb5076837dc4e4
MD5 bb892c826b8d02e01ee6845dfb4df52d
BLAKE2b-256 066d9b6034e8a5a1b5e800135e25ee06f4129d22a5b775b6754d2a568686281e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page