OpenVX-Registry icon indicating copy to clipboard operation
OpenVX-Registry copied to clipboard

OpenVX API and Extension Registry.

Results 9 OpenVX-Registry issues
Sort by recently updated
recently updated
newest added

1. There is a Katex parsing error on this page (https://www.khronos.org/registry/OpenVX/specs/1.3/html/OpenVX_Specification_1_3.html) ``` ParseError: KaTeX parse error: Expected '}', got '\root' at position 10: \frac{1}{\̲r̲o̲o̲t̲ 4 \of {2}} ``` 2. On...

help wanted

Hi all, Please guide me in converting a C/ C++ code to OpenVX 1.1 format. I am a newbie to this and any insight regarding this will be helpful. @rgiduthuri...

The following files appear to be missing from the OpenVX Register on khronos.org: ``` https://www.khronos.org/registry/OpenVX/specs/1.0.1/html/d8/d69/d8/d69/group__group__node__callback.html https://www.khronos.org/registry/OpenVX/specs/1.0.1/html/df/d09/df/d09/group__group__image.html https://www.khronos.org/registry/OpenVX/specs/1.0/html/d8/d69/d8/d69/group__group__node__callback.html https://www.khronos.org/registry/OpenVX/specs/1.0/html/df/d09/df/d09/group__group__image.html https://www.khronos.org/registry/OpenVX/specs/1.1/html/d4/dae/db/dba/group__group__matrix.html https://www.khronos.org/registry/OpenVX/specs/1.1/html/d6/d28/d6/d28/group__group__hint.html https://www.khronos.org/registry/OpenVX/specs/1.1/html/d8/d69/d8/d69/group__group__node__callback.html https://www.khronos.org/registry/OpenVX/specs/1.1/html/df/d09/df/d09/group__group__image.html https://www.khronos.org/registry/OpenVX/specs/1.2/html/d0/de3/citelist.html https://www.khronos.org/registry/OpenVX/specs/1.2/html/d4/dae/db/dba/group__group__matrix.html https://www.khronos.org/registry/OpenVX/specs/1.2/html/d6/d28/d6/d28/group__group__hint.html https://www.khronos.org/registry/OpenVX/specs/1.2/html/d8/d69/d8/d69/group__group__node__callback.html https://www.khronos.org/registry/OpenVX/specs/1.2/html/df/d09/df/d09/group__group__image.html https://www.khronos.org/registry/OpenVX/specs/1.3/OpenVX_Specification_1_3.html ```

Hello everyone, I have a question about the size of the laplacian pyramid. According to the specification of the khronos, the Laplacian level Li is computed as: Li = Gi...

The definition of the Graph object says the it "Does Not loop back" Does a Accumulate node not loop back to it's input?

Below text should be changed to as "Input typing - **Every input edge (Dx,Ny)** requires Type(Ny, Name(Dx,Ny)) in {INPUT} or {INOUT}" https://www.khronos.org/registry/OpenVX/specs/1.2.1/OpenVX_Specification_1_2_1.html#sec_data_virtual 2.8.6. Graph Formalisms Output typing - Every output...

In [specification](https://www.khronos.org/registry/OpenVX/extensions/neural_network_1.2/html/d6/d9a/group__group__cnn.html#gae80cce7ad61e5b4ac9e1c1136f40d65e) it is said that output will have [output_width, output_height, #IFM, #batches] dimensions. But, as we could see in samples, it must have dimensions: [output_width, output_height, #IFM, **roi_count**, #batches].

Hi, We downloaded the latest available openVx sample code (openvx_sample_1.2.tar.bz2), built the sample libraries and ran the generated unit test executable as listed in the README file (..\openvx_sample_1.2\openvx_sample\README) . Note...