24 #ifndef _MODELFITTING_MODELS_TRANSFORMEDMODEL_H_
25 #define _MODELFITTING_MODELS_TRANSFORMEDMODEL_H_
31 namespace ModelFitting {
33 template <
typename ImageType>
45 :
ExtendedModel<ImageType>(std::
move(component_list), x_scale, y_scale, rotation_angle, width, height, x, y)
56 :
ExtendedModel<ImageType>(std::
move(component_list), x_scale, y_scale, rotation_angle, width, height, x, y)
std::vector< std::unique_ptr< ModelComponent > > m_component_list