C# Class ICPHeadFitter.PointCloudStorage

ファイルを表示 Open project: omanamos/kinect-nao

Public Methods

Method Description
deserialize ( string filename ) : List
serialize ( string filename, Matrix points ) : void

Method Details

deserialize() public static method

public static deserialize ( string filename ) : List
filename string
return List

serialize() public static method

public static serialize ( string filename, Matrix points ) : void
filename string
points Matrix
return void