Skip to content

Commit

Permalink
Correct class names in doxygen docs for RedWood dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabheights committed Aug 15, 2023
1 parent e807806 commit cfd570f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/open3d/data/Dataset.h
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ class RedwoodIndoorLivingRoom1 : public DownloadDataset {
};

/// \class RedwoodIndoorLivingRoom2 (Augmented ICL-NUIM Dataset)
/// \brief Data class for `RedwoodIndoorLivingRoom1`, containing dense point
/// \brief Data class for `RedwoodIndoorLivingRoom2`, containing dense point
/// cloud, rgb sequence, clean depth sequence, noisy depth sequence, oni
/// sequence, and ground-truth camera trajectory.
///
Expand Down Expand Up @@ -831,7 +831,7 @@ class RedwoodIndoorLivingRoom2 : public DownloadDataset {
};

/// \class RedwoodIndoorOffice1 (Augmented ICL-NUIM Dataset)
/// \brief Data class for `RedwoodIndoorLivingRoom1`, containing dense point
/// \brief Data class for `RedwoodIndoorOffice1`, containing dense point
/// cloud, rgb sequence, clean depth sequence, noisy depth sequence, oni
/// sequence, and ground-truth camera trajectory.
///
Expand Down Expand Up @@ -887,7 +887,7 @@ class RedwoodIndoorOffice1 : public DownloadDataset {
};

/// \class RedwoodIndoorOffice2 (Augmented ICL-NUIM Dataset)
/// \brief Data class for `RedwoodIndoorLivingRoom1`, containing dense point
/// \brief Data class for `RedwoodIndoorOffice2`, containing dense point
/// cloud, rgb sequence, clean depth sequence, noisy depth sequence, oni
/// sequence, and ground-truth camera trajectory.
///
Expand Down

0 comments on commit cfd570f

Please sign in to comment.