开发者

smoothing

0
  • Draw a smooth line with finger touch on iPhone

    How do I draw a smooth line with a finger slide/touch motion on the iPhone?I have the following code but it is not smooth.It makes corners/turns for example when I try to do a circle.I think I have to[详细]

    2022-12-28 02:51 分类:问答
  • Slow motion tween text isn't smooth

    i have to create a movie where a text string move in horizontal. the problem is that in the movie (800px wide) the text should go from right to left in about 7 seconds (so it have to go about 400px t[详细]

    2022-12-27 00:20 分类:问答
  • How to make text/labels smooth?

    Does anyone know how to make labels, or text, smoother? At the moment they look quite jagged. As I want to 开发者_如何学Pythonmake the label dynamic, I can\'t just insert the text from Photoshop.You\'[详细]

    2022-12-26 20:58 分类:问答
  • Mesh smoothing with Gaussian

    I wish to smooth a given 3D mesh, which uses the Half-Edge structure to store adjacency information, using a Gaussian function. The following is the algorithm that was proposed:[详细]

    2022-12-21 05:32 分类:问答
  • IE smoothing a map pan when dragging

    I\'ve trying to smooth out the performance of a map application i\'ve been building using javascript. I initially implemented a dragging pan using[详细]

    2022-12-19 09:20 分类:问答
  • Smoothing a rounded stroke in Core Graphics

    I am creating my own UITableViewCells with a gradient background.I have all the logic and drawing worked out, but one thing I want to fix is the \"chunkiness\" around the corners of my custom cell:[详细]

    2022-12-19 08:42 分类:问答
  • Really smooth animate effects with jQuery

    I have some jQuery set up on my page to swap out some DIVs when a user clicks a link. The DIVs have flash objects, paragraphs and images inside them and when I click the link to swap it out the effect[详细]

    2022-12-16 15:36 分类:问答
  • Smoothening the lines of the segmented image

    Hello, I have a segmented image as shown. Is there a way开发者_如何学Python to smoothen the lines so that it does not look so wavy? Thanks.The following code requires Image Processing Toolbox:[详细]

    2022-12-14 14:29 分类:问答
  • How to smooth a histogram?

    I want to smooth a histogram. Therefore I tried to smooth the internal matrix of cvHistogram. typedef struct CvHistogram[详细]

    2022-12-12 17:51 分类:问答
  • Per panel smoothing in ggplot2

    I\'m plotting a group of curves, usi开发者_如何学Cng 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[详细]

    2022-12-10 05:35 分类:问答