photo

varaprasadarao r


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
81,395
of 301,436

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,278

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,540

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

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

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

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

7 years ago | 0