cv toolbox
Project description
cv2box - cv toolbox
# RECOMMEND - inclue cv2/numpy/tqdm
pip install cv2box
# clean install - no other dependencies
pip install cv2box --no-dependencies
# full install - referring requirements.txt
pip install cv2box[full]
# clone codes to your project without install
git clone git@github.com:ykk648/cv2box.git --depth 1
# Example
from cv2box import CVImage
img_in = 'img path' # or img_in = cv2.imread('img path')
img_bgr = CVImage(img_in).bgr
CVImage(img_in).resize(256,256).show()
A gather of tools or funcs frequently using in my work.
Now including these functions:
cv ops
- CVBbox , different bbox filter.
- CVCamera , load multical calibrate result and give any format of camera matrix.
- CVExcel , basic ops for insert data to excel file.
- CVFile , for multi-class file io.
- CVFolder , higher level folder op to do batch file operate.
- CVImage , a image class support multi format convert.
- CVQueue , queue-like high-level class which can be used for two different python projects communicate on same host machine.
- CVRotate , under dev.
- CVVideo, a video class support multi kinds of ops.
cv gears
Now supports mode switch from multi-thread/multi-process/torch-process.
- CV threads base , fast construct your multithread AI program.
- CV video thread , give a video path to get a frame thread.
- CV multi video thread , give multical video path to get a multi frame thread.
shell scripts
- batch uncompress script support different types(zip tar 7z etc.)
utils
- fps counter
- apscheduler
- math (cal distances
AI power (moved to AI_power)
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
cv2box-0.6.0.tar.gz
(62.8 kB
view details)
File details
Details for the file cv2box-0.6.0.tar.gz.
File metadata
- Download URL: cv2box-0.6.0.tar.gz
- Upload date:
- Size: 62.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ddba027257ae06eee61ea98f881c5d7b0a4a4dc4b342bb3c3f80faaf5b401f7
|
|
| MD5 |
843a390277fdece29775abd7e537623c
|
|
| BLAKE2b-256 |
4af31b50f3473bfb5bd8f198fc25909cab27f872a0ec9f9982a877c99797270b
|