Skip to main content

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.

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


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.5.9.tar.gz (52.8 kB view details)

Uploaded Source

File details

Details for the file cv2box-0.5.9.tar.gz.

File metadata

  • Download URL: cv2box-0.5.9.tar.gz
  • Upload date:
  • Size: 52.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for cv2box-0.5.9.tar.gz
Algorithm Hash digest
SHA256 85b0501753472e469fb90753215d47e5f2fbfd3a64ab6bc7f717d1c267ac2fad
MD5 1f9ede42c877c37ec9552bf0ac3278d5
BLAKE2b-256 68dd27fc02c4381f1a06629466baafd605c41ed19df12bd15a49bff414bf9e74

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