It is simple and easy but I can not remember the code well when I need this code.
So I leave this code in my blog.
And I hope the code is also useful to all visitor.
Thank you.
endIndex = 10;
for j=1:endIndex
Index = num2str(j);
dataD = strcat(Index,'saveFile.txt')
data = load(dataD);
end
->
This source code can load below file names sequentially.
1saveFile.txt
2saveFile.txt
3saveFile.txt
4saveFile.txt
5saveFile.txt
6saveFile.txt
7saveFile.txt
...
11/27/2011
Subscribe to:
Post Comments (Atom)
-
* Introduction - The solution shows panorama image from multi images. The panorama images is processing by real-time stitching algorithm...
-
Logistic Classifier The logistic classifier is similar to equation of the plane. W is weight vector, X is input vector and y is output...
-
Image size of origin is 320*240. Processing time is 30.96 second took. The result of stitching The resul...
-
OpenCV has AdaBoost algorithm function. And gpu version also is provided. For using detection, we prepare the trained xml file. Although...
-
There is shape match function in the OpenCV. The function name is cvMatchShapes. This function compares two contours. If two contours is ...
-
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...
-
The MNIST dataset is a dataset of handwritten digits, comprising 60 000 training examples and 10 000 test examples. The dataset can be downl...
-
It is simple and easy but I can not remember the code well when I need this code. So I leave this code in my blog. And I hope the code is ...
-
Mr. Juan ask me that to categorize camera movement rate into big, middle, small. He is researching to find meaningful scene in endoscopic v...
-
I had a brief introduction about matlab coder in here. http://study.marearts.com/2016/02/matlab-coder-simple-test-and-practical.html Well...
No comments:
Post a Comment