opensse

授权协议 View license
开发语言 JavaScript
所属分类 应用工具、 图形和图像工具
软件类型 开源软件
地区 不详
投 递 者 隆谦
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

OpenSSE: Open Sketch Search Engine

![Gitter](https://badges.gitter.im/Join Chat.svg)

Hello everybody!

I'm very interested in Mathias Eitz's works on SIGGRAPH 2012, so I developed OpenSSE, Just for fun.

This is an open source sketch search engine for 3D object retrieval based on sketch image as input. In fact, it can retrieve more, such as images, videos, point cloud models and volume models, you just need get their line drawing images than I know you can.

In order to clearly show how to work, I used single thread and ascii encoding for file storage.

Zhang Dongdong

Demo powered by OpenSSE

This demo deals with 3D mesh models. See more search results, click demo videos.

Recognize input sketch image, you can try it via web version. See more search results, click demo videos.

Interesting demo

Note: The below demos are NOT powered by OpenSSE, but I think they share the same field. And also I am very interested in them, so list here:

How to install

After installed OpenSSE's dependency - OpenCV 3.0.0+, You can compile and install it like below:

mkdir release && cd release
cmake ..
make
make install

OpenSSE Wiki

More detail info, go to OpenSSE Wiki

Todo List

  • Recognize sketch
  • Speed up train steps
  • Support big image set

Thanks

License

Apache License, Version 2.0

Contact me

If you have any question or idea, please email to me.

  • github中的一个基于素描图像作为输入的3D对象检索的开源草图搜索引擎 一、QT是什么(网上):   1、Qt 是一个1991年由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程序,也可用于开发非GUI程序,比如控制台工具和服务器。   2、Qt是面向对象的框架,使用特殊的代码生成扩展(称为元对象编译器(Meta Object Compiler, moc))以及一些宏

相关阅读

相关文章

相关问答

相关文档