Estadística
9 Preguntas
3 Respuestas
CLASIFICACIÓN
18.535
of 295.486
REPUTACIÓN
2
CONTRIBUCIONES
9 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
11.11%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.236
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
Applying analysis filter bank to get even length of low pass and odd length pass filter
I have an image i have to apply the 1‐D (5,3)(to each row (pixel values) of the image)analysis filter bank with the (1,2) normal...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to generate a gaussion distribution using random number generator.
i want to generate 50,000 samples according to the gaussian distribution using random number generator where sigma=1 and mean=0 ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
extension of symbols or probabilities
i am having this p=[ 0.3,0.25, 0.20, 0.10, 0.05, 0.04, 0.04, .02]; these are 8 symbols suppose A,B,C,D,E,F,G,H now i want t...
más de 11 años hace | 4 respuestas | 0
4
respuestasPregunta
how to save bit plane images created from a gray image
this is the code which i wrote A=imread('boy.tif'); B=bitget(A,1); figure, imshow(logical(B));title('Bit plane 1');imwrit...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
gray image to 8 bit planes using bit plane slicing
i have written a code to find the 8 bit planes of the gray image. i saved those images which should be in binary now. but when i...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
write this code in matlab
step 1 read the image then write it in a 2-d array(matrix) assign i=1 and j=1 (1=rows, j= columns) assign A(i,j)=X (th...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to Extract the most significant bit plane (MSB) and the least significant bit plane (LSB) of the Boy image and print the binary image of each bit plane
can anyone tell me how to Extract the most significant bit plane (MSB) and the least significant bit plane (LSB) of the any ima...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to find the matrix of 0's and 1's of the binary image in matlab
hello i need a code in matlab and C or C++ and java to upload a binary image and then find its pixel values and write it in the ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Huffman code procedure without using in built functions
Hello i want a code that generates a huffman procedure for symbols N(N<=1000) or more without using any built in functions like ...
más de 11 años hace | 1 respuesta | 0
1
respuestaRe-formulate the image into a vector of zeros and ones.
can you please tell me how to convert binary image in to 0's and 1's matrix were 0 is white pixel and 1 is a black pixel. i need...
más de 11 años hace | 1
How to get the binary matrix of an image ?
please tell me how to create a matrix of zeroes and ones for black and white pixels of a binary image.
más de 11 años hace | 0
need help creating a 2D matrix of an image
I want to find matrix of 0's and 1's (for white and black pixels) for a given binary image
más de 11 años hace | 0