photo

sassi nizar


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
160,919
of 301,175

평판
0

참여
7 질문
0 답변

답변 채택
14.29%

획득한 표
0

순위
 of 21,185

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Attempted to access tfMatrix(0,1); index must be a positive integer or logical. Error in modellingPLSA (line 25) tfMatrix(wordNumber,documentNumber) = tfMatrix(wordNumber,documentNumber) + 1;
data = dlmread('fichier.txt','\t'); [m,n] = size(data); doc_length = 4; documents = floor((44*60+12)/doc...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


thresholding histogram of visual words.
H is a histogram represent the occurence of visual word, i need a threshold to know if the word is usual or not usual. how i can...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Attempted to access yC(3); index out of bounds because numel(yC)=2. Error in Contour2Area (line 24) s=(xC(2)-xC(1))(yC(3)-yC(2))-(xC(3)-xC(2))(yC(2)-yC(1)); Error in test (line 34) [Area,Centroid]=Contour2Area(cf);
function [Area,Centroid]=Contour2Area(C) nC=length(C); cc=1;j=1; while cc<nC ix(j)=C(2,cc); cvec_st...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I have tried to get the area of the blobs in the image but this errors appears
Attempted to access yC(3); index out of bounds because numel(yC)=2. Error in Contour2Area (line 24) s=(xC(2)-xC(1))*...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I am trying to add a cell value to a number but i got this error. Cell contents reference from a non-cell array object.
the instruction is: vect{cell,1}{1,1}=sum(vect{cell,1}{1,1})+occ_d;

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I am using contourf function with one isoline, i work with binary image. how i can calculate the surface and centroid of the filled contour.
the image contain two type of objects vehicles and pedestriants. I want get the area and centroid to classify the object.

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How i can determine the direction of the pixel??
I am using lucas & kanade method to calculate the optical flow, I need that to classify the pixels into right,left,up and down.

10년 초과 전 | 답변 수: 1 | 0

1

답변