ERC CISST - cisst software
svlImageProcessing Namespace Reference
Classes
Enumerations
Functions
-
int CISST_EXPORT Crop (svlSampleImage *src_img, unsigned int src_videoch, svlSampleImage *dst_img, unsigned int dst_videoch, int left, int top)
-
int CISST_EXPORT Resize (svlSampleImage *src_img, unsigned int src_videoch, svlSampleImage *dst_img, unsigned int dst_videoch, bool interpolation)
-
int CISST_EXPORT Resize (svlSampleImage *src_img, unsigned int src_videoch, svlSampleImage *dst_img, unsigned int dst_videoch, bool interpolation, vctDynamicVector< unsigned char > &internals)
-
int CISST_EXPORT Deinterlace (svlSampleImage *image, unsigned int videoch, DI_Algorithm algorithm)
-
int CISST_EXPORT DisparityMapToSurface (svlSampleMatrixFloat *disparity_map, svlSampleImage3DMap *mesh_3d, svlCameraGeometry &camera_geometry, svlRect &roi)
-
int CISST_EXPORT Rectify (svlSampleImage *src_img, unsigned int src_videoch, svlSampleImage *dst_img, unsigned int dst_videoch, const std::string &table_filename, bool interpolation, Internals &internals)
-
int CISST_EXPORT Rectify (svlSampleImage *src_img, unsigned int src_videoch, svlSampleImage *dst_img, unsigned int dst_videoch, const std::string &table_filename, bool interpolation)
-
int CISST_EXPORT Rectify (svlSampleImage *src_img, unsigned int src_videoch, svlSampleImage *dst_img, unsigned int dst_videoch, bool interpolation, Internals &internals)
erc-cisst-devel<at>lists.johnshopkins.edu