tag:blogger.com,1999:blog-28093388.post1371087457545469717..comments2010-06-26T16:02:17.178-07:00Comments on binarymillenium: Bundler - the Photosynth core algorithms GPLedbinarymilleniumhttp://www.blogger.com/profile/17419830604356775608[email protected]Blogger21125tag:blogger.com,1999:blog-28093388.post-51934956814439894652010-06-26T16:02:17.081-07:002010-06-26T16:02:17.081-07:00hi, I have start working with bundler and need som...hi, I have start working with bundler and need some assistance to construct the viewing camera positions from the obtained point cloud.kapoorvinnyhttp://www.blogger.com/profile/11430942859407523264[email protected]tag:blogger.com,1999:blog-28093388.post-3731152788082343822010-05-30T18:58:43.664-07:002010-05-30T18:58:43.664-07:00@Mark, Thanks for that link. I actually have Bund...@Mark,<br />Thanks for that link. I actually have Bundler up and working on Linux and Windows now (v0.4 on Linux), but for some imagesets PhotoSynth is far more successful than Bundler. I&#39;ve played around with different options-file settings, but without improved results.<br /><br />JoshJosh Harlehttp://www.blogger.com/profile/15626583171851285624[email protected]tag:blogger.com,1999:blog-28093388.post-45891113817702945032010-03-15T08:01:10.818-07:002010-03-15T08:01:10.818-07:00Josh, checkout this blog for help with Bundler: ht...Josh, checkout this blog for help with Bundler: http://www.personal.psu.edu/nmc15/blogs/anthspace/2010/01/bundler-installation-procedures.html . It is a real bear to get up and running on a Windows box.<br /><br />I&#39;ll have to look into PMVS2. It might solve a few problems.Markhttp://www.blogger.com/profile/03811635822004008238[email protected]tag:blogger.com,1999:blog-28093388.post-72721186023272446302010-03-13T09:14:27.165-08:002010-03-13T09:14:27.165-08:00I&#39;m a PhD candidate working in Architecture vi...I&#39;m a PhD candidate working in Architecture visualization and looking at many methods of mapping. In particular I&#39;ve been using PhotoSynth, and more recently Bundler, to get sparse point clouds. Now I&#39;ve started using PMVS2 (another Washington Uni project) to convert the sparse point-clouds into dense point-clouds, and then with Poisson reconstruction, into meshes.<br /><br />I&#39;ve had some very good results from this, but PhotoSynth still fairs better at EXIF-less images (e.g. from video) than Bundler. PMVS2 needs the camera parameters that Bundler spits out, as well as source images (it uses stereo-image analysis). <br /><br />Here is an example of reconstruction of example data: http://www.youtube.com/watch?v=7zhxPiAuOV8<br />and our own images, and bundler output: http://www.youtube.com/watch?v=Ext1PeT_R-U<br /><br />I&#39;m wondering if you could give any advice on getting Bundler working as well as PhotoSynth, or advice on getting the camera parameters out of the PhotoSynth? I&#39;d be more than happy to help put in the setup of PMVS2 pipeline! :)<br /><br />As an example of difficulty, http://photosynth.net/view.aspx?cid=00601666-e6fa-4ee7-8bbf-e6dd3a9c2539 worked really well (so many points!) but it was pretty useless at bundler.Josh Harlehttp://www.blogger.com/profile/15626583171851285624[email protected]tag:blogger.com,1999:blog-28093388.post-29940333319381687262009-10-06T14:30:29.061-07:002009-10-06T14:30:29.061-07:00Hi binarymillenium, I liked the video a lot! I&#3...Hi binarymillenium,<br /><br />I liked the video a lot! I&#39;d like to run the bundler with the car images to try out things myself, but I haven&#39;t found them anywhere. You know if they available somewhere?<br />Thanks!Miguelhttp://www.blogger.com/profile/04836812148848646955[email protected]tag:blogger.com,1999:blog-28093388.post-57679359057214412762009-08-20T08:15:58.214-07:002009-08-20T08:15:58.214-07:00Hi, Thanks for the reply. I think I found out what...Hi,<br />Thanks for the reply.<br />I think I found out what the error is. I am not using the SIFT implementation provided with the bundler, but a different one. <br /><br />I analyzed the code to see if I can find it. I think its because of the slight differences in values that I get from the implementation that I am using.<br /><br />If I figure out how to solve this, I will let you know.Indikahttp://www.blogger.com/profile/13840167688300373156[email protected]tag:blogger.com,1999:blog-28093388.post-59583876232925700212009-08-20T06:32:47.586-07:002009-08-20T06:32:47.586-07:00Indika, I have gotten Bundler to work on Windows ...Indika,<br /><br />I have gotten Bundler to work on Windows (in the Cygwin environment). What is the error that you see?binarymilleniumhttp://www.blogger.com/profile/17419830604356775608[email protected]tag:blogger.com,1999:blog-28093388.post-10252084478681509642009-08-20T04:38:47.497-07:002009-08-20T04:38:47.497-07:00Hi, I am trying to run bundler on Windows using bu...Hi,<br />I am trying to run bundler on Windows using bundler version 0.3. <br />I seem to be getting an error halfway through the program. <br /><br />Were you able to get bundler running on Windows ?Indikahttp://www.blogger.com/profile/13840167688300373156[email protected]tag:blogger.com,1999:blog-28093388.post-56562549827603443052009-07-04T09:11:15.010-07:002009-07-04T09:11:15.010-07:00binarymillenium, the office box, I have managed t...binarymillenium, the office box,<br /><br />I have managed to get the bundler working in Ubuntu 8.10. Here are the steps.<br /><br />1. You need to specify the location of libANN_char.so. This can be done by typing export LD_LIBRARY_PATH=&quot;location of libANN.char.so&quot; This file is in the lib folder of the bundler application and I usually export the absolute path.<br /><br />2. As I remember there is a file called libgfortran.so.1 in the bundler lib folder. Just copy this to /usr/lib/ If its not there you can easily find it on the net.<br /><br />3. You also need to make a few modifications to a few files in the budler, basically set a few paths. I cant remember the files exactly, they are specified in the bundler manual.<br /><br />4. I had an issue with paths. I usually copy the RunBundler.sh to where the images are and modify the paths in the file to where the required executables/scripts are.<br /><br />5. Finally ./RunBundler.sh will run the script. If you have a permission issue just do chmod 777 RunBundler.sh and it should be ok.<br /><br />Read the bundler manual and the FAQs.<br /><br />Hope this helps.<br /><br />Good Luck.indihttp://www.blogger.com/profile/14665991279881940062[email protected]tag:blogger.com,1999:blog-28093388.post-61806093229469975232009-07-02T06:53:27.725-07:002009-07-02T06:53:27.725-07:00the office box, I haven&#39;t tried bundler on Li...the office box,<br /><br />I haven&#39;t tried bundler on Linux yet- I&#39;ll give it a shot and post what I find.binarymilleniumhttp://www.blogger.com/profile/17419830604356775608[email protected]tag:blogger.com,1999:blog-28093388.post-17958105122873635412009-07-01T12:37:36.784-07:002009-07-01T12:37:36.784-07:00mr binarymillenium, i have read all your posts and...mr binarymillenium, i have read all your posts and watched all your vids and i&#39;m a big fan of your work - i have successfully extracted many point clouds from photosynth with your process and had plenty of fun processing them - but my windows drive &quot;vista&#39;d&quot; all over itself and i am now based out of linux ubuntu 9.04. i have tried bundler for the past couple weeks, and had no luck running it...could you please post a quick tutorial on how to use bundler? thank you man keep up the good work!!! you are official bookmarked now :)the office boxhttp://www.blogger.com/profile/17757211484299063852[email protected]tag:blogger.com,1999:blog-28093388.post-11617132206740545442009-06-16T06:08:29.288-07:002009-06-16T06:08:29.288-07:00indi, Thanks for the tip on the new Bundler versi...indi,<br /><br />Thanks for the tip on the new Bundler version, I created a changedetection.com alert for it&#39;s homepage so I won&#39;t miss the next one.<br /><br />The first thing to try is to upload the same pictures you are working on in Bundler to Photosynth and compare the results. If the points are too close together, you should be able to scale them to spread them out in a viewer. <br /><br />You also should be able to look at tips for good Photosynths and apply those to Bundler. Also get your pictures into a web album (like picasaweb), provide a link to that or to a photosynth page and you can come back here and post for help, or email me at my gmail account (using the name of this blog).binarymilleniumhttp://www.blogger.com/profile/17419830604356775608[email protected]tag:blogger.com,1999:blog-28093388.post-42252550848218213342009-06-15T09:16:57.974-07:002009-06-15T09:16:57.974-07:00Hi, I am trying to use the bundler for reconstruct...Hi,<br />I am trying to use the bundler for reconstruction and it seems that all of the generated points are cluttered together or there are very little points.<br /><br />Any tips on taking the photos ?<br /><br />and Bundler version 0.3 is released.indihttp://www.blogger.com/profile/14665991279881940062[email protected]tag:blogger.com,1999:blog-28093388.post-43754939648456605552009-04-02T00:03:00.000-07:002009-04-02T00:03:00.000-07:00fyi, PhotoSynth resizes photos to 2MP before tryin...fyi, PhotoSynth resizes photos to 2MP before trying to match anything.Gazhttp://www.blogger.com/profile/08380782390952776579[email protected]tag:blogger.com,1999:blog-28093388.post-291935237615955682009-02-13T03:35:00.000-08:002009-02-13T03:35:00.000-08:00No link to downloadable app currently. :( <br>Brav...No link to downloadable app currently. :( <BR/>Brave users you have to compile photocloud from the sources...<BR/><BR/>About the issue of rebuiilding meshes from the point clouds, we have worked a lot on that. Inside <A HREF="http://www.meshlab.org" REL="nofollow">MeshLab</A> Poisson surface reoconstruction can make a good job. But it is rather difficult becouse these point clouds are really very noisy...<BR/><BR/>P.Paolo Cignonihttp://www.blogger.com/profile/10223359091507522354[email protected]tag:blogger.com,1999:blog-28093388.post-72368650950899432772009-02-13T01:02:00.000-08:002009-02-13T01:02:00.000-08:00Paolo, I don't see a link for the application.<br>...Paolo, I don't see a link for the application.<BR/><BR/>Paolo I have another question : did you investigate the possibility to rebuild the 3D model based on points cloud ?cabsilhttp://www.blogger.com/profile/15249264104814512534[email protected]tag:blogger.com,1999:blog-28093388.post-47321763316679546492009-02-10T00:59:00.000-08:002009-02-10T00:59:00.000-08:00Nice Job!<br>probably you could be interested in t...Nice Job!<BR/>probably you could be interested in this other GPL tool for browsing the data output by the bundler. <BR/><BR/>http://photocloud.sourceforge.net <BR/><BR/>cheers<BR/>p.Paolo Cignonihttp://www.blogger.com/profile/10223359091507522354[email protected]tag:blogger.com,1999:blog-28093388.post-15265258050759357422009-02-04T08:00:00.000-08:002009-02-04T08:00:00.000-08:00Using Bundler inside commercial software? Bundler...Using Bundler inside commercial software? Bundler is GPLed, therefore it can be sold commercially but the source code has to be made available. <BR/><BR/>But Bundler needs SIFT to work right, and SIFT is patented (in the US at least) and the implementation Bundler uses is not GPL.<BR/><BR/>But there might be GPL versions of SIFT (although the patent issue is still there), and there might also be of SURF which I think could replace it- I'm going to see if the output of something like OpenSURF can be formatted so Bundler can read it.binarymilleniumhttp://www.blogger.com/profile/17419830604356775608[email protected]tag:blogger.com,1999:blog-28093388.post-26430765407109183622009-02-04T02:08:00.000-08:002009-02-04T02:08:00.000-08:00ok I understand also why there were so many files....ok I understand also why there were so many files.<BR/><BR/>From a legal point of view, do you think it is possible to use the code inside a commercial software ?cabsilhttp://www.blogger.com/profile/15249264104814512534[email protected]tag:blogger.com,1999:blog-28093388.post-56882231370111482142009-02-03T06:35:00.000-08:002009-02-03T06:35:00.000-08:00No I screwed up here, I didn't read the explanatio...No I screwed up here, I didn't read the explanation clearly and thought all the different ply files were part of the same set and not intermediate files... I guess I could regenerate the video but I probably will just move on to new ones. <BR/><BR/>Though if the intermediate files were to be animated it might be interesting to see the evolution/convergence towards the end point cloud.binarymilleniumhttp://www.blogger.com/profile/17419830604356775608[email protected]tag:blogger.com,1999:blog-28093388.post-75770050385329702052009-02-02T23:41:00.000-08:002009-02-02T23:41:00.000-08:00Found this some time ago and find it usefull. <br>...Found this some time ago and find it usefull. <BR/><BR/>Just one question : in the video, it looks like the points are not correctly aligned. For example, the wheel covers, the front, ... Did I miss something in the explanation or is this a problem in the matching algorithm ?cabsilhttp://www.blogger.com/profile/15249264104814512534[email protected]