mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -906,7 +906,7 @@ public:
|
||||
// National Institute of Standards and Technology (NIST).
|
||||
void compute(InputArray src, bool fallbackSymmetric)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
CV_INSTRUMENT_REGION();
|
||||
|
||||
if(fallbackSymmetric && isSymmetric(src)) {
|
||||
// Fall back to OpenCV for a symmetric matrix!
|
||||
@@ -944,7 +944,7 @@ public:
|
||||
|
||||
void eigenNonSymmetric(InputArray _src, OutputArray _evals, OutputArray _evects)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
CV_INSTRUMENT_REGION();
|
||||
|
||||
Mat src = _src.getMat();
|
||||
int type = src.type();
|
||||
|
||||
Reference in New Issue
Block a user