![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4938605_1522105175914_DEF.jpg)
prashanth
Followers: 0 Following: 0
Statistiques
RANG
19 576
of 297 016
RÉPUTATION
2
CONTRIBUTIONS
16 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
2
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 1
1
réponseMatrix 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(...
presque 11 ans il y a | 0
Question
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How to detect face from video?
iam getting this error for my below code... Index exceeds matrix dimensions. Error in facedetect2012a (line 30) noseB...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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.
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 1
0
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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. ...
presque 11 ans il y a | 1 réponse | 0