Community Profile

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年 前 | 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年 前 | 2 件の回答 | 0

2

回答