mattgaidica/RatBrai​nAtlasAPI

版本 1.0.0.0 (870 字节) 作者: Matt Gaidica
This is a RESTful way to obtain the atlas images for specific anatomical coordinates (ap,ml,dv).
539.0 次下载
更新时间 2017/2/19

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]

引用格式

Matt Gaidica (2024). mattgaidica/RatBrainAtlasAPI (https://github.com/mattgaidica/RatBrainAtlasAPI), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Neuroinformatics 的更多信息

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0.0

Added usage to description

Added link to Rat Brain Atlas
Formatting
Formatting

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库