Все вопросы: [smoothing]
12 вопросов
Сглаживание каждой панели в ggplot2
Я рисую группу кривых, используя фасет в ggplot2.Я бы хотел, чтобы сглаживание применялось к графикам, где достаточно точек для сглаживания, но не к графикам с очень небольшим количеством точек.В частности, я хотел бы предотвратить сбой графика, когда одна из панелей имеет только 1 или 2 точки. ...
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? Or some form of thresholding so that I can selectively smoothen out the parts that is too bumpy? ...
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 very close together. I'd like to smooth the polyline, but a regular averaging algorithm tends to sh...
How to paint a precise Gradient with LinearGradientBrush in C#?
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 doing a custom ToolStrip render. I drew a horizontal blue line at y-pixel 1, than a yellow one at y-pixel...
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 smoothing doesn't work. My code: var imageLoad:MovieClipLoader = new MovieClipLoader(); i...
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 be the issue. Anyway, it was the only suggestion I got so here it is: 30 FPS: http://www.feedpo...
Smooth GPS data
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 current position to "jump" between distant points in the map. I was wondering about some easy enough m...
Сглаживание массива данных PHP
У меня есть массив: Array ( [1] => 25 [2] => 50 [3] => 25 ) Я бы хотел превратить его в: Array ( [1] => 50 [2] => 50 ) Для этого я разделил среднее значение между 1 и 3. Это простейший пример, где разделение составляет 50,50. Я хотел бы иметь возм...
сглаживание нерегулярных временных данных
Для таблицы, в которой первый столбец представляет собой секунды после определенной контрольной точки, а второй - произвольное измерение: 6 0.738158581 21 0.801697222 39 1.797224596 49 2.77920469 54 2.839757536 79 3.832232283 91 4.676794376 97 5.18244704 100 5.521878863 118 6.3166301...
Методы сглаживания краев лица в OpenGL
Когда я освещаю свою человеческую модель в OpenGL, используя нормали граней, очень хорошо видно, где каждое лицо находится на модели. Освещение становится значительно более плавным, используя нормали вершин, но все же заметным. Есть ли какой-либо метод сглаживания органических моделей без добавл...
Сглаживание шрифтов в Delphi
У меня была причина нуждаться в ярлыке с крупным шрифтом в форме Delphi, и я заметил, что его изгибы все еще были слегка неровными. Я сравнил это с таким же размером и шрифт в MSWord, который был намного плавнее. После исследования я нашел код это позволило мне сгладить мои шрифты, но это беспор...
Как: тест сглаживания шрифтов
Настоящий вопрос заключается в следующем: Я пытаюсь выяснить эффект сглаживания шрифтов на моей веб-странице. На моей ЖК-панели текст выглядит одинаково с включенным / выключенным сглаживанием шрифтов. Есть ли какие-то шрифты, требующие сглаживания? Можете ли вы предложить какой-либо приме...