基于三维曲面的顶点搜索算法源码程序 - matlab算法设计 - 谷速源码
下载频道> 资源分类> matlab源码> 算法设计> 基于三维曲面的顶点搜索算法源码程序

标题:基于三维曲面的顶点搜索算法源码程序
分享到:

所属分类: 算法设计 资源类型: 文件大小: 33.23 KB 上传时间: 2016-01-24 22:46:46 下载次数: 80 资源积分:1分 提 供 者: matlab源码 20160124104627344
内容:
基于三维曲面的顶点搜索算法源码程序,程序员在编程的过程中可以参考学习使用,希望对IT程序员有用,此源码程序简单易懂、方便阅读,有很好的学习价值!
部分代码如下:
%Qucik Program to demo the use of findPointNormals
 
%generate a set of 3d points
z = peaks;
x = repmat(1:size(peaks,1),size(peaks,1),1);
y = x';
points = [x(:),y(:),z(:)];
 
%find the normals and curvature
[normals,curvature] = findPointNormals(points,[],[0,0,100]);
 
%plot normals and colour the surface by the curvature
hold off;
surf(x,y,z,reshape(curvature,size(peaks,1),size(peaks,1)));
hold on;
quiver3(points(:,1),points(:,2),points(:,3),...
    normals(:,1),normals(:,2),normals(:,3),'r');
axis equal;

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

基于三维曲面的顶点搜索算法源码程序/
基于三维曲面的顶点搜索算法源码程序/findPointNormals/
基于三维曲面的顶点搜索算法源码程序/findPointNormals/Demo.m
基于三维曲面的顶点搜索算法源码程序/findPointNormals/findPointNormals.m
基于三维曲面的顶点搜索算法源码程序/untitled.png

关键词: 三维 顶点 算法

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