> 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. 点击“分割”按钮，将所选元素从图片中分离出来
7. 可以自由移动提取出的元素，或将它们放入另一个画框中
8. 将分割后的元素导出为 PNG、JPEG 或 WebP 格式

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

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

***

如果你有任何问题或疑问，请随时联系我们。我们很乐意提供帮助，请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
