-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLCSS.html
90 lines (66 loc) · 3.38 KB
/
LCSS.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<title>LCSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="default.css">
<style type="text/css">
.img-container{
max-width: 600px;
}
img{
width: 100%
}
</style>
</head>
<body>
<div class="nav-wrapper">
<!-- Link around dots-wrapper added after tutorial video -->
<a href="index.html">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
</a>
<ul id="navigation">
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
<div class="main-container">
<br>
<div class="img-container">
<img src="images/overview.png">
</div>
<h3>Low Cost 3D Surround Scanner</h3>
<p>Bridging the gap between high-end, costly 3D scanning technology and the demand for accessible, budget-friendly solutions, the "Low-Cost 3D Surround Scanner" project represents a significant leap forward in DIY innovation. Developed during June 2014 to February 2015, this project aimed to drastically reduce the financial barriers associated with 3D scanning technology, making it feasible for hobbyists, educators, and small businesses to create accurate 3D models of objects and environments.
<br>
<br>
Leveraging the principles of geometry, the project utilized MATLAB for computational processing and image processing techniques, in conjunction with a low-cost digital camera and a line laser. This ingenious combination enabled the creation of a 3D surround scanner that could achieve the same accuracy as its more expensive counterparts, yet at an 80% reduction in cost. This significant cost reduction did not compromise the quality or accuracy of the scans, demonstrating that high-quality 3D scanning can be both affordable and accessible.
<br>
<br>
The project received recognition and support in the form of a grant of 23500 INR from the Institute of Engineering, Jaipur, underscoring its potential impact on the field of 3D scanning technology. By democratizing access to 3D scanning capabilities, this project opens up myriad opportunities for innovation and creativity, from educational purposes to practical applications in design, manufacturing, and beyond.
<br>
<br>
In essence, the "Low-Cost 3D Surround Scanner" project exemplifies how innovative thinking and a problem-solving approach to technology can break down barriers, offering new tools and possibilities to a wider audience. This project not only showcases the technical skills and ingenuity of its creator but also represents a forward-thinking contribution to the broader community interested in 3D modeling and digital fabrication.
<br>
<br>
For more contact me at: <a href="mailto:prateeksharma1809@gmail.com">prateeksharma1809@gmail.com</a></p>
<h5>Technologies:</h5>
<ul>
<li>- C</li>
<li>- Matlab</li>
</ul>
<h5>Angle Law</h5>
<div class="img-container">
<img src="images/angle_law.png">
</div>
<h6>Pole Mount</h5>
<div class="img-container">
<img src="images/mountpic.png">
</div>
</div>
</body>
</html>