Advanced edge detection and object recognition using VGG16 and OpenCV.
Project description
nececv
nececv is a Python package for advanced edge detection and object recognition using VGG16 and OpenCV.
Features
- Sobel and Canny edge detection
- Enhanced edge detection using epsilon learning
- Object recognition with VGG16
Installation
pip install nececv
USAGE
import nececv
nececvo = nececv() image_path = <path\to\your\image> predictions = nececvo.detect_object_probability(image_path)
Display results
nececvo.display_results( image_path, predictions=predictions, edge_image="Sobel", epsilon=0.2, iterations=5 )
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
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 nececv-0.1.0.tar.gz.
File metadata
- Download URL: nececv-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1652d7a9f004144dfcf27f88ec2dade43b82dce9fdfe32ec1a6c3535a6258378
|
|
| MD5 |
7f18b07a41adae2afa6c180c526a3e56
|
|
| BLAKE2b-256 |
7e5af3cc1a102333b8bbd9bfd1af65513d0deea3f54617ca8ddd5b999dea5847
|
File details
Details for the file nececv-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nececv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7f1b41c982aa9392b682d6853e82f42754f90e16ffd8b309cba30daab690b76
|
|
| MD5 |
a7b007ea6ccdc727a803dd0093313d2e
|
|
| BLAKE2b-256 |
9f92ead3b24e635a5394edd8a86331c88cd88f6a498d840ffb2a3d9040b593b7
|