CUHOG icon indicating copy to clipboard operation
CUHOG copied to clipboard

hi how i can process RGB image

Open kingvision opened this issue 11 years ago • 1 comments

i found that your code process 4 channels image, i need process the RGB image using your code. but there is an error can you give me some ideas for modifying your src code? thank you

kingvision avatar Dec 03 '14 08:12 kingvision

Hi, Sorry for late reply! Didn't notice this issue at that time. Do you still have problems? IIRC, RGB channels compute HOGs separately and you have schemes to deal with that, by either concatenating features or taking the max. The code is kinda lengacy, couldn't remember exactly. You could check the example code using QImage for reading. BTW, it seems the code draws interests recently after 2 years. I am going to add a Python demo for this in probably 2 weeks. Check that if this is still helpful for you.

hushell avatar Jan 16 '15 00:01 hushell