Open in app

Sign In

Write

Sign In

Abhishek Suryavanshi
Abhishek Suryavanshi

3 Followers

Home

About

Aug 25, 2021

Practical Aspects of OpenCV

1.Angle Finder Code import cv2 import math path = 'test.jpg' img = cv2.imread(path) pointsList = [] def mousePoints(event,x,y,flags,params): if event == cv2.EVENT_LBUTTONDOWN: size = len(pointsList) if size != 0 and size % 3 != 0…

Opencv

4 min read

Practical Aspects of OpenCV
Practical Aspects of OpenCV
Opencv

4 min read


Aug 17, 2021

Basics of OpenCV

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products Image processing is a form of signal processing in…

Opencv

5 min read

Opencv

5 min read


Jun 9, 2021

Interview Preparation Python-Part1

Usage of __name__ in python # Suppose we have 2 python files in same directory namely first_module.py,second_module.py #Inside first_module.py #Inside second_module.py

Python

4 min read

Interview Preparation Python-Part1
Interview Preparation Python-Part1
Python

4 min read

Abhishek Suryavanshi

Abhishek Suryavanshi

3 Followers

Data Scientist in the making

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams