三维人体重构源码程序 - matlab其它源码 - 谷速源码
下载频道> 资源分类> matlab源码> 其它源码> 三维人体重构源码程序

标题:三维人体重构源码程序
分享到:

所属分类: 其它源码 资源类型: 文件大小: 484.75 KB 上传时间: 2016-01-24 22:51:39 下载次数: 10 资源积分:1分 提 供 者: matlab源码 三维人体重构源码程序
内容:
三维人体重构源码程序,程序员在编程的过程中可以参考学习使用,希望对IT程序员有用,此源码程序简单易懂、方便阅读,有很好的学习价值!
部分代码如下:
%% ====================================================================
% Author: Mohammad Rouhani, Morpheo Team, INRIA Rhone Alpes, (2013)
 
%====================================================================
% When using this software, PLEASE ACKNOWLEDGE the effort that went 
% into development BY REFERRING THE PAPER:
%::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 
% Rouhani M. and Sappa A.D., Implicit B-spline fitting using the 3L 
% algorithm, IEEE Conference on on Image Processing (ICIP'11), 2011.
%::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 
%% ==IBS Reconstruction=================================================
%1. Load the data points:
load('88.mat'); %load('Duck.mat'); %or any other data set
%Note: the data points must be normalized (in unit cube).
 
%2. Call the 3L algorithm to compute IBS control parameters:
Truncated=input('Enter "1" Truncated IBS (Faster)/ "0" for normal IBS (0/1?) ');
L=10; %regularization parameter; increase it for a coarser surface.
if Truncated
    Size=100; P=IBSL3_3D_T(.01,Size,L,S, 0,N); %IBS size can be increased to 100.
else
    Size=30; P=IBSL3_3D(.01,Size,L,S, 0,N); %IBS size can be increased to 30.
end
 
%3. Represent the IBS surface (zero leve set): 
IBSLevelSurf(P,S,100); %the visulaization step can be decreased;
%if the surface is not completly reconstruced, change "box" parameters.
 

文件列表(点击上边下载按钮,如果是垃圾文件请在下面评价差评或者投诉):

关键词: 三维 源码 人体

Top_arrow
回到顶部
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved