Creates a standardized result structure for storing analysis data.
Usage
create_result_structure(
distances,
wavelets,
image_name,
elliptic_coef = NULL,
result_type = "polar"
)
Arguments
- distances
The distance data (polar or perimeter).
- wavelets
The wavelet analysis results.
- image_name
The name of the processed image.
- elliptic_coef
The elliptic Fourier coefficients (optional).
- result_type
The type of result ("polar" or "perimeter").
Value
A list containing the structured analysis results.