Skip to main content

A basic cv library

Project description

<p align=”center”><img src=”assets/fastcv.webp” height=120></p>

## Tenets

  • the most common type is numpy

  • size always be height, width

. ├── core │   ├── io │   ├── view │   ├── cast │   ├── auto

### layout

  • np: hwc

  • pil: hwc

  • cv2: hwc

  • tensor: nchw

### cast

` # type: tensor, numpy, pil, cv2 # dtype: auto, fp32, fp16 # range: [0, 255], [-1.0, 1.0], [0.0, 1.0 fastcv.cast(t, type="tensor", ) `

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

fastcv-0.1.2.tar.gz (19.6 kB view hashes)

Uploaded Source

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