int main() {
}
int 함수(Mat frame) {
int postion; }
이렇게 함수가 있다면 함수안에 position의 값을 int main()안에 나타내고 싶은데 문법이 어떻게 되나요??