-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
OpenCV.html
169 lines (165 loc) · 9.93 KB
/
OpenCV.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>OpenCV - DevIncept</title>
<meta name="twitter:description" content="Learn in-demand Data Science skills like Python, Machine learning, Computer vision, NLP, Docker, etc. by implementing in projects.
Compete with other participants in weekly project-based assignments.">
<meta name="twitter:image" content="assets/img/Devincept.gif">
<meta property="og:type" content="website">
<meta property="og:image" content="assets/img/Devincept.gif">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="DevIncept">
<meta name="description" content="Learn Computer Vision, OpenCV, Image Segmentation,
Object Detection (SIFT+BERT), HAAR Cascade classifiers,
Motion Analysis, Object Tracking.">
<link rel="icon" type="image/png" sizes="500x500" href="assets/img/fevicon.png">
<link rel="icon" type="image/png" sizes="500x500" href="assets/img/fevicon.png">
<link rel="icon" type="image/png" sizes="500x500" href="assets/img/fevicon.png">
<link rel="icon" type="image/png" sizes="500x500" href="assets/img/fevicon.png">
<link rel="icon" type="image/png" sizes="500x500" href="assets/img/fevicon.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
</head>
<body style="box-shadow: -1px 0px;background-color: #ffffff;">
<nav
class="navbar navbar-light navbar-expand-lg fixed-top bg-white clean-navbar"
>
<div class="container">
<a
class="navbar-brand logo"
href="index.html"
style="background: url(assets/img/Logo.png)"
><img src="assets/img/Devincept.gif" style="width: 130px" /></a
><button
data-toggle="collapse"
class="navbar-toggler"
data-target="#navcol-1"
>
<span class="sr-only">Toggle navigation</span
><span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation">
<a class="nav-link active" href="#Why">Why us?</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="index.html#Timeline">TimeLine</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="pricing.html">Free courses</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="join-us.html">Join Us</a>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link"
href="https://dcp.devincept.com/"
target="_blank"
>DCP</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
More
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item nav-link ml-2" href="https://blog.devincept.com" target="_blank">Blogs</a></li>
<li><a class="dropdown-item nav-link ml-2" href="https://merch.devincept.com" target="_blank">DevMerch</a></li>
<li><a class="dropdown-item nav-link ml-2" href="faq.html">FAQ</a></li>
</li>
</ul>
</li>
<li class="nav-item" role="presentation">
<form>
<script
src="https://checkout.razorpay.com/v1/payment-button.js"
data-payment_button_id="pl_FxT74n2ecn7ibr"
></script>
</form>
</li>
</ul>
</div>
</div>
</nav>
<main class="page" style="padding: 130px 0px 0px 0px;">
<h1 style="text-align: center;color: rgba(4,101,247,0.81);">Structure For OpenCV</h1>
</main>
<div></div>
<div>
<div class="container" style="padding: 30px;">
<div class="row">
<div class="col-md-6">
<h1 style="font-size: 24px;text-align: center;color: rgba(49,126,249,0.7);">Skills</h1>
<p style="text-align: center;">Computer Vision, OpenCV, Image Segmentation,<br>Object Detection (SIFT+BERT), HAAR Cascade classifiers, <br>Motion Analysis, Object Tracking</p>
</div>
<div class="col-md-6">
<h1 style="font-size: 24px;text-align: center;color: rgba(49,126,249,0.7);">Perks</h1>
<p class="text-center">7 Projects<br>Chance to get your Article published <br>Certificates<br>Portfolio Making and hosting<br>Internship Chance.</p>
</div>
</div>
</div>
</div>
<h3 style="text-align: center;color: rgba(4,101,247,0.81);padding: 40px;">Structure of Modules</h3>
<div>
<div class="container">
<div class="row">
<div class="col-md-3" style="border-style: solid;border-color: rgba(112,166,250,0.49);">
<h5 style="text-align: center;color: rgba(4,101,247,0.81);">Module 1</h5>
<p style="text-align: center;"><br>Revisiting Python Libraries<br><br>Introduction to Computer Vision<br><br>Installing OpenCV and working with basic functions.<br><br>1st Project Submission & Leader board Updated.</p>
</div>
<div class="col-md-3" style="border-style: solid;border-color: rgba(112,166,250,0.49);">
<h5 style="text-align: center;color: rgba(4,101,247,0.81);">Module 2</h5>
<p style="text-align: center;"><br>Introduction Image Segmentation<br><br>Extracting specific shapes and areas from images.<br><br>Objection Detection<br><br>2nd Project Submission & Leader board Updated.</p>
</div>
<div class="col-md-3" style="border-style: solid;border-color: rgba(112,166,250,0.49);">
<h5 style="text-align: center;color: rgba(4,101,247,0.81);">Module 3</h5>
<p style="text-align: center;"><br>HAAR Cascade Classifiers<br><br>Face and Eye Detection<br><br>Face Recognition on custom data<br><br>3rd Project Submission & Leaderboard Updated.</p>
</div>
<div class="col-md-3" style="border-style: solid;border-color: rgba(112,166,250,0.49);">
<h5 style="text-align: center;color: rgba(4,101,247,0.81);">Module 4</h5>
<p style="text-align: center;"><br>Car and Pedestrian <br>Detection in Videos<br><br>Motion Analysis<br><br>Track Moving Objects in Videos<br><br>4th Project Submission & Leaderboard Updated.</p>
</div>
</div>
</div>
</div>
<h1 style="text-align: center;padding: 20px;"><a class="btn btn-success" role="button" href="https://forms.gle/EeFYjpce8KZJ6sqC7">Enroll Now For free</a></h1>
<h1 style="padding: 70px 0px 0px 0px;text-align: center;">DevIncept.</h1>
<h1 style="padding: 0px 0px 0px 0px;font-size: 20px;text-align: center;">Contact us:</h1>
<h1 style="padding: 0px 0px 0px 0px;font-size: 15px;text-align: center;">Email: <a href="mailto:[email protected]">[email protected]</a></h1>
<div class="clean-block add-on social-icons" style="height: 50px;padding: 10px;">
<div class="clean-block add-on social-icons" style="height: 50px;padding: 10px;">
<div class="icons"><a href="https://www.linkedin.com/company/devincept"><i class="fa fa-linkedin-square"></i></a><a href="https://www.facebook.com/DevIncept"><i class="fa fa-facebook"></i></a><a href="https://www.instagram.com/devincept.tech/"><i class="fa fa-instagram"></i></a><a href="https://www.twitter.com/devincept"><i class="fa fa-twitter"></i></a>
<a
href="https://github.com/DevIncept"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>