Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
6answers
454 views

Two-color Path object

The following image illustrates what I am trying to achieve: Basically I want to create two Path objects that "touch" each other (parallel paths). This is XAML used to generate this image: ...
8
votes
2answers
132 views

How to reduce the number of points in a curve while preserving its overall shape?

I have a list of points that make a curve, and I would like to reduce the number of points, but still keep the overall shape of the curve. Basically, I want to go from this: To this: So the ...
7
votes
7answers
172 views

How to calculate the nearest point of a line and curve? .. or curve and curve?

Given the points of a line and a quadratic bezier curve, how do you calculate their nearest point?
6
votes
1answer
102 views

Modeling hand movement as a 3D curve in Matlab/Java

I just need some directions regarding a problem I have, where to look, etc.. I am using a movement tracking glove for one of my projects, which returns an X, Y and Z values for each finger and for the ...
6
votes
3answers
158 views

How to generate this kind of random curves?

Is it possible to generate this kind of random curves? I've tried IMagick bezier curves (see http://www.php.net/manual/en/function.imagickdraw-bezier.php), but even with 20-30 points they do not ...
6
votes
2answers
796 views

How to create a level with curved lines with cocos2d + Box2d on the iphone?

I'd like to create a game that has levels such as this: http://img169.imageshack.us/img169/7294/picdq.png The Player moves "flies" through the level and mustn't collide with the walls. How can I ...
6
votes
3answers
485 views

How to calculate point along a curve?

I am writing a custom animation for wpf and as a non math guy I have a couple questions... If I am given two Point3D's, the From and To, and assuming the origin is at 0,0,0 how do I calculate a curve ...
5
votes
3answers
166 views

How to calculate points on a curve that matches CSS3 created border radius? Geometry geniuses?

I have a curved div created with css3 border radius (the image part). I have text lines next to it that I would like to align 20px or so off the curve, like so (cant post images, cant remember old ...
5
votes
5answers
954 views

How can I draw smoothed/rounded/curved line graphs? (C#)

I'm measuring some system performance data to store it in a database. From those data points I'm drawing line graphs over time. In their nature, those data points are a bit noisy, ie. every single ...
5
votes
5answers
1k views

Closest point on a cubic Bezier curve?

How can I find the point B(t) along a cubic Bezier curve that is closest to an arbitrary point P in the plane?
4
votes
1answer
74 views

How to Curve a bitmap in android

I am developing a game and I want to give a smoke effect at the tail of the objects moving freely on the screen. I just created a bitmap and attached it at the end of object but the problem is that ...
4
votes
2answers
148 views

Collapsing a 10 period curve to 4 periods

I have a 10 period cost curve table below. How do I programmatically collapse/condense/shrink this to 4 periods. I'm using VBA but I should be able to follow other languages. The routine should ...
4
votes
5answers
770 views

Drag a bezier curve to edit it

You will understand what I mean if you use graphic editing programs like Gimp or Photoshop. To edit a curve on those programs (which probably is Bezier Curve), we can click on the curve, drag the ...
4
votes
2answers
948 views

Equidistant points across Bezier curves

Currently, I'm attempting to make multiple beziers have equidistant points. I'm currently using cubic interpolation to find the points, but because the way beziers work some areas are more dense than ...
3
votes
2answers
66 views

CSS3 curving effect

I wonder if anyone can tell me if the curving effect shown in the image below is possible with css3. If it is, can I have some advice on how to achieve it, please?
3
votes
2answers
80 views

.animate with a curve

First take a look: The cat needs to move to the x in a curve. (see the arrow) When the cat hits the x, it should stay 10 seconds, and after that the cat should go back to o, again in a curve, and ...
3
votes
2answers
173 views

Antialiased bezier curve with GDI / Winforms - c# .net

I'm trying to paint a bezier curve in a sample Winforms application. I'm calculating the bezier points, and then painting using DrawImage to draw a custom image brush on each point. However I'm not ...
3
votes
1answer
273 views

Draw a quadratic bezier curve through three given points

I have three points in 2D and I want to draw a quadratic bezier curve passing through them. How do I calculate the middle control point (x1 and y1 as in quadTo)? I know linear algebra from college but ...
3
votes
7answers
694 views

Most efficient way to find min and max of a sin/cos curve in C#

Background: I have a function in my program that takes a set of points and finds the minimum and maximum on the curve generated by those points. The thing is it is incredibly slow as it uses a while ...
3
votes
2answers
1k views

Way to draw NSString on a curved path?

I have been looking for any example code for drawing a UILabel (or just an NSString or something) on a curved path, but have come up empty handed. Does anyone know whether it's possible to draw text ...
3
votes
3answers
811 views

Convert a quadratic curve points to polynomial representation?

I have the X,Y of 2 end points and 1 bezier point, of a Quadratic Bezier curve. Using this data, how can I derive the polynomial representation of the curve?
2
votes
2answers
82 views

“snake” in html5 canvas. Math curve issue

Demo I am trying to make a "snake" game in html 5 canvas. But i have a problem getting the snake to move the right direction. I would assume that the following code would make the snake move ...
2
votes
1answer
162 views

Delphi algorithm to solve 4 or 5 parameter logistics equation? [closed]

I'm looking for an [Pascal/Delphi] algorithm that can solve a 4 or 5 parameter logistics equation. I've been searching the web for quite a while now and have not been successful in finding an ...
2
votes
2answers
108 views

Curve fitting a series of line segments

There are a lot of curve fitting questions on SO but I can't seem to find one that addresses what I'm looking for. The scenario is simple: I capture X/Y points on a tablet screen. I'd like to draw ...
2
votes
3answers
126 views

Compare two user defined curves and score their similarity

I have a set of 2 curves (each with a few hundreds to a couple thousands datapoints) that I want to compare and get some similarity "score". Actually, I have >100 of those sets to compare... I am ...
2
votes
1answer
480 views

android 2d arc collision detection

i have a rotated arc drawn using android 2d graphics c.drawArc(new RectF(50, 50, 250, 250), 30, 270, true, paint); the arc will rotate while the game is running , i wanna know how i can detect if ...
2
votes
1answer
116 views

Converting an open curve to a list of ordered pixels: a python test code with numpy

I have the image of an open curve in a numpy.array and I need to build a list of points coordinates ordered according to their position on the curve. I wrote a draft script using numpy, mahotas. It ...
2
votes
2answers
62 views

best platform to draw curves and create JPEGs

i have an equation of a curve that i need to draw like: ((X^z)-1)/z = y does anyone know how i can draw this curve and save it as an image using python or .net?
2
votes
1answer
106 views

How do I get points on a curve in PHP with log()?

I have a graph I am trying to replicate: I have the following PHP code: $sale_price = 25000; $future_val = 5000; $term = 60; $x = $sale_price / $future_val; $pts = array(); $pts[] = ...
2
votes
3answers
328 views

Compute the 'elbow' for a curve automatically and mathematically

One example for curve is shown as below. The elbow point might be x=3 or 4. How to compute the elbow for a curve automatically and mathematically?
2
votes
2answers
317 views

Curve Trajectory object orientation

I have a spaceship in a 3D environnement. I drew a B-Spline curve using control points (converted to a Bezier curve to be able to draw it). Each time the draw event is called, the ship is at the point ...
2
votes
2answers
202 views

How to optimally plot parametric continuous curve?

Let's say we have a parametric curve, for example a circle: x = r * cos(t) y = r * sin(t) We want to plot the curve on the screen in a way that: every pixel is painted just once (the optimal ...
2
votes
2answers
558 views

Calculating an area under a continuous density plot

I have two density curves plotted using this: Network <- Mydf$Networks quartiles <- quantile(Mydf$Avg.Position, probs=c(25,50,75)/100) density <- ggplot(Mydf, aes(x = Avg.Position, fill = ...
2
votes
2answers
272 views

Plotting a smoothed area on a map from a set of points in R

how do I plot an area around a set of points on a map in R? e.g. map('world') map.axes() p <- matrix(c(50, 50, 80, 100, 70, 40, 25, 60), ncol=2) # make some points points(p, pch=19, col="red") ...
2
votes
1answer
416 views

Java2D: Fill a convex rounded polygon (QuadCurves)

If I have a QuadCurve like this (+ = node): + + \ ./ +--⁻⁻ And I fill it in Java 2D the result is something like this: (x = colored) +xxxxxxxxx+ \xxxxxx./ +--⁻⁻ But I want ...
2
votes
2answers
635 views

Fast Method to Intersect two Integer Quadratic Beziers?

Given two Quadratic Beziers in 2D with integer coordinates, what is the best way to find their intersection point(s)? Also interesting is an early rejection if they do not intersect. If it makes it ...
1
vote
0answers
24 views

Two Dimensional Curve Approximation

here is what I want to do (preferably with Matlab): Basically I have several traces of cars driving on an intersection. Each one is noisy, so I want to take the mean over all measurements to get a ...
1
vote
0answers
44 views

How to remove a node of a Bezier curve to the shape of the curve has not changed

I need a help in writing the algorithm remove nodes Bezier curve. Using cubic Bezier curves, there are two curves (P0, P1, P2, P3 and Q0, Q1, Q2, Q3), which have a common point (P3=Q0). Need to get a ...
1
vote
0answers
78 views

Detecting curves in OpenCV

I am just starting to use OpenCV to detect specific curves in an image. First, I want to verify if there is a curve, and next, I would like to identify the type of curve according to vertical or ...
1
vote
1answer
89 views

Create smooth curve from several points and get position on that curve by percent or time

I'm not good at math;/ I have array of 2D points P[n] (P1,P2...Pn) What i want to do is to create a smooth curve based on that points ( like Bezier Curve but more complex ) and then get position on ...
1
vote
3answers
73 views

Possible to position elements along a curve using javascript/jQuery?

I am working on a design where I would like to position header elements along a curve. Example: Typically I would do this manually using CSS, but in this case there can be a dynamic number of ...
1
vote
1answer
109 views

How to curve fit data in Excel to a multi variable polynomial?

I have a simple set of data, 10 values that increase. I want to fit them to a polynomial of the form: Z = A1 + A2*X + A3*Y + A4*X^2 + A5*X*Y+ A6*Y^2 Where Z the output is the set of data above, A1 - ...
1
vote
2answers
40 views

Influence a linear percentage calculation to rise quicker at the beginning?

I'm doing a really basic progress percentage calculation, at the moment it's a linear calculation so: 0 -> 0% max/10 -> 10% max -> 100% The calculation is simply like this: $max = 4000; ...
1
vote
1answer
282 views

How do i smooth the curves(contours) in OpenCV?

I am working on a black&white image just like the first one from the link : http://imageshack.us/g/33/firstwm.png/ It has a lot of "noise" so I applied a Median filter over it to smooth it, thus ...
1
vote
0answers
83 views

Smooth Bezier Curve

I want to smooth some hand draw lines in iphone. I have used the following code in http://webdocs.cs.ualberta.ca/~graphics/books/GraphicsGems/gems/FitCurves.c However, I found that some bezier ...
1
vote
2answers
194 views

curve movement animation in wp7

I use Blend 4 (storyboard) to create animation movement for a wisp. But now I was required to have the wisp move in curve path. I have found some solution in code (from programming windows phone 7 ...
1
vote
2answers
104 views

interactive curve editor in OS X Cocoa

I am aiming to implement an editable spline or bezier curve for a GUI component in Cocoa OS X 10.6. The functionality could be along the line of the ichart RapahelJS demo ...
1
vote
1answer
285 views

GeneralPath curveTo

i would like to know how to define the control point, here is what i do now, but it is really not efficient and the curve is not smooth. MyPoint pointStart = list.get(0); ...
1
vote
3answers
226 views

How can I draw a diminishing wavy ray or complex figures in HTML5 / Canvas

I am trying to generate some sun 'rays' which I can best describe as looking like the blade of a krisknife, such as the blade portion of this picture. This is just an example. I only need a ...
1
vote
0answers
78 views

Tone Curve - Lightroom

Does anybody know if the tone curve tool in Lightroom 3.4 is patented? I would like to implement the similar functionality in a image processing software.

1 2 3