Click or drag to resize
Accord.NET (logo)

UnsafeTools Class

Static tool functions for imaging.
Inheritance Hierarchy
SystemObject
  Accord.ImagingUnsafeTools

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static class UnsafeTools
Request Example View Source

The UnsafeTools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMean
Computes the mean pixel value within a given image region.
Public methodStatic memberScatter
Computes the pixel scatter within a given image region.
Public methodStatic memberSum
Computes the sum of all pixels within a given image region.
Public methodStatic memberVariance
Computes the pixel variance within a given image region.
Top
See Also