|
Blender
V3.3
|
#include <camera_intrinsics.h>
Public Member Functions | |
| LookupWarpGrid () | |
| LookupWarpGrid (const LookupWarpGrid &from) | |
| ~LookupWarpGrid () | |
| int | width () const |
| int | height () const |
| double | overscan () const |
| template<typename WarpFunction > | |
| void | Update (const CameraIntrinsics &intrinsics, int width, int height, double overscan) |
| template<typename PixelType > | |
| void | Apply (const PixelType *input_buffer, int width, int height, int channels, PixelType *output_buffer) |
| void | Reset () |
| void | SetThreads (int threads) |
Definition at line 43 of file libmv/simple_pipeline/camera_intrinsics.h.
| libmv::internal::LookupWarpGrid::LookupWarpGrid | ( | ) |
Definition at line 31 of file libmv/simple_pipeline/camera_intrinsics.cc.
| libmv::internal::LookupWarpGrid::LookupWarpGrid | ( | const LookupWarpGrid & | from | ) |
Definition at line 35 of file libmv/simple_pipeline/camera_intrinsics.cc.
References from.
| libmv::internal::LookupWarpGrid::~LookupWarpGrid | ( | ) |
Definition at line 47 of file libmv/simple_pipeline/camera_intrinsics.cc.
| void libmv::internal::LookupWarpGrid::Apply | ( | const PixelType * | input_buffer, |
| int | width, | ||
| int | height, | ||
| int | channels, | ||
| PixelType * | output_buffer | ||
| ) |
Definition at line 130 of file camera_intrinsics_impl.h.
References channels(), height(), offset, width(), x, and y.
Referenced by libmv::CameraIntrinsics::DistortBuffer(), and libmv::CameraIntrinsics::UndistortBuffer().
|
inline |
Definition at line 51 of file libmv/simple_pipeline/camera_intrinsics.h.
|
inline |
Definition at line 57 of file libmv/simple_pipeline/camera_intrinsics.h.
Referenced by Update().
| void libmv::internal::LookupWarpGrid::Reset | ( | ) |
Definition at line 51 of file libmv/simple_pipeline/camera_intrinsics.cc.
References NULL.
Referenced by libmv::CameraIntrinsics::ResetLookupGrids(), and Update().
| void libmv::internal::LookupWarpGrid::SetThreads | ( | int | threads | ) |
Definition at line 57 of file libmv/simple_pipeline/camera_intrinsics.cc.
References blender::compositor::threads.
Referenced by libmv::CameraIntrinsics::SetThreads().
| void libmv::internal::LookupWarpGrid::Update | ( | const CameraIntrinsics & | intrinsics, |
| int | width, | ||
| int | height, | ||
| double | overscan | ||
| ) |
Definition at line 110 of file camera_intrinsics_impl.h.
References height(), NULL, overscan(), Reset(), and width().
Referenced by libmv::CameraIntrinsics::DistortBuffer(), and libmv::CameraIntrinsics::UndistortBuffer().
|
inline |
Definition at line 50 of file libmv/simple_pipeline/camera_intrinsics.h.