If you have x,y,z 3D point data.
For example ..
X Y Z
1.22 2.22 3.22
1.322 6.22 2.22
1.42 3.22 1.22
1.522 1.22 4.22
1.22 3.22 2.22
...
I want to plot 3D surface in matlab.
But It is very hart because the data is too large. The number of data is 1176764.
And The interval of data is not regular.
So to make map(matrix) for plotting is very hard.
and even when I make map(matrix), Matlab did not work because 'out of memory'.
The method to solve is using sufer 9 tool.
We can get mesh grid easy.
The method to use..
Firstly, Get Surfer 9 program.
Second...
In the menu. Select Grid -> Data
Choose your xyz.txt File.
And Open.
In Option window, normally there is no need to set up.
So just click 'OK'
Also 'OK'
then the tool will be working to make grid. After making grid, you can see report.
and then Open your grid file.
In menu, map -> new -> 3D wireframe
7/25/2012
7/10/2012
(source code) points click on image and save the coordinate to txt file
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.
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/04/2012
full half face image data - 12,617(22 people)
full half face image data - 12,617(22 people)
100 x 100 image size
jpg file type
full half face image
100 x 100 image size
jpg file type
full half face image
face image data - half face 9580(22 people)
face image data - half face 9580(22 people)
jpg file type
100 x 100 image size
half face 9580 ( 22 people )
jpg file type
100 x 100 image size
half face 9580 ( 22 people )
7/03/2012
Frontal Face Image Data
4105 frontal faces.
bmp file type.
24x24 image size.
No margin face data.
Frontal face 4105(no margin)
bmp file type.
24x24 image size.
No margin face data.
Frontal face 4105(no margin)
Subscribe to:
Posts (Atom)
-
* Introduction - The solution shows panorama image from multi images. The panorama images is processing by real-time stitching algorithm...
-
Image size of origin is 320*240. Processing time is 30.96 second took. The result of stitching The resul...
-
In past, I wrote an articel about YUV 444, 422, 411 introduction and yuv rgb converting example code. refer to this page -> http://feel...
-
Logistic Classifier The logistic classifier is similar to equation of the plane. W is weight vector, X is input vector and y is output...
-
Created Date : 2007.8 Language : Matlab / C++(MFC) Tool : Matlab / Visual C++ 6.0 Library & Utilized : - / OpenGL Reference : ...
-
fig 1. Left: set 4 points (Left Top, Right Top, Right Bottom, Left Bottom), right:warped image to (0,0) (300,0), (300,300), (0,300) Fi...
-
The MNIST dataset is a dataset of handwritten digits, comprising 60 000 training examples and 10 000 test examples. The dataset can be downl...
-
Created Date : 2009.10. Language : C++ Tool : Visual Studio C++ 2008 Library & Utilized : Point Grey-FlyCapture, Triclops, OpenCV...
-
In the YUV color format, Y is bright information, U is blue color area, V is red color area. Show the below picture. The picture is u-v col...
-
Created Date : 2011.8 Language : Matlab Tool : Matlab 2010 Library & Utilized : - Reference : Multiple View Geometry (Hartly and Z...