photo

Mazvydas Tadaravicius


Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
Image Background Removal
function [outIm] = makeMask2(bg, im, tol) outIm = ((im > bg + tol) | (im < bg - tol)); end This function does the job...

más de 13 años hace | 0

Pregunta


Image Background Removal
For my gesture recognition uni project I have developed simple code that removes background from the image. For it to work there...

más de 13 años hace | 2 respuestas | 0

2

respuestas