Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fengkan

Pages: [1]
1
I think you can also turn the light off in meshlab

2
Face and Body Scanning / Re: Help ! can't create complete mesh.
« on: May 14, 2014, 07:08:34 AM »
How is the quality of your photo? I explicitly specified the awb and ex params, but the color of photo still differs from each other. I think this made alignment difficult.

3
Face and Body Scanning / Re: Help ! can't create complete mesh.
« on: May 13, 2014, 03:48:55 PM »
I also tried 20 rpi cameras for head scanning, but the result is not satisfying.
What parameters do you use to take photos?

4
Face and Body Scanning / Re: Help ! can't create complete mesh.
« on: May 13, 2014, 04:42:48 AM »
I am justing wondering are you using raspberry pi?

5
Feature Requests / Re: Photoscan Professional "Artist" Edition
« on: April 24, 2014, 11:45:23 AM »

+2         - python scripting
+1         - markers

6
General / Re: Compare insight3d, PythonPhotogrammetry, VisualSFM
« on: April 03, 2014, 10:47:38 AM »
I have tried PPT and VisualSFM. The result of PhotoScan is much better.

7
Face and Body Scanning / Re: Full Body Scanner / aligning of photos
« on: March 24, 2014, 04:45:25 AM »
Hi, Christian, your work is very amazing! Now I am trying this as a DIY project, I think I would like to tweak it a bit more by myself. Anyway, thank you for your help!

8
Face and Body Scanning / Re: Full Body Scanner / aligning of photos
« on: March 22, 2014, 03:39:40 PM »
I am trying a familiar setup. But I found it's very difficult to get pi cameras to take photos of same color. Some photos are too yellow, some are too white, some are too gray. I have specified the awb and exposure parameters. Have you met the same problems?

9
Python and Java API / Re: how to add mask
« on: February 25, 2014, 12:58:35 PM »
I figured the mask format out by exporting the existing ones.

And as for the script, I think below may do the work.

Code: [Select]
new_chunk = PhotoScan.Chunk()
p = PhotoScan.Camera()
p.open("/01_1.jpg")
m = PhotoScan.Image()
m.load("/01_1_mask.png")
p.setMask(m)
new_chunk.cameras.add(p)
new_chunk.matchPhotos(filter_mask = True)

Although I am not sure whether this is a standard way to do that.

Wish there were some samples about this.

10
Python and Java API / how to add mask
« on: February 25, 2014, 10:17:41 AM »
I am wondering whether I can add different masks to photos.
something Like,

Code: [Select]
chunk.cameras.add("01.jpg")
chunk.cameras.setMask("01_mask.jpg")
chunk.cameras.add("02.jpg")
chunk.cameras.setMask("02_mask.jpg")

And what format is Mask image supposed to be?



11
General / Re: is it possible to download an older version of PhotoScan?
« on: February 19, 2014, 12:24:52 PM »
Hi, Alexey,

Thank you! We've tried the option and got what we want.

12
General / Re: is it possible to download an older version of PhotoScan?
« on: February 19, 2014, 12:05:21 PM »
Hi, Alexey, thank you for your reply! I uploaded two snapshots of the result. snapshot02.png is the model generated by 1.0.2, and snapshot03.png is generated by 0.9.X I think.

We prefer 0.9.X because it's continuous, and it's easy for us to process it using some script.

I don't mean the result of 1.0.2 is not good, but since we have to change the script, it will be very helpful if we can get 0.9.x for now while we fix the script.

(attachment deleted)

13
General / is it possible to download an older version of PhotoScan?
« on: February 19, 2014, 11:26:45 AM »
I prefer the result before 1.0

14
General / Re: PS in the cloud?
« on: December 26, 2013, 02:39:55 PM »
I don't it's possible in current version. You may search "headless" in the forum for details.

Pages: [1]