Texture Classification with Wavelet Image Scattering
2 次查看(过去 30 天)
显示 更早的评论
I use Matlab R2017a and when i try this example
it doesnt recognize the "waveletScattering2" command..
How can i get a code for my version for the same purpose??
0 个评论
采纳的回答
Walter Roberson
2019-4-17
wavletScattering2 was introduced in R2019a, so you will not be able to use that code in R2017a.
3 个评论
Walter Roberson
2019-4-17
The alternative is to replicate the code -- create all the layers and do the fft() and so on yourself.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 AI for Signals and Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!