https://github.com/adalca/matlib
Matlab library of useful tools
https://github.com/adalca/matlib
computer-vision general-purpose imaging library matlab medical tools toolset vision
Last synced: 4 months ago
JSON representation
Matlab library of useful tools
- Host: GitHub
- URL: https://github.com/adalca/matlib
- Owner: adalca
- License: lgpl-3.0
- Created: 2014-01-01T22:40:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T13:28:15.000Z (almost 7 years ago)
- Last Synced: 2025-06-07T08:08:02.359Z (4 months ago)
- Topics: computer-vision, general-purpose, imaging, library, matlab, medical, tools, toolset, vision
- Language: Matlab
- Homepage:
- Size: 507 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
matlib
======================
A Matlab general library. Here's a sampling of tools split across several folders/categories:### general
tools useful in **general** matlab code (or if they didn't fit elsewhere)
Examples: `sys.whos` for a more powerful version of `whos`, `bw2sdtrf` to compute a signed distance transform from a bw image, `dice` to compute a Dice measure between images, `cellfunc` to return a cell when doing `cellfun` behavior, `meanShift` for (single mode) mean shift estimate, and many more### visual
tools for **image and video** code
Examples: `frames2vid` to write a video file from frames, `volresize` to resize a n-d volume, `volblur` to blur a n-d volume with separable filters, `volwarp` warp a n-dim volume via displacement fields, and many more### medimg
tools for **medical imaging** processing code
Examples: `loadNii` to load nifti files robustly, `toIsotropic` transform original resolution volume to isotropic volume, and many more### genetics
tools for **geneticts and epigenetics** code
Examples: `manhattanSNP` for manhatten plots of SNPs, or `simulation` folder for simulation of imaging genetics datasets, and many moreLicense:
--------
MIT License