valerio auricchio
Followers: 0 Following: 0
Estadística
20 Preguntas
0 Respuestas
CLASIFICACIÓN
135.244
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
20 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
45.0%
VOTOS RECIBIDOS
0
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.950
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
Eliminate the pixel that have a lower intensity?
I read the immage in this way: m=max(Imm,[],'all'); %Threshold thr=10; for i=1:2048 for j=1:2448 ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Find pixel intensity with coordinates?
I have two vector: X[12 34 12 22] Y[2 3 44 5] They rappresent the coordinates (x,y) of a pixel. I want to know the intensity...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Exclude point from my regression
Hi I'm doing regression with this code I=imread('Immage.bmp') %find the min and max minimo= min(I(:)) massim...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Draw a line throw a set of point
Hi i have a set of poin in an immage and i want to draw a line that is madiated by the positition of the points. I want somethin...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to draw a line through a set of points?
Hi, I have an image and a set of points present in the image. These points are not aligned with each other and I would like to d...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Get pixel where the intensity is 255
Hi I have an immage 2048x2448 grayscale, I want to find all the pixel where the intensity is "255". After i have find them i wa...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Read a 32 bit immage .bpm
How can i read a 32 bit immage on matlab? With imread?
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Imcrop in wit specified dimension
I was wondering if through imcrop it was possible to create squares of fixed size
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Get the intensity of an immage
Hi I have a polarized immage and it is in gray scale, i want tu select a region in the immage en get the avrage of intensity. I ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculate the intensity of all pixel in an immage
I have an immage produced from a "FLIR" cam that applicate an algoritm for polarization. I want to calculate the polarization ve...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Conversion to cell from double is not possible.
g = {}; for k=1:4 g(k) = {fspecial('gaussian',[2 2],k)}; end dx = {}; dy = {}; h1=[-1 0 1];h2=[1 0 -1]; for k=1:4 ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Interp2 problem with brightness
Thia is the code that we use: [xmg1,ymg1]=meshgrid(-10:0.8:10,-10:0.8:10); [xmg2,ymg2]=meshgrid(-2:0.2:2,-2:0.2:2); txi=-...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Method to find singularity
We are writing a program for linear function, in particolare we are writing code for a functio to find the singularity in a matr...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How i can generate a random matrix in the interval [0,100]
How i can generate a matrix 4x4 with random elements in the interval [0,100]?
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem with the gui and the table gui
I have a problem to insert the vector returned by the function in a gui table. My table is named uiTable4.
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Value must be a 1x2 vector of numeric type in which the second element is larger than the first and may be inf
I do not understand why the plot don't work in this interval!!!! interval=[0 10]; x=0:0.1:10; y=@(x) 1/x; set(gca, 'XLim',...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem with plot in interval
I have a problem with this code: When i give in input this: fzer0(@(x)x.^2-4,[0 4]) Matlab give me a good plot. When i give ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Problem with the title of a graph
I want to write on the title pf the graph the function that i'm plotting, the function is insert in the command window. fun=x^...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
invalid syntax at '=' . A '(' might be missing a closing ')'
The error is at line 14 and 26 switch nargin case 0 disp('Non ci sono stati input per la funzione!') case 1 ...
más de 5 años hace | 1 respuesta | 0