Skip to content

Combine multiple action shot images into one or remove action to produce a clean image using MATLAB

Notifications You must be signed in to change notification settings

Michaelrecycle/Matlab-image-processor-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matlab Image Processing

Combine multiple action shot images into one or remove action to produce a clean image using MATLAB

An Action Shot is an image that feature the moving person or object shown in different locations. These kinds of images are sometimes used in extreme sport magazines, in order to show people moving over a jump or performing some other kind of action.

Another image that is produced by this code is the Action Removed image where the moving person or object is removed from the image and the static background is shown.

This code uses vectorization to deliver efficient running times. The key is in utilizing Matlab's most useful tool which are matrices (hence Matrix Laboratory). The action shot images are combined into a 4D array where the first three layers are RGB values of the image and the last dimension is the corresponding image. Operations such as median(array,4) can be used to simply find necessrily values.

About

Combine multiple action shot images into one or remove action to produce a clean image using MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages