Returns 2 indexes on the histogram that represents the lower and higher edges where all the values outside them are less than the threshold**.
static getHistogramPoint(
imageData: ImageData,
threshold: number
): LeadPointD;
imageData
The image data where the histogram is retrieved.
threshold
The threshold that specifies where to put the points on the lower and higher edges.
LeadPointD that contains the lower and higher edges where all the values outside them are less than the threshold.
These values are used to indicates that all the values in the histogram that exceed the upper edge (y), and that are less than the lower edge (x) are below the threshold, and therefore insignificant. This method is used internally be the Stretch the histogram to identify area's that are insignificant and therefore stretch the rest of the histogram over them.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document