feat 新增sketch 背后视角图

fix
This commit is contained in:
zhouchengrong
2024-10-25 10:19:29 +08:00
parent 3e796ac162
commit db30823cf3
6 changed files with 89 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
from .back_perspective import BackPerspective
from .color import Color
from .contour_detection import ContourDetection
from .keypoint import KeyPoint
@@ -13,6 +14,7 @@ __all__ = [
'KeyPoint',
'ContourDetection',
'Segmentation',
'BackPerspective',
'Color',
'PrintPainting',
'Scaling',