environment: Visual C+++ 2008, openCV 2.3
This source code is to save the coordinate that you select points on image.
This is useful when you have many image to save coordinates.
Firstly, you should make image file name in number order.
0.jpg, 1.jpg 2.jpg .....
The code ask to you
1. How many file do you have ?
-
2. How many point do you click on image?
-
There are some keys.
Left button is point selection, Cancel is right button, Space key is next button.
and Ese is the button to finish the work.
After finish the work.
The coordinate is stored in "output.txt"
The format is that
x1 y1 x2 y2 x3 y3 x4 y4
x1 y1 x2 y2 x3 y3 x4 y4
x1 y1 x2 y2 x3 y3 x4 y4
x1 y1 x2 y2 x3 y3 x4 y4
...
[source code]
Thanks you.
7/10/2012
(source code) points click on image and save the coordinate to txt file
Subscribe to:
Post Comments (Atom)
-
Background subtractor example souce code. OpenCV support about 3 types subtraction algorithm. Those are MOG, MOG2, GMG algorithms. Det...
-
This is data acquisition source code of LMS511(SICK co.) Source code is made by MFC(vs 2008). The sensor is communicated by TCP/IP. ...
-
As you can see in the following video, I created a class that stitching n cameras in real time. https://www.youtube.com/user/feelmare/sear...
-
I use MOG2 algorithm to background subtraction. The process is resize to small for more fast processing to blur for avoid noise affectio...
-
RTSP(Real Time Streaming Protocol) is video streaming, it usually sent from network camera. VideoCapture function in opencv also can get r...
-
If you meet this error studying juliaset in CUDA by example book capture 4. calling a __host__ function("cuComplex::cuComplex") ...
-
This example source code is to extract HOG feature from images. And save descriptors to XML file. The source code explain how to use HOGD...
-
EMD(earth mover distance) method is very good method to compare image similarity. But processing time is slow. For using the EMD compare, ...
-
Video stabilization example source code. The principle is like that... Firstly, to obtain 2 adjacent images extract good feature to t...
-
AMD GPU Programming Primer Threads · Waves · Memory · Tile Distribution · Vector Loads · MFMA ...
No comments:
Post a Comment