![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
This is the complete list of members for colmap::Reconstruction, including all inherited members.
| AddCamera(const class Camera &camera) | colmap::Reconstruction | |
| AddImage(const class Image &image) | colmap::Reconstruction | |
| AddObservation(const point3D_t point3D_id, const TrackElement &track_el) | colmap::Reconstruction | |
| AddPoint3D(const Eigen::Vector3d &xyz, const Track &track, const Eigen::Vector3ub &color=Eigen::Vector3ub::Zero()) | colmap::Reconstruction | |
| Align(const std::vector< std::string > &image_names, const std::vector< Eigen::Vector3d > &locations, const int min_common_images, SimilarityTransform3 *tform=nullptr) | colmap::Reconstruction | |
| AlignRobust(const std::vector< std::string > &image_names, const std::vector< Eigen::Vector3d > &locations, const int min_common_images, const RANSACOptions &ransac_options, SimilarityTransform3 *tform=nullptr) | colmap::Reconstruction | |
| Camera(const camera_t camera_id) const | colmap::Reconstruction | inline |
| Camera(const camera_t camera_id) | colmap::Reconstruction | inline |
| Cameras() const | colmap::Reconstruction | inline |
| ComputeBoundingBox(const double p0=0.0, const double p1=1.0) const | colmap::Reconstruction | |
| ComputeCentroid(const double p0=0.1, const double p1=0.9) const | colmap::Reconstruction | |
| ComputeMeanObservationsPerRegImage() const | colmap::Reconstruction | |
| ComputeMeanReprojectionError() const | colmap::Reconstruction | |
| ComputeMeanTrackLength() const | colmap::Reconstruction | |
| ComputeNumObservations() const | colmap::Reconstruction | |
| ConvertToPLY() const | colmap::Reconstruction | |
| CreateImageDirs(const std::string &path) const | colmap::Reconstruction | |
| Crop(const std::pair< Eigen::Vector3d, Eigen::Vector3d > &bbox) const | colmap::Reconstruction | |
| DeleteAllPoints2DAndPoints3D() | colmap::Reconstruction | |
| DeleteObservation(const image_t image_id, const point2D_t point2D_idx) | colmap::Reconstruction | |
| DeletePoint3D(const point3D_t point3D_id) | colmap::Reconstruction | |
| DeRegisterImage(const image_t image_id) | colmap::Reconstruction | |
| ExistsCamera(const camera_t camera_id) const | colmap::Reconstruction | inline |
| ExistsImage(const image_t image_id) const | colmap::Reconstruction | inline |
| ExistsImagePair(const image_pair_t pair_id) const | colmap::Reconstruction | inline |
| ExistsPoint3D(const point3D_t point3D_id) const | colmap::Reconstruction | inline |
| ExportBundler(const std::string &path, const std::string &list_path, bool skip_distortion=false) const | colmap::Reconstruction | |
| ExportCam(const std::string &path, bool skip_distortion=false) const | colmap::Reconstruction | |
| ExportNVM(const std::string &path, bool skip_distortion=false) const | colmap::Reconstruction | |
| ExportPLY(const std::string &path) const | colmap::Reconstruction | |
| ExportRecon3D(const std::string &path, bool skip_distortion=false) const | colmap::Reconstruction | |
| ExportVRML(const std::string &images_path, const std::string &points3D_path, const double image_scale, const Eigen::Vector3d &image_rgb) const | colmap::Reconstruction | |
| ExtractColorsForAllImages(const std::string &path) | colmap::Reconstruction | |
| ExtractColorsForImage(const image_t image_id, const std::string &path) | colmap::Reconstruction | |
| FilterAllPoints3D(const double max_reproj_error, const double min_tri_angle) | colmap::Reconstruction | |
| FilterImages(const double min_focal_length_ratio, const double max_focal_length_ratio, const double max_extra_param) | colmap::Reconstruction | |
| FilterObservationsWithNegativeDepth() | colmap::Reconstruction | |
| FilterPoints3D(const double max_reproj_error, const double min_tri_angle, const std::unordered_set< point3D_t > &point3D_ids) | colmap::Reconstruction | |
| FilterPoints3DInImages(const double max_reproj_error, const double min_tri_angle, const std::unordered_set< image_t > &image_ids) | colmap::Reconstruction | |
| FindCommonRegImageIds(const Reconstruction &reconstruction) const | colmap::Reconstruction | |
| FindImageWithName(const std::string &name) const | colmap::Reconstruction | |
| GetCorrespondenceGraph() const | colmap::Reconstruction | inline |
| HasCorrespondenceGraph() const | colmap::Reconstruction | inline |
| Image(const image_t image_id) const | colmap::Reconstruction | inline |
| Image(const image_t image_id) | colmap::Reconstruction | inline |
| ImagePair(const image_pair_t pair_id) const | colmap::Reconstruction | inline |
| ImagePair(const image_t image_id1, const image_t image_id2) | colmap::Reconstruction | inline |
| ImagePair(const image_pair_t pair_id) | colmap::Reconstruction | inline |
| ImagePair(const image_t image_id1, const image_t image_id2) const | colmap::Reconstruction | inline |
| ImagePairs() const | colmap::Reconstruction | inline |
| Images() const | colmap::Reconstruction | inline |
| ImportPLY(const std::string &path) | colmap::Reconstruction | |
| ImportPLY(const std::vector< PlyPoint > &ply_points) | colmap::Reconstruction | |
| IsImageRegistered(const image_t image_id) const | colmap::Reconstruction | inline |
| Load(const DatabaseCache &database_cache) | colmap::Reconstruction | |
| Merge(const Reconstruction &reconstruction, const double max_reproj_error) | colmap::Reconstruction | |
| MergePoints3D(const point3D_t point3D_id1, const point3D_t point3D_id2) | colmap::Reconstruction | |
| Normalize(const double extent=10.0, const double p0=0.1, const double p1=0.9, const bool use_images=true) | colmap::Reconstruction | |
| NumAddedPoints3D() const | colmap::Reconstruction | inline |
| NumCameras() const | colmap::Reconstruction | inline |
| NumImagePairs() const | colmap::Reconstruction | inline |
| NumImages() const | colmap::Reconstruction | inline |
| NumPoints3D() const | colmap::Reconstruction | inline |
| NumRegImages() const | colmap::Reconstruction | inline |
| operator=(const Reconstruction &other) | colmap::Reconstruction | |
| Point3D(const point3D_t point3D_id) const | colmap::Reconstruction | inline |
| Point3D(const point3D_t point3D_id) | colmap::Reconstruction | inline |
| Point3DIds() const | colmap::Reconstruction | |
| Points3D() const | colmap::Reconstruction | inline |
| Read(const std::string &path) | colmap::Reconstruction | |
| ReadBinary(const std::string &path) | colmap::Reconstruction | |
| ReadText(const std::string &path) | colmap::Reconstruction | |
| Reconstruction() | colmap::Reconstruction | |
| Reconstruction(const Reconstruction &other) | colmap::Reconstruction | |
| RegImageIds() const | colmap::Reconstruction | inline |
| RegisterImage(const image_t image_id) | colmap::Reconstruction | |
| SetUp(const CorrespondenceGraph *correspondence_graph) | colmap::Reconstruction | |
| TearDown() | colmap::Reconstruction | |
| TranscribeImageIdsToDatabase(const Database &database) | colmap::Reconstruction | |
| Transform(const SimilarityTransform3 &tform) | colmap::Reconstruction | |
| Write(const std::string &path) const | colmap::Reconstruction | |
| WriteBinary(const std::string &path) const | colmap::Reconstruction | |
| WriteText(const std::string &path) const | colmap::Reconstruction |