pratibha rane - MATLAB Central
photo

pratibha rane


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 02/13 to 04/25Use left and right arrows to move selectionFrom 02/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

17 質問
2 回答

ランク
272,954
of 298,292

評判
0

コントリビューション
17 質問
2 回答

回答採用率
11.76%

獲得投票数
0

ランク
 of 20,560

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


How to save generated plot/image to GUI?
figure; axis off; hold on; for l = 1:16 [lr lc] = ind2sub([4, 4], l); ...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


Java heap space error
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space I am getting above error when I run matlab...

12年弱 前 | 0 件の回答 | 0

0

回答

質問


Boundary finding for human object
I want to get perfect boundary of human object, I wrote code as: m=imread('E:\ProjectCode\35.jpg'); H=1-fspecial('gaussian',...

12年弱 前 | 0 件の回答 | 0

0

回答

質問


SOM for action recognition
Hi,How to use self organizing map to represent video in human action recognition system?,Plz help,plz mail me code

約12年 前 | 0 件の回答 | 0

0

回答

質問


Region filling in binary image
Hi,I wanted to fill area(Human Body) bounded by white boundary.keeping remaining color same,only Inside area I need to color wit...

約12年 前 | 0 件の回答 | 0

0

回答

質問


??? Attempt to reference field of non-structure array.
Following code is for manipulating matrix of image to change color of some pixel for row=1:rows for col=1:colu...

約12年 前 | 1 件の回答 | 0

1

回答

回答済み
Separating a group of higher intensity pixels in an image
Code: BW = imread('E:\ProjectCode\45.jpg');%Binary image BW2 = bwareaopen(BW, 24); figure,imshow(BW2) Error: Error using ...

約12年 前 | 0

質問


Conversion to binary Image
Hi, I have grayscale image of the person(output of mixture of gaussian method) with background(also shows shadow effect),I want ...

約12年 前 | 2 件の回答 | 0

2

回答

質問


binary image access in matlab
I have binary images(.jpg)I want to access those images successively for training in matlab.How to access it?Is it required to s...

約12年 前 | 1 件の回答 | 0

1

回答

質問


Mixture of Gaussian Method-very slow
My program for Mixture of Gaussian Method is running very slowly.Please help.

約12年 前 | 0 件の回答 | 0

0

回答

質問


silhoutes generation from video
my project is on action recognition in ATM scenario. I need to get human silhoutes from the video in binary form.How to go for i...

約12年 前 | 0 件の回答 | 0

0

回答

質問


mixture of Gaussians algorithm for background subtraction
I am using mixture of Gaussians algorithm for background subtraction,showing me output also, but not clearly distinguishing fore...

約12年 前 | 1 件の回答 | 0

1

回答

回答済み
Error in extract foreground program,please help
I am using mixture of Gaussians algorithm for background subtraction,showing me output also, but not clearly distinguishing for...

約12年 前 | 0

質問


Error in extract foreground program,please help
Code: video='ATMvid.avi' if ischar(video) % Load the video from an avi file. avi = aviread(video); ...

約12年 前 | 2 件の回答 | 0

2

回答

質問


Error: Index exceeds matrix dimensions.
obj=mmreader('ATMvid.avi'); a=read(obj, [10 200]); %a=read(obj); frames=get(obj,'numberOfFrames');% to find no.of frame...

約12年 前 | 1 件の回答 | 0

1

回答

質問


SOM -How do I use SOM in matlab for images
How do I use SOM in matlab for posture prototype images(binary)? Thanks

約12年 前 | 1 件の回答 | 0

1

回答

質問


Background subtraction method i am getting following error while reading video-please help me
Warning: The end of file was reached before the requested frames were read completely. Frames 1 through 613 were returned. ...

約12年 前 | 1 件の回答 | 0

1

回答

質問


SOM -How do I use SOM in matlab for images
Hi, How do I give input to SOM ?

約12年 前 | 0 件の回答 | 0

0

回答

質問


How to get binary images of human from .avi video?
Hi, I am using .avi video with static background, which method is better for background subtraction, and after that how to get b...

約12年 前 | 0 件の回答 | 0

0

回答