mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Make imgproc.hpp independent from C API
This commit is contained in:
@@ -162,7 +162,7 @@ calcHarris( const Mat& _cov, Mat& _dst, double k )
|
||||
}
|
||||
|
||||
|
||||
void eigen2x2( const float* cov, float* dst, int n )
|
||||
static void eigen2x2( const float* cov, float* dst, int n )
|
||||
{
|
||||
for( int j = 0; j < n; j++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user