Normalized file endings.
This commit is contained in:
@@ -295,4 +295,3 @@ int icvSingularValueDecomposition( int M,
|
||||
|
||||
/*======================================================================================*/
|
||||
#endif/*_CV_VM_H_*/
|
||||
|
||||
|
@@ -359,4 +359,3 @@ void cvBGCodeBookClearStale( CvBGCodeBookModel* model, int staleThresh,
|
||||
}
|
||||
|
||||
/* End of file. */
|
||||
|
||||
|
@@ -135,4 +135,3 @@ cvSegmentFGMask( CvArr* _mask, int poly1Hull0, float perimScale,
|
||||
}
|
||||
|
||||
/* End of file. */
|
||||
|
||||
|
@@ -1319,4 +1319,3 @@ icvUpdateGaussianBGModel2( IplImage* curr_frame, CvGaussBGModel2* bg_model )
|
||||
}
|
||||
|
||||
/* End of file. */
|
||||
|
||||
|
@@ -637,4 +637,3 @@ void cvReleaseBlobTracker(CvBlobTracker**ppT )
|
||||
ppT[0]->Release();
|
||||
ppT[0] = 0;
|
||||
}
|
||||
|
||||
|
@@ -125,4 +125,3 @@ CvBlobTrackAnalysis* cvCreateBlobTrackAnalysisList(CvBlobTrackAnalysisOne* (*cre
|
||||
}
|
||||
|
||||
/* ======================== Analyser modules ============================= */
|
||||
|
||||
|
@@ -171,4 +171,3 @@ CvBlobTrackAnalysis* cvCreateModuleBlobTrackAnalysisIOR()
|
||||
return (CvBlobTrackAnalysis*)pIOR;
|
||||
}/* cvCreateCvBlobTrackAnalysisIOR */
|
||||
/* ======================== Analyser modules ============================= */
|
||||
|
||||
|
@@ -578,4 +578,3 @@ public:
|
||||
|
||||
CvBlobTrackAnalysis* cvCreateModuleBlobTrackAnalysisTrackDist()
|
||||
{return (CvBlobTrackAnalysis*) new CvBlobTrackAnalysisTrackDist;}
|
||||
|
||||
|
@@ -181,5 +181,3 @@ CvBlobTrackGen* cvCreateModuleBlobTrackGen1()
|
||||
{
|
||||
return (CvBlobTrackGen*) new CvBlobTrackGen1(0);
|
||||
}
|
||||
|
||||
|
||||
|
@@ -215,5 +215,3 @@ CvBlobTrackGen* cvCreateModuleBlobTrackGenYML()
|
||||
{
|
||||
return (CvBlobTrackGen*) new CvBlobTrackGenYML;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -479,4 +479,3 @@ void CvBlobTrackerAuto1::Process(IplImage* pImg, IplImage* pMask)
|
||||
TIME_END("TrackAnalysis",m_BlobList.GetBlobNum())
|
||||
|
||||
} /* CvBlobTrackerAuto1::Process */
|
||||
|
||||
|
@@ -1179,4 +1179,3 @@ CvBlobTracker* cvCreateBlobTrackerMSPF()
|
||||
{
|
||||
return cvCreateBlobTrackerList(cvCreateBlobTrackerOneMSPF);
|
||||
}
|
||||
|
||||
|
@@ -454,4 +454,3 @@ CvBlobTracker* cvCreateBlobTrackerMSFGS()
|
||||
{
|
||||
return cvCreateBlobTrackerList(cvCreateBlobTrackerOneMSFGS);
|
||||
}
|
||||
|
||||
|
@@ -324,4 +324,3 @@ CvBlobTrackPredictor* cvCreateModuleBlobTrackPredictKalman()
|
||||
return (CvBlobTrackPredictor*) new CvBlobTrackPredictKalman;
|
||||
}
|
||||
/*======================= KALMAN PREDICTOR =========================*/
|
||||
|
||||
|
@@ -111,4 +111,3 @@ cvCalcImageHomography( float* line, CvPoint3D32f* _center,
|
||||
}
|
||||
|
||||
/* End of file. */
|
||||
|
||||
|
@@ -919,5 +919,3 @@ bool CvCalibFilter::Undistort( CvMat** srcarr, CvMat** dstarr )
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -706,4 +706,3 @@ void cvBronKerbosch( CvGraph* graph )
|
||||
}//end cvBronKerbosch
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -626,4 +626,3 @@ void cvDecompPoly( CvContour* cont,
|
||||
#endif
|
||||
|
||||
// End of file decomppoly.cpp
|
||||
|
||||
|
@@ -551,4 +551,3 @@ cvFindStereoCorrespondence(
|
||||
}
|
||||
|
||||
/* End of file. */
|
||||
|
||||
|
@@ -1060,5 +1060,3 @@ int CvBlobDetectorCC::DetectNewBlob(IplImage* /*pImg*/, IplImage* pFGMask, CvBlo
|
||||
return result;
|
||||
|
||||
} /* cvDetectNewBlob */
|
||||
|
||||
|
||||
|
@@ -161,4 +161,3 @@ public:
|
||||
|
||||
/* Blob detector constructor: */
|
||||
//CvBlobDetector* cvCreateBlobDetectorReal(CvTestSeq* pTestSeq){return new CvBlobDetectorReal(pTestSeq);}
|
||||
|
||||
|
@@ -3698,5 +3698,3 @@ int cvComputeEssentialMatrix( CvMatr32f rotMatr,
|
||||
|
||||
return CV_OK;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -263,7 +263,3 @@ CvSeq* icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* ima
|
||||
|
||||
*/
|
||||
#endif /* WIN32 */
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -351,4 +351,3 @@ inline void RFace::ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD)
|
||||
}
|
||||
|
||||
}// inline void RFace::ResizeRect(CvRect * lpRect,long lDir,long lD)
|
||||
|
||||
|
@@ -133,4 +133,3 @@ private:
|
||||
|
||||
|
||||
#endif //__FACE_H__
|
||||
|
||||
|
@@ -499,5 +499,3 @@ Face * FaceDetectionList::GetData()
|
||||
m_pCurElem = m_pCurElem->m_pNext;
|
||||
return m_pCurElem->m_pFace;
|
||||
}//Face * FaceDetectionList::GetData()
|
||||
|
||||
|
||||
|
@@ -199,4 +199,3 @@ inline MouthFaceTemplate::MouthFaceTemplate(long lNumber,CvRect rect,double dEye
|
||||
|
||||
|
||||
#endif//__FACETEMPLATE_H__
|
||||
|
||||
|
@@ -122,5 +122,3 @@ cvGetStarKeypoints( const CvArr* _img, CvMemStorage* storage,
|
||||
}
|
||||
return seq;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -65,4 +65,3 @@ CvSeq * cvPostBoostingFindFace(IplImage * Image,CvMemStorage* lpStorage)
|
||||
|
||||
return lpSeq;
|
||||
}//cvPostBoostingFindFace(IplImage * Image)
|
||||
|
||||
|
@@ -631,4 +631,3 @@ cvFindHandRegionA( CvPoint3D32f * points, int count,
|
||||
IPPI_CALL( icvFindHandRegionA( points, count, indexs, line, size, jc,
|
||||
center, storage, numbers ));
|
||||
}
|
||||
|
||||
|
@@ -1695,4 +1695,3 @@ cvMixSegmL2( CvImgObsInfo ** obs_info_array, int num_img, CvEHMM * hmm )
|
||||
}
|
||||
|
||||
/* End of file */
|
||||
|
||||
|
@@ -1148,4 +1148,3 @@ CvStatus icvEstimate1DHMMStateParams(CvImgObsInfo** obs_info_array, int num_img,
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -330,4 +330,3 @@ void CvMatrix::show( const char* window_name )
|
||||
|
||||
|
||||
/* End of file. */
|
||||
|
||||
|
@@ -718,7 +718,3 @@ void _cvProjectionPointToSegment(CvPoint2D32f* PointO,
|
||||
PrPoint->y = PointO->y - VectorAO.y + alfa*VectorAB.y;
|
||||
return;
|
||||
}//end of _cvProjectionPointToSegment
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -315,6 +315,3 @@ void TestOptimX2Y2()
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@@ -477,4 +477,3 @@ cvPostWarpImage( int numLines, /* number of scanlines */
|
||||
}
|
||||
|
||||
/* End of file */
|
||||
|
||||
|
@@ -1683,4 +1683,3 @@ icvPoint7( int *ml, int *mr, double *F, int *amount )
|
||||
|
||||
return error;
|
||||
} /* icvPoint7 */
|
||||
|
||||
|
@@ -389,4 +389,3 @@ cvMorphEpilinesMulti( int lines, /* number of lines */
|
||||
second_corr /* correspond information for the 2nd seq */
|
||||
));
|
||||
}
|
||||
|
||||
|
@@ -1367,4 +1367,3 @@ void cvAddNoise(IplImage* pImg, int noise_type, double Ampl, CvRandState* rnd_st
|
||||
cvReleaseImage(&pImgAdd);
|
||||
|
||||
} /* cvAddNoise */
|
||||
|
||||
|
@@ -645,4 +645,3 @@ cvCreateGLCMImage( CvGLCM* GLCM, int step )
|
||||
|
||||
return dest;
|
||||
}
|
||||
|
||||
|
@@ -2785,4 +2785,3 @@ static void icvDecomposeQ(CvMat* /*matrQ*/,CvMat* /*matrH*/)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -971,4 +971,3 @@ inline double CalculateTransformationLMS3_0( CvPoint* pTemplPoints, CvPoint* pSr
|
||||
dbLMS = dbXtXt + dbYtYt - ((double)pow(dbXtXs + dbYtYs,2) + (double)pow(dbXtYs - dbYtXs,2)) / del;
|
||||
return dbLMS;
|
||||
}
|
||||
|
||||
|
@@ -80,5 +80,3 @@ cvDeInterlace( const CvArr* framearr, CvArr* fieldEven, CvArr* fieldOdd )
|
||||
}
|
||||
|
||||
/* End of file. */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user