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
Release history Release notifications | RSS feed
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.1.tar.gz
(19.4 kB
view details)
File details
Details for the file fastcv-0.1.1.tar.gz.
File metadata
- Download URL: fastcv-0.1.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6907340a877a947279fb39ab3d271457bcdcc3bfb399a01294ad4f1e0663e4c8
|
|
| MD5 |
e964191a5ddd7e3e455a2415f3323542
|
|
| BLAKE2b-256 |
6c8038a941363c7a6ed132dafeb992245e5a9dc3be00904716af2043b9256ea0
|