Estadística
CLASIFICACIÓN
14.501
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
24 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
58.33%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
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
Organizing data to use Graphshortestpath function
I know the concept behind Graphshortestpath Function in Matlab however I have to re-code this portion to connect the path again....
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Exporting kml file of lines
I am working on exporting kml file with series of coordinates which are joined together but I keep receiving this error? How can...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Using way-points to create pathway
I'm currently working on map routing system and not sure does anyone did this before. But I have collected various way-points co...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
How to read google map url
I have retrieve the map from google map to load in Matlab. I have try 'urlread' function but it will convert to string...
más de 12 años hace | 0 respuestas | 1
0
respuestasPregunta
How to load Google Earth Toolbox?
I have insert this in the command window addpath('C:\Program Files\MATLAB\R2009a\toolbox\googleearth') and place the dow...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to crop out the barcode??
I have found out the way to determine the barcode and currently working on cropping out the barcode. How can I write the code so...
casi 13 años hace | 3 respuestas | 0
3
respuestasPregunta
How to determine that the red region is the barcode?
I want to cropped out the barcode out but I need it run a block filter first. If it is less than 20x20, then will remove the oth...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
How to change the formula to detect vertical line and horizontal line ??
I only can figure out how to get the horizontal line. And vertical line is just switch the two variables. But how can I combine ...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
How to rotate the image so that the barcode horizontal??
How can I rotate the image using the barcode to determine where the angle is and rotate it according to make it horizontal. I us...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to remove non-barcode object to blue region in an image?
After I did a 'imclearborder', there are still abit of unwanted object around the barcode. How can I change those object to blue...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
How to get the barcode region to red color??
How can I write the code to get the red region works on vertical barcode image shown on figure 1(a&b). *Figure 2(a&b) is what...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Applying the formula to determine the barcode
How to write the code to apply the formula to the image and the result is low-pass filtered. The red region is the highest inten...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to increase or decrese graythresh value?
rgb=imread('image1.jpg'); Igray=rgb2gray(rgb); Ibw = im2bw(Igray,graythresh(Igray)); imshow(Igray);
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Warning: Polynomial is not unique
How to solve this issue Warning: Polynomial is not unique; degree >= number of data points. > In polyfit at 71
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to draw a straight across the centroid points of the barcode using best fit points
This is the processed image and I can't increase the bwareaopen() as it won't work for my other image. *EDITED:* Anyway I'm tr...
casi 13 años hace | 2 respuestas | 0
2
respuestasHow to draw a line in a series of points
plot(centroids(:,1),centroids(:,2),'LineWidth',2,'Color','green')
casi 13 años hace | 0
Pregunta
How to draw a line in a series of points
This is image is after I did a centroid plotting. So how can I draw the line through s = regionprops(Iskel,'centroid'); ce...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
How to use houghlines to detect the barcode lines
How can I detect the lines using houghline or other hough function in Matlab?? <<http://i42.tinypic.com/15d27ap.gif>>
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to draw a line across the centre of the barcode?
Original Image <<http://i44.tinypic.com/rhsr9t.jpg>> How to make the image to look like this?? <<http://i44.tinypic.com/fn8vi...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to recover the barcode after the use of imdilate()
I was trying to merge the barcode together so that I can remove the background object. After doing so, I was wondering how can ...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get the coordinate of this four points?
How to get the coordinate of this four points? <<http://i39.tinypic.com/b9hmxl.jpg>> Original Image <<http://i42.tinypic.com...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Image Processing - How to remove big pixel object
I have remove small unwanted object however there are still some big pixel object I can't remove it. How can I remove it?? (...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Image Processing - Detect lines using regionprops
How can I detect the lines of barcode using regionprops to inform the computer this is the barcode?? Here is the image link tha...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Image Processing - How to making the Background black leaving barcode as white
I'm new to Matlab. I wondering how to make the background black and leaving the barcode white. I read on some noise elimaination...
casi 13 años hace | 2 respuestas | 1
2
respuestasPregunta
Image Processing - How to separate barcode from the background
I'm wondering how to separate the barcode from background itself, and I have tried some different to remove the unwanted object ...
casi 13 años hace | 3 respuestas | 0