SciKit-Surgery / scikit-surgeryimage

Image processing, using OpenCV.
Other
2 stars 2 forks source link

Add PointDetector and Aruco, ChArUco and Chessboard implementation #26

Closed thompson318 closed 4 years ago

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Mar 20, 2019, 10:49

For example:

C++ interface here: https://cmiclab.cs.ucl.ac.uk/CMIC/NiftyCal/blob/master/Code/niftkIPoint2DDetector.h

C++ implementation here: https://cmiclab.cs.ucl.ac.uk/CMIC/NiftyCal/blob/master/Code/Detectors/niftkAprilTagsPointDetector.cxx

using April tags, not Aruco, so we need something similar in scikit-surgeryimage.

Get test image from @StephenThompson maybe? Or just grab one off internet.

thompson318 commented 4 years ago

In GitLab by @MianAhmad on Mar 20, 2019, 10:54

@StephenThompson could we meet today at your convenience to discuss it please.

thompson318 commented 4 years ago

In GitLab by @StephenThompson on Mar 20, 2019, 11:42

Yes, we could meet around 2:00. There is some test images here ...

https://weisslab.cs.ucl.ac.uk/WEISS/SoftwareRepositories/SNAPPY/scikit-surgeryarucotracker/tree/1-get-working/data

thompson318 commented 4 years ago

In GitLab by @MianAhmad on Mar 20, 2019, 11:54

@StephenThompson cool. Thanks.

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 2, 2019, 12:38

@GuofangXiao - see this issue, it would be of interest for anyone detecting points in an image, eg. OpenCV chessboard corners, Charuco points, or just Aruco points.

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 11:03

mentioned in commit 8231a2524fdb95f52aab47cf9630a665bb1b3e44

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 11:03

mentioned in commit 5a538fe904605895c25989342ae3da00f021614b

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 11:03

changed title from Add PointDetector and Aruco implementation to Add PointDetector and Aruco{+, ChArUco and Chessboard+} implementation

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 11:03

@GuofangXiao - I just pushed branch 26-point-detector in scikit-surgeryimage.

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 12:10

mentioned in commit fe69471052318192748108a371123153ef021785

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 12:10

mentioned in commit 239f22b4e9965d6b9a8cff773456576af66477f7

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 17:37

mentioned in commit 8bbbbd4055f0dce1ab52a0c54cc0454513ddf9ed

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 17:37

mentioned in commit 42b321e410c545066ab8c69bb90e745b4791c05e

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 18:02

mentioned in commit 071cf7735853c1674edb01d539455ba2a06b8bed

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 21:16

Done, providing a standard interface for Chessboard, ChArUco and ArUco point detectors.

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Apr 3, 2019, 21:16

closed