Community Profile

photo

Chidiebere Ike


Last seen: más de 1 año hace Con actividad desde 2018

Estadísticas

  • First Review
  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


Why do I get these error message ?
EyeDetect = vision.CascadeObjectDetector('EyePairBig'); % Read input image I = imread('Photo.jpg'); subplot(1,2,1), imshow(I)...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotting a graph of PSNR values after enhancement?
Hi,I have PNSR values obtained from the super resolution of 10 images using different super resolution algorithm. How do I get t...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


What is the Maximum PSNR and SSIM values for HR images ?
Hello, I would like to be clarified on this. Are there targeted or maximum ranges in values of PSNR and SSIM for High resolu...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to show mat file to struct ?
Hello, I wish to know how to show data in .mat file in the form struct and save it back to mat file format?

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I generate edge map of Images?
I have 10 images and wish to generate the Canny Edge maps of all images. Each image should be saved in a folder with it's origin...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why do I get the error message "Subscripted assignment dimension mismatch"?
Subscripted assignment dimension mismatch. Error in L1SR (line 144) hIm(1:3, :) = bhIm(1:3, :); Error in yima (line 60) ...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How do I resolve this problem ??
Hello. I am working on a code named Demo_SR via this link https://github.com/tingfengainiaini/sparseCodingSuperResolution. I...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I perform image difference Between 2 images and extract difference ??
Hello, I will like to use apply the code found https://www.mathworks.com/matlabcentral/answers/276217-write-an-image-name-to-par...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why do I have different results?
Hello. I tried to estimate MSE and RMSE error between orignal image and my reconstructed images using the two codes below. I d...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How do I compute RMSE for Color Image ??
I wish to compute RMSE for color images and I applied the code below was to compute RMSE for grayscale image. Please will this...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to I apply Gaussian filter on images in MATLAB?
How to I apply a 7 x 7 Gaussian blurr operator with standard deviation of 1.6 and downscaled by a factor of 3 ? I tried to writ...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How do I write images to a specific folder ?
Hello! I read 8 pictures (different names) using imread function, obtain edge maps named ED1 to ED8, each edge map corresponding...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why do I receive this error message?
Hello. I tried to run the code via this link <https://github.com/yifanw90/Zeyde_superes> and I get errors below, can anyone h...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How do I calculate PNSR of an Image
Hello, I have an image named "Foreman". I wish to estimate it's PSNR initial value in dB. How do I achieve this ? Tha...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I plot PSNR vs Neighbours after enhancement ?
Hi,I want to plot a graph between the PSNR (on y-axis) and 'neighbour' (on x-axis). I have got 'neighbour' with a value 1x28 Dou...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to decrypt a .mat file ?
Hi, Is there any way to go about this? I need an information on how to decrypt a given .mat file named "conf.mat" ? I have...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How do I solve this error "Index exceeds matrix dimensions."
Hello, I am having issues with a code I got via this link <https://www.mathworks.com/matlabcentral/fileexchange/38200-fast-n...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I call this function into my main code and assign an output to it ?
Please can anyone clarify me on this. I have a function file named “decompose_kernel” and I have another .m file containing my c...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I change input values in different function file ?
I have a .m file with several function file and my focus is to observe the changes in PSNR and SSIM results values. How do I mak...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I read Folders with subfolders ?
I have a folder named "Yale" with subfolder named "YaleB01" to "YaleB21" in MATLAB directory. Each subfolder contains images. Ho...

casi 6 años hace | 3 respuestas | 0

3

respuestas

Pregunta


.mat file to csv.
I have a mat file named (bag.mat) with value 1*1 bagOfFeature on my workspace. I want to write it into csv files. I have tried c...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How do I read all image Folder into Matlab ??
How do I read image datasets of 400 images with 40 subfolder containing 10 image per folder into Matlab? Can anyone help me with...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I load my Dataset into Matlab using imageDatastore ??
My dataset "Z" is a folder that has sub folders ('Z1-Z40'); each sub-folder contains images. Using *imageDatastore* function, Ho...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I convert files on my workspace to mat file ??
I have a file on my workspace named effLBP containing extracted feature It's a 592*896*3uint8 matrix 1. How do I convert this...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why do I get this error at the Classifier code line?? Please help
%% Load Image Information from ORL Face Database Directory faceDatabase = imageSet('orl_faces','recursive'); %% Disp...

casi 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I am having an error in running this code. Kindly help.
Below is the error message received when I ran the classifier section of the code: Error in SimpleFaceRecognition (line 39)...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How do I load my Dataset using ImageDatastore correctly ?
I tried loading my Dataset via my file path using *imageDatastore function* as stated in the code below. My Folder 'Frontal Fa...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Are HOG features extracted from Training image Normalized vector??
I used *extractHOGFeatures* function to extract HOG features from Training image set. I want to know, are these extracted featur...

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


HOW to combine either of SURF features and HOG features or Gabor and HOG?
Hello all, I am working on Low resolution Face recognition with Occlusion handling. My question is in two folds: *Questi...

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How do i use divideblock to split my Datasets (5,749 images) in 80-20 split to obtain training and test datasets only?
How do i use divideblock to split my Datasets (5,749 images) in 80-20 split to obtain training and test datasets only. Upon runn...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Cargar más