File size: 186 Bytes
51e82cd |
1 2 3 4 5 6 7 8 9 |
# -*- coding: utf-8 -*-
# Copyright (c) XiMing Xing. All rights reserved.
# Author: XiMing Xing
# Description:
from .laplacian import LaplacianDetector
__all__ = ['LaplacianDetector']
|