Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Basics of Computer Vision using Python in Chennai

A comprehensive course on Computer Vision using Python. This course is highly suited for beginners

Book a Class, for FREE

RELATED RECENT PLACEMENTS

Smita Suryavanshi

Deloitte

KLE Dr. M.S. Sheshgiri College of Engineering and Technology

Jitendra kumar Vishwakarma

Mando Softtech India Pvt. Ltd.

Ambition institute of technology

Meganath Prabu S

Tech Mahindra

C K College of Engineering and Technology

SRITHARAN N

Tata Technologies

SNS College of Technology

AnilKumar Hubballi

Aakruthi3D pvt ltd

KLE Polytechnic Bailhongal

Prajwal Phaniraj

Amorys Technologies

NIE Institute of Technology

VenkatasureshBabu Cheedella

Amorys Technologies

Deccan College Of Engineering & Technology

Amit Tatte

CAEPro

Sipna College Of Engineering And Technology , Amravati

Syllabus

This course is full of best-in-class content by leading faculty and industry experts in the form of videos and projects

Course Overview

  • This course provides the parameters and processes that define computer vision and delve into details like image processing, edge detection and image segmentation.
  • This course provides the basics of classical computer vision, 2d and 3d processing, camera projections, use of machine learning in vision systems

Course Syllabus in Chennai

On a daily basis we talk to companies in the likes of Tata Elxsi and Mahindra to fine tune our curriculum.

Week - 01 Introduction to Computer Vision

  • General introduction, 
    • History of CV
    • Formulating the field, why is it a hard topic?
  • Definition of computer vision
    • Required components
    • What qualifies as a vision system
  • Humans as a vision system: how good do we “see”?
  • Useful applications
  • Image acquisition using a camera
  • Different types of cameras for different domain
    • Stills, Video, DSLR, Bodycam, Drone
    • Infrared, Ultrasonography, Magnetic resonance
  • Physics of Color: color spectrum
  • Human encoding of color: Rods and cons of eyes
  • Color spaces: 
    • RGB, CMYK, HSV
    • Color balance
  • Camera specifications: 
    • Pinhole
    • CMOS
    • CCD
  • Image specifications: 
    • Pixel (Picture element)
    • Aspect ratio, HD, Interlacing
    • Conversions
  • Type of digital images:
    • Binary, Grayscale, Color 
    • Conversion techniques

 

Week - 02 Image processing

  • Noise Removal
    • Pixel Neighborhood
    • Salt and pepper noise
    • Morphing to hide cracks in the image
  • Applying filters to images
    • Convolution of matrices
  • Types of Filter: 
    • Mean or Box filtering
    • Median Filter
    • Mode, Mean, Pass 
    • Generic properties of smoothing
    • Anisotropic filtering
  • Gaussian: Isotropy condition, formulation, figure
    • Weight influence of pixels by their distance to the center pixel
    • Spread parameter
    • Motivating examples
  • Filter Separability
    • Computation and Maths
    • Gaussian Separability

 

Week - 03 Edge Detection

  • Introduction to edges and gradients
    • Intensity difference
    • 1D versus 2D edge detection
  • Edge detection in mammals
  • 1D signals and 2D signals
    • Difference and derivative mask
    • Examples
  • Image Gradient
  • Image noise: Gaussian noise
  • Smoothing + Edge detection
    • Gaussian Derivative Signals
  • 2D gradient operators
    • Prewitt Masks
    • Sobel Masks
  • Steerable filters
  • Laplacian filters
    • Laplacian of Gaussian
    • Zero Crossings
  • Canny edge detection
    • Hysteresis thresholding
    • Non-maximal Suppression

 

Week - 04 Image Segmentation and features

  • Thresholding based on histogram
  • Otsu, Adaptive Otsu
    • Formulation, Advancements, and effectiveness
    • Examples
  • Distance Metric: Norm functions
  • Thresholding based on different metrics, covariance-based
  • Different types of background subtraction
    • Mean, Euclidean, Mahalanobis
    • Covariance matrix, multidimensional mahalanobis 
  • Shadow modeling
    • Transform to color spaces
  • Multimodal background distribution
    • Gaussian Mixture Model
    • Foreground Assignment
  • Clustering to Image Segmentation
    • Agglomerative Clustering
    • K Means, K Means ++
    • Mean Shift Clustering
    • Hierarchical Clustering

 

Week - 05 Binary Image Operation

  • Morphology: 
    • Erosion, Dilation
    • Open, Close
  • Connected component
    • Counting objects: Sequential count etc
    • Recursive count
    • Remove Small Features
  • Hough Transformation Algorithm
  • Radon Transformation Algorithm
  • Image Pyramids: Gaussian Laplacian Coding Compression

 

Week - 06 Shape of Objects

  • Largest component
  • Medial axis
  • Boundary coding 
  • Chain Coding
  • Shape Numbering
  • Quadtree Representation
  • Bounding box
  • Perimeter, Compactness, Circularity
  • Centroid
  • Spatial Moments
    • Central
    • Second third order
  • Similitude Moment
  • Dimensionality Reduction
  • Linear basis set
  • Principal Component Analysis
    • Eigen Values and Vectors
    • Finding Eigen sets
    • Test on synthetic and real data
  • Face Recognition using PCA: kernel trick

 

Week - 07 Motion

  • Definition, simple motion
    • Image differentiation
    • Single constant threshold
  • Weber's Law
  • Optical flow
    • Formulas, geometry, example
  • Normal optic flow
  • Weighted aggregate,
  • Hierarchical Motion Estimation
  • Motion: Use of linear Algebra
  • 3D motion of a point
    • Matrix operations for different motion in objects
    • Pinhole Camera Model
  • 2D matrix motion
    • Translation Motion
    • Similarity Motion
    • Affine Motion
  • Motion History Image
    • Spatial Pattern of where motion occurred
    • Progression of motion
  • Motion Energy Image
  • Silhouette Difference

 

Week - 08 Matching & Tracking

  • Motivation, Example
  • Feature-based tracking
  • How to find good features to track
  • Find Interest Points (General)
    • Panoramic stitching
  • Features from Accelerated Segment (FAST)
  • Harris Detector
    • Gradients
    • Window weighing function
    • Harris Corner Response Function

 

Week - 09 Interest Point

  • SURF algorithm
  • SIFT algorithm for automated feature selection
  • Free alternative to SIFT and SURF in OpenCV
  •  Laplacian Of Gaussian
    • Automated Feature selection
  • Diff Of Gaussian
  • Covariance tracking
    • Descriptor Matrix
    • Finding best match
    • Rotation Invariance
  • Kanade-Lucas-Tomasi (KLT) Tracker
    • Tracking Features
    • Formulations
    • Reduction Pyramid
    • Select “good” feature based on Eigen Value
  • Mean shift tracking
  • Weighted histograms using spatial kernels
      • Evaluating similarity between distributions using Bhattacharyya coefficient
    • Object tracking by target localization (in each frame) by maximizing the similarity function using mean shift
  • Template Matching
    • Sum-of-Absolute Differences
    • Sum-of-Squared Differences
    • Normalized Cross-Correlation

 

Week - 10 Image Registration

  • Lens
    • Thin Lens Model
    • Focus, DoF, Aperture,
  • Projective Camera Model
    • Pinhole Camera
    • Intrinsic and Extrinsic Camera Parameters
  • Homogeneous Coordinate
  • Projection
    • Camera Projection
  • Camera Matrices
    • Estimating camera matrices
    • Extracting parameter P
  • Calibration
  • Projection
    • Perspective Effective
    • Affine
    • Orthographic
    • Weak
  • Transformation: Translation, Rotation, Skew, Reflection
  • Planar homography/ Projective Transformation
    • Solving homography matrix
    • Normalized Direct Linear Transformation
    • Example on real 3D data
  • RANSAC Algorithm
  • Gold Standard Algorithm

 

Week - 11 Lens & Camera projection

  • 3D intro
    • Motivation
    • Ambiguity in single View
  • Geometry for simple stereo system
  • Depth and Calibration
  • Epipolar Geometry
    • Baseline, Epipole, Epipolar Line, Epipolar Plane
    • Epipolar Constraint
    • Converging camera
    • Parallel Camera
  • Camera Motion
  • Fundamental Matrix
    • Computation
    • 8 point algorithm
  • Depth Matrix
  • Stereo Matching Algorithm
    • Correspondence Search
    • Estimate disparity by finding corresponding points
    • Depth is inversely related to disparity
  • Stereo Matching as Energy Minimization
  • Graph cut algorithm

 

Week - 12 SOTA ML based CV Techniques

  • LeNet
  • AlexNet
  • General detection techniques
  • YOLO
  • GAN
  • Autonomous Vehicle Specific Networks
  • Gaussian Neural Network
  • Confidence in classification output: decide object confidence for autonomous vehicle

Our courses have been designed by industry experts to help students achieve their dream careers

Industry Projects in Chennai

Our projects are designed by experts in the industry to reflect industry standards. By working through our projects, Learners will gain a practical understanding of what they will take on at a larger-scale in the industry. In total, there are 2 Projects that are available in this program.

Real time traffic tracking using matching algorithms

In this project, the students are expected to perform the "matching algorithms" to capture moving pedestrians and vehicles traffic and compare them quantitatively.

Real time video segmentation using machine learning and feature extraction

In this project, students will have to download public road video dataset and design a machine learning based technique to segment and identify specific tasks related to autonomous systems and vehicles using open source and data competitions (can choose between kaggle competitions)

Our courses have been designed by industry experts to help students achieve their dream careers

Ratings & Reviews by Learners

Skill-Lync has received honest feedback from our learners around the globe.

Google Rating
4.8

Learn Basics of Computer Vision using Python with Skill-Lync in Chennai

The online computer vision course by Skill-Lync is fairly extensive, covering many functions and methodologies. Students may quickly learn computer vision utilizing Python once they enrol in the course. The computer vision course in Chennai starts with some fundamental notions and then moves on to the finer points of the language and concepts. Students will have the opportunity to work on a real-world project in which they will gain hands-on experience with computer vision and Python.

2D forms and stereo vision will be covered in the pattern recognition online course by Skill-Lync. Anyone can learn computer vision with Python as this is a beginner-level course

Skill-Lync is one of the most popular e-learning institutions in Chennai for pursuing the computer vision course. IT is at a growing stage. These days, attention is shifting from conventional technologies to new advancements and automation techniques. Knowledge of computer vision will open up plenty of opportunities for students to build a robust career in this field. Skill-Lync offers computer vision courses in which you can learn what is computer vision in AI, while also learning the fundamentals of Python, a universal programming language.

FAQs About Computer Vision Online Course(Chennai)

Why should I choose a learn a computer vision course in Chennai?

Students will learn about the newest technology and developments in computer vision online courses. Not only that, but the course also includes a live project in which students can learn Python and apply what they've learned.

What are the prerequisites for taking up the computer vision with python course in Chennai?

Students interested in the field or having a Bachelor's degree in Computer Science and related branches of Engineering can take up this course. A student enrolled in this course must have a basic knowledge of algebra, statistics, and other mathematical concepts. 

What is the program fee of Skill-Lync's Basics of Computer Vision using Python in Chennai?

The fee for Basics of Computer Vision using Python course is flexible and is available in three plans. The basic plan provides you with 2 months of access at INR 7000 per month for three months, the Pro plan provides you with 4 months of access at INR 10,000 per month for three months and the Premium plan provides you lifetime access at INR 15,000 per month for three months.

What are the benefits of pursuing a Basics of Computer Vision using Python course in Chennai?

Pursuing a computer vision online course in Chennai at Skill-Lync would offer many benefits to you,

  • Industry-oriented curriculum.
  • Hands-on experience in solving industry projects.
  • Email and forum support from the technical support team to clear your doubts.
  • A certificate of completion.

What are the career prospects after completing the Basics of Computer Vision using Python course in Chennai? 

After completing the Basics of Computer Vision using Python course in Chennai, you can apply for different positions, such as:

  • Computer Vision Engineer - Artificial Intelligence
  • AI Computer Vision Developer
  • Research Scientist/Engineer - Computer Vision/Machine Learning
  • Computer Vision Engineer - Python/OpenCV/Tensorflow 

What is the expected salary range after completing a Computer Vision Online Course in Chennai? 

The estimated salary of a Computer Vision Engineer is around ₹7,55,845 per year, with an average salary of ₹6,95,013 per year.

Flexible Pricing

Talk to our career counsellors to get flexible payment options.

Premium

INR 40,000

Inclusive of all charges


Become job ready with our comprehensive industry focused curriculum for freshers & early career professionals

  • 5 Years Accessto Skill-Lync’s Learning Management System (LMS)

  • Personalized Pageto showcase Projects & Certifications

  • Live Individual & Group Sessionsto resolve queries, Discuss Progress and Study Plans.

  • Personalized & Hands-OnSupport over Mail, Telephone for Query Resolution & Overall Learner Progress.

  • Job-Oriented Industry Relevant Curriculumavailable at your fingertips curated by Global Industry Experts along with Live Sessions.

Instructors profiles

Our courses are designed by leading academicians and experienced industry professionals.

image

1 industry expert

Our instructors are industry experts along with a passion to teach.

image

7 years in the experience range

Instructors with 7 years extensive industry experience.

image

Areas of expertise

  • Machine Learning

Find Basics of Computer Vision using Python in other cities

Pune

Delhi

Hyderabad

Mumbai

Bangalore


Similar Courses

Got more questions?

Talk to our Team Directly

Please fill in your number & an expert from our team will call you shortly.

Please enter a valid number