Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to get each element from a curvelet transform coefficient.

1 visualización (últimos 30 días)
marzan alam
marzan alam el 29 de Jun. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I am new in matlab.I am using curvelab library for curvelet transform in steganography. After applying the fdct_wrapping an image, i have found a co-efficient which a 1*6 cell. (1x1 cell 1x16 cell 1x32 cell 1x32 cell 1x64 cell 1x1 cell). I want to get each of element on the cell individually what should i need to do?
clc;
im1 = imread('Lena.jpg'); % gray image
C = fdct_wrapping(im1,1)
Here, C is the co efficient. Let say i have a threshold value = 7.6338. I need the index where the co eficient has smaller value then the thresholding. I need to save the index.
Thanks
Marzan

Respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by