fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
calculate_similarity_metrics
Function
5 statements
Source File
fortplot_rendering_comparison.f90
fortplot_rendering_comparison
calculate_similarity_metrics
Contents
public function calculate_similarity_metrics(reference_path, current_path) result(metrics)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
reference_path
character(len=*),
intent(in)
::
current_path
Return Value
type(
comparison_result_t
)