ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::internal::ImageData Struct Reference

#include <extraction.h>

Collaboration diagram for colmap::internal::ImageData:

Public Attributes

ImageReader::Status status = ImageReader::Status::FAILURE
 
Camera camera
 
Image image
 
Bitmap bitmap
 
Bitmap mask
 
FeatureKeypoints keypoints
 
FeatureDescriptors descriptors
 

Detailed Description

Definition at line 68 of file extraction.h.

Member Data Documentation

◆ bitmap

Bitmap colmap::internal::ImageData::bitmap

Definition at line 73 of file extraction.h.

◆ camera

Camera colmap::internal::ImageData::camera

Definition at line 71 of file extraction.h.

◆ descriptors

FeatureDescriptors colmap::internal::ImageData::descriptors

Definition at line 77 of file extraction.h.

◆ image

Image colmap::internal::ImageData::image

Definition at line 72 of file extraction.h.

◆ keypoints

FeatureKeypoints colmap::internal::ImageData::keypoints

Definition at line 76 of file extraction.h.

◆ mask

Bitmap colmap::internal::ImageData::mask

Definition at line 74 of file extraction.h.

◆ status

ImageReader::Status colmap::internal::ImageData::status = ImageReader::Status::FAILURE

Definition at line 69 of file extraction.h.


The documentation for this struct was generated from the following file: