photo

Mazvydas Tadaravicius


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

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

13 years 前 | 0

提问


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...

13 years 前 | 2 个回答 | 0

2

个回答