Length of cross of segment and rectangle
segment_rectange.m is the function that difine length of cross.
cross_perimeter.m auxillary function for segment_rectange.m, it define points of cross of segment and perimeter of rectangle
zz_segment_rectange_test.m is script-test, it tests segment_rectange.m by use random segments plot it and print length near segment.
Usage of segment_rectange.m:
L=segment_rectange(a,b,r)
rectange a x b
rectangle is 0<=x<=a 0<=y<=b
segment between r(:,1) and r(:,2)
Zitieren als
Maxim Vedenyov (2024). Length of cross of segment and rectangle (https://www.mathworks.com/matlabcentral/fileexchange/29988-length-of-cross-of-segment-and-rectangle), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Segmentation >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.1.0.0 | Some errors fixed, more complex test in zz_segment_rectange_test.m |
||
1.0.0.0 |