Rooter Boy
Followers: 0 Following: 0
Estadística
33 Preguntas
0 Respuestas
CLASIFICACIÓN
68.102
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
33 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
15.15%
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
Laplace and alpha fine-tuned average filter
Question: Below is a matrix of a 10x10 image. Using a 3x3 kernel, apply Laplace (4-neighborhood absolute result) and alpha fine-...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Question about Sobel filter
Question: Below is the matrix of a 10x10 image. Using a 3x3 kernel, apply the mean, median, laplas (4-neighborhood absolute resu...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Cut a sub-region in image
Question: Read the 1024x1024 image named "sar.jpg" in Matlab and assign it to the "img" variable. It is aimed to cut a sub-regio...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Seperating in Digital Image Processing
I coded this question but it don't work. I have a error. If someone help me, i will be very happy. Thans. My tried code b...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Channel in Digital Image Processing
I don't have very knowledge about digital image processing. I tried myself. If you help me, i will be very happy. My trie...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Huffman coding and Average Length
I need Matlab code that solves the example problems below. According to the probability values of the symbols I have given, the ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
The integral with the Trapezoidal method
The C code, which finds the following integral with the Trapezoidal method, is given below. I want to solve this question below ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
The Simpson's 1-3 (h / 3) method in Matlab
The C code that finds the following integral according to the Simpson's 1-3 (h / 3) method is given below. Fill in the blanks on...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
4th order Runge-Kutta Problem in Special ranges
I want to solve this question below in Matlab but i didn't do it. This is simple question but i can't do it. If someone will hel...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Generate Huffman Code with Probability
Huffman code generation method. I need the code of this Methot in Matlab. If someone will help me, i will be very happy. 1....
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Huffman Symbol Code and Average Length
I need Matlab code that solves the example problems below. According to the probability values of the symbols I have given, the ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
NWC and LCM Code Block in Matlab
I need North-West Corner and Least Cost Method. My inputs are: c=[10 2 20 11 12 7 9 20 4 14 16 18]; s=[15 25 10]; d...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
NWC and LCM codes in Matlab
I need North-West Corner and Least Cost Method. My inputs are: c=[10 2 20 11 12 7 9 20 4 14 16 18]; s=[15 25 10]; d...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Code Block of Operates in Image Processing
I tried this: %Take negative %positiveImage = imread('cameraman.tif'); %negativeImage = 255 - positiveImage; %imshow(neg...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting of transfer functions
Sir, I drew the graph below, but I could not do the above. I'll be glad if you take a look. Below graph: A = 60; B = 160...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Filters Main Function in Image Processing
I want to applied this three filter to a gray level image. After that i want to save this image with using this file names (i...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Apply the Laplacian Filter in Matlab
I have a question. I tried many time with different codes but i did not find answer. I am not sure in every time about my answ...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Probability change amount in Image Processing
I calculated using with mathematical operates by handly. I found this: But i am not sure. I have 2 questions. Are my an...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Filters in Image Processing
I have a question about filters in Matlab. For example, I have a matrix of any picture. A=[14 12 10 12 11 10 13 7 9 16; ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Contrast stretching transformation in Image Processing
I tried to solve for question but i didn't do. I tried this code for solving. p1=[0,0]; p2=[75,5]; p3=[140,250]; p4=...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Question about Filters in Image Processing
I have three question about this matrix. I tried to solve for question 6 and 7. But i'm not sure. I don't have an idea abo...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Signal conversion problem in Image Processing
How can I solve this question in matlab and how do we find the answer? I tried this code blog: r1= input('enter r1: ...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Salt and pepper code in matlab
I want to convert from this opencv code to matlab code. My tried code: % I generated random salt & pepper noise dim = ...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Opencv codes convert Matlab
My opencv codes are: I tried convert from opencv code blog to matlab code blog but i don't know how to do this. I have never ...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Convert from opencv to matlab codes
This code my OpenCV code blog. I want to convert from this codes to matlab codes but i don't know how to do this. Can you help...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Automatilly read image files and apply filtre in Matlab
I have a 10 different gray image files in current folder. For example: img1.jpg img2.jpg img3.jpg img4.jpg .... image1...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to coded for Order-statistic (Nonlinear) Filter
This code is Order-statistic (Nonlinear) Filters. Based on ordering (ranking) the pixels contained in the filter mask. Replacin...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to coded for different value in Order-statistic
We coded using p=3; if we take p=5, how should the code be? This code about Order-statistic (Nonlinear) Filters.
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to coded this filter in Matlab
clc clear all img=double(imread('cameraman.tif')); imshow(uint8(img)) [m n]=size(img); w = ones(3) for i=0:m-3 for j...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Graph help in matlab
I need matlab code of this graph according to these conditions; if the r value is lower than r1 and above than 0 use the ...
alrededor de 4 años hace | 1 respuesta | 0