如何像VectorMagic一样编写API
我想编写像 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
天哪,这实际上与技术无关,而是与处理算法有关。我没有此类工具内部结构的经验,但我最好的选择是有很多数学知识。我们需要:
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 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 !