A suite of feature detection tools for optical profilometry data
Project description
Optical Profilometry Feature Detection
A suite of feature detection tools for optical profilometry data
Features
- Crack Detection and Aalysis
Setup
- Installation
$ pip install optical_profilometry_feature_detection
- Import it in python
from optical_profilometry_feature_detection import *
A quick example
# separate the individual lines from the raw sample2
lines = g_separate_lines("", "sample2.txt")
# analyze line 1 of sample2, excluding first 2% and last 2% of data, using a span of 0.02
# in the loewss surface profile model
g_model_cracking("", lines[0], "sample2.txt", 1, first_surf= 0.02, last_surf= 0.98, span = 0.02)
# analyze the first 5 lines in sample1
batch_cracking("", "", "sample1.txt", 5)
Output will be series of png and csv files
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
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 optical_profilometry_feature_detection-0.1.1.tar.gz.
File metadata
- Download URL: optical_profilometry_feature_detection-0.1.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fcfed5d8eec556f49d1920cc7b4c9da1c33640bb58819d2c963fb92af98ea3f
|
|
| MD5 |
e9ed7692348076ba4997b16fa9c25449
|
|
| BLAKE2b-256 |
99a25035a1209f2f37aca7bea0d078b4e1b8429b32565947f3cfeeb682e14726
|
File details
Details for the file optical_profilometry_feature_detection-0.1.1-py3-none-any.whl.
File metadata
- Download URL: optical_profilometry_feature_detection-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e218ddccd0291d694594e777d62d983e42d5a032fee3cd4a07c03c8510a78191
|
|
| MD5 |
4dd6a75c987e22798ba9e41305ec6e75
|
|
| BLAKE2b-256 |
5457b0c922c173167ca1c8f246ba15f212c3b7c3d00ed37fc724f7152cd40a52
|