Skip to main content

Generate print-ready pattern images for DIC applications.

Project description

Generate print-ready images of a random speckle pattern for DIC applications.

Installation

This package is hosted on PyPI. Install it using pip:

pip install speckle_pattern

Example speckle pattern

from speckle_pattern import generate_and_save

image_height = 50 # mm
image_width = 100 # mm
speckle_diameter = 3 # mm
dpi = 200
save_path = 'example.jpg'

generate_and_save(image_height, image_width, dpi, speckle_diameter, save_path)

random speckle

More speckle generation options

from speckle_pattern import generate_and_save

image_height = 50 # mm
image_width = 100 # mm
speckle_diameter = 7.5 # mm
dpi = 150
save_path = 'example2.tiff'

size_randomness = 0.9 # set higher for more speckle size variety
position_randomness = 2.5 # set higher for more speckle position variety
speckle_blur = 0. # sigma of smothing Gaussian kernel
grid_step = 2. # approximate grid step, in terms of speckle diameter `D`

generate_and_save(
    image_height, 
    image_width, 
    dpi, 
    speckle_diameter, 
    save_path,
    size_randomness=size_randomness,
    position_randomness=position_randomness,
    speckle_blur=speckle_blur,
    grid_step=grid_step,
    )

random speckle 2

Example line pattern

from speckle_pattern import generate_lines

image_height = 50 # mm
image_width = 100 # mm
line_width = 5 # mm
orientation = 'vertical'
dpi = 200
save_path = f'example_lines_{orientation}.jpg'

generate_lines(image_height, image_width, dpi, line_width, save_path)

vertical lines

Example checkerboard pattern

from speckle_pattern import generate_checkerboard

image_height = 50 # mm
image_width = 100 # mm
line_width = 4 # mm
dpi = 200
save_path = f'example_checkerboard.jpg'

generate_checkerboard(image_height, image_width, dpi, line_width=line_width, path=save_path)

checkerboard

Authors

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

speckle_pattern-1.3.4.tar.gz (673.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

speckle_pattern-1.3.4-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file speckle_pattern-1.3.4.tar.gz.

File metadata

  • Download URL: speckle_pattern-1.3.4.tar.gz
  • Upload date:
  • Size: 673.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for speckle_pattern-1.3.4.tar.gz
Algorithm Hash digest
SHA256 b99f4e5e96a936b681cc6a9f17bb160a77b8fa1c0b3d7fe73ee6b7e4e6b9da63
MD5 0e4198b55f5a401d6e324ad29d905211
BLAKE2b-256 ff385022920c1209a99ab4a493056250ee47bef0e7adf15f941cd1bcc7a0cf81

See more details on using hashes here.

File details

Details for the file speckle_pattern-1.3.4-py3-none-any.whl.

File metadata

File hashes

Hashes for speckle_pattern-1.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 27f3d8e2fd281ea266d0fcd7e3db65b3cbd87d1b47612eff1d5e5640e89fb5d0
MD5 5cf43d4aa01c370fce99bdc1748f6d70
BLAKE2b-256 76926c58540fab5b9f1c8222a393be22ef149a33edfbf8706dbca415f77c1d3b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page