Official Imaging Science Plugin¶
This plugin is installed alongside imagepypelines by default
Developed by: Jeff Maggio and Ryan Hartzell
Status: Alpha
Version: 0.1.0
Licence: MIT
Find it on: Github, (todo)pypi
imagepypelines_image Package¶
Functions¶
|
standard image retrieval for carlenna |
|
standard image retrieval for crowd |
|
standard image retrieval for gecko |
|
retrieves the numpy array of standard image given a string key |
|
standard image retrieval for giza |
|
standard image retrieval for linear |
|
standard image retrieval for panda |
|
standard image retrieval for pig |
|
standard image retrieval for redhat |
|
standard image retrieval for sparse_checkerboard |
returns a list of standard image filenames on the local machine |
|
generator function to yield all standard images sequentially useful for testing |
|
returns a list of all standard image arrays |
Classes¶
|
combines independent channels into one Image |
|
casts arrays to a given numpy dtypes |
|
Retrieves the central pixel in the image, rounds down to integer if an image dimension has an odd length |
|
splits images into separate component channels |
|
Image Viewer that uses matplotlib internally to compare 2 images. |
|
Retrieves the dimensions of the image, including number of channels. |
normalizes to [0,255] and bins to a displayable bitdepth |
|
|
Retrieves the size of the image frame |
|
Performs an FFT on each Image channel independently |
|
Performs an IFFT on each Image channel independently |
|
alias of |
|
alias of |
|
normalizes to [0,1] and then casts to given cast_type |
|
normalizes to range [a,b] and then casts to given cast_type |
|
normalizes to [dtype_min, dtype_max] and then casts to given cast_type |
|
Numbers incoming images. |
|
|
|
alias of |
|
alias of |
|
splits images into separate component channels |
|
Display the given images. |
|
Removes single dimension axes from the array |
|
Adds single dimension to array at specified position |
Class Inheritance Diagram¶
