Community Profile

photo

varaprasadarao r


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

Question


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 years ago | 3 answers | 0

3

answers

Answered
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 years ago | 0