21 #ifndef mia_internal_similarity_profile_hh
22 #define mia_internal_similarity_profile_hh
45 typedef typename this_dim_trait::PFullCost
PFullCost;
51 typedef typename this_dim_trait::PImage
PImage;
70 float get_peak_frequency()
const;
73 std::vector<size_t> get_periodic_subset()
const;
77 mutable float m_peak_freq;
78 mutable bool m_peak_freq_valid;
79 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