Estadística
9 Preguntas
3 Respuestas
CLASIFICACIÓN
160.056
of 295.712
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
44.44%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.274
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.317
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
I have a button group of 2 radio buttons,edit text box and browse button
I have a button group of 2 radio buttons,edit text box and browse button When i press one radio button . the text box n brows...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
I have 2 images i need to show an arrow mark from one image to another image
I have 2 images i need to show an arrow mark from one image to another image Images are loaded after i click on push button.T...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to retrieve a word from a filename
name:"rgb_watermark_lena.jpg" I want to retrieve only "lena" word from file It should be "lena.jpg" Can any one sort o...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Problem with multiple panels
i have 2 panels in one panel i have pushbutton to browse image and edit text for displaying the path once i browse .. task...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
How to use Ordfilt3
I am new to matlab. matlab has predefined file:Ordfilt2 But how to use Ordfilt3 file???
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Need code for Median Filtering on Color images
Need Code for Median Filtering on Color images Cheers Jagadeesh
más de 12 años hace | 5 respuestas | 0
5
respuestasTrouble with LL in DWT2
hey wayne use wavemenu command to load an image. because difference in type original image is "uint8" and after dwt2 imag...
casi 13 años hace | 0
Trouble with LL in DWT2
hey Ujjwal The image which i have reffered and my o/p image both are approxiamation image. It's definetly not reconstructed ...
casi 13 años hace | 0
Trouble with LL in DWT2
y=imread('lena.jpg'); x=rgb2gray(y); [LL,LH,HL,HH]=dwt2(x,'haar'); figure(1),imshow(uint8(LL));
casi 13 años hace | 0
Pregunta
Trouble with LL in DWT2
After performing DWT y=imread('lena.jpg'); x=rgb2gray(y); [LL,LH,HL,HH]=dwt2(x,'haar'); figure(1),imshow(uint8(LL))...
casi 13 años hace | 8 respuestas | 0
8
respuestasPregunta
Problem in using IDWT2
x=imread('lena.jpg'); sX=size(x); [LL,LH,HL,HH]=dwt2(x,'haar'); y=idwt2(LL,LH,HL,HH,'haar',sX); figure(1),imshow(x);...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Error in blkproc function
the following code is used by me y=imread('index.jpg'); b=blkproc(y,[2 2],@(x)min(min(x))); whos b It reports ...
casi 13 años hace | 1 respuesta | 0