自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 资源 (31)
  • 收藏
  • 关注

原创 read obj

function [V,F,UV,TF,N,NF] = readOBJ(filename,varargin) % READOBJ reads an OBJ file with vertex/face information % % [V,F,UV,TF,N,NF] = readOBJ(filename) % [V,F,UV,TF,N,NF] = readOBJ(filename,'

2017-01-31 02:58:21 994

原创 fix .mesh file generated by tetgen to fit igllib

f_in = open("character2_5000.1.mesh") f_out = open("character2_5000.2.mesh", "w") lines = f_in.readlines()start = Falsenum = -1for line in lines: if not(start): f_out.wr

2017-01-24 22:19:30 376

原创 medit 和 .mesh 文件

.mesh is Medit's surface mesh file formatigl中经常使用,在tetgen中

2017-01-24 04:52:33 1942 1

原创 convert 3D matrix into diagonal block matrix

function M = mat3D2blk(A, d)M = reshape(permute(A,[1 3 2]), [],d);M = mat2cell(M,(size(M,1)/d)*ones(2,1),d);M = blkdiag(M{:});

2017-01-24 00:06:21 384

原创 二项式在matlab中的应用

对于二项式的计算[u1u2u3]⎡⎣⎢a11a21a31a12a22a32a13a23a33⎤⎦⎥⎡⎣⎢v1v2v3⎤⎦⎥\begin{bmatrix}u_1&u_2&u_3\end{bmatrix}\begin{bmatrix}a_{11}&a_{12}&a_{13}\\a_{21}&a_{22}&a_{23}\\a_{31}&a_{32}&a_{33}\end{bmatrix}\begin{bm

2017-01-23 21:12:33 3788

原创 文章标题

写这篇博客主要来源ARAP paper中的一段话 那么为什么第一基本范式和第二基本范式可以描述surface的stretching和bending. 设在平面uov中, 向量(1,0)和(0,1)经过f和f’的映射后分别变成

2017-01-19 04:52:48 380

原创 read selection

the format of .sel file is like:# per vertex status: 0=fixed, 1=deformable-region, 2=handle# 5261 vertices1111211101111function [group0, group1, group2] =

2017-01-18 22:51:37 269

原创 lie groups for 2d and 3d transformations

http://www.ethaneade.org/lie.pdf

2017-01-18 02:25:14 946

原创 abstract 和 introduction的写法

abstract1. 大背景, 很重要2.目前问题3. 考虑到什么因素,提出算法, 解决问题,1-2句4.pros and cons5. 实验证明introduction1.重要性2.目前方法3.目前问题4.我的方法解决了什么问题5.contributionrelated work写的时候, 让reviewer读起来有点亮点, 不要太平淡...

2017-01-16 20:04:02 5509

原创 igllib 203 Curvature directions

这里有两种方法计算mean curvature 第一种通过公式 −Δx=Hn-\Delta x = Hn 这里Δ\Delta是laplacian operator, xx是点的坐标,HH是mean curvature, nn是点的法向量现在看下Discrete Differential-Geometry Operators for Triangulated 2-Manifolds看下教程ht

2017-01-12 07:54:31 602

原创 Stable Region Correspondences Between Non-Isometric Shapes

to be read...

2017-01-11 00:23:45 576

原创 how to change file names in matlab

Assuming we have some files in a fold named 'photo', some file names are ended with '.gif', some of them are not. now our goal is to add '.gif' suffix to all the files except the '.gif' files they wer

2017-01-04 01:22:13 474

原创 CGAL 4.9 - Triangulated Surface Mesh Deformation

Here, I would like to derive the formula (10) For triangle vjvivmv_jv_iv_m, we have the following three equation which is related to viv_iwij∥(v′i−v′j)−Ri(vi−vj)∥2w_{ij}\|(v'_i-v'_j)-R_i(v_i-v_j)\|^

2017-01-02 04:36:46 1830

average diffusion distance

average diffusion distance implemented in matlab

2016-08-13

Farthest Sampling on 3D meshes with mesh kept based on diffusion distance

Farthest Sampling on 3D meshes with mesh kept based on diffusion distance implemented in matlab

2016-08-13

Fast Marching on 3D Meshes with diffusion distance

Fast Marching on 3D Meshes with diffusion distance implemented in matlab

2016-08-13

PCA implementation

PCA implementation in matlab

2016-08-06

Farthest Sampling on 3D meshes with mesh kept

Farthest Sampling on 3D meshes with mesh kept

2016-08-03

Fast Marching on 3D Meshes

implement fast marching on 3d meshes in matlab

2016-07-31

farthest point sampling

implement farthest point sampling in matlab

2016-07-25

2D Fast Marching Computations

implement 2d fast marching computations in matalb

2016-07-25

princal component analysis implemented in matlab

princal component analysis implemented in matlab

2016-07-09

as-conformal-as-possible surface registration

implement paper "as-conformal-as-possible surface registraion" in matlab

2016-07-07

position based dynamics

position based dynamics implemented in matlab

2016-07-05

mixed finite elements

implement mixed finite elements in matlab

2016-06-23

laplacian interpolation

implement laplacian interpolation in matlab

2016-06-23

libmysqlclient.so.16

solve QSqlDatabase: QMYSQL driver not loaded problem

2016-05-17

GLM显示带纹理的OBJ

GLM显示带纹理的OBJ

2016-02-04

2d perlin noise ocean

采用二维柏林噪声模拟的海洋 .zip

2016-01-09

softmax regression

softmax regression 源代码 源码用的armadillo数学库,如何安装armadillo数学库,请看我的博客 http://blog.csdn.net/seamanj/article/details/49892715

2015-11-20

shadow Mapping 阴影投影

shadow Mapping 阴影投影 主要介绍阴影投影实现的原理 和 实现方法

2014-05-12

3D_Shader_DisplacementMapping_Sphere.rar

移位贴图(Displacement Mapping)的实现

2013-09-05

3D_Shader_ProjectivetTexturing.rar

投影贴图(projective texturing)的实现

2013-09-01

3D_Shader_CubeEnvMapping.rar

立方体环境映射(cubic environment mapping)的实现,其中包括了反射,折射,菲涅尔效应,色散等知识.

2013-08-29

3D_Shader_NormalMapping.rar

3D 法线贴图(normal mapping)的实现

2013-08-15

3D_Shader_SphereEnvMapping_by_seamanj

3D球形环境映射(3D Sphere environment mapping)的实现

2013-08-15

3D_Shader_SphereEnvMapping.rar

球形环境映射(sphere environment mappint)原理的实现

2013-07-23

USB监控器.rar

USB监控器_去网页打开 使用到的工具,OD和W32DASM

2013-06-14

texture&blending

DX 混合 纹理操作 包括多重纹理的操作,以及BACKBUFFER的读取

2013-05-03

3D_Math_Quaternion

四元组的应用 包含: 1.从"按定轴旋转某角度"建立四元组 2.四元组的球形插值插值 3.四元组与3x3旋转矩阵的相互转换

2013-03-08

3D_Shader_Expansion&Shrinkage;_by_Seamanj

3D_Shader_Expansion&Shrinkage;_by_Seamanj

2013-03-08

3D_Math_Solve_Matrix_Inverse_by_Seamanj.rar

矩阵各种求逆的方法 包括: 1.用矩阵行列式求逆 2.用高斯-约当消元法求逆 3.用LU分解求逆

2013-03-06

3D_Math_Solve_Matrix_Inverse.rar

矩阵各种求逆的方法 包括: 1.用矩阵行列式求逆 2.用高斯-约当消元法求逆 3.用LU分解求逆

2013-03-06

3D_Math_Quaternion_by_Seamanj.rar

四元组应用的实现 包括了 1.从"按指定轴旋转多少度"建立四元组 2.四元组的球形插值 3.四元组与3x3旋转矩阵的相互转换

2013-03-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除