diff --git a/doc/output.md b/doc/output.md index df6600d800a92e191e771d17cd923ddade833b33..6c79938582b01c99391e2dc524fd073ae6312455 100644 --- a/doc/output.md +++ b/doc/output.md @@ -121,7 +121,7 @@ There are 3 different keypoint Array elements on this class: ## Reading Saved Results -We use standard formats (JSON, XML, PNG, JPG, ...) to save our results, so there will be lots of frameworks to read them later, but you might also directly use our functions in [include/openpose/filestream.hpp](../include/openpose/filestream.hpp). In particular, `loadData` (for JSON, XML and YML files) and `loadImage` (for image formats such as PNG or JPG) to load the data into cv::Mat format. +We use standard formats (JSON, XML, PNG, JPG, ...) to save our results, so there will be lots of frameworks to read them later, but you might also directly use our functions in [include/openpose/filestream/fileStream.hpp](../include/openpose/filestream/fileStream.hpp). In particular, `loadData` (for JSON, XML and YML files) and `loadImage` (for image formats such as PNG or JPG) to load the data into cv::Mat format.