Active Shape Growing 2D Box Fit
The boxfit.m function is developed for growing an active box shape which is initialized at the given seed point
location. The active box shape grows in different orientation and it tries to find the best fit into the edges of the object in the provided image.
Please open DEMO.m and run this code (with F5) in order to see an example which calls boxfit.m function.
The main advantage of the algorithm is that the best fit can be obtained even when the given object doesn't have all edges visible.
Cite As
Beril Sirmacek (2024). Active Shape Growing 2D Box Fit (https://www.mathworks.com/matlabcentral/fileexchange/53788-active-shape-growing-2d-box-fit), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Binary_BoxFit_ Demo/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | * Sample image is added. |