12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721 |
- #pragma once
- #include "stdafx.h"
- #include <opencv2/core/core.hpp>
- #include <opencv2/highgui/highgui.hpp>
- #include <opencv2/opencv.hpp>
- #include "OTSImageProcess.h"
- #include "OTSImageProcessParam.h"
- #include <OTSFieldData.h>
- #include "OTSMorphology.h"
- #include "../OTSLog/COTSUtilityDllFunExport.h"
- #include "FieldMgr.h"
- #include "BaseFunction.h"
- namespace OTSIMGPROC
- {
- using namespace cv;
- using namespace std;
-
- // Re-magnification
- const int nImage_Size = 3;
- //make matrix filled with 255
- const int nBlackColor = 255;
- //make binary processing parameter 128
- const int nProcessParam = 100;
- //picture size
- const int nPictureSize = 128;
- // added to filtered pixels
- const double delta = 0;
-
- COTSImageProcess::COTSImageProcess(COTSImageProcessParamPtr a_pImageProcessParam)
- {
- m_imageProcessParam = a_pImageProcessParam;
- }
- COTSImageProcess::~COTSImageProcess()
- {
- }
- BOOL COTSImageProcess::RemoveBGByCVconnectivities(CBSEImgPtr inBSEImg, double a_pixelSize, COTSFieldDataPtr m_pFieldData)
- {
- ASSERT(m_pFieldData);
- ASSERT(inBSEImg);
- ASSERT(m_imageProcessParam);
- int nWidthImg = inBSEImg->GetWidth();
- int nHeightImg = inBSEImg->GetHeight();
- m_pFieldData->Width = nWidthImg;
- m_pFieldData->Height = nHeightImg;
- long nImgSize = nWidthImg * nHeightImg;
- BYTE* pSrcImg = inBSEImg->GetImageDataPointer();
- BYTE* pTempImg = new BYTE[nImgSize];
- CRect r = CRect(0, 0, nWidthImg, nHeightImg);
- CBSEImgPtr imgNoBGBinary = CBSEImgPtr(new CBSEImg(r));
- long nNumParticle = 0;
- RemoveBackGround(inBSEImg, m_imageProcessParam, imgNoBGBinary, nNumParticle);
- BYTE* pPixel = imgNoBGBinary->GetImageDataPointer();
- long nPtStart = m_imageProcessParam->GetParticleGray().GetStart();
- long nPtEnd = m_imageProcessParam->GetParticleGray().GetEnd();
- if (nNumParticle == 0)
- {
- COTSParticleList listParticleEmpty;
- listParticleEmpty.clear();
- m_pFieldData->SetParticleList(listParticleEmpty);
- }
- else
- {
- // get the area image
- Mat cvcopyImg = Mat(nHeightImg, nWidthImg, CV_8UC1, pPixel);
- //Mat blurImg;
- //medianBlur(cvcopyImg, blurImg, 5);//get rid of the noise point.
- Mat labels = Mat::zeros(cvcopyImg.size(), CV_32S);
- Mat stats, centroids;
- int number = connectedComponentsWithStats(cvcopyImg, labels, stats, centroids, 8, CV_32S);
-
- double rMin = m_imageProcessParam->GetIncArea().GetStart()/2.0;
- double rMax = m_imageProcessParam->GetIncArea().GetEnd()/2.0;
- double partAreaMin = rMin * rMin * 3.14159;
- double partAreaMax = rMax * rMax * 3.14159;
-
- COTSParticleList listParticleOut;
- for (size_t i = 1; i < number; i++)
- {
- int center_x = centroids.at<double>(i, 0);
- int center_y = centroids.at<double>(i, 1);
- //앤近긋움
- int x = stats.at<int>(i, CC_STAT_LEFT);
- int y = stats.at<int>(i, CC_STAT_TOP);
- int w = stats.at<int>(i, CC_STAT_WIDTH);
- int h = stats.at<int>(i, CC_STAT_HEIGHT);
- int area = stats.at<int>(i, CC_STAT_AREA);
- double actualArea = area * a_pixelSize * a_pixelSize;
- if (actualArea >= partAreaMin && actualArea < partAreaMax)
- {
-
-
- Rect rectMax = Rect(x, y, w, h);
-
-
-
- Mat rectROI = labels(rectMax).clone();
- Mat imageROI = Mat::zeros(rectMax.size(), cvcopyImg.type());
- //exclude the point which intersect into this bounding box but is not in this group.
- int label = i;
- for (int row = 0; row < rectROI.rows; row++)
- {
- for (int col = 0; col < rectROI.cols; col++)
- {
- int v = rectROI.at<int>(row, col);
- if (v == label)
- {
- imageROI.at<uchar>(row, col) = 255;//set the value to 255,so we won't consider other pixel when we find segment and feature in this ROI.
- }
-
- }
- }
- COTSParticleList roiParts;
-
- if (GetOneParticleFromROI(rectMax.x, rectMax.y, rectMax.width, rectMax.height, imageROI.data, roiParts))
- {
- if (roiParts.size() > 0)
- {
- COTSParticlePtr roiPart = roiParts[0];//we will find only one part in the roi.
- roiPart->SetXRayPos(CPoint(center_x, center_y));
- CRect r = CRect(x, y, x + w, y + h);
- roiPart->SetParticleRect(r);
- roiPart->SetActualArea(actualArea);
- roiPart->SetPixelArea(area);
- listParticleOut.push_back(roiPart);
- }
- }
-
-
- }
- }
- int nTagId;
-
- for (auto pParticle : listParticleOut)
- {
- COTSFeaturePtr pFeature = pParticle->GetFeature();
- COTSSegmentsList listSegment = pFeature->GetSegmentsList();
- long nPixelNum = 0;
- long nPixelAll = 0;
- int nStartS = 0;
- int nHeightS = 0;
- int nLengthS = 0;
- for (auto pSegment : listSegment)
- {
-
- // get particle average gray
- nStartS = pSegment->GetStart();
- nHeightS = pSegment->GetHeight();
- nLengthS = pSegment->GetLength();
- nPixelNum += (long)nLengthS;
- for (unsigned int i = 0; i < nLengthS; i++)
- {
-
- long nValueTemp = (long)*(pSrcImg + nHeightS * nWidthImg + nStartS + i);
- nPixelAll += nValueTemp;
- }
- }
- BYTE nAveGray = (BYTE)(nPixelAll / nPixelNum);
- pParticle->SetAveGray(nAveGray);
- auto fieldOTSRect = m_pFieldData->GetOTSRect();
- CPoint leftTop = fieldOTSRect.GetTopLeft();
-
- CRect rectInSinglefld = pParticle->GetParticleRect();
- CPoint OTSLeftTop = CPoint(leftTop.x + rectInSinglefld.left * a_pixelSize, leftTop.y - rectInSinglefld.top * a_pixelSize);
- CPoint OTSRightBottom = CPoint(leftTop.x + rectInSinglefld.right * a_pixelSize, leftTop.y - rectInSinglefld.bottom * a_pixelSize);
- COTSRect recInOTSCord = COTSRect(OTSLeftTop, OTSRightBottom);
- pParticle->SetOTSRect(recInOTSCord);
- }
- m_pFieldData->SetParticleList(listParticleOut);
- }
- delete[]pTempImg;
- return TRUE;
- }
- BOOL COTSImageProcess::GetParticlesBySpecialGrayRange(CBSEImgPtr a_pBSEImg, CIntRangePtr a_grayRange,CDoubleRangePtr a_diameterRange,double a_pixelSize, COTSFieldDataPtr m_pFieldData)
- {
- ASSERT(m_pFieldData);
- ASSERT(a_pBSEImg);
- ASSERT(a_grayRange);
- int nWidthImg = a_pBSEImg->GetWidth();
- int nHeightImg = a_pBSEImg->GetHeight();
- m_pFieldData->Width = nWidthImg;
- m_pFieldData->Height = nHeightImg;
- long nImgSize = nWidthImg * nHeightImg;
- BYTE* pSrcImg = a_pBSEImg->GetImageDataPointer();
- BYTE* pTempImg = new BYTE[nImgSize];
- CRect r = CRect(0, 0, nWidthImg, nHeightImg);
- CBSEImgPtr imgNoBGBinary = CBSEImgPtr(new CBSEImg(r));
-
- long nNumParticle = 0;
- GetSpecialGrayRangeImage(a_pBSEImg, a_grayRange, imgNoBGBinary, nNumParticle);
- BYTE* pPixel = imgNoBGBinary->GetImageDataPointer();
- if (nNumParticle == 0)
- {
- COTSParticleList listParticleEmpty;
- listParticleEmpty.clear();
- m_pFieldData->SetParticleList(listParticleEmpty);
-
- }
- else
- {
- // get the area image
- Mat cvcopyImg = Mat(nHeightImg, nWidthImg, CV_8UC1, pPixel);
-
-
- Mat labels = Mat::zeros(cvcopyImg.size(), CV_32S);
- Mat stats, centroids;
- int number = connectedComponentsWithStats(cvcopyImg, labels, stats, centroids, 8, CV_32S);
- double rStart = a_diameterRange->GetStart() / 2.0;
- double rEnd = a_diameterRange->GetEnd() / 2.0;
- double areaStart = rStart * rStart * 3.14159;
- double areaEnd = rEnd * rEnd * 3.14159;
- COTSParticleList listParticleOut;
- for (size_t i = 1; i < number; i++)
- {
- int center_x = centroids.at<double>(i, 0);
- int center_y = centroids.at<double>(i, 1);
- //앤近긋움
- int x = stats.at<int>(i, CC_STAT_LEFT);
- int y = stats.at<int>(i, CC_STAT_TOP);
- int w = stats.at<int>(i, CC_STAT_WIDTH);
- int h = stats.at<int>(i, CC_STAT_HEIGHT);
- int area = stats.at<int>(i, CC_STAT_AREA);
- double actualArea = area * a_pixelSize * a_pixelSize;
-
- if (actualArea >= areaStart && actualArea < areaEnd)
- {
- Rect rectMax = Rect(x, y, w, h);
- Mat rectROI = labels(rectMax).clone();
- Mat imageROI = Mat::zeros(rectMax.size(), cvcopyImg.type());
- //exclude the point which intersect into this bounding box but is not in this group.
- int label = i;
- for (int row = 0; row < rectROI.rows; row++)
- {
- for (int col = 0; col < rectROI.cols; col++)
- {
- int v = rectROI.at<int>(row, col);
- if (v == label)
- {
- imageROI.at<uchar>(row, col) = 255;
- }
- }
- }
- COTSParticleList roiParts;
- if (!GetOneParticleFromROI(rectMax.x, rectMax.y, rectMax.width, rectMax.height, imageROI.data, roiParts))
- {
- continue;
- }
- if (roiParts.size() > 0)
- {
- COTSParticlePtr roiPart = roiParts[0];
- roiPart->SetXRayPos(CPoint(center_x, center_y));
- CRect r = CRect(x, y, x + w, y + h);
- roiPart->SetParticleRect(r);
- roiPart->SetActualArea(actualArea);
- roiPart->SetPixelArea(area);
- listParticleOut.push_back(roiPart);
- }
-
- }
-
- }
- // form a image only have particles on
- //COTSSegmentsList listImage;
-
- for (auto pParticle : listParticleOut)
- {
- int area = pParticle->GetActualArea();
- double pActualArea = area ;
-
- COTSFeaturePtr pFeature = pParticle->GetFeature();
- COTSSegmentsList listSegment = pFeature->GetSegmentsList();
- long nPixelNum = 0;
- long nPixelAll = 0;
- int nStartS = 0;
- int nHeightS = 0;
- int nLengthS = 0;
- for (auto pSegment : listSegment)
- {
- // get particle average gray
- nStartS = pSegment->GetStart();
- nHeightS = pSegment->GetHeight();
- nLengthS = pSegment->GetLength();
- nPixelNum += (long)nLengthS;
- for (unsigned int i = 0; i < nLengthS; i++)
- {
- long nValueTemp = (long)*(pSrcImg + nHeightS * nWidthImg + nStartS + i);
- nPixelAll += nValueTemp;
- }
- }
- BYTE nAveGray = (BYTE)(nPixelAll / nPixelNum);
- pParticle->SetAveGray(nAveGray);
- auto fieldOTSRect = m_pFieldData->GetOTSRect();
- CPoint leftTop = fieldOTSRect.GetTopLeft();
- CRect rectInSinglefld = pParticle->GetParticleRect();
- CPoint OTSLeftTop = CPoint(leftTop.x + rectInSinglefld.left * a_pixelSize, leftTop.y - rectInSinglefld.top * a_pixelSize);
- CPoint OTSRightBottom = CPoint(leftTop.x + rectInSinglefld.right * a_pixelSize, leftTop.y - rectInSinglefld.bottom * a_pixelSize);
- COTSRect recInOTSCord = COTSRect(OTSLeftTop, OTSRightBottom);
- pParticle->SetOTSRect(recInOTSCord);
- }
- m_pFieldData->SetParticleList(listParticleOut);
- }
- delete[]pTempImg;
- return TRUE;
- }
- void COTSImageProcess::FilterParticlesByOverlap(COTSFieldDataPtr m_pFieldData)
- {
- int overlap = m_imageProcessParam->GetOverlapParam();
- COTSRect outBorderRect = m_pFieldData->GetOTSRect();
- CPoint p1 = outBorderRect.GetTopLeft();
- CPoint p2 = outBorderRect.GetBottomRight();
- COTSRect inBorderRect = COTSRect(p1.x + overlap, p1.y - overlap, p2.x - overlap, p2.y + overlap);
- CPoint inRecLt = inBorderRect.GetTopLeft();
- CPoint inRecRb = inBorderRect.GetBottomRight();
- COTSParticleList allparts = m_pFieldData->GetParticleList();
-
- COTSParticleList finalparts;
- for (auto p : allparts)
- {
- auto partRec = p->GetOTSRect();
- CPoint lt = partRec.GetTopLeft();
- CPoint rb = partRec.GetBottomRight();
- if (inBorderRect.PointInRect(lt) && inBorderRect.PointInRect(rb))//totally inside
- {
- finalparts.push_back(p);
- }
- if (inBorderRect.PointInRect(rb) && (lt.x<inRecLt.x))//on left side
- {
- if (m_pFieldData->GetLeftBorderParticlesBiasDefine())
- {
- finalparts.push_back(p);
- }
- }
- if (inBorderRect.PointInRect(rb) && ( lt.y>inRecLt.y))//on top side
- {
- if (m_pFieldData->GetUpBorderParticlesBiasDefine())
- {
- finalparts.push_back(p);
- }
- }
- if (inBorderRect.PointInRect(lt) && (rb.x > inRecRb.x) )//on right side
- {
- if (m_pFieldData->GetRightBorderParticlesBiasDefine())
- {
- finalparts.push_back(p);
- }
- }
- if (inBorderRect.PointInRect(lt) && (rb.y < inRecRb.y) )//on bottom side
- {
- if (m_pFieldData->GetDownBorderParticlesBiasDefine())
- {
- finalparts.push_back(p);
- }
- }
-
- }
- m_pFieldData->SetParticleList(finalparts);
-
-
- }
- CIntRangePtr COTSImageProcess::CalBackground(CBSEImgPtr m_pBSEImg)
- {
- auto ranges = CalcuGrayLevelRange(m_pBSEImg);
- return ranges[0];
- }
- std::vector<CIntRangePtr> COTSImageProcess::CalcuGrayLevelRange(CBSEImgPtr m_pBSEImg)
- {
- CIntRangePtr pBackground = CIntRangePtr(new CIntRange());
- WORD originChartData[MAXBYTE];
- WORD firstSmoothChart[MAXBYTE];
- WORD secondSmooth[MAXBYTE];
- //1. get chart data
- m_pBSEImg->SetChartData();
-
- memcpy(originChartData, m_pBSEImg->GetBSEChart(), sizeof(WORD) * MAXBYTE);
- originChartData[0] = 0;
- originChartData[254] = 0;
- linearSmooth5(originChartData, firstSmoothChart, MAXBYTE);
- linearSmooth5(firstSmoothChart, secondSmooth, MAXBYTE);
-
-
- //2. get down edge
- int nLengthEdge = MAXBYTE + 2;
- WORD n_aBSEChart[MAXBYTE + 2];
- memset(n_aBSEChart, 0, sizeof(WORD) * nLengthEdge);
- std::map<long, std::vector<int>> peakMap;// hold all the peaks in this spectrum which are sorted by there area.
- std::vector<int> currentUpSeries;
-
- std::vector<int> currentPeakSeries;
- // make sure the wave begin with up edge and end with down edge
- n_aBSEChart[0] = 0;
- n_aBSEChart[nLengthEdge - 1] = 0;
- memcpy(&n_aBSEChart[1], &secondSmooth, sizeof(WORD) * MAXBYTE);
- int nLengthCom = MAXBYTE + 1;
- // up edge
- for (int i = 0; i < nLengthCom; i++)
- {
- if (n_aBSEChart[i] <= n_aBSEChart[i + 1])//this is a upward edge
- {
-
- if (currentPeakSeries.size() > 0)
- {
- int seriesSize = currentPeakSeries.size();
- long area = 0;
- for (int i = 0; i < seriesSize; i++)
- {
- area = area + n_aBSEChart[currentPeakSeries[i]];
- }
- peakMap[area] = currentPeakSeries;
- currentPeakSeries.clear();
- }
- currentUpSeries.push_back(i + 1);// save all the continuous up edge
- }
- else//this is a downward edge
- {
- // encounter a downward edge means upward edge series end,
-
- if (currentUpSeries.size() > 0)
- {
-
- currentPeakSeries = currentUpSeries;
- currentUpSeries.clear();
- }
- currentPeakSeries.push_back(i + 1);
- }
- }
- if (currentPeakSeries.size() > 0)
- {
- int seriesSize = currentPeakSeries.size();
- long area = 0;
- for (int i = 0; i < seriesSize; i++)
- {
- area = area + n_aBSEChart[currentPeakSeries[i]];
- }
- peakMap[area] = currentPeakSeries;
- currentPeakSeries.clear();
- }
- std::vector<CIntRangePtr> ranges;
- std::map<long, std::vector<int>>::reverse_iterator it;
- for (it=peakMap.rbegin();it!=peakMap.rend();it++)
- {
- CIntRangePtr pRange = CIntRangePtr(new CIntRange());
- pRange->SetStart(it->second[0]);
- pRange->SetEnd(it->second[it->second.size()-1]);
- ranges.push_back(pRange);
- }
-
- return ranges;
-
- }
- void COTSImageProcess::GetSpecialGrayRangeImage(CBSEImgPtr a_pImgIn, CIntRangePtr a_SpecialGrayRange, CBSEImgPtr a_pBinImgOut, long& foundedPixelNum)
- {
- // the background pixel will be 0,and the other part will be 255.
- ASSERT(a_pImgIn);
-
- int nWidthImg = a_pImgIn->GetWidth();
- int nHeightImg = a_pImgIn->GetHeight();
- long nImgSize = nWidthImg * nHeightImg;
- BYTE* pTempImg = new BYTE[nImgSize];
- BYTE* pSrcImg = a_pImgIn->GetImageDataPointer();
- BYTE* pPixel = new byte[nImgSize];
- long nBGStart;
- long nBGEnd;
-
- long nNumParticle = 0;
-
- nBGStart = a_SpecialGrayRange->GetStart();
- nBGEnd = a_SpecialGrayRange->GetEnd();
-
- // delete background
- for (unsigned int i = 0; i < nImgSize; i++)
- {
- if (pSrcImg[i] >= nBGStart && pSrcImg[i] <= nBGEnd)
- {
- pPixel[i] = 255;
- nNumParticle++;
- }
- else
- {
- pPixel[i] = 0;
-
- }
-
- }
-
- BErode3(pPixel, pTempImg, 5, nHeightImg, nWidthImg);
- BDilate3(pTempImg, pPixel, 5, nHeightImg, nWidthImg);
-
-
-
- a_pBinImgOut->SetImageData(pPixel, nWidthImg, nHeightImg);
- foundedPixelNum = nNumParticle;
- delete[] pTempImg;
- return;
- }
- void COTSImageProcess::RemoveBackGround(CBSEImgPtr a_pImgIn, COTSImageProcessParamPtr a_pImageProcessParam, CBSEImgPtr a_pBinImgOut,long& foundedPixelNum)
- {
- // the background pixel will be 0,and the other part will be 255.
- ASSERT(a_pImgIn);
- ASSERT(a_pImageProcessParam);
- int nWidthImg = a_pImgIn->GetWidth();
- int nHeightImg = a_pImgIn->GetHeight();
- long nImgSize = nWidthImg * nHeightImg;
- BYTE* pTempImg = new BYTE[nImgSize];
- BYTE* pSrcImg = a_pImgIn->GetImageDataPointer();
-
- BYTE* pPixel = new byte[nImgSize];
-
-
- long nBGStart;
- long nBGEnd;
- long nPartStart;
- long nPartEnd;
- long nNumParticle = 0;
- if (a_pImageProcessParam->GetBGRemoveType() == OTS_BGREMOVE_TYPE::MANUAL)
- {
- nBGStart = a_pImageProcessParam->GetBGGray().GetStart();
- nBGEnd = a_pImageProcessParam->GetBGGray().GetEnd();
- nPartStart = a_pImageProcessParam->GetParticleGray().GetStart();
- nPartEnd = a_pImageProcessParam->GetParticleGray().GetEnd();
- // delete background
- for (unsigned int i = 0; i < nImgSize; i++)
- {
- if (pSrcImg[i] >= nBGStart && pSrcImg[i] <= nBGEnd)
- {
- pPixel[i] = 0;
- }
- else
- {
- pPixel[i] = 255;
- nNumParticle++;
- }
- if (pSrcImg[i]<nPartStart || pSrcImg[i]>nPartEnd)
- {
- pPixel[i] = 0;
- }
- }
- int errodDilateParam =5;
- if (errodDilateParam > 0)
- {
- BErode3(pPixel, pTempImg, errodDilateParam, nHeightImg, nWidthImg);
- BDilate3(pTempImg, pPixel, errodDilateParam, nHeightImg, nWidthImg);
- }
-
-
-
- }
- else
- {
-
- auto range = CalBackground(a_pImgIn);
- nBGStart = range->GetStart();
- nBGEnd = range->GetEnd();
- switch (a_pImageProcessParam->GetAutoBGRemoveType())
- {
- case OTS_AUTOBGREMOVE_TYPE::DOWNWARD:
- for (unsigned int i = 0; i < nImgSize; i++)
- {
- if (pSrcImg[i] <= nBGEnd)
- {
- pPixel[i] = 0;
- }
- else
- {
- pPixel[i] = 255;
- nNumParticle++;
- }
- }
- break;
- case OTS_AUTOBGREMOVE_TYPE::UPWARD:
- for (unsigned int i = 0; i < nImgSize; i++)
- {
- if (pSrcImg[i] >= nBGStart)
- {
- pPixel[i] = 0;
- }
- else
- {
- pPixel[i] = 255;
- nNumParticle++;
- }
- }
- break;
- case OTS_AUTOBGREMOVE_TYPE::MIDDLE:
- for (unsigned int i = 0; i < nImgSize; i++)
- {
- if (pSrcImg[i] >= nBGStart && pSrcImg[i] <= nBGEnd)
- {
- pPixel[i] = 0;
- }
- else
- {
- pPixel[i] = 255;
- nNumParticle++;
- }
- }
- break;
- default:
- break;
- }
- int errodDilateParam = 5;
- if (errodDilateParam > 0)
- {
- BErode3(pPixel, pTempImg, errodDilateParam, nHeightImg, nWidthImg);
- BDilate3(pTempImg, pPixel, errodDilateParam, nHeightImg, nWidthImg);
- }
-
- }
- a_pBinImgOut->SetImageData(pPixel,nWidthImg,nHeightImg);
-
- foundedPixelNum = nNumParticle;
- delete[] pTempImg;
-
- return ;
- }
- BOOL COTSImageProcess::GetParticles(long left, long top, long a_nWidth, long a_nHeight, const BYTE* a_pPixel, COTSParticleList& a_listParticles)
- {
- ASSERT(a_pPixel);
- if (!a_pPixel)
- {
- return FALSE;
- }
- //a_listParticles.clear();
- COTSParticleList findedParts;
- COTSSegmentsList listSegment;
- listSegment.clear();
- //1. get segment line by line
- if (!GetSegmentList(left, top, a_nWidth, a_nHeight, a_pPixel, listSegment))
- {
- return FALSE;
- }
- if ((int)listSegment.size() == 0)
- {
- return FALSE;
- }
- //2. save the temp feature
- COTSFeatureList listFeature;
- listFeature.clear();
- if (!GetFeatureList(listSegment, listFeature))//get every feature for all the particle,the complete feature.
- {
- return FALSE;
- }
- if ((int)listFeature.size() == 0)
- {
- return FALSE;
- }
- /*COTSParticleList listParticles;
- listParticles.clear();*/
- if (!ChangeFeaturelist(listFeature, findedParts))
- {
- return FALSE;
- }
- for (auto f : findedParts)
- {
- a_listParticles.push_back(f);
- }
- return TRUE;
- }
- BOOL COTSImageProcess::GetOneParticleFromROI(long left, long top, long a_nWidth, long a_nHeight, const BYTE* a_pPixel, COTSParticleList& a_listParticles)
- {
- ASSERT(a_pPixel);
- if (!a_pPixel)
- {
- return FALSE;
- }
- //a_listParticles.clear();
- COTSParticleList findedParts;
- COTSSegmentsList listSegment;
- listSegment.clear();
- //1. get segment line by line
- if (!GetSegmentList(left, top, a_nWidth, a_nHeight, a_pPixel, listSegment))
- {
- return FALSE;
- }
- if ((int)listSegment.size() == 0)
- {
- return FALSE;
- }
- //2. save the temp feature
- COTSFeatureList listFeature;
- listFeature.clear();
- COTSFeaturePtr fea = COTSFeaturePtr(new COTSFeature());
-
- fea->SetSegmentsList(listSegment);
-
- listFeature.push_back(fea);
- if ((int)listFeature.size() == 0)
- {
- return FALSE;
- }
-
- if (!ChangeFeaturelist(listFeature, findedParts))
- {
- return FALSE;
- }
- for (auto f : findedParts)
- {
- a_listParticles.push_back(f);
- }
- return TRUE;
- }
- BOOL COTSImageProcess::GetSegmentList(long left, long top, long a_nWidth, long a_nHeight, const BYTE* a_pPixel, COTSSegmentsList& a_listSegments)
- {
- ASSERT(a_pPixel);
-
- long nImgSize = a_nWidth * a_nHeight;
- a_listSegments.clear();
- //1. get segment line by line
- long nLine, nm, nn;
- long nStart = 0, nLength = 0;
- for (nLine = 0; nLine < a_nHeight; nLine++)
- {
- for (nm = 0; nm < a_nWidth; nm += (nLength + 1))
- {
- nLength = 0;
- // get start
- if (*(a_pPixel + nLine * a_nWidth + nm) != 0)
- {
- nStart = nm;
- nLength++;
- //get length
- for (nn = nm + 1; nn < a_nWidth; nn++)
- {
- // check if segment is over, break
- if (nLength != 0)
- {
- if (*(a_pPixel + nLine * a_nWidth + nn) == 0)
- break;
- }
- if (*(a_pPixel + nLine * a_nWidth + nn) != 0)
- {
- nLength++;
- }
- }
- // generate segment
- COTSSegmentPtr pSegment = COTSSegmentPtr(new COTSSegment(nLine + top, nStart + left, nLength));
- a_listSegments.push_back(pSegment);
- }
- else
- {
- continue;
- }
- }
- }
- if ((int)a_listSegments.size() == 0)
- {
- //LogErrorTrace(__FILE__, __LINE__, _T("no particle is found."));
- return FALSE;
- }
- return TRUE;
- }
- BOOL COTSImageProcess::GetFeatureList(COTSSegmentsList& a_listSegments, COTSFeatureList& a_listFeatures)
- {
- COTSSegmentsList listSegmentNew;
- std::map<long, COTSSegmentsList > mapOneLineSegments;
- for each (auto s in a_listSegments)
- {
- mapOneLineSegments[s->GetHeight()].push_back(s);//sorting all the segments base on the line number.
- }
- std::map<long, COTSSegmentsList >::iterator lineItr = mapOneLineSegments.begin();//find the highest line
- while (lineItr != mapOneLineSegments.end())
- {
- for (auto s = lineItr->second.begin(); s < lineItr->second.end(); )//find one segment of this line.
- {
- COTSSegmentPtr bottomSeg = *s;
- listSegmentNew.clear();
- listSegmentNew.push_back(*s);
- s = lineItr->second.erase(s);
- std::map<long, COTSSegmentsList >::iterator tempItr = lineItr;
- tempItr++;
- for (; tempItr != mapOneLineSegments.end(); tempItr++)//find all other lines of segments
- {
- if (tempItr->first - bottomSeg->GetHeight() > 1)
- {
- break;
- }
- for (auto nextLineSegment = tempItr->second.begin(); nextLineSegment < tempItr->second.end();)//find next line's all segments
- {
- if (((*nextLineSegment)->GetStart() - (bottomSeg->GetStart() + bottomSeg->GetLength())) > 1)
- {
- break;
- }
- if (bottomSeg->UpDownConection(**nextLineSegment))
- {
- listSegmentNew.push_back(*nextLineSegment);
- bottomSeg = *nextLineSegment;
- nextLineSegment = tempItr->second.erase(nextLineSegment);
- break;
- }
- if (tempItr->second.size() > 0)
- {
- nextLineSegment++;
- }
- else
- {
- break;
- }
- }
- }
- COTSFeaturePtr pFeature = COTSFeaturePtr(new COTSFeature());
- pFeature->SetSegmentsList(listSegmentNew);
- //check if this new feature is connected with other found feature.
- COTSSegmentPtr topSeg = listSegmentNew[0];//find the toppest segment of this new feature.
- COTSSegmentPtr bottomSegment = listSegmentNew[listSegmentNew.size() - 1];//find the lowest segment of this new feature.
- bool haveMerged = false;
- for each (auto f in a_listFeatures)
- {
- for (auto seg : f->GetSegmentsList())
- {
- if (bottomSegment->UpDownConection(*seg) || topSeg->UpDownConection(*seg))
- {
- COTSSegmentsList segs = f->GetSegmentsList();
- for (auto s : listSegmentNew)
- {
- segs.push_back(s);
- }
- f->SetSegmentsList(segs);
- haveMerged = true;
- break;
- }
- }
- if (haveMerged)
- {
- break;
- }
- }
- if (!haveMerged)
- {
- a_listFeatures.push_back(pFeature);
- }
- if (lineItr->second.size() == 0)
- {
- break;
- }
- }
- lineItr++;
- }
- return true;
- }
- BOOL COTSImageProcess::ChangeFeaturelist(COTSFeatureList& a_listFeatures, COTSParticleList& a_listParticle)
- {
-
- for (auto pFeature : a_listFeatures)
- {
- COTSParticlePtr pParticle = COTSParticlePtr(new COTSParticle());
- pParticle->SetFeature(pFeature);
-
- a_listParticle.push_back(pParticle);
- }
- if ((int)a_listParticle.size() == 0)
- {
- return FALSE;
- }
- return TRUE;
- }
-
- BOOL COTSImageProcess::CalcuParticleImagePropertes(COTSParticlePtr a_pOTSPart, double a_PixelSize)
- {
- //--------- convert this particle data to image data,construct an image only with this particle.------
- const int nExpand_Size = 3;
- const int nWhiteColor = 0;
- const int nThickness = 1;
- // lineType Type of the line
- const int nLineType = 8;
- // get rectangle of the particle
- CRect rect = a_pOTSPart->GetParticleRect();
- if (a_pOTSPart->GetActualArea() < 30 * a_PixelSize)// the particle is too small that openCV can't calculate a width value of it. Then we take the upright rect of the particle as it's minArea rect.
- {
- double w = 0, h = 0;
- w = (double)rect.Width()*a_PixelSize;
- h = (double)rect.Height()*a_PixelSize;
- a_pOTSPart->SetDMax(MAX(w, h));
- a_pOTSPart->SetDMin(MIN(w, h));
- a_pOTSPart->SetDMean((w + h) / 2);
- a_pOTSPart->SetFeretDiameter((w + h) / 2);
- a_pOTSPart->SetDElong(MAX(w, h));
- a_pOTSPart->SetPerimeter((w+h)*2);
- a_pOTSPart->SetDPerp(MIN(w, h));
- a_pOTSPart->SetDInscr(MIN(w, h));
- return true;
- }
- // calculate the particle image data size, expand 3 pixel at the edge
- Mat particleImage = Mat::zeros(rect.Height() + nExpand_Size , rect.Width() + nExpand_Size , CV_8U);
- // get the segment list
- COTSSegmentsList listSegment = a_pOTSPart->GetFeature()->GetSegmentsList();
- for (auto pSegment : listSegment)
- {
- int nStart = pSegment->GetStart() - rect.left + nExpand_Size;
- int nEnd = pSegment->GetStart() + pSegment->GetLength() - rect.left - 1 + nExpand_Size;
- int nHeight = pSegment->GetHeight() - rect.top + nExpand_Size;
- line(particleImage, Point(nStart, nHeight), Point(nEnd, nHeight), Scalar(nBlackColor), nThickness, nLineType);
- }
- //--------abstract the contour of the particle.
- //Mat cvcopyImg;
- //medianBlur(particleImage, cvcopyImg, 5);//smooth the edge
-
- vector<vector<Point>>contours;
-
- findContours(particleImage, contours, CV_RETR_EXTERNAL, CV_CHAIN_APPROX_NONE);
- if (contours.size()==0)// the particle is too odd that openCV can't find a contour of it. Then we take the upright rect of the particle as it's minArea rect.
- {
- double w = 0, h = 0;
- w = (double)rect.Width()*a_PixelSize;
- h = (double)rect.Height()*a_PixelSize;
- a_pOTSPart->SetDMax(MAX(w, h));
- a_pOTSPart->SetDMin(MIN(w, h));
- a_pOTSPart->SetDMean((w + h) / 2);
- a_pOTSPart->SetFeretDiameter((w + h) / 2);
- a_pOTSPart->SetDElong(MAX(w, h));
- a_pOTSPart->SetPerimeter((w + h) * 2);
- a_pOTSPart->SetDPerp(MIN(w, h));
- a_pOTSPart->SetDInscr(MIN(w, h));
- return true;
- }
- int imaxcontour = 0, imax = 0;
- for (unsigned int i = 0; i < contours.size(); i++) {
- int itmp = contourArea(contours[i]);
- if (imaxcontour < itmp) {
- imax = i;
- imaxcontour = itmp;
- }
- }
- vector<Point > listEdge = contours[imax];
-
- vector<vector<Point>>Outcontours;
- Outcontours.push_back(listEdge);
- //---------calculate the minimium rectangle
- auto rRect = cv::minAreaRect(listEdge);
- Point2f p[4];
- rRect.points(p);
- int D_MIN =getDistance(p[0], p[1]);
- int D_MinRecLen = 0;//minareaRect's length(the longger side).
- for (int j = 0; j <= 2; j++)
- {
- //line(cvContourImg, p[j], p[(j + 1) % 4], Scalar(100, 100, 0), 2);
- int d = getDistance(p[j], p[j + 1]);
- if (d < D_MIN)
- {
- D_MIN = d;
- }
- if (d > D_MinRecLen)
- {
- D_MinRecLen = d;
- }
- }
- a_pOTSPart->SetDMin(D_MIN*a_PixelSize);
- double angle;
- if (rRect.size.width> rRect.size.height) // w > h
- {
- angle = abs(rRect.angle);
- }
- else
- {
- angle = 90.0 + abs(rRect.angle);
- }
-
- a_pOTSPart->SetOrientation(angle);
- //----------calculate the perimeter
- double d = arcLength(listEdge, true);
- a_pOTSPart->SetPerimeter(d*a_PixelSize);
- //-----------calculate the Max Diameter. Find the min enclosing circle first ,then find the two farthest circle connected point.
- Point2f center; float radius;
- minEnclosingCircle(listEdge, center, radius);
- //circle(cvContourImg, center, radius, Scalar(100), 2);
- std::vector <Point> outContour = listEdge;
-
- std::vector <Point> rst;
- for (unsigned int k = 0; k < outContour.size(); k++)
- {
- Point p = outContour[k];
- double d = sqrt(pow((p.x - center.x), 2) + pow((p.y - center.y), 2));
- if (fabs(d - radius) < 0.01)
- {
- rst.push_back(p);
- }
- }
- double D_MAX = 0;
- Point lineDmax[2];
- for (unsigned int m = 0; m < rst.size(); m++)
- {
- Point p = rst[m];
- for (unsigned int n = m + 1; n < rst.size(); n++)
- {
- Point p1 = rst[n];
- double d = sqrt(powf((p.x - p1.x), 2) + powf((p.y - p1.y), 2));
- if (d > D_MAX)
- {
- D_MAX = d;
- lineDmax[0] = p;
- lineDmax[1] = p1;
- }
- }
- }
- a_pOTSPart->SetDMax(D_MAX*a_PixelSize);
-
- //--------calculate the D_PERP property using the D_MAX's two endpoints.
- std::vector<Point> curve1;
- std::vector<Point> curve2;
- for (unsigned int i = 0; i < outContour.size(); i++)
- {
- Point pt = outContour[i];
- bool start = false;
- int clockwise = Side(lineDmax[0], lineDmax[1], pt);// devide these points into two group ,separate into the two sides.
- if (clockwise > 0)
- {
- curve1.push_back(pt);
- }
- else
- {
- curve2.push_back(pt);
- }
- }
- double d_perp1 = 0, d_perp2 = 0;
- for (unsigned int i = 0; i < curve1.size(); i++)
- {
- double d = getDist_P2L(curve1[i], lineDmax[0], lineDmax[1]);
- if (d > d_perp1)
- {
- d_perp1 = d;
- }
- }
- for (unsigned int i = 0; i < curve2.size(); i++)
- {
- double d = getDist_P2L(curve2[i], lineDmax[0], lineDmax[1]);
- if (d > d_perp2)
- {
- d_perp2 = d;
- }
- }
- a_pOTSPart->SetDPerp((d_perp1 + d_perp2)*a_PixelSize);
- //----------find the diameter of max inscribed circle
- int r;
- Point inscribeCirclecenter;
- FindInnerCircleInContour(outContour, inscribeCirclecenter, r);
- //--------------------------------------------------------calculate the xraypos !
-
- CRect rec = a_pOTSPart->GetParticleRect();
-
- a_pOTSPart->SetXRayPos(CPoint(inscribeCirclecenter.x - nExpand_Size + rec.left - 1, inscribeCirclecenter.y - nExpand_Size + rec.top - 1));
-
- a_pOTSPart->SetDInscr(r * 2 * a_PixelSize);
- //---------------calculate the image other caracater: length/width realArea/minRectangeArea etc. we can use these propertes to do forward process.
- double minRectArea = D_MIN * D_MinRecLen*a_PixelSize*a_PixelSize;//離鬼棍쌈앤近충생
- double fillRatio = a_pOTSPart->GetActualArea() / minRectArea;//茄셥충생宅離鬼棍쌈앤近충생궐,that's the fill rate.
- double lengthWidthRatio;
- lengthWidthRatio = (double)D_MinRecLen / D_MIN;//낀욱궐
-
- //decide if this shape is a strip shape :if the lenthWidthRatio>2 then it is. if the lengthWidthRatio<2 and the areaRatio<0.5 then it is.
- bool isStripShape = false;
- double curveLength = 0;
- double D_MEAN=0;
- Moments mu;
- mu = moments(listEdge, false);
- int nx = mu.m10 / mu.m00;
- int ny = mu.m01 / mu.m00;
- //circle(cvcopyImg, Point(nx, ny), 1, (255), 1);
- Point ptCenter = Point((int)nx, (int)ny);
- if (pointPolygonTest(listEdge, ptCenter, false) != 1)// the center point doesn't contain in the contour, we think it as curve shape.
- {
- isStripShape = true;
- }
- /*if (lengthWidthRatio >= 2 )// in PartA software this is true,but IncA because of the GB definition the everage feret diameter is always the mean value of all the chord.
- {
-
- isStripShape = true;
- }*/
-
- if (fillRatio <= 0.4)// only when the fill rate is very low,we think it as a curve shape,then we choose the mean width as the feret diameter.
- {
- isStripShape = true;
- }
-
- if (isStripShape)
- {
- curveLength = a_pOTSPart->GetPerimeter()/2 - a_pOTSPart->GetDInscr()/2;// thinking this particle as a strip rectangle.the width is the max inscribe circle diameter/2.
- if (curveLength < D_MAX)
- {
- curveLength = D_MAX;
- }
- if (curveLength < MIN_DOUBLE_VALUE || a_pOTSPart->GetActualArea()<MIN_DOUBLE_VALUE)
- {
- D_MEAN = 0;
- }
- else
- {
- D_MEAN = a_pOTSPart->GetActualArea() / curveLength;
- }
-
- a_pOTSPart->SetDMean(D_MEAN*a_PixelSize);
- a_pOTSPart->SetFeretDiameter(D_MEAN*a_PixelSize);
- a_pOTSPart->SetDElong (curveLength*a_PixelSize);
- }
- else//it's a ball shape particle
- {
- curveLength = D_MAX;
- double ftd = 0, maxD = 0, minD = 0, dratio = 0;
- GetParticleAverageChord(outContour, a_PixelSize, ftd);
-
- a_pOTSPart->SetDMean(ftd);
- a_pOTSPart->SetFeretDiameter(ftd);
- a_pOTSPart->SetDElong(curveLength*a_PixelSize);
- }
- return true;
-
- }
-
-
-
- void COTSImageProcess::ImshowImage(CBSEImgPtr img)
- {
- BYTE* data = img->GetImageDataPointer();
- //Mat cvImg;
- cv::Size s;
- s.width = img->GetImageSize().cx;
- s.height = img->GetImageSize().cy;
- Mat cvImg=Mat::zeros(s, CV_8U);
- cvImg.data = data;
-
- cv::imshow("dd", cvImg);
- cv::waitKey();
-
- }
- void COTSImageProcess::ImshowChartData(CBSEImgPtr img)
- {
- img->SetChartData();
- WORD* data = img->GetBSEChart();
- //Mat cvImg;
- cv::Size s;
- s.width = 255;
- s.height = 100;
- Mat cvImg = Mat::zeros(s, CV_8U);
- //cvImg.data = data;
- WORD nBSEChart[MAXBYTE];
- //1. get chart data
-
- linearSmooth5(data, nBSEChart, MAXBYTE);
- for (int i=1;i<255;i++)
- {
-
- line(cvImg, Point(i, 100-nBSEChart[i]), Point(i+1, 100-nBSEChart[i+1]), Scalar(nBlackColor), 1, 8);
- }
- cv::imshow("chart", cvImg);
- cv::waitKey();
- }
-
- BOOL COTSImageProcess::MergeBigBoundaryParticles(COTSFieldDataList allFields,double pixelSize,int scanFieldSize, CSize ResolutionSize, COTSParticleList& mergedParts)
- {
- class BorderPart
- {
- typedef std::shared_ptr<BorderPart> CBorderPartPtr;
- BorderPart(COTSParticlePtr p)
- {
- myPart = p;
- headerParticle = NULL;
- }
- public:
- COTSParticlePtr myPart;
- COTSParticle* headerParticle;//used to merge particles ,if this particle has been merged then this pointer will point to the first particle of these merged particles or else it's NULL.
-
-
- static std::vector<CBorderPartPtr> ConvertPartToBorderPart(COTSParticleList parts)
- {
- static std::map<COTSParticle*, CBorderPartPtr> allborderPart;
- std::vector<CBorderPartPtr> borderParts;
- for (auto p : parts)
- {
- if (allborderPart.find(p.get()) == allborderPart.end())
- {
- auto borderp = CBorderPartPtr(new BorderPart(p));
- borderParts.push_back(borderp);
- allborderPart[p.get()] = borderp;
- }
- else
- {
- borderParts.push_back(allborderPart[p.get()]);
- }
-
- }
- return borderParts;
-
- }
- };
- auto FldMgr = new CFieldMgr(scanFieldSize, ResolutionSize);
-
- std::map<COTSParticle*, COTSParticleList> mapMergeParticles;//hold up all the boundary connected particles. the pair's first is also the member of these particles.
- std::map<COTSParticle*, COTSSegmentsList> mapMergedSegments;//hold up all the segment's corresponding clone in the connected particles.
- for (auto centerfld : allFields)
- {
- // find neighbor field on the left.
- auto leftFld = FldMgr->FindNeighborField(allFields, centerfld, SORTING_DIRECTION::LEFT);
- if (leftFld != nullptr)
- {
- auto lParts = centerfld->GetLeftBorderedBigParticles();
- auto rParts = leftFld->GetRightBorderedBigParticles();
- auto leftParts = BorderPart::ConvertPartToBorderPart(lParts);
- auto rightParts = BorderPart::ConvertPartToBorderPart(rParts);
- for (auto leftp : leftParts)
- {
- for (auto rightp : rightParts)
- {
- if (leftp->myPart->IsConnected(rightp->myPart.get(), centerfld->Width, centerfld->Height, (int)SORTING_DIRECTION::LEFT))
- {
- if (leftp->headerParticle != NULL)
- {
- if (rightp->headerParticle == NULL)
- {
- rightp->headerParticle = leftp->headerParticle;
- mapMergeParticles[leftp->headerParticle].push_back(rightp->myPart);
- }
- }
- else
- {
- if (rightp->headerParticle != NULL)
- {
- leftp->headerParticle = rightp->myPart.get();
- mapMergeParticles[rightp->myPart.get()].push_back(leftp->myPart);
- }
- else
- {
- leftp->headerParticle = leftp->myPart.get();
- rightp->headerParticle = leftp->myPart.get();
- mapMergeParticles[leftp->myPart.get()].push_back(rightp->myPart);
- }
- }
- }
- }
- }
- }
- //find neighbor field on the upward
- auto upFld = FldMgr->FindNeighborField(allFields, centerfld, SORTING_DIRECTION::UP);
- if (upFld != nullptr)
- {
- auto topBorderParts = centerfld->GetTopBorderedBigParticles();
- auto bottomBorderParts = upFld->GetBottomBorderedBigParticles();
- auto upParts = BorderPart::ConvertPartToBorderPart(topBorderParts);
- auto downParts = BorderPart::ConvertPartToBorderPart(bottomBorderParts);
- for (auto upprt : upParts)
- {
- for (auto downprt : downParts)
- {
- if (upprt->myPart->IsConnected(downprt->myPart.get(), centerfld->Width, centerfld->Height, (int)SORTING_DIRECTION::UP))
- {
- if (upprt->headerParticle != NULL)
- {
- if (downprt->headerParticle == NULL)
- {
- downprt->headerParticle = upprt->headerParticle;
- mapMergeParticles[upprt->headerParticle].push_back(downprt->myPart);
- }
- }
- else
- {
- if (downprt->headerParticle != NULL)
- {
- upprt->headerParticle = downprt->headerParticle;
- mapMergeParticles[downprt->myPart.get()].push_back(upprt->myPart);
- }
- else
- {
- upprt->headerParticle = upprt->myPart.get();
- downprt->headerParticle = upprt->myPart.get();
- mapMergeParticles[upprt->myPart.get()].push_back(downprt->myPart);
- }
- }
- }
- }
- }
- }
- //find neighbor field on the downward.
- auto downFld = FldMgr->FindNeighborField(allFields, centerfld,SORTING_DIRECTION::DOWN);
- if (downFld != nullptr)
- {
- auto bottomParts = centerfld->GetBottomBorderedBigParticles();
- auto topParts = downFld->GetTopBorderedBigParticles();
- auto downParts = BorderPart::ConvertPartToBorderPart(bottomParts);
- auto upParts= BorderPart::ConvertPartToBorderPart(topParts);
- for (auto downprt : downParts)
- {
- for (auto upprt : upParts)
- {
- if (downprt->myPart->IsConnected(upprt->myPart.get(), centerfld->Width, centerfld->Height, (int)SORTING_DIRECTION::DOWN))
- {
- if (downprt->headerParticle != NULL)
- {
- if (upprt->headerParticle == NULL)
- {
- upprt->headerParticle = downprt->headerParticle;
- mapMergeParticles[downprt->headerParticle].push_back(upprt->myPart);
- }
- }
- else
- {
- if (upprt->headerParticle != NULL)
- {
- downprt->headerParticle = upprt->headerParticle;
- mapMergeParticles[upprt->headerParticle].push_back(downprt->myPart);
- }
- else
- {
- downprt->headerParticle = downprt->myPart.get();
- upprt->headerParticle = downprt->myPart.get();
- mapMergeParticles[downprt->myPart.get()].push_back(upprt->myPart);
- }
- }
- }
- }
- }
- }
- //find neighbor field on the right.
- auto rightFld = FldMgr->FindNeighborField(allFields, centerfld, SORTING_DIRECTION::RIGHT);
- if (rightFld != nullptr)
- {
- auto rParts = centerfld->GetRightBorderedBigParticles();
- auto lParts = rightFld->GetLeftBorderedBigParticles();
- auto rightParts = BorderPart::ConvertPartToBorderPart(rParts);
- auto leftParts = BorderPart::ConvertPartToBorderPart(lParts);
- for (auto rightprt : rightParts)
- {
- for (auto leftprt : leftParts)
- {
- if (rightprt->myPart->IsConnected(leftprt->myPart.get(), centerfld->Width, centerfld->Height, (int)SORTING_DIRECTION::RIGHT))
- {
- if (rightprt->headerParticle != NULL)
- {
- if (leftprt->headerParticle == NULL)
- {
- leftprt->headerParticle = rightprt->headerParticle;
- mapMergeParticles[rightprt->headerParticle].push_back(leftprt->myPart);
- }
- }
- else
- {
- if (leftprt->headerParticle != NULL)
- {
- rightprt->headerParticle = leftprt->headerParticle;
- mapMergeParticles[leftprt->headerParticle].push_back(rightprt->myPart);
- }
- else
- {
- rightprt->headerParticle = rightprt->myPart.get();
- leftprt->headerParticle = rightprt->myPart.get();
- mapMergeParticles[rightprt->myPart.get()].push_back(leftprt->myPart);
- }
- }
- }
- }
- }
- }
- }
- /*for (auto particle : mapMergeParticles)
- {
-
- }*/
- static int partTagId;
- for (auto pair : mapMergeParticles)
- {
- struct EleAreaPercentage
- {
- EleAreaPercentage(double p, CElementChemistryPtr e)
- {
- areaPercentage = p;
- eleData = e;
- }
- double areaPercentage;
- CElementChemistryPtr eleData;
- };
- auto newPart = COTSParticlePtr(new COTSParticle());
- COTSSegmentsList newSegs;
- auto p = pair.first;
- newPart->SetAbsolutePos(p->GetAbsolutPos());
-
- //firstly,we sum up all the merged particles's area and get the represent string.
- std::string partsStr = std::to_string(p->GetFieldId()) + ":" + std::to_string(p->GetAnalysisId());
- double allPartArea = p->GetActualArea();//Get the first particle's area.
- for (auto other : pair.second)// Get the total area of all these particles for the use of ele calcu.
- {
- partsStr += "," + std::to_string(other->GetFieldId()) + ":" + std::to_string(other->GetAnalysisId());//Get the subparticles string such as "1:1,2:1" etc.
- allPartArea += other->GetActualArea();//Get other particle's area
- }
- // calculate all the new segment's position.
- std::vector <COTSParticle*> allSubParts;
- allSubParts.push_back(p);
- for (auto other : pair.second)// Get the total area of all these particles for the use of ele calcu.
- {
- allSubParts.push_back(other.get());
- }
- for (auto subp : allSubParts)
- {
- int fid = subp->GetFieldId();
- CPoint myFldPos;
- for (auto f : allFields)//find this particle's filed.
- {
- if (f->GetId() == fid)
- {
- myFldPos = f->GetPosition();
- }
- }
- int fldWidth = allFields[0]->Width;
- int fldHeight = allFields[0]->Height;
- CPoint fldLeftUpPos = CPoint(myFldPos.x + fldWidth / 2 , myFldPos.y + fldHeight / 2 );
- for (auto s : subp->GetFeature()->GetSegmentsList())
- {
- COTSSegmentPtr newseg = COTSSegmentPtr(new COTSSegment());
- newseg->SetStart(s->GetStart() + fldLeftUpPos.x);
- newseg->SetHeight((0 - s->GetHeight()) + fldLeftUpPos.y);//the coordinate system of segment in a field is different with the OTS coordinate system.OTS system's y axis is upward positive ,yet the field is downward positive.
- newseg->SetLength(s->GetLength());
- newSegs.push_back(newseg);
- }
- }
- COTSFeaturePtr newFeature = COTSFeaturePtr(new COTSFeature());
- newFeature->SetSegmentsList(newSegs);
- newPart->SetFeature(newFeature);
- newPart->CalCoverRect();
- //second, we get all the element data and their area percentage .
- std::map<std::string, std::vector<EleAreaPercentage>> mapEleData;
- CPosXrayPtr pXray1 = p->GetXrayInfo();
- if (pXray1 != nullptr)
- {
- for (auto ele : pXray1->GetElementQuantifyData())
- {
- mapEleData[ele->GetName().GetBuffer()].push_back(EleAreaPercentage(p->GetActualArea() / allPartArea, ele));
- }
- }
-
- for (auto other : pair.second)
- {
- auto otherXray = other->GetXrayInfo();
- if (otherXray != nullptr)
- {
- for (auto eledata : otherXray->GetElementQuantifyData())
- {
- mapEleData[eledata->GetName().GetBuffer()].push_back(EleAreaPercentage(other->GetActualArea() / allPartArea, eledata));
- }
- }
-
- }
- // third,we calculate all the element's new percentage data and get a new element chemistry list.
- CElementChemistriesList newCheList;
- for (auto eledata : mapEleData)
- {
- CElementChemistryPtr newEleche = CElementChemistryPtr(new CElementChemistry());
- newEleche->SetName(CString(eledata.first.c_str()));
- double newPercentage = 0;
- for (auto d : eledata.second)
- {
- newPercentage += d.areaPercentage * d.eleData->GetPercentage();
- }
- newEleche->SetPercentage(newPercentage);
- newCheList.push_back(newEleche);
- }
- CPosXrayPtr xray(new CPosXray());
- xray->SetElementQuantifyData(newCheList);
- newPart->SetXrayInfo(xray);
- newPart->SetConnectedParticlesSequentialString(partsStr);
- newPart->SetActualArea(allPartArea);
- partTagId++;
- newPart->SetParticleId(partTagId);
- newPart->SetAnalysisId(partTagId);
- std::string name = p->GetClassifyName();
- newPart->SetClassifyName(name);
- newPart->SetColor(p->GetColor());
- mergedParts.push_back(newPart);
- }
- return true;
- }
-
-
-
- }
|