Community Profile

photo

varaprasadarao r


Last seen: 2년 초과 전 2018년부터 활동

통계

  • First Review
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


I want to calculate LTrp for 0,45,90,135,180,225,270,315 degrees. in the below code 0,90,180,270 calculated.
function [hist_LTrP_u2,hist_LTrP_u2_convex_up,hist_LTrP_u2_convex_down] = LTrP_func(image,window_size,thres) [row,col]=size(ima...

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

1

답변

질문


how to retrieve less number of best matching images.
In image retrieval for a query image, distance algorithm is used to retrieve images from database, its retrieving large number ...

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

0

답변

답변 있음
ERROR: Index in position 1 exceeds array bounds. Error in mainpgm (line 289) xdata = [DF(1,:);DF(3,:)];, xdata = [DF(2,:);DF(4,:)];
Error using ClassificationSVM (line 249) Use fitcsvm to train an SVM model. Error in faceantispoofmain1 (line 192) out = Clas...

대략 5년 전 | 0

질문


ERROR: Index in position 1 exceeds array bounds. Error in mainpgm (line 289) xdata = [DF(1,:);DF(3,:)];, xdata = [DF(2,:);DF(4,:)];
clc clear all close all cd Database DF=[]; for i = 1 : 4 %%= READ VIDEO str = int2str(i); str = s...

대략 5년 전 | 답변 수: 3 | 0

3

답변

답변 있음
ERROR: Index in position 1 exceeds array bounds. Error in mainpgm (line 289) xdata = [DF(1,:);DF(3,:)];, xdata = [DF(2,:);DF(4,:)];
clc clear all close all cd Database DF=[]; for i = 1 : 4 %%= READ VIDEO str = int2str(i); str = strcat(...

대략 5년 전 | 0