OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
Collaboration diagram for Channel split:

Functions

int hal_ni_split16u (const ushort *src_data, ushort **dst_data, int len, int cn)
 
int hal_ni_split32s (const int *src_data, int **dst_data, int len, int cn)
 
int hal_ni_split64s (const int64 *src_data, int64 **dst_data, int len, int cn)
 
int hal_ni_split8u (const uchar *src_data, uchar **dst_data, int len, int cn)
 

Detailed Description

Parameters
src_dataarray of interleaved values (len x cn items) [ B, G, R, B, G, R, ...]
dst_dataarray of pointers to destination arrays (cn items x len items) [ [B, B, ...], [G, G, ...], [R, R, ...] ]
lennumber of elements
cnnumber of channels

Function Documentation

◆ hal_ni_split16u()

int hal_ni_split16u ( const ushort src_data,
ushort **  dst_data,
int  len,
int  cn 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED.

◆ hal_ni_split32s()

int hal_ni_split32s ( const int *  src_data,
int **  dst_data,
int  len,
int  cn 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED.

◆ hal_ni_split64s()

int hal_ni_split64s ( const int64 src_data,
int64 **  dst_data,
int  len,
int  cn 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED, and hal_ni_merge8u().

Here is the call graph for this function:

◆ hal_ni_split8u()

int hal_ni_split8u ( const uchar src_data,
uchar **  dst_data,
int  len,
int  cn 
)
inline

#include <core/src/hal_replacement.hpp>

Referenced by hal_ni_addWeighted64f().

Here is the caller graph for this function: