Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

declare function initOutputs [issue#120] #121

Merged
merged 2 commits into from
Mar 13, 2021
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class ImageWindowOutput : public BaseOutput

private:
unsigned findOutput(const cv::Rect&);
// void initOutputs(unsigned size);
void initOutputs(unsigned size);
/**
* @brief Calculate the axises of the coordinates for showing
* the image window.
Expand Down