photo

nadia


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

50 질문
0 답변

순위
10,651
of 300,779

평판
4

참여
50 질문
0 답변

답변 채택
24.0%

획득한 표
3

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,997

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 8년 전 | 답변 수: 4 | 0

4

답변

질문


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...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


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/...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


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?

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 9년 전 | 답변 수: 1 | 1

1

답변

질문


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...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 9년 전 | 답변 수: 3 | 0

3

답변

질문


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...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


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, ...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

9년 초과 전 | 답변 수: 3 | 1

3

답변

질문


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...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

9년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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.

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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.

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 2 | 1

2

답변

더 보기