package
0.3.48
Repository: https://github.com/hippodribble/improc2.git
Documentation: pkg.go.dev

# Functions

returns the average (mean or median) of supplied arrays, which need to be of the same size.
returns the power of 2 that is equal to or greater than a number, eg, Get2Power(17)=32.
No description provided by the author
creates an empty (zero-valued image).
creates a single-valued image.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
converts a 8-bit uint array to 16-bit uint array.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
ImageProxy embeds image.Image, adding functions for image processing.
No description provided by the author

# Interfaces

this interface is used to ensure via assertion that an image type supports the Set() method, which is otherwise not part of the image>Image interface.
No description provided by the author

# Type aliases

wrapper for a 2D complex array.
No description provided by the author
Float2D represents a monochrome image using floats.
an enumeration of averaging types (currently mean and median).
No description provided by the author