Skip to content

The example shows the capability of python programming in image analysis and image manipulation.

Notifications You must be signed in to change notification settings

ashar367/camera-control-and-image-manipulation

Repository files navigation

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

About

The example shows the capability of python programming in image analysis and image manipulation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published