photo

AMEN BARGEES


Last seen: 6 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
Java
Spoken Languages:
Arabic

统计学

All
  • First Answer
  • First Submission

查看徽章

Feeds

排序方式:

提问


Extend the labels array to full 2D area
I have a 2D data 460by950 and I reshaped it to 10by10by4370 and used it for Testing my network. The input is 10by10 matrix and ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Labelled data from volume segmenter
I have a 3D data 461by951by651 as a mat file and I used the volume segmenter app to label it. I got a 3D categorical Label of th...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
How to divide 256X256 matrix into sixteen 16X16 blocks?
x=your input marrix ans= reshape(x,16,16,[]);

2 years 前 | 0