amitesh kumar
Followers: 0 Following: 0
Professional Interests: Image processing
Estadística
13 Preguntas
3 Respuestas
CLASIFICACIÓN
22.693
of 294.066
REPUTACIÓN
1
CONTRIBUCIONES
13 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
15.38%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.075
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 150.519
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Normalised Correlation Value after applying DCT
Hello everyone i am applying image normalization technique and DCT technique for embedding and extraction watermark image. he...
más de 13 años hace | 0 respuestas | 0
0
respuestasPregunta
CDMA based using multiple PN sequences embeded into whole object
hii everyone I am trying to run this watermark embedding code. my cover image size is 512x512, watermark image is 64x64 and...
más de 13 años hace | 0 respuestas | 0
0
respuestasPregunta
Image extraction from Watermarked image
Hello everyone... I am trying to extract "watermark image" from a watermarked image. For this i am selecting original image o...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
watermark Embedding in Blocks
hello everyone i want to embed watermark in image of size 512*512 & watermark size is 64*64. first of all i am converting origi...
más de 13 años hace | 3 respuestas | 1
3
respuestasError in Image Embedding....
thnku so much *Walter*...got executed prog successfully...i am getting original image, watermark image in perfect manner ..but t...
más de 13 años hace | 0
Error in Image Embedding....
Thnx sir for ur answer. w(m,n)=0; planes{8}=ones(m,n); planes{8}= and(planes{8},w); % Adding the WaterMark ...
más de 13 años hace | 0
Pregunta
Error in Image Embedding....
Hello i am trying to run following code... i=imread('lena.tif'); s=double(i); j=imread('watermark.bmp'); w=double(j); ...
más de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
DCT transformation
hello i am trying to apply DCT transformation on image of size 512*512. for applying DCT i use following code I = im2doub...
más de 13 años hace | 1 respuesta | 0
1
respuestaHow do I fix a "Subscripted assignment dimension mismatch."
%This program decode the watermark from the single embed watermarked image clc c=1; t=1; %To read in the watermarked image ...
más de 13 años hace | 0
Pregunta
How do I fix a "Subscripted assignment dimension mismatch."
clc c=1; t=1; % To read in the watermarked image [watermarked_image cmap]=imread('lsb_image.bmp'); waterma...
más de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
how to get low pass filter from image
When I am trying to run the following code, it is giving an error [ ??? Input argument "P" is undefined. Error in ==> idealf...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Low-pass filter for image
When I am trying to run the following code, it is giving an error [ ??? Input argument "P" is undefined. Error in ==> i...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Image retrieving
is it possible to get the original image back after applying fft and log polar transformation on image and its inverse .plz rep...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Hadamard Transformation
Hello everyone I would like to know that how to generate *Complex Hadamard Transformation Matrix* for N*N matrix . Is it poss...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Complex to Imaginary & Vice -Versa
Hello everyone I am applying fft on image which giving me complex value . for getting magnitude i am using " X = abs(Y)" f...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
log-polar mapping conversion
I want to change 512*512 pixel gray image into log-polar format. What is the exact procedure to convert it. I tried this with th...
más de 13 años hace | 2 respuestas | 0