Skip to content

Fix aruco detector thread safety.#24807

Merged
asmorkalov merged 1 commit intoopencv:4.xfrom
vrabaud:aruco_fix
Jan 6, 2024
Merged

Fix aruco detector thread safety.#24807
asmorkalov merged 1 commit intoopencv:4.xfrom
vrabaud:aruco_fix

Conversation

@vrabaud
Copy link
Copy Markdown
Contributor

@vrabaud vrabaud commented Jan 2, 2024

Concurrently writing to a vector<bool> is not thread-safe.

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch

Concurrently writing to a vector<bool> is not thread-safe.
@asmorkalov asmorkalov self-assigned this Jan 6, 2024
@asmorkalov
Copy link
Copy Markdown
Contributor

cc @AleksandrPanov

@asmorkalov asmorkalov merged commit b8f2d58 into opencv:4.x Jan 6, 2024
This was referenced Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants