Edge detection is a tool in computer vision used to find discontinuities (edges) in images
0
votes
0answers
8 views
No Edges in output file using CannyEdgeDetection.java
Using the defaults, and the same source image from the first example on the website: http://www.tomgibara.com/computer-vision/canny-edge-detector I am getting a pure black image as my out.jpg. The ...
0
votes
1answer
62 views
Fastest Sobel Edge Detection C#
I want to make a program that implements sobel edge detection.
This is my code :
private Bitmap SobelEdgeDetect(Bitmap ori)
{
Bitmap b = original;
Bitmap bb = original;
int ...
0
votes
1answer
61 views
Scaling Laplacian of Gaussian Edge Detection
I am using Laplacian of Gaussian for edge detection using a combination of what is described in http://homepages.inf.ed.ac.uk/rbf/HIPR2/log.htm and http://wwwmath.tau.ac.il/~turkel/notes/Maini.pdf
...
0
votes
2answers
42 views
OCR Solutions on Android and iOS (?)
'Optical Character Recognition' seems to be an exercise in itself with lots of trial and error.
I have been evaluating various COTS (Customized off the shelf solutions) to recognize
English ...
0
votes
0answers
27 views
Edge detectors like Canny
Can I apply canny edge detector to already processed image. I locate the face of the human perform some processing on that using opencv. after the image is processed i want to do some edge detection. ...
0
votes
1answer
40 views
Edge change Ratio
I am working on Edge change Ratio Algorithm for Video shot Detection. I have the basic idea of the algorithm and have implemented a part of it using OpenCV which includes identifying edges using ...
-4
votes
0answers
22 views
Gap-filling method for touching rice grains [closed]
I'm using matlab for image processing, I just want to ask suggestion for my project which is gap filling for touching rice grain. I can already get the endpoints of the gap to be filled. The problem ...
0
votes
0answers
13 views
Edge detection then convert into a shape?
I was wondering if anyone knows of an algorithm to retrieve shapes from an edge detection filter.
I basically want process an image and find all the shapes in the image then fill them with rectangles ...
1
vote
2answers
77 views
Matlab manipulate edges
I'm working on an image processing project. I have a grayscale image and detected edges with Canny edge detection. Now I would like to manipulate the result by filtering the unnecessary edges. I would ...
1
vote
1answer
73 views
Image differencing: How to find minor differences between images?
i want to find hwo to get diff b/w 2 similar grayscale images for implementation in system for security purposes. I want to check whether any difference has occurred between them. For object tracking, ...
0
votes
0answers
50 views
How to compare between two edge detection process of the two output images with respect to total no. of pixel?
Please help me to compare between sobel edge detection and edge detection using threshold method with respect to total number of pixel. I take input 'lena.jpg' and enhance this image. Using this new ...
0
votes
1answer
38 views
Lua: detect rising/falling edges in a bitfield
I'm calling a function that returns an integer which represents a bitfield of 16 binary inputs each of the colors can either be on or off.
I'm trying to create a function to get the changes between ...
0
votes
1answer
101 views
Edge detection using fuzzy threshold value in matlab
Can someone explain why I am getting the following error in my code?
I=imread('lena.jpg');
[M,N]=size(I);
p = zeros(256,3);
for ii=1:256 p(ii,1)=ii-1; end;
p(:,2) = imhist(I);
p (p(:,2)==0,:) = []; ...
10
votes
4answers
272 views
How detect long edges of wall to prepare mask and recolor
Main idea is to allow user to recolor to specific wall based user selection.
Currently i have implemented this feature using cvFloodFill (helps to prepare mask image) which can help me to change ...
1
vote
2answers
220 views
Faster Image Processing than Lock Bits
I've been working on an edge detection program in C#, and to make it run faster, I recently made it use lock bits. However, lockBits is still not as fast as I would like it to run. Although the ...
3
votes
3answers
113 views
How to find normals to an edge in an image
I am doing some work related to eye images.
I did edge detection to it. The edge is like a curve and not continuous. I have to assume it to be continuous and find normals to that curve. How do I ...
-1
votes
1answer
118 views
Clear path detection using edge detection [closed]
I want to create an application where a user can detect an unobstructed path using an Android mobile phone. I used a Gaussian filter for smoothing and then used canny edge detection to detect edges.
...
0
votes
1answer
53 views
WPF image tooltip edge detection
I'm a bit new to WPF but I'm having an issue were I'm trying to place a tooltip over an image or button with a background image. Basically what I'm trying to do is I want the tooltip to only show up ...
0
votes
0answers
25 views
iphone OpenGLES glsl output
Recently I have been working on an algorithm which in it's base depends on the ability to detect lines in a texture (GLES texture).
No I found out that the best approach for line detection in iphone ...
1
vote
1answer
555 views
How to extract Text regions in images using Matlab?
I am writing a matlab program that will detect text in a natural scene images. I am taking help of this video lecture and paper. I understood first few steps and did edge detection (I am adding images ...
0
votes
1answer
487 views
How does the opencv function findContours work?
I am just starting out with opencv and I am trying to make a program that puts squares around a picture of rocks on some sand. The documentation for the function here includes an example of how to use ...
0
votes
0answers
85 views
Separate edges from canny edge detector
I want to get a set of all 8-connected paths that are produced by canny edge detection algorithm so I can analyze them independently. Is there a way to do it using OpenCV or any other C++ library ...
0
votes
0answers
56 views
Phase Congruency C#
Is there any available code, or even pseudocode, that would allow me to implement the Phase Congruency edge / corner detection algorithm in C#?
I am far from a math expert when it comes to the ...
1
vote
1answer
435 views
Does the sobel mask from fspecial find horizontal or vertical edges?
So I did something like this in Matlab:
s = fspecial('sobel');
imshow(conv2(image, s));
In matlab when I create a sobel mask with fspecial and use that mask with conv2 on an image, are the edges in ...
0
votes
1answer
118 views
Canny edge Vs Skeletonization
I've been using Canny edge algorithm in my project up till now because there have been a lot of tutorials and examples on it. however for my case it seems skeletonization is yielding better results.
...
0
votes
0answers
304 views
To find minute circles using hough circle function in opencv for iris
I need to detect the iris of the eye picture I have using HoughCircle function thats available in opencv2. So ,
// Read the image
src = imread("D:/001R_3.png");
if( !src.data )
...
2
votes
3answers
257 views
Horizontal and vertical edge profiles using python-opencv
I am trying to detect a vehicle in an image (actually a sequence of frames in a video). I am new to opencv and python and work under windows 7.
Is there a way to get horizontal edges and vertical ...
0
votes
1answer
57 views
Rectifiy image of DVD cover
I'm trying to get the cover image of a DVD as a rectangular image from a photo. Now as the cover on the photo is usually a bit skewed I need to rectify it programmatically.
I've already removed most ...
1
vote
1answer
109 views
Find slope (angle) of each line of the image
I have to calculate a slope (or an angle) of every single detectable line of the image. And even to detect the changes of the slope of the line, if it is possible.
I've performed 2D Fourier and I know ...
0
votes
0answers
40 views
Polygon edge blurring
Is it possible to blur or perform other operations that consist of running a mask/kernel over only the edges of a given polygon within an image?
I have given this quiet a lot of thought, however am ...
5
votes
2answers
297 views
detecting object in Homogeneous Intensity image
I have image of Tiger's Pugmark (footprint impression) in mud. I want to detect the boundary of the pugmark but the image is uniform in intensity that is foreground and background cannot be ...
0
votes
2answers
190 views
GPUImage CannyEdgeDetectionFilter with white edges?
I'm using GPUImage from the Git repository to apply some filters to images. I notice that the edge detection filters (I'm using the CannyEdgeDetectionFilter specifically) paint white edges on black ...
2
votes
2answers
315 views
need a good edge detection procedure for rough surfaced overlapped objects
I need to detect edge for shape detection in my project.
Currently i am using MATLAB but i am comfertable with openCV if it gives better output.
So here is the problem. The sample image that i have ...
3
votes
1answer
122 views
Compare image ignoring light android
I am very new to android. I want to compare two images and ignore the light effects in comparison.
To do that i came to know that i can generate the edge image and then compare the images.
what ...
1
vote
0answers
100 views
Spatial Voting Matrix in Canny Edge detection
We are developing a system to extract road network from a satellite image. One of the technique we read is to use the canny edge detector to extract the edges and the gradient information(the ...
4
votes
3answers
322 views
Sobel operator & Convolution with WriteableBitmapEx
So I'm using WriteableBitmapEx for an app on Windows RT. I'm trying to implement edge detection on an image using the sobel operator. I have successfully applied both kernels for x and y detection ...
1
vote
1answer
68 views
Using a Edge Detector as a Feature Vector in SVM
I am interested in using a support vector machine to classify curves in a image. For my feature vector, I was going to use a Canny edge detector since it would represent the edge I am interested in, ...
2
votes
1answer
140 views
How to detect interior vertices in groups of 2d polygons? (E.g. ZIP Codes to determine a territory)
I am looking for a method, preferably in PHP, to analyze a group of polygons to detect the outer boundaries of the group.
Specifically, this is for a Google Maps v3 application that renders ...
1
vote
0answers
83 views
Is it possible to get orientation theta values from edge detection using contourlet transform? (like sobel operator)
I have the contourlet tool box with me in running state (Matlab)
http://www.ifp.illinois.edu/%7Eminhdo/software/contourlet_toolbox.zip
I have seen the pyramid structure of contourlets ...
0
votes
0answers
88 views
thin line edge detection
I am new to open cv (Image Processing).I have an image in which sand is at bottom and a thick layer of water is filled above it.The whole setup is inside a large container. For detecting edges using ...
2
votes
2answers
479 views
Image Morphing in Matlab
I want to use mathematical morphology function in MATLAB to find the boundary of can.png image. The input image is:
I want to get a boundary such as :
I tried to use different combination and ...
0
votes
1answer
132 views
Background Extraction
I am working on a project in MATLAB which will extract background from an image, like if this is an image
it should give me locations/coordinates of background(blue part) or person's image, so far ...
0
votes
1answer
641 views
Minimum threshold in Matlab Canny edge detector
Matlab Version : 7.8.0(R2009a)
I am using Canny edge detector in Matlab to find the edges, But for my problem, I need some X amount of edges. I need more no. of edges then it is returned by setting ...
1
vote
1answer
116 views
Detect edge of a document in windows phone
I need to detect the corner/edge of a document in a captured image in Windows Phone 7. I cannot use openCV as WP 7 does not have support for native code lib.
Can anybody suggest me some algorithm or ...
1
vote
1answer
664 views
OpenCV: Efficient Difference-of-Gaussian
I am trying to implement difference of guassians (DoG), for a specific case of edge detection. As the name of the algorithm suggests, it is actually fairly straightforward:
Mat g1, g2, result;
Mat ...
4
votes
3answers
155 views
Approximate a shape with polygons
From an PNG Image containing a transparent region and a colored region, I would like to generate a polygon with N sides (N being configurable) approximating the best possible edge of the image. I want ...
5
votes
1answer
265 views
Can't get clean output in my MATLAB implementation of Canny-Deriche
My code so far is:
function imgg = derichefilter1(x, k, a, b, c)
osize = size(x);
x = double(x);
a = double(a);
b = double(b);
c = double(c);
k = double(k);
y1 = zeros(osize(1),osize(2));
y2 = ...
3
votes
2answers
464 views
Image Feature Detection
I am working on an application to recognize line-like features inside circle/elliptical shapes. The shapes look like the following (two shown here):
The shapes themselves can vary slightly between ...
1
vote
2answers
358 views
Edge detection of an image on a white background
I have an image on a white background. Is it possible to fill the object with a solid color so that Canny Edge would only detect the boundary and not the unnecessary lines? Or is there an easier ...
0
votes
0answers
91 views
Threshold in canny versus number of edges?
I am using canny to find edges in an Image. I want to have at-least N no. of Edge Pixels. So I want to change the values of thresholds used in canny to get no. of pixels as much closer to N, as ...







