Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
2answers
378 views

Algorithm for labeling edges of a triangular mesh

Introduction As part of a larger program (related to rendering of volumetric graphics), I have a small but tricky subproblem where an arbitrary (but finite) triangular 2D mesh needs to be labeled in ...
9
votes
3answers
2k views

How to control node placement in graphviz (i.e. avoid edge crossings)

I'm using graphviz (dot) to generate the graph you can see below. The node in the lower left corner (red ellipse) causes annoyance as its edges cross several edges of the adjacent node. Is there a way ...
7
votes
1answer
1k views

How do I color edges or draw rects correctly in an R dendrogram?

I generated this dendrogram using R's hclust(), as.dendrogram() and plot.dendrogram() functions. I used the dendrapply() function and a local function to color leaves, which is working fine. I have ...
6
votes
6answers
457 views

Clustered Graphs Visualization Techniques

I need to visualize a relatively large graph (6K nodes, 8K edges) that has the following properties: Distinct Clusters. Approximately 50-100 Nodes per cluster and moderate interconnectivity at the ...
6
votes
3answers
1k views

Algorithm for unique find edges from polygon mesh

I'm looking for a good algorithm that can give me the unique edges from a set of polygon data. In this case, the polygons are defined by two arrays. One array is the number of points per polygon, and ...
4
votes
4answers
834 views

Implementing Depth First Search into C# using List and Stack

I want to create a depth first search which I have been somewhat successful in. Here is my code so far (Except my constructor, note the Vertex and Edge classes only contain properties, nothing ...
4
votes
3answers
403 views

How to create a 2D map of room by a few images/movie frames?

I'd like to create a simple 2D map of a room by getting pictures (ceiling) of all directions (360° - e.g. movie frames), recognize the walls by edge detection, delete other unwanted objects, concat ...
3
votes
1answer
47 views

Permit overlapping edges in graphviz

Background Use graphviz to create an Organizational Chart. Problem By default dot creates the following diagram: The desired output combines the edges so that they overlap, with elbow ...
3
votes
1answer
1k views

How to force node position (x and y) in graphviz

I am trying to force position of nodes. I have x and y coordinates of my nodes and its also directed graph. I can use the rank=same to handle row (y coordinate), but can't figure out how I can handle ...
3
votes
1answer
212 views

Should I use Core Data or SQLite to represent a graph structure with weighted edges?

I am building an iPhone application that will be using a weighted graph (probably around 1000 nodes and 500-700 relationships, ball park estimate, could be quite wrong). Core data would be ...
3
votes
2answers
389 views

Windows appearing off edge of screen (Delphi)

Windows in my application are popping up off the edge of the screen, and this of course is a problem because some of the windows are modal and can't be dismissed (you don't even know they are there). ...
2
votes
1answer
89 views

Removing edges from a 2d array

I have an array [300][300] and I need to get rid of the edges and populate a new array [298][298] with the remaining values. I've got this far so far: double[][] edging() { double [][] array = ...
2
votes
1answer
106 views

Library to create Directed graph with edge capacity in C#

Is there a library or class available to create directed graphs, who's edges support capacity too? (Or I have to create it my self?). I want to test max flow algorithm I recently learned
2
votes
1answer
230 views

Displaying edges labels in prefuse (java) graphs

I'm new to prefuse (java) and would like to display edges labels in a graph. I've been searching for this but could not find the solution. Any idea about this ? Many thanks, Raphaël
2
votes
1answer
308 views

Strange edge placement in Graphviz Dot

I have a module that automatically outputs (in dot format) functions written in some kind of assembly language (the IR of my compiler). The nodes are the basic blocks printed using the 'record' shape. ...
2
votes
2answers
900 views

How to prevent edges in graphviz to overlap each other

I have a graph I,ve created in graphviz, but the problem is that edges overlap each other (I have 5-7 nodes in each row), so it is hard to tell for each node which are the nodes it connects. How can ...
2
votes
2answers
937 views

3G/Edge/GPRS IP addresses and geocoding

So, we're looking to develop a mobile website. On this mobile website, we'd like to automatically populate a user's location (with proper fallback) based on their IP address. I'm aware of geocoding a ...
2
votes
3answers
439 views

Boost graph: Apply algorithms considering a specific edge subset

I've got a huge graph with typed edge (i.e. edge with a type property). Say typedef adjacency_list<vecS, vecS, vertex_prop, edge_prop> Graph; The "type" of the edge is a member of ...
2
votes
1answer
292 views

Edge Rails doesn't list plugin/gem generators

I recently created a project skeleton with Edge Rails and installed rspec, rspec-rails and cucumber as plugins (git submodules). If I run: $ script/generate all I get is a list of built-in ...
2
votes
1answer
357 views

Guidance on Snap to Edge Effect

I'm having trouble wrapping my head around how to code this, and would appreciate any assistance. The picture above is something I googled quickly, but depicts a decent example. Imagine the ...
1
vote
1answer
52 views

comparing web pages - simhash, and DOM edge node processing

This isn't a programming issue yet! But I'm looking into how you'd compare web pages to see if the pages are the same/similar. This is a personal project, not for work/school... (just sayin!) I've ...
1
vote
3answers
86 views

Use 'Edge' or 'IE9' for X-UA-Compatible header?

In my .htaccess file I have this header: Header set X-UA-Compatible "IE=Edge,chrome=1" I optimise my sites for IE7-9 (and other browsers), but now that IE10 is coming up, should I still be using ...
1
vote
1answer
26 views

Negative Edge in Graph

What is the physical significance of negative edges in a graph i.e when we have to put the edges negative in real world programming ?
1
vote
2answers
59 views

My PNG icon's feathered image edge is not rendering nicely over a background image [closed]

THIS QUESTION IS SOLVED — can't post an answer to my own question on account of newb status. Had more than one file and was using the wrong file path. User error :-) I using an email template from ...
1
vote
2answers
51 views

Time Complexity/Graph Theory

For a homework problem I was asked the question of given a set of n nodes and m edges where the graph was represented by an adjacency list, why insertVertex would take O(1) and deleteVertex would take ...
1
vote
0answers
34 views

Having trouble with Edge animations

I wanted to make a simple animation in Adobe Edge (pre 3) wherein a mouseover would trigger a play action, and a mouseout would trigger a reverse play action. I wanted to have three of these in a ...
1
vote
1answer
34 views

Leaf and self loop

Can a node with a self-loop be a leaf node? Or maybe leaf is defined only for simple graphs (no self-loop, no multiple edges)? I can't find the answer. I found various definitions, but nowhere an ...
1
vote
1answer
75 views

Moving shape and change direction with window edge using OpenGl and C#

I have a shape created using OpenGL glControl with C#. I need the shape to move side by side and change direction each time it hits the window wall (edge). I don't know how to get the program to ...
1
vote
1answer
58 views

Annotate DOT graphs with images

I'm using PyDot to generate graphviz/dot graphs in python. I would like to annotate my nodes and edges with images read from files, I've found in the documentation how to put an image as a node ...
1
vote
2answers
179 views

HTTP Connection Parameters

I am using the HTTP Connection in the following way: HttpConnection _httpConnection = null; try { _httpConnection = (HttpConnection)Connector.open(_url); } ...
1
vote
1answer
175 views

Detecting barcode using android camera

I am currently developing this Android phone application for the visually impaired people to detect and scan barcode. I am going to use ZXing(scanning via intent) for decoding barcode. The problem ...
1
vote
1answer
92 views

Edge classification in a DFS

According to the book (Intro to Algorithm), in dfs, edges are classified as 4 kinds: Tree Edge, if in edge (u,v), v is first discovered, then (u, v) is a tree edge. Back Edge, if ......, v is ...
1
vote
1answer
129 views

1D non-maximum suppression in Python/scipy

Do you happen to have a 1D non-maximum suppression algorithm written in Python. I need it for making a Canny edge detector in Python using scipy that takes as input a 1D intensity vector. I've looked ...
1
vote
1answer
90 views

How to get a JUNG edge length?

How do I get an edge length from a graph contructed in JUNG? In pixels would be nice but if its more complicated than that then please explain why.
1
vote
4answers
29 views

How to make a border in css that is actually on the very edges

I'm trying to make a CSS border that is on the very edge of the page. So far I have: body{ color:#008000; background-color: blanchedalmond; border: 5px solid #000080; } This does create a border, ...
1
vote
1answer
391 views

Android fading edge disappears

I've got a pretty weird issue and can't find a solution. These two pictures show my problem: http://img225.imageshack.us/img225/7758/snap20110412234026.png ...
1
vote
2answers
1k views

Is it possible to change the colour of the FadingEdge of a Listview?

I want to give the effect that the ListView has faded from whatever is around it. By default it is set to whatever colour your ListView is. I can adjust the orientation of the FadingEdge and the size ...
1
vote
0answers
138 views

How to visualize a directed graph with ordered edges?

I want something I can easily imagine. It's hard to reason with crossed arrows and edges colored by order. I don't want the nodes replicated, however. That's more load on the brain.
1
vote
2answers
372 views

NetworkX (Python): how to change edges' weight by designated rule

I have a weighted graph: F=nx.path_graph(10) G=nx.Graph() for (u, v) in F.edges(): G.add_edge(u,v,weight=1) get the nodes list: [(0, 1), (1, 2), (2, 3), (3, 4), (4, 5), (5, 6), (6, 7), (7, 8), ...
1
vote
2answers
568 views

Typical time and horizontalAccuracy of iPhone CLLocation in practice

I'm wondering if anybody has done thorough empirical testing of the iPhone's ability to find its location. Obviously the performance and accuracy will depend on the type of area one is in (urban vs ...
1
vote
1answer
375 views

Graphviz: how to assign the same style to a group of edges?

I've got a graph that I want graphviz to layout and visualize for me. The graph has 122 edges and 123 nodes. The edges are of 4 different kinds and I want them to be visually distinguishable. However ...
1
vote
2answers
828 views

Straight edge between clusters in Graphviz

I'm trying to have an edge between clusters in Graphviz where the edge does not affect the ranking. This looks fine: digraph { subgraph clusterX { A B } subgraph clusterY { C ...
1
vote
1answer
724 views

To find points of intersection between straight lines & our figure in matlab

We are doing a project on ear recognition. We have got the edges of the ear in a figure & have found the centroid of each. We have also drawn lines from the centroid at 10 degree intervals. Now we ...
1
vote
1answer
1k views

Opencv Edge extraction

I have an image and I want to create an adge histogram. I divide the image into 1100 image-blocks and try to find edge and its direction (horisontal, vertical, 45° diagonal, 135° diagonal or ...
1
vote
4answers
1k views

OCR: Convert edge into a vector path

I'm trying to build a simple OCR program as a project for an image processing class. So far I've been able to "read" an image containing just ones and zeros I differentiate between ones and zeros ...
0
votes
1answer
21 views

How to create a numeric vector which gives a uniform grid for all dimensions of a matrix X?

I have the next question: i'm applying function histcnd to a matrix of size 744x2. This function calculates frequencies of values within certain edges. What i want is to set the edges to, for example, ...
0
votes
0answers
26 views

Issue with implementing Sobel Filter algorithm in C++

I am currently try to implement sobel edge detector using sobel algorithm but I think I am currently in the wrong track. The problem is.. at the end of every pixel, my value will always be 255, which ...
0
votes
2answers
42 views

GraphViz library Rectangle style edges instead of curves

I have generated Graphviz images with dot language using pydot python library. Generated Graphviz Graph But the edges are getting draw in curves. and I need this kind: Expected Graphviz output. I ...
0
votes
0answers
26 views

JUNG - Problems with hiding nodes

I'm having little problems with JUNG and i was wondering is anyone is able to help me. I'm making Decission Tree, and I want to draw it using Tree. My idea is to make it like simulation. When user ...
0
votes
1answer
40 views

Photo Edge Detection using a mask on iPhone

I'm looking for code to be able to contrast detect edges in a photo. Basically, the user will roughly paint the mask with their finger on Iphone, iPod or iPad. Then the code would detect the edges ...

1 2