photo

nirai selvi


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

16 질문
0 답변

순위
36,676
of 300,364

평판
1

참여
16 질문
0 답변

답변 채택
18.75%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

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

0

답변

질문


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

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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

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

1

답변

질문


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

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

0

답변

질문


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

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

0

답변

질문


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

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

0

답변

질문


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

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

0

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

0

답변

질문


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

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

0

답변

질문


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

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

0

답변