@openhps/openvslam
Preparing search index...
OpenVSLAM
System
Class System
Index
Constructors
constructor
Properties
config
Methods
disable
Mapping
enable
Mapping
feed
Monocular
Frame
feed
RGBD
Frame
feed
Stereo
Frame
get
Frame
Publisher
get
Map
Publisher
load
Map
reset
save
Map
shutdown
startup
terminate
Constructors
constructor
new
System
(
config
:
Config
,
vocabFilePath
:
string
)
:
System
Parameters
config
:
Config
vocabFilePath
:
string
Returns
System
Properties
config
config
:
Config
Methods
disable
Mapping
disableMapping
()
:
void
Disable mapping
Returns
void
enable
Mapping
enableMapping
()
:
void
Enable mapping
Returns
void
feed
Monocular
Frame
feedMonocularFrame
(
image
:
Mat
,
timestamp
:
number
)
:
void
Parameters
image
:
Mat
timestamp
:
number
Returns
void
feed
RGBD
Frame
feedRGBDFrame
(
image
:
Mat
,
depth
:
Mat
,
timestamp
:
number
)
:
void
Parameters
image
:
Mat
depth
:
Mat
timestamp
:
number
Returns
void
feed
Stereo
Frame
feedStereoFrame
(
imageLeft
:
Mat
,
imageRight
:
Mat
,
timestamp
:
number
)
:
void
Parameters
imageLeft
:
Mat
imageRight
:
Mat
timestamp
:
number
Returns
void
get
Frame
Publisher
getFramePublisher
()
:
FramePublisher
Returns
FramePublisher
get
Map
Publisher
getMapPublisher
()
:
MapPublisher
Returns
MapPublisher
load
Map
loadMap
(
path
:
string
)
:
void
Parameters
path
:
string
Returns
void
reset
reset
()
:
void
Returns
void
save
Map
saveMap
(
path
:
string
)
:
void
Parameters
path
:
string
Returns
void
shutdown
shutdown
()
:
void
Shutdown the system
Returns
void
startup
startup
(
initialize
?:
boolean
)
:
void
Parameters
Optional
initialize
:
boolean
Returns
void
terminate
terminate
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
config
Methods
disable
Mapping
enable
Mapping
feed
Monocular
Frame
feed
RGBD
Frame
feed
Stereo
Frame
get
Frame
Publisher
get
Map
Publisher
load
Map
reset
save
Map
shutdown
startup
terminate
@openhps/openvslam
Loading...
Disable mapping