GrayValueAnalysisStatistics
Statistics for gray value analyses.
Import
import ScriptingApi as api
# Access the class
# GrayValueAnalysisStatistics is available via api.GrayValueAnalysisStatistics
Properties
min_value
Minimum gray value measured on the analyzed object.
Type: float
max_value
Maximum gray value measured on the analyzed object.
Type: float
mean_value
Mean gray value across the analyzed region.
Type: float
std_deviation
Standard deviation of gray values across the analyzed region.
Type: float
min_point
Point [x, y, z] where the minimum gray value occurs.
Type: list
max_point
Point [x, y, z] where the maximum gray value occurs.
Type: list
area_within_range
Surface area whose gray values lie within the specified range.
Type: float
area_below_range
Surface area whose gray values are below the specified range.
Type: float
area_above_range
Surface area whose gray values are above the specified range.
Type: float
total_area
Total analyzed surface area.
Type: float
percentage_within_range
Percentage of surface area whose gray values lie within the range.
Type: float
percentage_below_range
Percentage of surface area whose gray values are below the range.
Type: float
percentage_above_range
Percentage of surface area whose gray values are above the range.
Type: float
mean_within_range
Mean gray value considering only samples within the specified range.
Type: float
std_deviation_within_range
Standard deviation of gray values considering only samples within the specified range.
Type: float