开发者

rasterizing

0
  • Is there a good integer only line rasterization algorithm?

    I\'ve been working on building a simple 3d graphic engine and I\'m trying to find a good integer based line rasterization algorithm. ( I\'m not trying 开发者_JAVA技巧to re-invent the wheel, I\'m tryin[详细]

    2022-12-14 21:01 分类:问答
  • Turn a MATLAB plot into image

    I have generated a plot like figure; hold; axis([0 10 0 10]); fill([ 1 1 5 5], [5 1 1 5],\'b\') and now I want to have this plot as an matrix so that I can i.e. filter the blog with a gaussian. Goo[详细]

    2022-12-14 00:37 分类:问答