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

Computes reciprocial: dst[i] = scale / src[i] More...

Collaboration diagram for Element-wise reciprocial:

Functions

int hal_ni_recip16s (const short *src_data, size_t src_step, short *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip16u (const ushort *src_data, size_t src_step, ushort *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip32f (const float *src_data, size_t src_step, float *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip32s (const int *src_data, size_t src_step, int *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip64f (const double *src_data, size_t src_step, double *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip8s (const schar *src_data, size_t src_step, schar *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip8u (const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, double scale)
 

Detailed Description

Computes reciprocial: dst[i] = scale / src[i]

Parameters
src_data,src_stepsource image data and step
dst_data,dst_stepdestination image data and step
width,heightdimensions of the images
scaleadditional multiplier

Function Documentation

◆ hal_ni_recip16s()

int hal_ni_recip16s ( const short *  src_data,
size_t  src_step,
short *  dst_data,
size_t  dst_step,
int  width,
int  height,
double  scale 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED.

◆ hal_ni_recip16u()

int hal_ni_recip16u ( const ushort src_data,
size_t  src_step,
ushort dst_data,
size_t  dst_step,
int  width,
int  height,
double  scale 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED.

◆ hal_ni_recip32f()

int hal_ni_recip32f ( const float *  src_data,
size_t  src_step,
float *  dst_data,
size_t  dst_step,
int  width,
int  height,
double  scale 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED.

◆ hal_ni_recip32s()

int hal_ni_recip32s ( const int *  src_data,
size_t  src_step,
int *  dst_data,
size_t  dst_step,
int  width,
int  height,
double  scale 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED.

◆ hal_ni_recip64f()

int hal_ni_recip64f ( const double *  src_data,
size_t  src_step,
double *  dst_data,
size_t  dst_step,
int  width,
int  height,
double  scale 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED, and hal_ni_addWeighted8u().

Here is the call graph for this function:

◆ hal_ni_recip8s()

int hal_ni_recip8s ( const schar src_data,
size_t  src_step,
schar dst_data,
size_t  dst_step,
int  width,
int  height,
double  scale 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED.

◆ hal_ni_recip8u()

int hal_ni_recip8u ( const uchar src_data,
size_t  src_step,
uchar dst_data,
size_t  dst_step,
int  width,
int  height,
double  scale 
)
inline

#include <core/src/hal_replacement.hpp>

Referenced by hal_ni_div64f().

Here is the caller graph for this function: