Initial commit
This commit is contained in:
19
Flexbrdf/hytools/brdf/__init__.py
Normal file
19
Flexbrdf/hytools/brdf/__init__.py
Normal file
@ -0,0 +1,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
HyTools: 高光谱图像处理库
|
||||
版权所有 (C) 2021 威斯康星大学
|
||||
|
||||
作者:Adam Chlus, Zhiwei Ye, Philip Townsend。
|
||||
|
||||
本程序是自由软件:您可以根据自由软件基金会发布的 GNU 通用公共许可证第 3 版条款重新分发和/或修改它。
|
||||
|
||||
本程序的分发是希望它会有用,但没有任何保证;甚至没有对适销性或特定用途适用性的暗示保证。有关更多详细信息,请参阅 GNU 通用公共许可证。
|
||||
|
||||
您应该已经随本程序收到了 GNU 通用公共许可证副本。如果没有,请参见 <https://www.gnu.org/licenses/>。
|
||||
|
||||
:mod:`hytools.correction` 模块包含用于图像校正的函数。
|
||||
"""
|
||||
from .brdf import *
|
||||
from .kernels import *
|
||||
from .universal import *
|
||||
from .flex import *
|
||||
Reference in New Issue
Block a user