photo

Kim


Nanyang Polytechnic

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

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....

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

respuestas

Pregunta


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

respuestas

Pregunta


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

respuestas

Pregunta


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

respuesta

Pregunta


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...

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 ...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to increase or decrese graythresh value?
rgb=imread('image1.jpg'); Igray=rgb2gray(rgb); Ibw = im2bw(Igray,graythresh(Igray)); imshow(Igray);

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Warning: Polynomial is not unique
How to solve this issue Warning: Polynomial is not unique; degree >= number of data points. > In polyfit at 71

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Respondida
How to draw a line in a series of points
plot(centroids(:,1),centroids(:,2),'LineWidth',2,'Color','green')

más de 12 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...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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>>

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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?? (...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 12 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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 ...

más de 12 años hace | 3 respuestas | 0

3

respuestas