如何像VectorMagic一样编写API

发布于 2024-10-11 09:49:40 字数 168 浏览 4 评论 0原文


我想编写像 http://vectormagic.com 这样的 api,我想知道您会建议我哪种技术(我知道php、html、js、..、c++)可以使用吗?
其他文档和建议将不胜感激。
谢谢

I want to write api like a http://vectormagic.com and I want to know what kind of technologies you will advise me(I know php,html,js,..,c++) to use?
Other documentation and advices will be appreciated.
Thank's

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半窗疏影 2024-10-18 09:49:40

天哪,这实际上与技术无关,而是与处理算法有关。我没有此类工具内部结构的经验,但我最好的选择是有很多数学知识。我们需要:

  1. 从图像中提取一堆曲线,代表图片中的边缘。
  2. 构造由先前提取的曲线组成的任意数量的形状。形状的构造可能应该以这样的方式完成,即最小化形状的总数和/或图像的原始形式和矢量形式之间的不同像素的数量以及可能的其他东西......
  3. 用相应的颜色和/或颜色梯度填充构造的形状和/或以其他方式...

1和2意味着程序自动提取并合并大量表示图像中曲线/形状的数学公式。除了使用某种形式的遗传编程之外,我无法想象还有其他方法可以实现这一目标。但这也可能是我知识和/或想象力的限制:-)

祝你好运!

Oh man, this practically has nothing to do with technologies, rather with processing algorithms. I don't have experience with such tool internals, but my best bet is that there goes A LOT of math. One needs to:

  1. Extract bunch of curves from image, which represents edges in picture.
  2. Construct arbitrary number of shapes composed of previous extracted curves. Construction of shapes possibly should be done in such a way that minimizes total number of shapes and/or number of different pixels between original and vector form of image and possibly something else...
  3. Fill constructed shapes with corresponding color and/or color gradient and/or somehow else...

1 and 2 means that program automatically extracts and merges big number of mathematical formulas representing curves/shapes in image. I can't imagine other way of achieving this than using some form of genetic programming. But this can be limitation of my knowledge and/or imagination also :-)

good luck !

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文