I'd like to detect if a logo image in user's camera view - for example if the logo of StackOverflow was printed on a paper and viewed through camera. Or for less complicated approach let's say that I'd like to detect it in a bitmap. I'd like to recognize if one specific logo - it's possible to hardcode it to the app.
Is it even possible with using of open-source libraries like OpenCV or would it require lots and lots of man-hours to implement?