photo

pratibha rane


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

17 질문
2 답변

순위
267,074
of 300,338

평판
0

참여
17 질문
2 답변

답변 채택
11.76%

획득한 표
0

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
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

답변