photo

Kartikeya


Last seen: casi 2 años hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

9 Preguntas
0 Respuestas

CLASIFICACIÓN
283.693
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


Age and Emotion prediction using Deep Learning Techniques
*I want material or code for finding Age and Emotion of a face using Best Deep Learning Techniques* Dataset I am using is FER if...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I Have completed Deblurring by using wiener Filter and now i want to get facial angle and emotion of a persons
I = im2double(imread('greyface1.jpg')); imshow(I); title('Original Image'); figure(); LEN = 45; THETA = 15; PSF =...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Deblurred the Images using wiener Filter but i need to train the multiple images find their accuracy before training and after training by using Plots
Deblurred the Images using wiener Filter but i need to train the multiple images find their accuracy before training and after t...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I have done with image deblurring and now i want to get a emotion of a face with box design
% Load the original image Ioriginal = imread('greyface1.jpg'); imshow(Ioriginal); title('Original Image'); % Define the mo...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Needed Full code for Color to grayscale and Wiener Algorithm for deblurring and differences between Original and Final Deblurred
Needed Full code for Color to grayscale and Wiener Algorithm for deblurring and differences between Original and Final Deblurred...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I needed to plot Histograms (or) Loss Information for original image and after restoration of blur image
%% Input Image Ioriginal = imread('greyface.jpg'); imshow(Ioriginal) title('Original Image') % % Restore Motion Blur W...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Needed Standard Blurring Techniques
I have changed original Image to Grayscale and now i want to unblur image by using one of the best standard techniques. Can an...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Not getting channel 1 in an Face images even though in Grey-colour
originalImage = imread('greyface2.jpg'); % To get a 2-D grayscale image from the file, converting from RGB % to gray scale...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Converting 3D matrix to 2D matrix image
I am working with a JPEG image, if it results in a 3D matrix (225x225x3), you can convert it to 2D. If the image is grayscale, i...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas