Error using affine2d.empty

2 ビュー (過去 30 日間)
Xiaochun Xu
Xiaochun Xu 2019 年 3 月 28 日
編集済み: Ba Mo 2019 年 10 月 30 日
Hi there,
I repeatedly received this error message while running the imregtform function. I wonder what can I do to solve it? It seems like nothing to do with my input data. But totally the problem in affine2d.empty().
Error using affine2d.empty
Abstract classes cannot be instantiated. Class 'affine2d' inherits abstract methods or properties but does not implement them. See the list of methods and
properties that 'affine2d' must implement if you do not intend the class to be abstract.
Error in imregtform>parseInputs (line 255)
parser.addParamValue('InitialTransformation',affine2d.empty(),@checkInitialTransformation);
Best,
Clover
  6 件のコメント
Xiaochun Xu
Xiaochun Xu 2019 年 3 月 29 日
You saved me!!! Thank you!!!!
TADA
TADA 2019 年 3 月 29 日
Cheers :)

サインインしてコメントする。

回答 (1 件)

Ba Mo
Ba Mo 2019 年 10 月 30 日
編集済み: Ba Mo 2019 年 10 月 30 日
I have had this problem for a couple of months now. i'm glad this was posted just 48 hours ago!
the same goes for the pReLu layer and the maeRegressionLayer in the deep-learning toolbox
I didnt post a question, because I feel the matlab deep learning toolbox is still developing.
for search-indexing, i will paste the text message of this error:
Abstract classes cannot be instantiated. Class 'maeRegressionLayer' inherits abstract methods or properties but does not implement them. Use meta.abstractDetails to see the list of methods and properties that 'maeRegressionLayer' must implement if you do not intend the class to be abstract.
Abstract classes cannot be instantiated. Class 'preluLayer' inherits abstract methods or properties but does not implement them. Use meta.abstractDetails to see the list of methods and properties that 'preluLayer' must implement if you do not intend the class to be abstract.

カテゴリ

Help Center および File ExchangeTesting Frameworks についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by