![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <undistortion.h>


Public Member Functions | |
| COLMAPUndistorter (const UndistortCameraOptions &options, Reconstruction *reconstruction, const std::string &image_path, const std::string &output_path, const int num_related_images=20, const CopyType copy_type=CopyType::COPY, const std::vector< image_t > &image_ids=std::vector< image_t >()) | |
Public Member Functions inherited from colmap::Thread | |
| Thread () | |
| virtual | ~Thread ()=default |
| virtual void | Start () |
| virtual void | Stop () |
| virtual void | Pause () |
| virtual void | Resume () |
| virtual void | Wait () |
| bool | IsStarted () |
| bool | IsStopped () |
| bool | IsPaused () |
| bool | IsRunning () |
| bool | IsFinished () |
| void | BlockIfPaused () |
| bool | CheckValidSetup () |
| void | AddCallback (const int id, const std::function< void()> &func) |
| const Timer & | GetTimer () const |
Additional Inherited Members | |
Public Types inherited from colmap::Thread | |
| enum | { STARTED_CALLBACK = INT_MIN , FINISHED_CALLBACK } |
Protected Member Functions inherited from colmap::Thread | |
| void | RegisterCallback (const int id) |
| void | Callback (const int id) const |
| std::thread::id | GetThreadId () const |
| void | SignalValidSetup () |
| void | SignalInvalidSetup () |
Definition at line 43 of file undistortion.h.
| colmap::COLMAPUndistorter::COLMAPUndistorter | ( | const UndistortCameraOptions & | options, |
| Reconstruction * | reconstruction, | ||
| const std::string & | image_path, | ||
| const std::string & | output_path, | ||
| const int | num_related_images = 20, |
||
| const CopyType | copy_type = CopyType::COPY, |
||
| const std::vector< image_t > & | image_ids = std::vector<image_t>() |
||
| ) |
Definition at line 154 of file undistortion.cc.