You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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'
How can I solve this problem?
The text was updated successfully, but these errors were encountered: