|
@@ -72,7 +72,7 @@ namespace OTSIMGPROC {
|
|
|
static void RemoveBackGround(CBSEImgPtr a_pImgIn, COTSImageProcessParamPtr a_pImageProcessParam, CBSEImgPtr a_pImgOut,long& foundedPixelNum);
|
|
|
static BOOL CalcuParticleImagePropertes(COTSParticlePtr part, double a_PixelSize);
|
|
|
static int SplitCString(const CString& str, const char* separator, int sep_number, vector<CString>& strArray);
|
|
|
- static BOOL FindPeaks(DWORD* nChannelData, vector<double>& peakList, vector<CString>& eleList);
|
|
|
+ static BOOL FindPeaks(DWORD* nChannelData, vector<CString>& eleList);
|
|
|
static void sortMapByValue(map<int, int>& tMap, vector<pair<int, int>>& tVector);
|
|
|
|
|
|
static BOOL MergeBigBoundaryParticles(COTSFieldDataList allFields, double pixelSize, int scanFieldSize, CSize ResolutionSize, COTSParticleList& mergedParts);
|