Metadata-Version: 2.1
Name: BlueWhale3-ImageAnalytics
Version: 0.6.1
Summary: 用于图像数据挖掘的蓝鲸插件。
Home-page: http://orange.biolab.si/download
Author: 大圣实验楼
Author-email: dashenglab@163.com
License: GPL3+
Keywords: orange3 add-on,orange3-imageanalytics
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
Requires-Dist: BlueWhale3 (>=3.25.0)
Requires-Dist: bluewhale-widget-base
Requires-Dist: cachecontrol
Requires-Dist: lockfile
Requires-Dist: ndf (>=0.1.4)
Requires-Dist: numpy (>=1.16.*)
Requires-Dist: pillow (>=6.2.0)
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: dataclasses ; python_version < "3.7"
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: recommonmark ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

Orange3 Image Analytics
=======================

Simplifies loading of images and through deep network-based embeddings
enables their analysis. Embedding represents images with feature vectors,
allowing the use of Orange's standard arsenal of widgets for
clustering, classification or any other kind of
feature-based analysis. Image Analytics also provides visualization
widgets for images and allows saving them.
See [documentation](http://orange3-imageanalytics.readthedocs.org/).

Features
--------
#### Image analysis
* load and save images
* represent images with a vector of numbers
* displays images in a similarity grid


