hi how i can process RGB image
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
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.