> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/ji-chu/layers/manual-segmentation.md).

# 点选

下面是一个关于如何在 Morphic 中使用点选功能的简短教程：

{% embed url="<https://youtu.be/EwLEJVi-T6I>" %}

1. 在画布上上传或生成一张图像
2. 选中图像，然后打开聚焦模式菜单并选择对象选择
3. 在下拉菜单中从智能选择切换到点选
4. 使用包含点标记你想提取的元素
5. 添加排除点以指示应排除的内容
6. 点击“Segment”按钮，将选中的元素从图像中分离出来
7. 将提取出的元素自由移动，或把它们放到另一个画框中
8. 将分割后的元素导出为 PNG、JPEG 或 WebP 格式

Morphic 中的点选功能可让你使用包含点和排除点，将画框中的关键元素，如角色、对象或背景，分离成独立图层。

这就是在 Morphic 中使用点选功能的方法。你可以移动、调整大小，并在不同画框之间重复使用这些分离出的图层，或将它们单独导出。

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://morphic.com/docs/zh/ji-chu/layers/manual-segmentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
