3D obj model creation from single face photo

User projects written in or related to FreeBASIC.
Post Reply
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

3D obj model creation from single face photo

Post by chung »

face3D_chung is a small mesh editor with which you can create 3D obj character head objects with texture from a single photo of any man or woman. Uses freebasic apps gui_chung , loadobj3ds_chung and openGL . Can run on a small netbook. .Is free open source.

http://chungswebsite.blogspot.fr/search ... ce3D_chung
bcohio2001
Posts: 556
Joined: Mar 10, 2007 15:44
Location: Ohio, USA
Contact:

Re: 3D obj model creation from single face photo

Post by bcohio2001 »

That is pretty good!
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: 3D obj model creation from single face photo

Post by chung »

(08/06/2014) speaking avatars with moving lips added

Image
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: 3D obj model creation from single face photo

Post by chung »

(28/08/2015) save to model added (can be reused as a new model)
(29/08/2015) 30 levels do/undo/redo added
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: 3D obj model creation from single face photo

Post by chung »

new examples of 3D talking avatars faces created with latest updated face3D_chung

you can find it there => http://chungswebsite.blogspot.fr/2015/1 ... -open.html

(01/01/2016) smooth smile expression added

Image
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: 3D obj model creation from single face photo

Post by chung »

woman3D_chung is an erotical nude art version of face3D_chung (for 15+ years old, personnal use only) made by adding bodies to the 3D faces

you can find it here => http://chung.blogvie.com/2014/06/04/fac ... ace-photo/
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: 3D obj model creation from single face photo

Post by chung »

(27/08/2016) speak3D_chung_dlll a dll to load and display face3D_chung talking avatars in openGL added
(29/08/2016) speak3D_chung_dll2 for multi avatars display

=> http://chungswebsite.blogspot.fr/2014/0 ... -with.html

note : to create a dll3 library , just replaceall speak3D_ => speak3D3_

Code: Select all

Declare Function speak3D_myTTSspeak Cdecl Alias "speak3D_myTTSspeak" (txt as ZString ptr,flags as Integer=0)As Integer  
Declare Sub speak3D_load Cdecl Alias "speak3D_load" (fic As zString ptr)   
Declare Sub speak3D_deletetextures Cdecl Alias  "speak3D_deletetextures" () 
Declare Sub speak3D_setfps Cdecl Alias "speak3D_setfps" () 
Declare Sub speak3D_setobjfiles Cdecl Alias "speak3D_setobjfiles" (objfilename As zString ptr,photofilename As zString ptr) 
Declare Sub speak3D_initobjects Cdecl Alias "speak3D_initobjects" () 
Declare Sub speak3D_display2 Cdecl Alias "speak3D_display2" (x As Single,y As Single,z As Single,o1 As Single,o2 As Single,o3 As Single,xmax As Integer,ymax As Integer) 
Declare Sub speak3D_saveficini Cdecl Alias "speak3D_saveficini" ()  
Declare Sub speak3D_myTTSclose Cdecl Alias "speak3D_myTTSclose" () 
Declare Sub speak3D_myTTSinit Cdecl Alias "speak3D_myTTSinit" () 
Declare Sub speak3D_setactive Cdecl Alias "speak3D_setactive" (tactive As Integer)
Declare Function speak3D_isactive Cdecl Alias "speak3D_isactive" () As Integer
Image
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: 3D obj model creation from single face photo

Post by chung »

chung wrote:woman3D_chung is an erotical nude art version of face3D_chung (for 15+ years old, personnal use only) made by adding bodies to the 3D faces

you can find it here => http://chung.blogvie.com/2014/06/04/fac ... ace-photo/
(28/12/2016) sounds and automove mode added
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: 3D obj model creation from single face photo

Post by chung »

(18/06/2019) new model modelaux added (larger photorealistic photo resolution)
Post Reply