Regina N
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
129.404
of 295.467
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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'); %...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 6 Jahre vor | 1 Antwort | 0