Opencv Filters on projected image

asked 2015-03-25 15:15:11 -0600

I has two images, the first is the image of the sistem, and the second is the image captured of a projection in an whiteboard.

What kind of filters can i apply to the first image for this be more alike the second image ?

Image 1 image description

Image 2 image description

edit retag flag offensive close merge delete

Comments

2

reminder, opencv is a computer-vision / machine leraning lib, it's not photoshop.

berak gravatar imageberak ( 2015-03-25 15:46:26 -0600 )edit
1

Thanks for help. Yes, I know it. and make sure that photoshop solved I would not have asked here. But I'm need to make this for I'm tracking new objects that entry on the captured image. Like the hand of the user, for iim controlling the mouse. And this filter was used to be a BG of a scene

Paulo Filipe Dantas gravatar imagePaulo Filipe Dantas ( 2015-03-25 15:55:10 -0600 )edit

You can first try with a Photoshop-like software to know which filter to use. For example, I apply first a Gaussian blur and I randomly play with Gimp features. You can see the result here: https://imgur.com/cIg4sL1.

Eduardo gravatar imageEduardo ( 2015-03-26 06:16:03 -0600 )edit