Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

findCirclesGrid can't detect rotated SYMMETRIC_GRID #24964

Closed
Labels
Milestone
@AleksandrPanov

Description

@AleksandrPanov

System Information

OpenCV version: 4.9.0 (last version)

Detailed description

findCirclesGrid can find the circles (blobls), but can't find grid if the grid is rotated.

Steps to reproduce

test

import cv2 as cvframe = cv.imread("test.png")circle_board_size = (6, 7)ret, circle_centers = cv.findCirclesGrid(frame, circle_board_size)cv.drawChessboardCorners(frame, circle_board_size, circle_centers, ret)print(ret)cv.imshow("CircleGridDetect", frame)cv.waitKey(0)

result:
False
CircleGridDetect

It works if you rotate the grid.
image

Issue submission checklist

  • I report the issue, it's not a question
  • I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
  • I updated to the latest OpenCV version and the issue is still there
  • There is reproducer code and related data files (videos, images, onnx, etc)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp