cv:HoGDescriptor support for 16bit gray-scale images (Feature #3175)
Description
Hi,
the current implementation of the cv::HoGDescriptor supports CV_8U and CV_8UC3 images. I am very interested in an implementation of the cv::HoGDescriptor for 16bit gray-scale (CV_16U) images. I want to try to implement it. But before I start I have two questions. First, is it in generally possible to implement support for 16U_C1 images? Second, how (and who) can I ask for help if i get in problems while trying to implement 16bit support?
Associated revisions
Merge pull request #3175 from avdmitry:modern_doc_theme
History
Updated by Ivan Korolev over 11 years ago
Hi Siegfried,
thank you for your participation, this functionality will be useful!
First, is it in generally possible to implement support for 16U_C1 images?
I think it is possible.
Second, how (and who) can I ask for help if i get in problems while trying to implement 16bit support?
All your questions can be asked here or on GitHub (for more details http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute). The second variant is more preferable, because GitHub is the best place to discuss code.
- Assignee set to Marina Kolpakova
- Status changed from New to Open
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4601