![]() |
Microscopy Image Browser 2.91
MIB
|
apply elastic deformations to img, the code is based on Best Practices for Convolutional Neural Networks Applied to Visual Document Analysis by Patrice Y. Simard, Dave Steinkraus, John C. Platt http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.160.8494&rep=rep1&type=pdf https://cognitivemedium.com/assets/rmnist/Simard.pdf and codes available at More...
Functions | |
function [ img , DisplacementField , randomSeed ] = | mibElasticDistortionFilter (img, BatchOpt, randomSeed, DisplacementField) |
apply elastic deformations to img, the code is based on Best Practices for Convolutional Neural Networks Applied to Visual Document Analysis by Patrice Y. Simard, Dave Steinkraus, John C. Platt http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.160.8494&rep=rep1&type=pdf https://cognitivemedium.com/assets/rmnist/Simard.pdf and codes available at | |
apply elastic deformations to img, the code is based on Best Practices for Convolutional Neural Networks Applied to Visual Document Analysis by Patrice Y. Simard, Dave Steinkraus, John C. Platt http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.160.8494&rep=rep1&type=pdf https://cognitivemedium.com/assets/rmnist/Simard.pdf and codes available at
function [ img , DisplacementField , randomSeed ] = mibElasticDistortionFilter | ( | img, | |
BatchOpt, | |||
randomSeed, | |||
DisplacementField ) |
apply elastic deformations to img, the code is based on Best Practices for Convolutional Neural Networks Applied to Visual Document Analysis by Patrice Y. Simard, Dave Steinkraus, John C. Platt http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.160.8494&rep=rep1&type=pdf https://cognitivemedium.com/assets/rmnist/Simard.pdf and codes available at
img | image as [height, width, colors, depth] |
BatchOpt | structure with parameters
|
randomSeed | [optional], [number], seed to init the random generator |
DisplacementField | [optional], a displacement field to use, a structure, should match img [height, width, depth] .fdx .fdy .fdz |
img | image filtered with elastic distortions |
DisplacementField | displacement field used in the filter |
randomSeed | random seed used to init the field, [] if the field was provided |
Referenced by mibDoImageFiltering2().