Skip to content
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

OpenCV(4.10.0) : error: (-5:Bad argument) in function 'pointPolygonTest' #280

Open
Donbbit opened this issue Nov 5, 2024 · 0 comments
Open

Comments

@Donbbit
Copy link

Donbbit commented Nov 5, 2024

When I used :
st.dd.set_domains(
adata_high_res=cellbin,
adata_low_res=ad,
bin_size_high=1,
bin_size_low=100,
cluster_key="Domain",
domain_key_prefix="Bin100",
k_size=2,
min_area=9,
)

I got this error :
error: OpenCV(4.10.0) : error: (-5:Bad argument) in function 'pointPolygonTest'

Overload resolution failed:

  • Can't parse 'pt'. Sequence item with index 0 has a wrong type
  • Can't parse 'pt'. Sequence item with index 0 has a wrong type

How can I solve this problem?

@Donbbit Donbbit changed the title OpenCV(4.10.0) 👎 error: (-5:Bad argument) in function 'pointPolygonTest' OpenCV(4.10.0) : error: (-5:Bad argument) in function 'pointPolygonTest' Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant