-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DetectRectangle using OpenCV #8
Conversation
…1023/Sudoku into 7-feat-detectrectangle
…1023/Sudoku into 7-feat-detectrectangle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다른 언어를 랩핑해서 쓸 수 있다는게 신기하네요! 👍👍👍
OpenCV 를 Swift 에 접목하시다니 ㅎㄷㄷ.. 이번 PR은 제가 리뷰하는게 힘들 것 같군요🥲 이안 화이팅! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
objc-c 코드...!! 어렵지만 차근차근 꼼꼼히 읽어보려고 노력을 했어요! Objective C++ 흥미롭네요 ㅎㅎ
@LeeSungNo-ian
@jeong-hyeonHwang
Outline
Work Contents
Trouble Point
1. detectRectangle
�Trouble Situation
detectRectangle
usingvisionKit
, the Sudoku area is not well recognized.`('visionKit'을 이용한 'detectRectangle'의 경우 스도쿠영역 인식이 잘 되지않는다.)Commit : 92ac192
Trouble Shooting
detectRectangle
usingOpenCV
('OpenCV'를 이용하여 'detectRectangle'를 시도했다.)