Two dimensional transformation to correlate (X,Y) pairs in one meaningful unitHello, I have a 2D Array, where each row is a feature vector. Each feature vector is like: [x1 y1 ...
Storing image paths from a database to a text fileHello, I want to store paths of all images in a database to a text file (lets say "images.txt"). I ...
Read images from databasehow do i loop over all images in the database?? how does variable "path" get the actual path?? than...
Read images from databasegot it! out is an object :)
Read images from database@MiiNiPaa thanks for replying! just one question....what does "out" do in last line?