0
votes
1answer
89 views
Per panel smoothing in ggplot2
I'm plotting a group of curves, using facet in ggplot2. I'd like to have a smoother applied to plots where there are enough points to smooth, but not on plots with very few points. In particular I'd …
4
votes
4answers
397 views
How to smoothen a plot in MATLAB?
I have some 9000 points that are plotted on a graph:
[Full resolution]
Actually, the plot is not as smooth as I wanted it to be. Is there some way I can smoothen the graph to a required degree?
…
2
votes
3answers
162 views
Smooth polyline with minimal deformation
I've got a 2D closed polyline, which is reasonably smooth. The vertices that define the polyline however are not spaced equally. Sometimes two will be very close, sometimes as many as four will be …
0
votes
8answers
687 views
Optimizing transition/movement smoothness for a 2D flash game.
Update 6:
Fenomenas suggested me to re-create everything as simple as possible. I had my doubts that this would make any difference as the algorithm remains the same, and performance did not seem to …
1
vote
3answers
384 views
Image scaling and smoothing
I'm importing some images dynamically into a SWF from an external site using AS2.
It works perfectly when I load my images from my computer, but when I try to load them from the external server the …
0
votes
1answer
214 views
How to paint a precise Gradient with LinearGradientBrush in C#?
Hi,
I'm painting this object in C# using GDI and I need to have precise pixel painting. However, this is not working... I don't know if it matters but the object I'm painting is a ToolStrip, I'm …
2
votes
4answers
371 views
Smooth gps data
Hi,
I'm working with gps data, getting values every second and displaying current position on a map. The problem is that sometimes (specially when accuracy is low) the values vary a lot, making the …
2
votes
8answers
235 views
smoothing irregularly sampled time data
Given a table where the first column is seconds past a certain reference point and the second one is an arbitrary measurement:
6 0.738158581
21 0.801697222
39 1.797224596
49 2.77920469
54 2.839757536
…
7
votes
3answers
560 views
Font smoothing in Delphi
I had cause to need a label with a large font on a Delphi form and noticed that
its curves were still slightly jagged. I compared this with the same size
and font in MSWord which was much smoother. …
0
votes
3answers
154 views
Smoothing Data Array PHP
I have an array:
Array
(
[1] => 25
[2] => 50
[3] => 25
)
I would like to make it into:
Array
(
[1] => 50
[2] => 50
)
To do this I split the middle value …
0
votes
3answers
463 views
Techniques to smooth face edges in OpenGL
When I light my human model in OpenGL using face normals it is very apparent where each face is on the model. The lighting becomes considerably smoother using vertex normals but still noticeable. Is …
1
vote
2answers
179 views
How to: Font smoothing test
The real question is this:
I am trying to figure out the effect of font smoothing in my web page. On my LCD panel the text looks the same with font smoothing on/off.
Are there are any particular …
