TIOVX User Guide
vx_pyramid.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2012-2016 The Khronos Group Inc.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
18
19
#ifndef VX_PYRAMID_H_
20
#define VX_PYRAMID_H_
21
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
38
typedef
struct
_vx_pyramid
39
{
41
tivx_reference_t
base
;
42
44
vx_image
img[
TIVX_PYRAMID_MAX_LEVEL_OBJECTS
];
45
}
tivx_pyramid_t
;
46
47
60
vx_status
ownInitVirtualPyramid
(
61
vx_pyramid
prmd,
vx_uint32
width,
vx_uint32
height,
vx_df_image
format);
62
63
#ifdef __cplusplus
64
}
65
#endif
66
67
#endif
vx_image
struct _vx_image * vx_image
tivx_reference_t
The most basic type in the OpenVX system. Any type that inherits from tivx_reference_t must have a vx...
Definition:
vx_reference.h:63
ownInitVirtualPyramid
vx_status ownInitVirtualPyramid(vx_pyramid prmd, vx_uint32 width, vx_uint32 height, vx_df_image format)
function to initialize virtual pyramid's parameters
vx_status
vx_enum vx_status
vx_df_image
uint32_t vx_df_image
tivx_pyramid_t
Pyramid object internal state.
Definition:
vx_pyramid.h:38
vx_pyramid
struct _vx_pyramid * vx_pyramid
TIVX_PYRAMID_MAX_LEVEL_OBJECTS
#define TIVX_PYRAMID_MAX_LEVEL_OBJECTS
Maximum number of objects supported in pyramid.
Definition:
tivx_config_am62a.h:280
tivx_pyramid_t::base
tivx_reference_t base
reference object
Definition:
vx_pyramid.h:41
vx_uint32
uint32_t vx_uint32
source
include
vx_pyramid.h
Generated by
1.8.14