scalableCVs
Python package related to scaling computer vision related functions
import scalableCVs
from scalableCVs import cv
from pprint import pprint
if __name__ == "__main__":
filters_list = [
{
"image_file_path":r"C:\Users\gprak\Downloads\Github Repos\Portfolio-Site\brandImages\logo1.png",
"brightness":1.2,
"contrast":0.9,
"saturation":None
},
{
"image_file_path":r"C:\Users\gprak\Downloads\Github Repos\Portfolio-Site\brandImages\logo1.png",
"brightness":1.2,
"contrast":0.8,
"saturation":1.2
}
]
show_progress = True
results = cv.apply_filters(filters_list,show_progress)
pprint(results)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scalablecvs-0.3.0.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scalablecvs-0.3.0.tar.gz.
File metadata
- Download URL: scalablecvs-0.3.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9a6c6cd64c912d58620c69ddb251be7fa36451ac1ff2246033a20f752ce7160
|
|
| MD5 |
6a9a43a1538004f7b06c75a094d16d3e
|
|
| BLAKE2b-256 |
b1d8750c3a2b74d4b3a844209cc839370c749ed9beabe7b9064229d7813a1e78
|
File details
Details for the file scalablecvs-0.3.0-py3-none-any.whl.
File metadata
- Download URL: scalablecvs-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8dec88eb58a108a0423ae016d656c1b408710800d9776e3bae29dbc69107ef9
|
|
| MD5 |
828832905ab7163af513bbb4a5078942
|
|
| BLAKE2b-256 |
5ecff851f57ed4ae3874b0951ff0894dbead09d18b1f1b764b5d7e274670e0c0
|