Regina N
Followers: 0 Following: 0
Statistiques
9 Questions
0 Réponses
RANG
129 418
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
55.56%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
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
How to train neural network with extracted features?
I use following code for feature detection aand storing: srcFiles = dir('E:\Database\Preprocessed\Genuine\Resize\20\*.png'); %...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How to apply classifier on extracted features?
srcFiles = dir('C:\Users\LENOVO\Desktop\Genuine\2\*.png'); % the folder in which ur images exists Features = cell(length(srcFi...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How to read and pre-process the multiple images and write in specific location?
function preprocessing_multiple srcFiles = dir('C:\Users\LENOVO\Desktop\Genuine\1\*.png'); % the folder in which ur images e...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Is the following code is sufficient for feature detection, extraction of multiple images and storing them into single cell for classification?
srcFiles = dir('C:\Users\LENOVO\Desktop\Genuine\1\*.png'); % the folder in which ur images exists Features = cell(length(srcFi...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
I am using following code for detecting surf features, bt the error is occur, so plz help me to solve it.
%read image I = imread('C:\Users\LENOVO\Desktop\Genuine\2\2.2.png'); I2=rgb2gray(I); %Detect SURF features. points = detectS...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
I have using following code for SURF feature extraction and storing. but i get error every time...plz help to fix it.thank you.
srcFiles = dir('C:\Users\LENOVO\Desktop\Genuine\1\*.png'); % the folder in which ur images exists Features = cell(length(srcFi...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Hello im doing my project in offline signature verification system, plz tell me how to store extracted SURF features?
function Feature_Extraction2 %Extract surf features: %Read image. I = imread('C:\Users\LENOVO\Desktop\MATLAB\Database2\P...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
I am working on signature verification system, i want to preprocess the scanned signature images, i have created following function, tell me it is useful or not?
function preprocessed I=imread('image'); imshow(I) I2=rgb2gray(I); figure,imshow(I2) I3=im2bw(I2); figure,imshow(I...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How to create database of 320 images in matlab? for signature verification system how to extract surf features and how to store them?
MathWorks I = imread('C:\Users\LENOVO\Desktop\MATLAB\Database2\Preprocessed\forged\1\1.1.png'); %Find and extract features...
presque 6 ans il y a | 1 réponse | 0