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

CV_16F support #1751

Open
huiyadanli opened this issue Mar 15, 2025 · 0 comments
Open

CV_16F support #1751

huiyadanli opened this issue Mar 15, 2025 · 0 comments

Comments

@huiyadanli
Copy link

https://docs.opencv.org/4.8.0/d1/d1b/group__core__hal__interface.html#ga2b02a49f1f211e23c1fc11705a1f0ce7

public const int
CV_8U = 0,
CV_8S = 1,
CV_16U = 2,
CV_16S = 3,
CV_32S = 4,
CV_32F = 5,
CV_64F = 6,
CV_USRTYPE1 = 7;

CV_USRTYPE1 is deprecated.

Related issues:
#807
#793

Can I use MakeType(7, 4) as a replacement for CV_16FC4?

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