Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ repositoryUrl: https://github.com/dynamsoft-docs/capture-vision-docs-server/blob
repository: dynamsoft-docs/capture-vision-docs-server
docFullPath: https://www.dynamsoft.com/capture-vision/docs/server/
firstLevelUrl: /capture-vision/docs/server
searchIndexName: Crawler-DCV-Docs-New
searchNeedFilter: true

useVersionTree: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Contour
| Method | Description |
|----------------------|-------------|
| [`__init__`](#__init__) | Initializes a new instance of the `Contour` class. |
| [`set_points`](#set_points) | Sets the point array and the points free function pointer. |
| [`set_points`](#set_points) | Sets the point array. |
| [`get_points`](#get_points) | Gets the point array. |

### \_\_init\_\_
Expand All @@ -36,7 +36,7 @@ def __init__(self):

### set_points

Sets the point array and the points free function pointer.
Sets the point array and the points.

```python
def set_points(self, points: List[Point]) -> None:
Expand Down
10 changes: 5 additions & 5 deletions search.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: search-page
title: Dynamsoft Capture Vision SDK Documentation Search
keywords: Dynamsoft Capture Vision SDK Documentation Search
breadcrumbText: HomePage
cx: b5ca9ca31b6a640a2
layout: search-layout
title: Dynamsoft Capture Vision Documentation Search
keywords: Dynamsoft Capture Vision Documentation Search
h1: Dynamsoft Capture Vision Documentation Search
indexName: Crawler-DCV-Docs-New
---