Statistica
9 Domande
0 Risposte
RANK
185.198
of 300.369
REPUTAZIONE
0
CONTRIBUTI
9 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
RANK
of 168.436
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
Feeds
Domanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 =...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 2 risposte | 0
