receptiveFieldFragm​entation(M,thold,sh​ow)

版本 1.0.0.0 (1.7 KB) 作者: Duijnhouwer
Determine the level of fragmentation of a receptive field
20.0 次下载
更新时间 2018/5/30

查看许可证

Fragmentation F is defined as one minus the combined area of the receptive field fragments divided by the area of their convex hull.
F = receptiveFieldFragmentation(M,THOLD,SHOW)

M is a pixel map containing the receptive field (fragments), THOLD a threshold intensity above which a pixel is counted as part of the receptive field.

Use optional Boolean argument SHOW to visualize the result as an image where blue is the background, teal the convex hull, and yellow the receptive field (default: false).

receptiveFieldFragmentation without any arguments shows a demo.

[~,BW,CH] = receptiveFieldFragmentation(__) returns the thresholded M (BW) and convex hull (CH) bit-maps.

引用格式

Duijnhouwer (2024). receptiveFieldFragmentation(M,thold,show) (https://www.mathworks.com/matlabcentral/fileexchange/67552-receptivefieldfragmentation-m-thold-show), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

removed a line that displayed debugging info on the command line