I hope that you can help me...
I have an IplImage (reimg_right) 320 X 240, IPL_DEPTH_32F
and I want to save it as an image and as an xml file.
I use this code:
i am trying to make a very simple program that invert the pixels position using Opencv .. however it seems that the code doez not compute for some reason , i ...
I realise that this question has been asked before. I've read the answers and tried the solution but it hasn't solved it for me.
I'm using OpenCV 2.1 in Ubuntu 10.10(32-bit) and ...
Hi there!!! I've been working on recognizing EAN barcodes from images. Yes it's about recognizing barcodes from images but from bars not from the digit with the help of OCR software but with "Open Computer Vision library" (OpenCV). I haven't been successful yet. Here is my idea at how I should do it : - Image capture - Grays levels - ...