File Exchange
3 Downloads
Updated 11 Oct 2020
From GitHub
4.1.1.0 | See release notes for this release on GitHub: https://github.com/msiplab/SaivDr/releases/tag/4.1.1.0 |
||
|
4.1.0.0 | - SaivDr20200903
|
|
|
4.0.0.0 | - SaivDr20200229
|
|
|
3.1.0.0 | - SaivDr20180827
|
|
|
3.0.0.0 | - SaivDr20170504
|
|
|
2.2.0.0 | - SaivDr20160610
|
|
|
2.1.0.0 | - SaivDr20160314
|
|
|
2.0.0.0 | - SaivDr20151126
|
|
1.14.0.0 | - SaivDr20150902
|
||
1.13.0.0 | - SaivDr20150610
|
||
1.12.0.0 | Added some empty folders which are used for storing some data but were unexpectedly removed from the package after uploading. |
||
1.11.0.0 | Added some empty folders which are used for storing some data but were unexpectedly removed from the package after uploading. |
||
1.10.0.0 | Required Products were revised. |
||
1.9.0.0 | - SaivDr20141206
|
||
1.8.0.0 | - SaivDr20140512
|
||
1.7.0.0 | - SaivDr20140315
|
||
1.6.0.0 | - SaivDr20140202
|
||
1.5.0.0 | - SaivDr20140202
|
||
1.2.0.0 | - SaivDr20140122
|
||
1.1.0.0 | - SaivDr20140118
|
||
1.0.0.0 |
System object definitions for sparsity-aware image and volumetric data restoration
Shogo Muramatsu (2021). SaivDr Package (https://github.com/msiplab/SaivDr/releases/tag/4.1.1.0), GitHub. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
Select web siteYou can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
NsoltDesignerFrqTestCase fails on R2017a. Details are as follows.
If PARPOOL starts automatically when MYTEST is executed, an error occurs in the second test of NsoltDesignerFrqTestCase. I am investigating the cause right now.
For now, this problem is avoided by running PARPOOL before running MYTEST.
Fixed compatibility issues with data designed with conventional version.
I'm maintaining this package to solve problems related to code generation.
I'm tring to exclude the automatic MEX code generation function and prepare the code generation script MYBUILD instead. Currently, the following issues are recognized.
- IMFILTER function of MATLAB R2017a has a bug with circular boundary extension mode.
This bug affects to some classes in saivdr.dictionary.udhaar.*.
Please search #BUG: 1554862 on https://jp.mathworks.com/support/bugreports.
- Parallel Computing Toolbox of MATLAB R2016b has a bug on search path settings.
This bug affects to class saivdr.dictionary.nsoltx.design.NsoltDesignFrq.
Please search #BUG: 1446838 on https://jp.mathworks.com/support/bugreports.
MYTEST fails when CODEGEN operations are called many times during the process.
Try MYTEST until all MEX files are compiled.
We'll fix this problem.
It's been verified for this package to work with R2014a through "mytest" script.
It is recognized that disp_sweepresults.m in examples/icassp2013_rev and examples/icip2013_rev would fail after executing the following scripts:
- examples/icassp2013_rev/main_haarimip
- examples/icassp2013_rev/main_nsoltimip
- examples/icassp2013_rev/main_udhaarimip
- examples/icip2013_rev/main_nsoltimdb
- examples/icip2013_rev/main_nsoltimip
- examples/icip2013_rev/main_nsoltimsr
- examples/icip2013_rev/main_udhaarimdb
- examples/icip2013_rev/main_udhaarimip
- examples/icip2013_rev/main_udhaarimsr
This is because the above scripts use the same file name as the MAT files distrubuted along with this package and overwrite them for storing the results.
This bug can be avoided by renaming the file names in the above scripts.
It'll be fixed in next release.
saivdr.utility.StepMonitoringSystem has a problem for showing result images. It causes from inproper data type conversion.
L.145 should be as follows:
obj.hResImg = imshow(im2uint8(resImg));
In next release, it will be fixed.