photo

prashanth


Last seen: quasi 5 anni fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

16 Domande
1 Risposta

RANK
19.576
of 297.503

REPUTAZIONE
2

CONTRIBUTI
16 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
2

RANK
 of 20.449

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.017

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

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Undirected weighted graph matching in matlab
Iam having two matrix as shown below.In my project iam using graph matching technique.Below are my 3 questions: 4 2 ...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Not showing number of frames for specific video even if it is present in current path in matlab
Below code is showing error for correct_script_video.avi.But it is working fine for other videos.This video is present in curren...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Detecting face very fast from video using vision.CascadeObjectDetector in matlab code
I wrote matlab code for face detection.In my code it is detecting face for first 100 frames and it crop faces from each frame a...

quasi 11 anni fa | 1 risposta | 1

1

risposta

Risposto
Matrix manipulation using sort function in matlab
E = logical(eye(size(table1))); % create a mask for the two different rules % rule 1: diagonal elements first table2 = zeros(...

quasi 11 anni fa | 0

Domanda


Matrix manipulation using sort function in matlab
This first matrix table1 contains normalized values for 5 names.I need to perform some operations on this matrix and I have to o...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Matlab code for Sorting diagonal elements of matrix and index of sorted elements is filled into new matrix as shown below?
This first matrix table1 contains normalized values for 5 names.I need to perform some operations on this matrix and I have to o...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Matrix manipulation depending on maximum and minimum values of existing matrix.
This first matrix table1 contains normalized values for 5 names.I need to perform some operations on this matrix and I have to o...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Matlab code for Calculating new matrix values from existing matrix values using for loop
This first matrix table1 contains normalized values for 5 names.I need to perform some operations on this matrix and I have to o...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


Matrix formation by applying some operation using loop logic.
This first matrix table1 contains 5 names and 5 scenes.I need to perform some operations on this matrix and I have to obtain s...

quasi 11 anni fa | 2 risposte | 0

2

risposte

Domanda


How to use kmeans clustering for face images present in database using eigenfaces features in matlab?
My code uses eigenfaces features to recognize faces.Iam having 20 images in my database.I have to make 3 clusters.Iam using kmea...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How to make face images clustering using kmeans clustering?
I detected face using Viola-jones algorithm from video.I cropped faces from each frame.I recognized faces using eigen faces.In e...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


How to make face images clustering using kmeans clustering?
I detected face using Viola-jones algorithm from video.I cropped faces from each frame.I recognized faces using eigen faces.In e...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


How to detect face from video?
iam getting this error for my below code... Index exceeds matrix dimensions. Error in facedetect2012a (line 30) noseB...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How to create text editor in matlab?
I dont know how to create a text editor in matlab.Can anybody help me to create simple text editor.

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


how to crop and save detected face from video?I already detected face from video.
% Create a cascade detector object. faceDetector = vision.CascadeObjectDetector(); % Read a video frame and run the detecto...

circa 11 anni fa | 0 risposte | 1

0

risposte

Domanda


how to crop face from many number of frames(video)?I just croped 3 faces from single frame.Here is my code.Also show me how to save cropped faces from each frame in array?
clc; clear all; obj=VideoReader('vtu.avi'); img = read(obj,1); figure(1),imshow(img); FaceDetect = vision.Cas...

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


how can i make face clusters using k means after detecting face from video?Here is my face detecting code.
% Create a cascade detector object. faceDetector = vision.CascadeObjectDetector(); % Read a video frame and run the detector. ...

circa 11 anni fa | 0 risposte | 0

0

risposte