methods
   % コンストラクタ
   function obj = CurveDetectionSystem(varargin)
      setProperties(obj,nargin,varargin{:})
   end
end
