Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 854 Bytes

File metadata and controls

26 lines (15 loc) · 854 Bytes

Camera control

This program written in python when executed in Jupyter notebook starts the device camera (laptop, desktop, mobile devices). It useful in image processing. It uses libraries:

%matplotlib notebook

import cv2

import matplotlib.pyplot as plt

import signal

Image manipulation

This program written in python when executed in Jupyter notebook manipulates the images. It uses libraries:PIL, numpy, matplotlib.pyplot, cv2

Orignal image of F-35

Image of objects

Manipulated image of F-35

Image of objects

Image of objects