Definition in file vidl2_convert.cxx.
#include "vidl2_convert.h"
#include "vidl2_frame.h"
#include "vidl2_pixel_format.h"
#include "vidl2_pixel_iterator.txx"
#include "vidl2_color.h"
#include <vil/vil_convert.h>
#include <vil/vil_memory_chunk.h>
#include <vcl_cstring.h>
#include <vcl_cassert.h>
#include <vcl_memory.h>
Go to the source code of this file.
Functions | |
| bool | vidl2_convert_frame (const vidl2_frame &in_frame, vidl2_frame &out_frame) |
| Convert the pixel format of a frame. | |
| vidl2_frame_sptr | vidl2_convert_frame (const vidl2_frame_sptr &in_frame, vidl2_pixel_format format) |
| Convert the pixel format of a frame. | |
| vidl2_frame_sptr | vidl2_convert_to_frame (const vil_image_view_base_sptr &image) |
| Convert the image view to a frame. | |
| bool | vidl2_convert_to_view (const vidl2_frame &frame, vil_image_view_base &image, vidl2_pixel_color require_color) |
| Convert the frame into an image view. | |
| vil_image_view_base_sptr | vidl2_convert_wrap_in_view (const vidl2_frame &frame) |
| Wrap the frame buffer in an image view if supported. | |
|
||||||||||||
|
Convert the pixel format of a frame.
The convert Definition at line 331 of file vidl2_convert.cxx. |
|
||||||||||||
|
Convert the pixel format of a frame.
The
Definition at line 302 of file vidl2_convert.cxx. |
|
|
Convert the image view to a frame. Will wrap the memory if possible, if not the image is converted to the closest vidl2_pixel_format Definition at line 353 of file vidl2_convert.cxx. |
|
||||||||||||||||
|
Convert the frame into an image view. possibly converts the pixel data type always create a deep copy of the data Definition at line 406 of file vidl2_convert.cxx. |
|
|
Wrap the frame buffer in an image view if supported. Returns a null pointer if not possible Definition at line 545 of file vidl2_convert.cxx. |
|
|
Table of conversion functions.
Definition at line 276 of file vidl2_convert.cxx. |
1.4.4