現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
The code implements the B-Spline curve and surface encryption method proposed in the following work:
Moysis, L., Lawnik, M., Antoniades, I. P., Kafetzis, I., Baptista, M. S., & Volos, C. (2023). Chaotification of 1D maps by multiple remainder operator additions—application to B-spline curve encryption. Symmetry, 15(3), 726.
Please cite this work if you use the code below.
The code is broken in sections. Run each section separately using ctr+enter, or by clicking the 'run section' button.
Details about the encryption process are provided in the paper.
The teapot data are available from the following link: https://people.sc.fsu.edu/~jburkardt/data/bezier_surface/bezier_surface.html
Please also cite the link above if you intend to use the data.
The codes for generating the B-spline curves and surfaces are taken from this work: https://www.researchgate.net/publication/329337381_Introduction_to_Computer_Aided_Geometric_Design_-_A_student's_companion_with_Matlab_examples_2nd_Edition
Lazaros Moysis
引用
Lazaros Moysis (2026). Chaotic B-Spline Curve and Surface Encryption (https://jp.mathworks.com/matlabcentral/fileexchange/160956-chaotic-b-spline-curve-and-surface-encryption), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: Introduction to Computer Aided Geometric Design
