Statistik
50 Fragen
0 Antworten
RANG
12.929
of 297.016
REPUTATION
4
BEITRÄGE
50 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
24.0%
ERHALTENE STIMMEN
3
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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 can I change autoencoder weights?
Hi, I train an autoencoder in matlab R2016a and I want to change some weights of encoder or decoder and flip them to zero or one...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
code for white gaussian noise for image
Hi, I have a Lena image with size 512X512 and I want to add white Gaussian noise with mean=0 and variance=10 to this image. do...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how can I compute memory usage?
Hi, I have a matlab program and I want to know how much memory my program use. is there any way to compute this? for example whe...
fast 7 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
jpeg attacks and watermarking?
I have a problem with watermarking in DCT domain. I divide image into 8*8 blocks and DCT transformed each block. when I embed wi...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how can i quantize an image
Hi, I want to quantize an image, this image is uint8 and I want to quantize it to 16 levels and for this aim I want to use bitse...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i randomize an image?
Hi, I have an image and I want to randomize it with special seed and convert the original image to random image, after that I sh...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how can i randomize an image?
Hi, I have an image and I want to randomize it with special seed and convert the original image to random image, after that I sh...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how can I implement exe file?
I have an exe file and I want to execute it with system function I use the below code: system(['E:/libsvm-3.11/windows/...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how can I do sharpening attack?
Hi, I want to do sharpening attack on image but I do not know how can I do it in matlab. is it any function or code for this?
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can I compare two image after some changes?
HI, I want to compare two image and show the difference between them by a number. how can I do it? I want to normalize this diff...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
the impact of various attacks on frequencies
Hi, I want to know the impact of different image processing attacks on low and high frequencies. for example jpeg attack usually...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
wavelet base contourlet transform(WBCT)
I have a problem with WBCT. I don't know how to calculate it, first use wavelet and then apply contourlet on each sub-level of i...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how can I find regions with more entropy in image?
I want to find regions in image that are more irregular or more messy for example in lena image the hair of lena is irregular fo...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can I fill an object in binary image?
after image segmentation I have a binary mask which has some holes on it and I can not fill them with imfill function. do you ha...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i follow canny output?
I segment a mammography breast image but the border of it is not accurate. I also have canny output of the image. now, I want to...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can I remove small objects from binary image?
<</matlabcentral/answers/uploaded_files/61934/12.jpg>> I have a binary Image that is attached hear.my problem is small object...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i find diagonal line in image?
I have an image which contains canny output of it. now, I want to find diagonal line that exist in top left part of image. do yo...
mehr als 8 Jahre vor | 1 Antwort | 1
1
AntwortFrage
how can I find withe dots in image?
I have some mammography images and exist white spots in some of them. I want to extract this spots. do you have any suggestion?p...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how can i delete special shape in image?
I have some mammography images and I want to delete rectangular shape in image, some of this images are attached here, can you h...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how can i fill this competent?
I have a binary mask and I want to fill the hole but this hole is not connected. how can I do it?I attach this mask. thanks in a...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
the impact of different imageprocessing attacks on high and low frequencies
I have a question about the impact of different image processing attacks like jpeg,Gaussian noise, Gaussian filter, sharpening, ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
wavelet based contourlet transform
I need wavelet-based contourlet transform matlab code but I cannot find this code,dose function with this ability exist in matla...
mehr als 8 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
mse of dct blocks
I have original block and attacked block with some attacks like jpeg, now I compute DCT of each blocks and I divide each DCT blo...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
divide an image to overlapped blocks
I have an image with size 512*512 and I want to extract all blocks with size 31*31 in this image by sliding this window on each ...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
what is the swt output?
I want to do wavelet transform on one image with size 512*512,now I want to have the output with same size the original image no...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
crop an image with special percent
I want to crop an image but with special percent for example 5% automatically. my question is how can I do it?please guide me.
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
crop an image with special percent
I want to crop an image but with special percent for example 5% automatically. my question is how can I do it?please guide me.
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
wavelet transform and impact of different attack on different channel of it
I have a question about impact of different attack like jpeg, Gaussian noise,... on different coefficients of wavelet output. fo...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
mse calculation for part of matrix
I have 2 matrix one is original image and second is the attacked image(512*512), now I should divide both of them to 31*31 block...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i calculate rmse ?
Hi, I want to calculate rmse without using for loops between 2 images. this should produce a number not a matrix. can you help m...
mehr als 8 Jahre vor | 2 Antworten | 1