photo

nirai selvi


Attivo dal 2015

Followers: 0   Following: 0

Statistica

MATLAB Answers

16 Domande
0 Risposte

RANK
36.676
of 300.321

REPUTAZIONE
1

CONTRIBUTI
16 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
18.75%

VOTI RICEVUTI
1

RANK
 of 20.913

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.093

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


does my output of svm classified is correct or not
here i have attach my svm classified output i used an rbf kernel function

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


In the face detection animal face also detected what should i do?
clear all clc %Detect objects using Viola-Jones Algorithm %To detect Face FDetect = vision.CascadeObjectDetect...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


does face detection is used for animal also?
clear all clc %Detect objects using Viola-Jones Algorithm %To detect Face FDetect = vision.CascadeObjectDetector; %Read...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


how to convert the rgb in to gray for this code?
% Create a detector object faceDetector = vision.CascadeObjectDetector; % Read input image [basefilename, pathname ] = uiget...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


what it is this meaning
j=size(r_ed,2):-1:1;

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


how can find the license file path in matlab2013a?
please help me its very urgent for me i install it and i cant activate

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


what is class scatter matrix and within scatter matrix ?
to form a eigen analysis between this two matrix

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


how this code give a out ? and what format?
I=imread('D:\Capture.PNG'); faceDetector = vision.CascadeObjectDetector(); bbox = step(faceDetector,I); B=insertObjec...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


what is the answer for this code ?
function K = rbf(coord,sig) %function K = rbf(coord,sig) % % Computes an rbf kernel matrix from the input coordinates % ...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


how this Kernel Discriminant Analysis code is work?
function [eigvector, eigvalue, elapse] = KDA(options,gnd,data) % KDA: Kernel Discriminant Analysis % % [eigvector, e...

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


i had a problem on finding the diagonal values of on my eigen vector
a=[0 6 1 ; 5 7 8 ; 8 7 2] a = 0 6 1 5 7 8 8 7 2 >> c=eig(a) c = 15.448...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


problem using this code for Kernel Discriminant Analysis
I=imread('H:\Capture.PNG'); % faceDetector = vision.CascadeObjectDetector(); % bbox = step(faceDetector,I); % B=inser...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


what is regularised kernel discriminant analysis ? and how is uesd for feature extraction?
I=imread('H:\Capture.PNG'); % faceDetector = vision.CascadeObjectDetector(); % bbox = step(faceDetector,I); % B=inser...

circa 10 anni fa | 1 risposta | 1

1

risposta

Domanda


how to find eigen value and eigen vector for this coding
I = imread('F:\Capture.PNG'); [r,c]=size(I) imshow(I) I1=rgb2gray(I); I2 = imcrop(I1,[120 74 132 132]); [r1,c1,a]=size(I...

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


how write a code for regularised kernel discriminant analysis in image processing
but i cant use my coding <</matlabcentral/answers/uploaded_files/37903/Capture.PNG>>

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


how to find eigen value and eigen vector ?
my matrix size is 243*957 then how to form a eigen value and eigen vector

circa 10 anni fa | 0 risposte | 0

0

risposte