Image2Dvectors

版本 1.1 (15.4 KB) 作者: Bhavna Rajasekaran
Image2Dvectors returns the 2D eigenvector, eigenvalue of a binary image using central Moments computed on a sub-image
9.0 次下载
更新时间 2021/9/13

查看许可证

The code requires the following properties that are output of 'regionprops' Matlab's inbuilt image processing function.
Centroid2Dposition,RegionImage,Pixel2DCoordinates,BoundingBoxcoordinates
The 2D eigenvector and correponding eigenvalue of the binary image are computed using image central moments.
The code has been modified to handle multiple binary objects within a binary image.
For multiple binary objects within an image, an additonal for loop is required.

引用格式

Bhavna Rajasekaran (2024). Image2Dvectors (https://www.mathworks.com/matlabcentral/fileexchange/98894-image2dvectors), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

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

code has been modified to handle multiple binary objects within a binary image.

1.0.0