-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (54 loc) · 3.3 KB
/
index.html
File metadata and controls
75 lines (54 loc) · 3.3 KB
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
<html>
<head>
<meta charset="utf-8">
<title>Computer vision</title>
</head>
<link rel="stylesheet" href="css/y.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,200&display=swap" rel="stylesheet">
<body>
<!-- title -->
<section class="pro" id="title">
<div class="title1 ">
<img class="mg" src="imag/1.png" alt="camputervi" >
<div class="lift"><h1>Computer vision</h1></div>
</div>
<!-- information -->
<section class="y" id="information">
<div class="info ">
<h2 class="ii">what is computer vision:</h2>
<p class="p1">Computer vision is an interdisciplinary scientific field that deals with how computers can gain high-level understanding from digital images or videos. From the perspective of engineering, it seeks to understand and automate tasks that the human visual system can do.</p>
<a class="btn b1" href="https://en.wikipedia.org/wiki/Computer_vision">Click here</a><br>
<img class="mg1" src="imag/2.png" alt="camputervi2" >
</div>
<!-- Action -->
<section id="Action">
<div class="AC clto ">
<h2 class="i1">Same of the Applications of Computer Vision</h2>
<div class="features-box ">
<img class="mg3" src="imag/3.png" alt="camputervi3" width="200px" >
<p class="p2">A facial recognition system is a technology capable of matching a human face from a digital image or a video frame against a database of faces, typically employed to authenticate users through ID verification services, works by pinpointing and measuring facial features from a given image.</p>
<a class="btn " href="https://en.wikipedia.org/wiki/Facial_recognition_system">Click here</a><br>
</div>
<div class="features-box ">
<img class="mg4" src="imag/4.png" alt="camputervi4" align="right" width="200px" height="180px">
<p class="p2">Digital mapping (also called digital cartography) is the process by which a collection of data is compiled and formatted into a virtual image. The primary function of this technology is to produce maps that give accurate representations of a particular area, detailing major road arteries and other points of interest. The technology also allows the calculation of distances from one place to another.</p>
<a class="btn u" href="https://en.wikipedia.org/wiki/Digital_mapping" >Click here</a><br>
</div>
<div class="features-box">
<img class="mg3 " src="imag/5.png" alt="camputervi5" width="200px">
<p class="p2">A self-driving car, also known as an autonomous vehicle (AV or auto), driverless car, or robo-car is a vehicle that is capable of sensing its environment and moving safely with little or no human input.</p>
<a class="btn " href="https://en.wikipedia.org/wiki/Self-driving_car" >Click here</a><br>
</div>
</div>
<!-- Footer -->
<section class="prop" id="footer">
<div class="foot">
<img src="imag/t.png" alt="Twitter"> <a class="footer-link" href="https://twitter.com/settings/email">Twitter</a>
<img src="imag/f.png" alt="Email"> <a class="footer-link" href="mailto:Athary665@gmail.com">Email</a>
<p class="end">© 2021 Athari Khaild.</p>
</div>
</div>
</body>
</html>