Tan Wen Kun
Followers: 0 Following: 0
Estadística
16 Preguntas
0 Respuestas
CLASIFICACIÓN
255.929
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
16 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
87.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
How to superimpose a segment image to original image?
segment=imread('1.1.jpg'); original=imread('1.jpg'); I using superimpose=imfuse(segment,original); but it cant work...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to sum out all the 1 in the bw image?
I got 280x424x3 logical image. I want to sum out all the 1 in the image. How to do it? I want to know how many pixel insid...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to compare the pixel of two image?
How to turn the image into pure 0(white) and 1(black) ? After turn into pure 0 and 1, how I sum the image so I can get total ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to get region of interest and calculate the hit rate and precision rate?
How to draw out the total object pixel of interest region in an image? I want calculate the hit rate= correct pixel deteced/t...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to reassign the label?
I got a table which show table = label 1 2 3 4 5 6 7 8 9 value 1 2 2 2 5 6 7 5 5 matrix = 1 1 1 1...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to compare value for two variable?
matrix= 1 1 2 2 1 1 2 2 1 1 2 2 I got a matrix that store label 1 and 2 have mean value meanR(1)...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to compare two matrix?
redChannel = IM(:, :, 1); greenChannel = IM(:, :, 2); blueChannel = IM(:, :, 3); for yourNumber = 1 : max(labelim...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to count the average rgb value of label region from original image?
I have a label matrix image and label 1 is the border labelimg = original image rgb= 1 ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to clear the border of matrix?
I have a label image matrix img= 1 1 1 2 2 2 3 3 3 3 1 2 2 2 9 3 3 3 3 3 1 1 9 9 9 9 9 9 3 3 ...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find neighbor matrix?
This is some code i write: for i=1:h %h=height of the image for j=1:w %w=width of image if (i,j)==1 %1 i...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert 3D matrix to 1D?
I got a color image and store into a variable A. A = (22,10,10) (22,10,10) (39,40,50) (89,11,14) (23,11,11) (99,10,10) ...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to create a linkage between different blob?
For example I using watershed and get different color piece. I want to create a matrix to show the linkage. 1 1 1 1 1 1 ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to merge two different blob?
I got 3 color blob(1,2,3). Firstly, I want to write a loop to create a table which state which blob is connected with another...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how do get a color region?
I want to get something like like apple.jpg without using watershed. How to get the color piece after I done edge detection,...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to remove unwanted small blob?
I want to remove the small blob and only keep the largest connected blob. How can I do it?
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to connect the label region?how regionprops work?
a = imread('apple.jpg'); b = rgb2gray(a); BW = edge(b,'canny'); L = bwlabel(BW); s = regionprops(B...
alrededor de 9 años hace | 1 respuesta | 0