WganMe
WJN LLC
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
108,130
of 300,771
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,084
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,969
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Lab 12 Multimodal Recognition using CNN
1. Write a Matlab program to implement the GoogleNet for face recognition. 2. Write a Matlab program to implement the GoogleNet...
6 years ago | 0 answers | 0
0
answersQuestion
Lab 11 Multimodal Recognition using Features Extraction
1. Write a Matlab program to extract the SURF features from the face images and merge those features with the HOG features of th...
6 years ago | 0 answers | 0
0
answersQuestion
Lab 09 Voice Recognition
1. Write a Matlab code to perform command recognition for a single spoken English word. 2. Write a Simple Speech Recognition Ma...
6 years ago | 0 answers | 0
0
answersQuestion
Lab 08 Iris Recognition
1. Write a Matlab Program to read 30 iris images from CASIA database and extract iris region. 2. Write a Matlab program to extr...
6 years ago | 0 answers | 0
0
answersQuestion
Lab 07 Face Recognition using CNN
1. Write a Matlab code to transfere learning of GooglNet convolutional neural network for face biometric identification. 2. Com...
6 years ago | 0 answers | 0
0
answersQuestion
Lab 06 Deep Learning Recognition (CNN)
1. Write a Matlab program to use Alexnet to classify face images to Male and Female. 2. Write a Matlab program to build a CNN t...
6 years ago | 0 answers | 0
0
answersQuestion
Lab 05 Face Recognition using Features Extraction
1. Write a Matlab program to extract features from a true color face image by using the SURF algorithm. 2. Write a Matlab progr...
6 years ago | 0 answers | 0
0
answersQuestion
Lab 04 Fingerprint Recognition
1. Write a Matlab program to calculate matching score between two sets of minutiae points 2. Write a Matlab program to perform ...
6 years ago | 0 answers | 0
0
answersQuestion
Lab 03 Image Segmentation
1. Write a Matlab function to apply image segmentation using region growing method 2. Write a Matlab program to read a digital ...
6 years ago | 0 answers | 0
0
answersQuestion
Lab 02 Image Filtering and Edge Detection
1. Write a Matlab program to downsample and upsample a color digital image. 2. Write a Matlab program to read two different dig...
6 years ago | 0 answers | 0
0
answersQuestion
How to count the number of zero's and calculate the percentage to compare between original, downsample, and upsample?
clear %% read an image I = imread('cameraman.tif'); figure, imshow(I) [r,c,p]=size(I); pixel1=r*c*p nnz(I==0) %% Down...
6 years ago | 0 answers | 0