Frage


what should be the program for following output?
Sr.no Threshold TP TN FP FN FAR FRR GAR 1 0 0 100 0 100 0 1 0 2 0.1 19 100 0 81 0 0.81 19 3 0.15 62 99 1 38 0.01 0.38...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error in following code while converting cell to matrix
Error in following code Error using cell2mat (line 52) CELL2MAT does not support cell arrays containing cell arrays or obje...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Sir, am having the four mat files, which of two contains features from minutie and other two contains feature from invarient moment, can i make fusion of those features by combining it then how?
Sir, am having the four mat files, which of two contains features from minutiae and other two contains feature from invariant mo...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to compute & plot Equal Error Rate (EER) from FAR/FRR values using matlab
I have the following values against FAR/FRR of 20 classes. i want to compute EER rates and then plot in matlab. FPR ...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Error in HeatMap, In following code confusion matrix is plotted but i want to visualize the same using a heat map, what is wrong?
Error using HeatMap/set Invalid parameter/value pair arguments. Error in HeatMap (line 392) set(obj, pvPairs{:}...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


sir, what is required to denoise the attached image, i tried with following code but still some noise is there
clc; close all; %% %roiFolder = 'E:\MATLAB\R2016b\bin\img\PCA\my_PhD_Programs\Jermanfilter\dbROI'; %filePattern = fullfile(m...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error in knn classification train accuracy is 96.33% but test accuracy is only 7.33%, is this overfitting problem.
error in knn classification train accuracy is 96.33% but test accuracy is only 7.33%, is this overfitting problem. how to solve ...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Error while calling reshape
Following is a cell array having size 1 X 180, is it possible to reshape this cell array size into 6*4, here 6 is column in one ...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error in attached program
Index exceeds matrix dimensions. Error in ext_vein (line 381) dist_m = dist2(minutiae(:,1:2), minutiae(:,1:2)); Error...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


regionprops function retrieving only small vein line instead of total vein pattern
clc; clear all; chart = imread('202.bmp'); chart = gray2rgb(chart); bw = im2bw(imcomplement(rgb2gray(chart))); imsho...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Not getting correct vein pattern from image after mophological operation
Sir, in attached image is output of some morphological operation but still some unwanted region is present how to remove this. ...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


which morphological operation is needed for best vein pattern imaging on attached image
sir, I apply some morphological operation but a lot of small wholes are getting and bifurcation of veins not seen in the image

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error while calculating minutie..
I have Binary hand vein image (attached here) of size 60 X 60, i try to extract minutie from this binary image with following pr...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error in my program
sir, i want to classify testdata and traindata using knnclassify, I have 8 images per person total 80 images of dorsal hand vein...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


sir, following is the error in my program, here AUC (area under curve) is 0 0 and OPTROCPT also zero why so this...
clc clear all; c=[]; addpath train; addpath test; mapping=getmapping(8,'u2'); ...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


sir, following is the error in my code while calculating ROC curve
Error using main_new (line 131) You must pass scores as a vector of floating-point values. %% Dorsa...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sir, following is the matching score of 20 subjects in the form of 0 and 1, how to determine a suitable threshold for matching and how to calculate FAR and FRR with respect to that threshold?
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


There is some error while calling function fitcknn. I passed parameters like fitcknn(P_train,train_label,'Distance','euclidean','NumNeighbors',5) here size of P_train is 176 X 180 and train_label is 180 1
Error using classreg.learning.FullClassificationRegressionModel.prepareDataCR (line 201) X and Y do not have the same numbe...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sir, after applying radon like featur for hand vein enhancement i want to write image in folder but am not getting how to write it, i have tried by imwrite function but output image is not that i want
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Radon like feature for hand vein enhancement %%%%%%...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


while using for loop in following function some blank cells are come into output matrix like [ ] [ ] [ ]. I dont understand where i wrong in for loop
function build_db(ICount, JCount) p=0; path = 'E:\MATLAB\R2016b\bin\img\PCA\my_PhD_Programs\minuite\FVC2002\DB1_...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


following is the error while calculating euclidean distance using pdist2, what should i do ..
testdata = 3×1 cell array [54×6 double] [44×6 double] [44×6 double] >> traindata traindata = 8×...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sir, how to calculate Euclidean distance of two cell array having the size testdata 1 X 30 and traindata 1 X 50 of 10 person (8 images per person)
Sir, how to calculate Euclidean distance of two cell array having the size testdata 1 X 30 and traindata 1 X 50 of 10 person (8...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sir, I have 80 images of 10 persons ( 8 images per person ) , I would like to convert first 3 images to testing and remaning 5 images to training. can I modify following code like this. Please answer me...
function build_db(ICount, JCount) p=0; path = 'E:\MATLAB\R2016b\bin\img\DB1_B\' for i=1:ICount % 10 f...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Reading images in matlab
Am using a database which is gathered from 100 persons, 3 images per persons of each of 4 different activities like act,bag,nor...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sir, i want to store image feature(Bifurcation and termination) into excel file rowwise (code attached herewith) But last image is overwritten, please give the soluation
% Minutiae points are local ridge characteristics that occur at either a % ridge bifurcation or a ridge % ending. clear all;...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Hello, I have the following code and couldn't figure out what I am doing wrong. I am getting the following error,
%% Matrix dimensions must agree. %Error in crop4 (line 86) ZTerm=Z.*ROI'; J=imread('3.bmp'); imshow(J...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Dear sir, i have matrix of distances(Euclidian) size 35 X 15, i want to calculate threshold value to determine accuracy.
i have matrix of distances(Euclidian) size 35 X 15 attached herewith, i want to calculate threshold of each column,to determine...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to read 24 images and stores value of omega,imou,nb into mat file, but some error in my program...
function [timeelapsed1] = matfileforallimages() %create .mat file and calculates weights of each binary image in the databa...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Dear sir, I have written code for ROI region of interest, but am not able to get proper output, i attached code in matlab
Dear sir, I have written code for ROI region of interest, but am not able to get proper output, i attached code in matlab

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Mehr laden