Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yasar1998/ImageProcessingProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageProcessingProject

Open both videos and process the frames:

  • Copy the foreground objects to the other video. (combined)
  • Smooth the edges of the objects.
  • create a copy of the combined image (dest).
  • smooth the whole combined image (smoothed).
  • create a mask of the objects (black and white, white pixeles belongs to the objects)
  • dilate the mask (mask_bigger)
  • erode the mask (mask_smaller)
  • subtract the mask_smaller from the mask_bigger (edges_mask)
  • copy the pixels under the edges_mask from the smoothed image to the dest image (e.g.: copyTo)
  • Show the result and wait some milliseconds.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages