Opencv python

Assignment Help Basic Computer Science
Reference no: EM13674846

OpenCV Python (Image Masking using Inpaint Function) Please help!! SEEKING EXPERIENCED TUTOR WHO HAS EXPERIENCE WORKING WITH OPENCV PYTHON BINDINGS!!!!

I am using Python IDLE to edit and run script...

I need help with modifying the following inprint.py program, so when a user press 'r' the program
masks the image and produces output which is the image in black and white and only the masked area
is in color...

The program is as follows:


#!/usr/bin/env python

'''
Inpainting sample.

Inpainting repairs damage to images by floodfilling
the damage with surrounding image areas.

Usage:
inpaint.py [<image>]

Keys:
SPACE - inpaint
r - reset the inpainting mask
ESC - exit
'''

import numpy as np
import cv2
from common import Sketcher

if __name__ == '__main__':
import sys
try: fn = sys.argv[1]
except: fn = '../cpp/fruits.jpg'
print __doc__

img = cv2.imread(fn)
img_mark = img.copy()
mark = np.zeros(img.shape[:2], np.uint8)
sketch = Sketcher('img', [img_mark, mark], lambda : ((255, 255, 255), 255))

while True:
ch = 0xFF & cv2.waitKey()
if ch == 27:
break
if ch == ord(' '):
res = cv2.inpaint(img_mark, mark, 3, cv2.INPAINT_TELEA)
cv2.imshow('inpaint', res)
if ch == ord('r'):
img_mark[:] = img
mark[:] = 0
sketch.show()
cv2.destroyAllWindows()

Reference no: EM13674846

Questions Cloud

Case study poseidon - how poseidon might respond to them : Explain presence as being beneficial to the local environment whilst they feel that they cannot really deny that their main motive is profit maximisation.
Computer network and data communication : What are the question for computer network and data communication
Why the java is called platform independent : Why the Java is called platform independent? Discuss.
Forms and data validation : Forms and Data Validation
Opencv python : OpenCV Python
Why does shared adversity foster strong relationships : Why does shared adversity foster strong relationships and bonding? How can managers get task group members who do not play golf to bond like this?
Design a logic program : DESIGN A LOGIC PROGRAM
Define pharmacokinetics and pharmacodynamics : What they are prescribed for and their common routes e.g. IV, imi, sc, po etc - how do they work (mode of action and common side effects and possible adverse interactions with other drugs
Unintentional discrimination : Unintentional Discrimination

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd