-
Notifications
You must be signed in to change notification settings - Fork 0
/
project1.html
377 lines (365 loc) · 19.9 KB
/
project1.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!--
Date: 14/9/2014
bootrap-inpiration-style document script by: http://jsfiddle.net/jdwire/2XXRF
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Project Report</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<header id="mynavbar" class="navbar bs-docs-nav" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> <span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> <a href="index.html" class="navbar-brand">Group 2</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="project1.html">Bun Camera</a></li>
<li><a href="project2.html">Camera Selection</a></li>
<li><a href="project3.html">Photography Study</a></li>
<li><a href="project4.html">Image File Reading</a></li>
<li><a href="project5.html">Histogram</a></li>
<li><a href="project6.html">Point Operation</a></li>
<li><a href="project7.html">Linear Filter</a></li>
<li><a href="project8.html">Nonlinear Filter</a></li>
<li><a href="project9.html">Edge Detection : Part 1</a></li>
<li><a href="project10.html">Edge Detection : Part 2</a></li>
<li><a href="project11.html">Morphological Filter</a></li>
<li><a href="project12.html">Opening, Closing, Skeletonization, and Color space</a></li>
</ul>
</li>
<li> <a href="about.html">About</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="bs-header" id="content">
<div class="container">
<h1>Bun Camera<h1><h2>A Study of Principal and Construction of a Pin Hole Camera</h2>
<p class="thai">การศึกษาวิธีสร้างและหลักการการทำงานของกล้องรูเข็ม</p>
</div>
</div>
<div class="container bs-docs-container">
<div class="row">
<div class="col-md-3 col-md-push-9">
<div class="bs-sidebar hidden-print" role="complementary">
<ul class="nav bs-sidenav">
<li class="active">
<a href="#myobjective">Objective</a></li>
<li><a href="#mymethod">Materials and Methods</a></li>
<li><a href="#myresult">Results</a></li>
<li><a href="#mydisscussion">Discussion</a></li>
<li><a href="#myconclusion">Conclusion</a></li>
<li><a href="#myfuturestudy">Future study</a></li>
<li><a href="#myqaa">Q&A</a></li>
</ul>
</div>
<!-- end bs-sidebar -->
</div>
<!-- end col-md-3 -->
<div class="col-md-9 col-md-pull-3" id="mycontent">
<div>
<h1 id="myobjective">Objective</h1>
<p>
<ol>
<li>To learn how to make pinhole camera by myself.</li>
<li>To study the properties of the camera</li>
<li>To compare the basic features of the camera</li>
<li>To practice techniques using the camera</li>
<li>To recycling, applied to advantage</li>
</ol>
</p>
<h1 id="mymethod">Materials and Methods</h1>
<h2>Materials</h2>
<p><ol>
<li>Cereals box and matches box</li>
<li>Can of coke</li>
<li>Clothespins(separated in 2 parts)</li>
<li>Film 35 mm</li>
<li>Poster color</li>
<li>Knife (Cutter) and scissors</li>
<li>Black tape and double side tape</li>
<li>Needle</li>
<li>Glue</li>
</ol></p>
<h2>Overall Methods in Video</h2>
<div class="span9">
<div class="flex-video widescreen" style="margin: 0 auto;text-align:center;">
<iframe allowfullscreen="" src="http://www.youtube.com/embed/jQiokCPauZI?feature=player_detailpage" frameborder="0"></iframe>
</div>
</div>
<h2>Procedure to make pinhole camera by using cereals box</h2>
<p><ol>
<li>Paint a cereal box with black poster color</li>
<li>Cut cereals box as shown in figure 1-4
<ul>
<li>Part A: Camera’s body</li>
<p>
<figure>
<img src="img/m1.png" height="396" width="528" class="img-thumbnail">
<figcaption style="width: 528px; text-align: center;">Figure 1</figcaption>
</figure>
</p>
<li>Part B: Film storage</li>
<li>Part C: Shutter holder</li>
<li>Part D: Shutter cover
<p>
<figure>
<img src="img/m2.png" height="523" width="490" class="img-thumbnail">
<figcaption style="width: 523px; text-align: center;">Figure 2: Cut a cereal box</figcaption>
</figure>
</p>
<p>
<figure>
<img src="img/m3.png" height="291" width="483" class="img-thumbnail">
<figcaption style="width: 483px; text-align: center;">Figure 3: film storage and shutter cover</figcaption>
</figure>
</p>
<p>
<figure>
<img src="img/m4.jpg" height="280" width="321" class="img-thumbnail">
<figcaption style="width: 321px; text-align: center;">Figure 4: shutter holder and shutter cover</figcaption>
</figure>
</p>
</li>
</li></ul>
</li>
<li><p>Part A: Making one square hole size of 1 x 1 cm at center
Part B: Making one square hole size of 1 x 1 inch at center</p>
</li>
<li>Fold part A for camera’s body as shown in figure 5-7
<p>
<figure>
<img src="img/m5.png" height="414" width="408" alt="" class="img-thumbnail">
<figcaption style="width: 400px; text-align: center;">Figure 5</figcaption>
</figure>
</p>
<p>
<figure>
<img src="img/m6.png" height="372" width="362" alt="" class="img-thumbnail">
<figcaption style="width: 362px; text-align: center;">Figure 6</figcaption>
</figure>
</p>
<p>
<figure>
<img src="img/m7.png" height="162" width="130" alt="" class="img-thumbnail">
<figcaption style="width: 130px; text-align: center;">Figure 7</figcaption>
</figure>
</p>
</li>
<li>Combine part A and B together as shown in figure 8
<p>
<figure>
<img src="img/m8.png" height="270" width="370" alt="" class="img-thumbnail">
<figcaption style="width: 370px; text-align: center;">Figure 8</figcaption>
</figure>
</p>
</li>
<li>Cut the can size of 2 x 2 cm then make a hole at the center using a needle
<p>
<figure>
<img src="img/m9.png" height="208" width="346" alt="" class="img-thumbnail">
<figcaption style="width: 346px; text-align: center;">Figure 9</figcaption>
</figure>
</p>
</li>
<li>On the top of camera’s body, make 2 holes as shown in figure (Φ1.3 cm for changing frame of film by using clothespins)
<p>
<figure>
<img src="img/m10.png" height="268" width="277" alt="" class="img-thumbnail">
<figcaption style="width: 277px; text-align: center;">Figure 10</figcaption>
</figure>
</p>
</li>
<li>Attach part A , C and a square piece of can: the hole must have the same center</li>
<li>Put the film and clothespins in the camera’s body
<p>
<figure>
<img src="img/m11.png" height="235" width="250" class="img-thumbnail">
<figcaption style="width: 250px; text-align: center;">Figure 11</figcaption>
</figure>
</p></li>
<li>Close the box and wrap it by using black tape
<p>
<figure>
<img src="img/m12.png" height="266" width="250" alt="" class="img-thumbnail">
<figcaption style="width: 250px; text-align: center;">Figure 12</figcaption>
</figure>
</p></li>
</li>
<li>Put the shutter cover into shutter holder
<p>
<figure>
<img src="img/m13.png" height="330" width="778" alt="" class="img-thumbnail">
<figcaption style="width: 778px; text-align: center;">Figure 13</figcaption>
</figure>
</p></li>
</li>
</ol></p>
<h2>Procedure to make pinhole camera by using matches box </h2>
<p><ol>
<li>Matches box
<ul><li>Part A: Camera’s body</li>
<li>Part B: Film holder</li></ul>
</li>
<li>Cut cereals box as shown in figure…
<ul><li>Part C: Shutter holder</li>
<li>Part D: Shutter cover</li></ul>
</li>
</li>
<li>Paint matches box and cereal box with black poster color</li>
<li>Make a square hole size of 1 x 1 cm at the center of 2 parts of matches box
<p>
<figure>
<img src="img/m14.png" height="258" width="336" alt="" class="img-thumbnail">
<figcaption style="width: 336px; text-align: center;">Figure 14</figcaption>
</figure>
</p></li></li>
<li>Cut the can size of 2 x 2 cm then make a hole at the center using a needle
<p>
<figure>
<img src="img/m15.png" height="436" width="505" alt="" class="img-thumbnail">
<figcaption style="width: 505px; text-align: center;">Figure 15</figcaption>
</figure>
</p></li></li>
<li>Put the film as shown in figure 16
<p>
<figure>
<img src="img/m16.png" height="316" width="448" alt="" class="img-thumbnail">
<figcaption style="width: 448px; text-align: center;">Figure 16</figcaption>
</figure>
</p></li></li>
<li>Combine part A, B, C and D together </li>
<li>Attach a square piece of can, matches box and shutter holder: the hole must have the same center</li>
<li>Put the shutter cover into shutter holder and stabilize the camera by using the black tape
<p>
<figure>
<img src="img/m17.png" height="568" width="656" alt="" class="img-thumbnail">
<figcaption style="width: 656px; text-align: center;">Figure 17</figcaption>
</figure>
</p>
<p>
<figure>
<img src="img/m18.jpg" height="607" width="341" alt="" class="img-thumbnail">
<figcaption style="width: 341px; text-align: center;">Figure 18</figcaption>
</figure>
</p></li></li></li>
</ol></p>
<h1 id="myresult">Results</h1>
<h2>Hardware</h2>
<p>
<ol>
<li><b>Cereal box pinhole camera</b>
<p>
<figure>
<img src="img/r1.png" height="191" width="203" alt="" class="img-thumbnail">
<figcaption style="width: 200px; text-align: center;">Figure 19</figcaption>
</figure>
</p></li>
<p>
<figure>
<img src="img/r2.png" height="235" width="234" alt="" class="img-thumbnail">
<figcaption style="width: 234px; text-align: center;">Figure 20</figcaption>
</figure>
</p></li>
<p>
<figure>
<img src="img/r3.png" height="252" width="252" alt="" class="img-thumbnail">
<figcaption style="width: 252px; text-align: center;">Figure 21</figcaption>
</figure>
</p></li>
</li>
<li><b>Matches box pinhole camera</b>
<p>
<figure>
<img src="img/r4.png" height="568" width="656" alt="" class="img-thumbnail">
<figcaption style="width: 656px; text-align: center;">Figure 22</figcaption>
</figure>
</p></li>
</li>
</ol>
</p>
<h2>Result Photo</h2>
<p>...</p>
<h1 id="mydisscussion">Discussion</h1>
<p class="indent">In this study, the final pin hole cameras are planned to test in 2 situations. For the first situation, we take an outdoor picture, a landscape with the buildings, using each camera with a different shutter speed of 1, 2, and 5 seconds. For the second situation, we take an indoor picture, a classroom with the furniture, using a cereal box camera with a different shutter speed of 3, 5, and 7 minutes. </p>
<p class="indent">After develop the photographic films, the result shape of outline of each photo in the film is not a normal rectangle. The problem came from the mechanic of camera that we did not stick the print film between the source box and the sink box. The abnormal outline is made from the moment of moving film and result in bend film later.</p>
<p class="indent">Due to the old of photographic film in the match box camera, the final film cannot develop a final picture. This problem made our experimental plan to study an effect of variable length of focus, a length from a frontal hole to a rear photographic film, fail.</p>
<p class="indent">In the first experiment, a developed photographic film from cereal box show that a picture with a shutter speed of 1 second has more contrast than 5 seconds significantly, but a picture with a shutter speed of 5 seconds has brighter than others. Similarly, the final developed films from cereal box in second experiment are same result, the shutter speed of the less time has more contrast and darker than others.</p>
<h1 id="myconclusion">Conclusion</h1>
<p class="indent">From the result, we can build a pinhole camera giving an inverted image on the opposite of the box. Its mean to take an image is similar the common camera but it doesn’t need any lens. All the other sides of pinhole camera are completely dark with a small hole to get a sharp image. </p>
<p class="indent">One of the factors of taking sharper image is time for exposure. The shorter time, the sharper image but the time depends on the size of the hole. Accordingly, the smaller hole is necessary the longer time. Then, the distance of object and image can affect the size of the inverted image because both of them make a focus point. Thus, the taking a photo depends on many conditions to take the best photo although it is just a simple camera like a pinhole camera.</p>
<h1 id="myfuturestudy">Future study</h1>
<p class="indent">We have done the pinhole camera, this is the first prototype. In this project, we had only one size of a hole, and time to hold a shutter was changed. In the future, we plan to design a new prototype which can be changed a hole of the camera. Therefore, we can change time to hold a shutter and size of hole. And observe a condition that we can acquire the best photo from pinhole camera.</p>
<h1 id="myqaa">Q&A</h1>
<dl class="dl-horizontal thai">
<p>
<dt>Question 1:</dt><dd>ถ้ารูของกล้องขนาดไม่เท่ากันจะส่งผลอย่างไรกับภาพถ่าย</dd>
<dt>Answer:</dt><dd>รูของกล้องจะเป็นส่วนที่แสงเข้ามา เมื่อขนาดไม่เท่ากันจะได้รับแสงในปริมาณที่ต่างกัน ทำให้ใช้เวลาถ่ายภาพไม่เท่ากัน</dd>
</p>
<p>
<dt>Question 2:</dt><dd>ความไวในการเปิด-ปิดชัตเตอร์ที่แตกต่างกัน ทำให้เกิดผลอย่างไร</dd>
<dt>Answer:</dt><dd>เกิดการรับแสงในปริมาณที่ไม่เท่ากัน คล้ายการไหลของน้ำในท่อ</dd>
</p>
<p>
<dt>Question 3:</dt><dd>ถ้าต้องการภาพถ่ายที่ชัด โดยใช้เวลามากขึ้น จะต้องทำอย่างไร</dd>
<dt>Answer:</dt><dd>ลดแสงสว่างรอบข้าง หรือใช้รูขนาดเล็ก หรือทำทั้งสองกรณี</dd>
</p>
<p>
<dt>Question 4:</dt><dd>ทำไมภายในกล้องจะต้องทาสีดำสนิท</dd>
<dt>Answer:</dt><dd>เพื่อป้องกันฟิล์มไม่ให้ได้รับแสงจากแหล่งอื่น นอกจากสิ่งที่จะถ่าย</dd>
</p>
</dl>
</div>
<!-- end col-md-9 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
<footer class="bs-footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-12" style="">
<h1>Members</h1>
<dl><dd>Mr. Thanawin Trakoolwilaiwan 5413085</dd>
<dd>Mr. Jongsook Sanguantrakul 5413337</dd>
<dd>Mr. Jirawat Iamsamang 5413341</dd>
<dd>Mr. Chaiyakorn Thongchanasin 5413346</dd>
<dd>Miss Tanyaporn Pungrasmi 5413355</dd>
<dd>Miss Pavinee Jaturapisanukul 5413365</dd>
<dd>Mr. Rattapong Lordthong 5413367</dd>
</dl>
<p>Department of Biomedical Engineering</p>
<p>Faculty of Engineering, Mahidol University</p>
</div>
</div>
</div>
</footer>
<!-- script references -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js?122"></script>
<link href="http://fonts.googleapis.com/earlyaccess/notosansthai.css" rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Fira+Sans:400,700' rel='stylesheet' type='text/css'>
</body>
</html>