Ktlist3d {gbp}R Documentation

Ktlist3d

Description

Ktlist3d hold multiple kt for recursive fit

Usage

Ktlist3d

Format

An object of class C++Class of length 1.

Details

Ktlist3d hold multiple kt via consider all possible fit onto different xp and different rotation and nlimit

a Ktlist3d class instance has 4 fields:

- n: length of kt candidate position scale vector list

- kt: candidate (x, y, z, l, d, h) fit of it current investigating

- xp: candidate extreme point list after kt fit into each corresponding (x, y, z, l, d, h) position scale

- s: score of each kt fit: calculate overall extrem point residual space entropy as score, the smaller the better, since smaller entropy indicate concentrated residual space and less number of extreme point.

Note

internal cpp class use in gbp3d_solver_dpp()

See Also

Other gbp3d_it: gbp3d_it_create_ktlist


[Package gbp version 0.1.0.4 Index]