Meena s


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


psnr,snr,mse
I am getting the values of psnr,snr and mse as 23.5123, 12.4074 and mse(:,:,1) = 104.5594 mse(:,:,2) = 99.050...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Texture synthesis based inpainting
<</matlabcentral/answers/uploaded_files/50478/dragon.PNG>> After applying texture synthesis only I got this there is some di...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Image super resolution enhancement
close all; clear all; I=imread('1.jpeg') I2 = im2double(I) I2 = im2double(I,'indexed') figure,imshow(I); ...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Discrete Wavelet Transform-Based Satellite Image Resolution Enhancement
My image is a generic image can i use Discrete Wavelet Transform-Based Satellite Image Resolution Enhancement to enhance that s...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have downloaded matlab code for Example-based Learning for Single-Image Super-resolution from the below link
<https://people.mpi-inf.mpg.de/~kkim/supres/supres.htm> But I am unable to understand how the LR image get enhanced into the ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I need matlab code for example based super resolution?
For enhancement of single image

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Can you give me a simple super resolution code for enhancement from a single image
I tried neighbour embedding approach on my own but that it is not that much enhanced. can u help me sir?

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I want to calculate mse for two coloured images
I have used this function to calculate the mse for blurred(NNLow) and reconstructed image(High) mse =MSE(High, NNLow); But I a...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to calculate psnr,snr,mse value for two coloured images
I have two images one is the blurred image and another is the enhanced image. I want to calculate these values for these two ima...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to enhance this image?
I removed the image using inpainting <</matlabcentral/answers/uploaded_files/48990/dragon.PNG>> Actually in that image a d...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


difference between single image and multi image super resolution?
In single image it takes patches from a sequence a low resolution image <</matlabcentral/answers/uploaded_files/48956/super%2...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


In an image both high resolution and low resolution pixel are present?
To enhance the resolution how the process goes on?

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to avoid overlapping patches in inpainting
how to avoid blur effect in inpainting and texture garbage,I got an output like this the image I have attached. Can anyone help ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what is meant by confidence and data term in pixels
For selecting the pixels

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

1

Antwort

Frage


how to run java project developed in eclipse IDE in MATCLIPSE
Is it possible to run

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to get the output in matlab
I got the output in eclipse

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to integrate matlab program in eclipse
Is there is a need for mateclipse?

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to give test image path correctly?
When i give the path like this I am getting this error* File "~\Desktop\ME project\images\bungee.png" does not exist. ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to convert this java program into matlab can you suggest me an idea
package inpaint; import imageselection.Main; import inpaintutils.GradientCalculator; import java.awt.Image; import java....

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


is there is a possible way to convert this java code into matlab 2013
package inpaint; import imageselection.Main; import inpaintutils.GradientCalculator; import java.awt.Image; import java....

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


code for exemplar based inpainting?
Region filling by using nearby patches

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


region fill()function doesn't work for this masked image that i have attached. can u give me the sample code to do inpainting
<</matlabcentral/answers/uploaded_files/39814/bungeeMasked.png>> I have removed the object by freehand function

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to do region filling in Inpainting for the code i have attached
clc; % Clear command window. clear; % Delete all variables. close all; % Close all figure windows except those creat...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten