mattgaidica/RatBrai​nAtlasAPI

Version 1.0.0.0 (870 Bytes) von Matt Gaidica
This is a RESTful way to obtain the atlas images for specific anatomical coordinates (ap,ml,dv).
548 Downloads
Aktualisiert 19. Feb 2017

RESTful API for the Rat Brain Atlas located at http://labs.gaidi.ca/rat-brain-atlas/. The function ratBrainAtlas(ap,ml,dv) reads the web request, downloads the atlas images, and outputs a struct in S. If the Image Processing Toolbox is installed S will include marked images (red dot):
>> ml = 1.3;
>> ap = -3.3;
>> dv = 7.5;
>> S = ratBrainAtlas(ml,ap,dv)

S =
struct with fields:
coronal: [1×1 struct]
sagittal: [1×1 struct]
horizontal: [1×1 struct]

>> S.coronal

ans =

struct with fields:
image_url: 'http://labs.gaidi.ca/rat-brain-atlas/images/Rat_Brain_Atlas_33.jpg'
left: 5.385000000000000e+02
top: 4.715000000000000e+02
image: [726×940 uint8]
image_marked: [726×940×3 uint8]

Zitieren als

Matt Gaidica (2024). mattgaidica/RatBrainAtlasAPI (https://github.com/mattgaidica/RatBrainAtlasAPI), GitHub. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2016b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Neuroinformatics finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden

Version Veröffentlicht Versionshinweise
1.0.0.0

Added usage to description

Added link to Rat Brain Atlas
Formatting
Formatting

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.