Victor Fletcher
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
126.644
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
30.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
2d Wavelet transform of a 4x4 image
I would like to understand the discrete wavelet transform. I have an example of a 4x4 image see below. [8 4 6 2; 6 2 4 0;4 8 8...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Linear Shift Invariant Filters?
Which of the following are Linear shift invariant filters? -laplacian filter -median filter -dilation filter What is the r...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Image Segmentation Using Split and Merge
I have a grayscale image that I would like to segment. I would like to write a script and predicate that uses the split and me...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to perform binary dilation on a grayscale image?
I would like to write a function that performs binary dilation on a grayscale image. I would like to be able to change the kern...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I would like to write a computation that will take a vector of 1xN length and then add adjacent matrix values .
I would like to write a computation that will take a vector of 1xN length and then add adjacent matrix values . e.g. [a+b,c+...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Wavelet Denoising of an image??
I would like to write a function that implements denoising using a Haar-based DWT of a grayscale image. I would like to be able...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to write a code for an iteration?
Hi there I would like to run an iterative code. I would like to start with a matrix f0=[a,b,c,d] Then I would like to compute ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Applying Prewitt Filters to an image and then using them to calculate an image gradient
I have applied a prewitt filter to an image with the following kernel [-1 -1 -1;0 0 0;1 1 1]. I would like to use the output a...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I would like to know the number of bits in a grayscale picture? How do I find this?
I have a grayscale image that is 256x256 pixels. How do I compute the number of bits in the image?
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
I would like to know the minimum and maximum intensity level in a grayscale picture? How do I find this?
I have used imfinfo and I have figured out the size of the image (256x256) I would now like to know the intensity levels of eac...
alrededor de 6 años hace | 1 respuesta | 0