opencv « Development « C File Q&A

Home
C File Q&A
1.array
2.binary
3.delete
4.Development
5.directory
6.fgets
7.fopen
8.fprintf
9.fscanf
10.fwrite
11.header
12.include
13.input
14.LINE
15.linux
16.open
17.output
18.pointer
19.read
20.size
21.string
22.struct
23.Text
24.windows
25.write
C File Q&A » Development » opencv 

1. opencv save file xml    stackoverflow.com

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:

sprintf(name1,"path1/image.bmp");
sprintf(name2,"path2/feature_image32F.xml");
cvSaveImage(name1,reimg_right);
cvSave(name2, ...

2. missing PDB files    stackoverflow.com

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 ...

3. OpenCV cvLoadImage doesn't accept char* for filename but accepts argv[1]    stackoverflow.com

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 ...

4. Getting path of a file using C or Opencv    stackoverflow.com

I need to load an image into my program. I want to allow the user to browse for any image s/he wishes and open. I need a function which asks the ...

5. Creating an XML file in OpenCV    stackoverflow.com

I have created an XML file, but when I try to read it in I get an error about a duplicate key. When I opened the XML file I noticed that ...

6. [OpenCV] Extract en recognize barcode from image file.    bytes.com

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 - ...

7. Which file from Opencv    codeproject.com

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.