Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts: modules/core/include/opencv2/core/version.hpp modules/core/src/out.cpp modules/cudaimgproc/test/test_hough.cpp modules/gpu/doc/introduction.rst modules/gpu/perf/perf_imgproc.cpp modules/gpu/src/generalized_hough.cpp modules/nonfree/perf/perf_main.cpp
This commit is contained in:
@@ -730,12 +730,12 @@ private:
|
||||
m_pFViVarRes = (int*)cvAlloc(sizeof(int)*m_Dim);
|
||||
m_Sizes = (int*)cvAlloc(sizeof(int)*m_Dim);
|
||||
|
||||
{ /* Create init sparce matrix: */
|
||||
{ /* Create init sparse matrix: */
|
||||
int i;
|
||||
for(i=0;i<m_Dim;++i)m_Sizes[i] = m_BinNum;
|
||||
m_HistMat.Realloc(m_Dim,m_Sizes,SPARSE);
|
||||
m_HistVolumeSaved = 0;
|
||||
} /* Create init sparce matrix. */
|
||||
} /* Create init sparse matrix. */
|
||||
} /* AllocData. */
|
||||
|
||||
void FreeData()
|
||||
|
@@ -58,7 +58,7 @@ void cvLevenbergMarquardtOptimization(pointer_LMJac JacobianFunction,
|
||||
CvMat *X0,CvMat *observRes,CvMat *resultX,
|
||||
int maxIter,double epsilon)
|
||||
{
|
||||
/* This is not sparce method */
|
||||
/* This is not sparse method */
|
||||
/* Make optimization using */
|
||||
/* func - function to compute */
|
||||
/* uses function to compute jacobian */
|
||||
|
Reference in New Issue
Block a user