namita chandrakar
Followers: 0 Following: 0
Professional Interests: image processing
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
195.449
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
how to apply dct code on each color plane of an RGB image
i understand how to separate a 3d color image into its rgb color planes written below but how to apply the dct to each plane? ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
what is scaling factor and flexing factor in watermark embedding ?
hello sir, i apply following formula for watermark embedding. S1= S+ a* w for Combine SVs of the watermark with the SVs of t...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how to convert RGB to YIQ color space ?
hello sir, I am trying to convert an RGB image to YIQ color space, and convert it back to RGB. what is the correct way of conv...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
how to convert RGB to YUV ?
hello sir, I am trying to convert an RGB image to YUV, and convert it back to RGB. This is my code: %host image T=imread(...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
how to write matlab code for third level DWT ?
hello..im writing a code for getting an image and perform dwt for one level to get 4 sub bands, ,but i want to apply third leve...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to solve "Subscripted assignment dimension mismatch" error ?
Hi everyone, any help on this will be highly appreciated!! i have 3D image. Here is my program: T=imread('....'); %host i...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
what is the difference between these two types of rgb matlab code ?
i have a 3D color image , when i use a matlab code as below x=imread('....'); R=x(:,:,1); % red G=I(:,:,2); % green ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to get back the rgb image from r g b component ?
i have 3D image. i want to combine r g and b component ? how do i display the 3D image back ? % display one channel only ...
alrededor de 10 años hace | 1 respuesta | 0