-
Notifications
You must be signed in to change notification settings - Fork 90
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
Multitype image support release #677
Comments
Hi @katmatus , could you please explain what you mean by multiple image support? |
I mean different types of images |
What do you mean by different types? 8-bit, 16-bit, RGB? Or png, tiff, jpeg? |
float, double? |
There's a pull request just for this 🙂 |
Yes I saw it thank you, but when it planed to be merged? :) |
I need to review it again before merging as it was some design issue with this approach. |
Ok, I see, thank you. |
Could you please tell your task of using float type images? Maybe there's a way not to use them at all🙂 |
I have library that uses CV_32FC3 OpenCV image for some simple processing. So need for a while to have this image. |
Hello, I am currently using your library and it has a lot of useful features, but when do you plan to add multitype image support?
The text was updated successfully, but these errors were encountered: