Adnan Ibrahim
UTM
Followers: 0 Following: 0
I am student majored image processing
Professional Interests: Image retrieval, pattern recognition
Statistiques
7 Questions
0 Réponses
RANG
184 856
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
42.86%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
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 plot the false positive per image in matlab?
I would like to plot the *false positive per image* of a given dataset as shown in the attached figure . Your guidance is trul...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
How to normalize data which contain positive and negative numbers into 0 and 1? you can refer sample of my data below. I have tried but am getting an error which says data dimension must agree. Any suggestion, please. Thank you!
Datatraning = 100.*randn(300,1552) minVal = min(Datatraning); maxVal = max(Datatraning); norm_data = (Datatraning - m...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to extract the highest 300 coefficient from each level of decomposition in shearlet transform( from level 1 to 5).
I have extracted some statistical features (mean, standard deviation, constranst.. etc), but Now I want to test using highest 30...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
I have an error for reading multiple images from a folder which have subfolder, please, I need your guidence..you may refer the attached code and Thank you
fList = subDir(cDir,'*.jpg');%%%% the error is here
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Reading multiple images from subfolders using MATLAB? (fList = subDir(cDir,'*.jpg'); please help me to figure out the error thank you
%%Copyright (c) 2014 CoVar Applied Technologies prtPath('beta') baseDir = fullfile(prtRoot,'dataGen','dataStorage','msrc...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Storing multiple image data in feature vector or .mat file,
% the first part of the code reads all the images and then crops each image one by one.my problem is ,each cropped image shou...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Automatic Segmentation of Mass in mammography images
I want to use level set segmentation by selecting the ROI in the Mass tumor area not whole the image. The image attached here, ...
plus de 10 ans il y a | 3 réponses | 0