Skip to content

Commit ee81f7d

Browse files
Update links
1 parent 1070428 commit ee81f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ virtual bool processFrame(cr::video::Frame& frame) = 0;
266266

267267
| Parameter | Description |
268268
| --------- | ------------------------------------------------------------ |
269-
| frame | [Frame](https://rapidpixel.constantrobotics.com/docs/service-libraries/frame.html) object for processing (input and result frame). Particular video filter implementation must keep original video frame resolution (width and height), **sourceId** and **frameId** fields. |
269+
| frame | [Frame](https://rapidpixel.constantrobotics.com/docs/Service/Frame.html) object for processing (input and result frame). Particular video filter implementation must keep original video frame resolution (width and height), **sourceId** and **frameId** fields. |
270270

271271
**Returns:** TRUE if frame processed or FALSE if not. If filter disabled the method should return TRUE without video frame processing.
272272

@@ -282,7 +282,7 @@ virtual bool setMask(cr::video::Frame mask) = 0;
282282
283283
| Parameter | Description |
284284
| --------- | ------------------------------------------------------------ |
285-
| mask | Filter mask is [Frame](https://rapidpixel.constantrobotics.com/docs/service-libraries/frame.html) object with **GRAY**, **NV12**, **NV21**, **YV12** or YU12 pixel format. Filter omits image segments, where filter mask pixel values equal 0. |
285+
| mask | Filter mask is [Frame](https://rapidpixel.constantrobotics.com/docs/Service/Frame.html) object with **GRAY**, **NV12**, **NV21**, **YV12** or YU12 pixel format. Filter omits image segments, where filter mask pixel values equal 0. |
286286
287287
**Returns:** TRUE if the filter mask was set or FALSE if not.
288288
@@ -621,7 +621,7 @@ params2.decode(buffer, size);
621621

622622
## Read params from JSON file and write to JSON file
623623

624-
**VFilter** depends on open source [ConfigReader](https://rapidpixel.constantrobotics.com/docs/service-libraries/config-reader.html) library which provides method to read params from JSON file and to write params to JSON file. Example of writing and reading params to JSON file:
624+
**VFilter** depends on open source [ConfigReader](https://rapidpixel.constantrobotics.com/docs/Service/ConfigReader.html) library which provides method to read params from JSON file and to write params to JSON file. Example of writing and reading params to JSON file:
625625

626626
```cpp
627627
// Prepare random params.

0 commit comments

Comments
 (0)