iVieewMorphiim

所属分类:图形图像处理
开发工具:Visual C++
文件大小:134KB
下载次数:5
上传日期:2012-07-18 14:29:57
上 传 者weimingmm
说明:  图像插值程序源码,在一些场合需要提供真实接触感觉,能根据视角位置变化而生成对应应视点的视图,提供相应的三维感觉,从而能够“环视”场景中的三维物体。 可直接使用。
(The source of the image interpolation process, in some instances need to provide real contact feeling can generate the corresponding changes in the perspective of location should be the point of view of view, to provide the corresponding three-dimensional feel, to be able to " look around" three-dimensional objects in the scene. Can be used directly.)

文件列表:
iVieewMorphiim\ViewMorphing\cv.h (53632, 2006-02-15)
iVieewMorphiim\ViewMorphing\cv.lib (31438, 2006-02-15)
iVieewMorphiim\ViewMorphing\cvaux.h (60285, 2005-07-05)
iVieewMorphiim\ViewMorphing\cvaux.lib (41162, 2006-02-15)
iVieewMorphiim\ViewMorphing\cxcore.h (72036, 2005-07-05)
iVieewMorphiim\ViewMorphing\cxcore.lib (54518, 2006-02-15)
iVieewMorphiim\ViewMorphing\FeatureExtract.cpp (23618, 2006-02-19)
iVieewMorphiim\ViewMorphing\FeatureExtract.h (2350, 2006-02-19)
iVieewMorphiim\ViewMorphing\highgui.h (14945, 2006-02-15)
iVieewMorphiim\ViewMorphing\highgui.lib (13816, 2005-07-26)
iVieewMorphiim\ViewMorphing\res\ViewMorphing.ico (1078, 2006-03-09)
iVieewMorphiim\ViewMorphing\res\ViewMorphing.rc2 (404, 2006-03-09)
iVieewMorphiim\ViewMorphing\res\VMDemo.ico (1078, 2006-03-09)
iVieewMorphiim\ViewMorphing\resource.h (1011, 2006-03-12)
iVieewMorphiim\ViewMorphing\StdAfx.cpp (214, 2006-03-09)
iVieewMorphiim\ViewMorphing\StdAfx.h (1054, 2006-03-09)
iVieewMorphiim\ViewMorphing\ViewMorphing.aps (38028, 2006-03-12)
iVieewMorphiim\ViewMorphing\ViewMorphing.clw (1647, 2006-03-14)
iVieewMorphiim\ViewMorphing\ViewMorphing.cpp (2147, 2006-03-09)
iVieewMorphiim\ViewMorphing\ViewMorphing.dsp (5149, 2006-03-09)
iVieewMorphiim\ViewMorphing\ViewMorphing.dsw (547, 2006-03-09)
iVieewMorphiim\ViewMorphing\ViewMorphing.h (1390, 2006-03-09)
iVieewMorphiim\ViewMorphing\ViewMorphing.ncb (173056, 2006-03-14)
iVieewMorphiim\ViewMorphing\ViewMorphing.opt (56832, 2006-03-14)
iVieewMorphiim\ViewMorphing\ViewMorphing.plg (258, 2006-03-14)
iVieewMorphiim\ViewMorphing\ViewMorphing.rc (6335, 2006-03-12)
iVieewMorphiim\ViewMorphing\ViewMorphingDlg.cpp (6028, 2006-03-12)
iVieewMorphiim\ViewMorphing\ViewMorphingDlg.h (1578, 2006-03-12)
iVieewMorphiim\ViewMorphing\VM.cpp (24470, 2006-03-12)
iVieewMorphiim\ViewMorphing\VM.h (1240, 2006-03-09)
iVieewMorphiim\ViewMorphing\res (0, 2006-03-09)
iVieewMorphiim\ViewMorphing (0, 2006-03-15)
iVieewMorphiim (0, 2012-03-18)

SYSTEMTIME st,et; int t=0; long int timer=0; GetSystemTime(&st); CString str; GetSystemTime(&et); if((et.wHour-st.wHour)!=0) timer+=(et.wHour-st.wHour)*60*60*1000; if(et.wMinute-st.wMinute!=0) timer+=(et.wMinute-st.wMinute)*60*1000; if(et.wSecond-st.wSecond!=0) timer+=(et.wSecond-st.wSecond)*1000; t=et.wMilliseconds-st.wMilliseconds; timer+=t; //m_dlg.m_timer=timer; //UpdateData(true); str.Format("±%d",timer); MessageBox(str);

近期下载者

相关文件


收藏者