Loading [MathJax]/extensions/TeX/AMSsymbols.js
OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
Natural logarithm calculation
Collaboration diagram for Natural logarithm calculation:

Functions

int hal_ni_log32f (const float *src, float *dst, int len)
 
int hal_ni_log64f (const double *src, double *dst, int len)
 

Detailed Description

Parameters
srcsource array
dstdestination array
lenlength of arrays

Function Documentation

◆ hal_ni_log32f()

int hal_ni_log32f ( const float *  src,
float *  dst,
int  len 
)
inline

#include <core/src/hal_replacement.hpp>

Referenced by hal_ni_sqrt64f().

Here is the caller graph for this function:

◆ hal_ni_log64f()

int hal_ni_log64f ( const double *  src,
double *  dst,
int  len 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED, and hal_ni_exp32f().

Here is the call graph for this function: