Preprocessing: Temporal downsampling - bahanonu/ciatah GitHub Wiki
Please use the online documentation website going forward: https://bahanonu.github.io/ciatah/
Preprocessing: Temporal downsampling
Example code to run the downsample test function with the following commands:
loadRepoFunctions;
testMovie = loadMovieList('pathToMovieFile');
unitTestDownsampleMovie(testMovie,'interp1Method','linear','cropSize',5);
Below is an example pixel from a cell in a BLA animal. Note...
- ImageJ
Scale...+bilinear+averaging (blue) and Matlabimresize+bilinear (red) both produce pretty much identical results. imresizeusing bilinear and bicubic produce similar results with bicubic having slower runtimes (e.g. on my machine 3.46 vs. 4.31 sec if setcropSizeto 100).- The number next to each name is the vector's variance.
