Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Help on 3D face showing
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
童灿  
View profile  
 More options Jun 22, 8:55 pm
From: 童灿 <tongcan_x...@163.com>
Date: Tue, 23 Jun 2009 08:55:27 +0800 (CST)
Local: Mon, Jun 22 2009 8:55 pm
Subject: Help on 3D face showing

Hello everyone.
I want to show the pics of 3D images in FRGC. Since I use the database in windows. How can I show pics like the attached file?  Pics I draw is so ugly and not clear to understand. I was so depressed. And I turn to you for help!
Thank you for your time!
still another problem ,How to read the landmark files in FRGC database in windows. Thank you again.
All the best!

--

TONG Can
Tel:+81-080-3992-6328
Graduation of Information, Production and Systems, Waseda University
2-6-218 Hibikino, Wakamatsu-ku, Kitakyushu-shi,Fukuoka 808-0135, Japan
E-Mail:tong...@toki.waseda.jp

  2.jpg
41K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ye Pan  
View profile  
 More options Jun 22, 9:00 pm
From: Ye Pan <yepanue...@gmail.com>
Date: Mon, 22 Jun 2009 18:00:55 -0700
Local: Mon, Jun 22 2009 9:00 pm
Subject: Re: Help on 3D face showing

  Try the following codes:
  % read number of rows
  r = fgetl(fid);
  row = sscanf(r, '%d');
  % read number of columns
  c = fgetl(fid);
  col = sscanf(c, '%d');
  % read junk line
  tmp = fgetl(fid); clear tmp;
  % get flags
  F = fscanf(fid,'%d',[col row])';
  % get x values
  X1 = fscanf(fid,'%f',[col row])';
  % get y values
  Y1 = fscanf(fid,'%f',[col row])';
  % get z values
  Z1 = fscanf(fid,'%f',[col row])';
  fclose(fid);
  len = 0;
  for i = 1:row
     for j = 1:col
          if(F(i,j))
            len = len + 1;
            X(len) = X1(i,j);
            Y(len) = Y1(i,j);
            Z(len) = Z1(i,j);
          end
     end
  end
%
plot3(X,Y,Z,'b.');
%
[XI,YI] = meshgrid(-col/2:1:col/2,row/2:-1:-row/2);
ZI = griddata(X,Y,Z,XI,YI,'cubic');
figure,surfl(XI,YI,ZI);
shading interp
colormap(gray);

2009/6/22 童灿 <tongcan_x...@163.com>

  2.jpg
41K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
童灿  
View profile  
 More options Jun 24, 12:30 am
From: 童灿 <tongcan_x...@163.com>
Date: Wed, 24 Jun 2009 12:30:38 +0800 (CST)
Local: Wed, Jun 24 2009 12:30 am
Subject: Re:Re: Help on 3D face showing

Thank you. This is exactly what I want.

--

TONG Can
Tel:+81-080-3992-6328
Graduation of Information, Production and Systems, Waseda University
2-6-218 Hibikino, Wakamatsu-ku, Kitakyushu-shi,Fukuoka 808-0135, Japan
E-Mail:tong...@toki.waseda.jp

在2009-06-23,"Ye Pan" <yepanue...@gmail.com> 写道:
  Try the following codes:
  % read number of rows
  r = fgetl(fid);
  row = sscanf(r, '%d');
  % read number of columns
  c = fgetl(fid);
  col = sscanf(c, '%d');
  % read junk line
  tmp = fgetl(fid); clear tmp;
  % get flags
  F = fscanf(fid,'%d',[col row])';
  % get x values
  X1 = fscanf(fid,'%f',[col row])';
  % get y values
  Y1 = fscanf(fid,'%f',[col row])';
  % get z values
  Z1 = fscanf(fid,'%f',[col row])';
  fclose(fid);
  len = 0;
  for i = 1:row
     for j = 1:col
          if(F(i,j))
            len = len + 1;
            X(len) = X1(i,j);
            Y(len) = Y1(i,j);
            Z(len) = Z1(i,j);
          end
     end
  end  
%
plot3(X,Y,Z,'b.');
%
[XI,YI] = meshgrid(-col/2:1:col/2,row/2:-1:-row/2);
ZI = griddata(X,Y,Z,XI,YI,'cubic');
figure,surfl(XI,YI,ZI);
shading interp
colormap(gray);

2009/6/22 童灿 <tongcan_x...@163.com>

Hello everyone.
I want to show the pics of 3D images in FRGC. Since I use the database in windows. How can I show pics like the attached file?  Pics I draw is so ugly and not clear to understand. I was so depressed. And I turn to you for help!
Thank you for your time!
still another problem ,How to read the landmark files in FRGC database in windows. Thank you again.
All the best!

--

TONG Can
Tel:+81-080-3992-6328
Graduation of Information, Production and Systems, Waseda University
2-6-218 Hibikino, Wakamatsu-ku, Kitakyushu-shi,Fukuoka 808-0135, Japan
E-Mail:tong...@toki.waseda.jp

200万种商品,最低价格,疯狂诱惑你

  2.jpg
41K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google