Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 5.16 KB

File metadata and controls

7 lines (4 loc) · 5.16 KB

3D-Object-Volume-Estimation-using-Numerical-Methods

This project focuses on estimating object volume using Python without using any external libraries. It combines edge detection with central difference, smooth edge representation through interpolation, and volume calculation leveraging Simpson 1⁄3 Integration and Voxel Grid methods.

Documentation