時代はjuliaで3d fitting

8
Julia 3D Fitting Dawn of Julia... 1 / 8

Upload: clclcocoro

Post on 13-Aug-2015

168 views

Category:

Data & Analytics


2 download

TRANSCRIPT

Julia 3D FittingDawn of Julia...

1 / 8

Self-Introduction

Name

(UEKI Kokoro)twitter @uk24s

Biography

1991       Born in Fukui pref.2014       B.Agr. in The Univ. of TokyoPresent  Grad Sch. of Agr., The Univ. of Tokyo

2 / 8

Self-Introduction

My Julia Supervisor

( ω ) @bicycle1885

3 / 8

Self-Introduction

Research Interests

JuliaMachine LearningProtein-ligand interaction

4 / 8

3D Fitting in Juliatry it...

5 / 8

Geometric tools

http://www.geometrictools.com/Documentation/Documentation.html

6 / 8

JuliaDe3DFitting.jlhttps://github.com/clclcocoro/JuliaDe3DFitting

X: samplesize x 3 Array{Float64,2}

planeFit(X)z = ax + by + creturn [a, b, c]

sphereFit(X, iter_num)(x-a)^2 + (y-b)^2 + (z-c)^2 = r^2return [a, b, c], r

cylinderFit(X)return W, C, r, theta0, theta1W: DirectionC: Centerr: RadiusW = [cos0*sin1, sin1*sin0, cos1]

7 / 8

DemoJulia, I'm asking seriously.

Will you work late for me from today?

8 / 8