mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
This commit is contained in:
@@ -721,7 +721,7 @@ template<typename _Tp, int m> struct CV_EXPORTS Matx_DetOp
|
||||
return p;
|
||||
for( int i = 0; i < m; i++ )
|
||||
p *= temp(i, i);
|
||||
return p;
|
||||
return 1./p;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user