Closed nazib closed 5 years ago
hi @nazib, all of those were put together into https://github.com/adalca/matlib, so you only need to import this one library now instead of those three.
I've made the change in the setup.m
Thanks for your interest!
thanks a lot @adalca
Hi @adalca Thanks for your libraries. Just a simple question, do you know any python/matlab library that can extract overlapping 3D patches from MRI images?
Hi @nazib
I wrote some libraries for this in both languages.
For matlab, see patchlib, perhaps function vol2lib, it has a ton of settings including overlapping.
For python, see pytools patchlib, which has less functionality overall, but patch_gen()
should work for you.
There's probably other libraries out there, but I'm familiar with these :)
Hi @adalca thanks for your information. It works. Is there any other function that combines the pathes and generate full resolution image?
Yup -- look for quilt
function in either library
Hi I wanted to use this registration for my research. But some libraries mentioned in setup.m file are missing. Missing libs are :
regards