22 #ifndef mia_internal_similarity_profile_hh 23 #define mia_internal_similarity_profile_hh 46 typedef typename this_dim_trait::PFullCost
PFullCost;
52 typedef typename this_dim_trait::PImage
PImage;
62 size_t reference,
size_t max_delta);
72 float get_peak_frequency()
const;
75 std::vector<size_t> get_periodic_subset()
const;
78 mutable float m_peak_freq;
79 mutable bool m_peak_freq_valid;
82 std::vector<CFFT1D_R2C::Real> m_cost_values;
this_dim_trait::ImageSeries ImageSeries
type of the image series to create the similarity profile from
this_dim_trait::PImage PImage
pointer type for the actual images
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
dimension_traits< dim > this_dim_trait
the trait to handle dimension based typedefs
A class to evaluate image similarity profiles of image series.
this_dim_trait::PFullCost PFullCost
Pointer type for cost measure used to create the similarity profile.
#define NS_MIA_END
conveniance define to end the mia namespace