当前位置:网站首页>标定。。。
标定。。。
2022-06-26 00:26:00 【ooolmf】
void Cmy3DScanMFCDlg::OnBnClickedButton3()//开始
{
// TODO: 在此添加控件通知处理程序代码
plistb->AddString(_T("开始标定:"));
cd.camera_points.clear();
cd.cornerpoints_temp.clear();
cd.cornerpoints.clear();
cd.worldpoints.clear();
grating.samples_FAI.clear();
delete grating.src_grating_cllect;
grating.src_grating_cllect = new cv::Mat[cam.group_num][13];
cam.calib_num = cam.group_num;
cam.calib_button_flag = 1;
}
void Cmy3DScanMFCDlg::OnBnClickedButton9()
{
// TODO: 在此添加控件通知处理程序代码
//bool flag = cd.collectWorldPoints(grating.src_grating[0]);
bool flag = cd.collectWorldPointsCircle(grating.src_grating[0]);
if (!flag)
{
CString CStemp;
CStemp.Format(_T("%d"), cam.group_num +1-cam.calib_num);
plistb->AddString(_T("第")+ CStemp+_T("次标定失败!"));
}
else
{
CString CStemp;
CStemp.Format(_T("%d"), cam.group_num+1 - cam.calib_num);
plistb->AddString(_T("第") + CStemp + _T("次标定完成!"));
for (int i = 1;i < 13;++i)
{
grating.src_grating_cllect[cam.group_num - cam.calib_num][i] = grating.src_grating[i];
}
cam.calib_num--;
}
if (cam.calib_num == 0)
{
cd.cameraCalibrationChessBoard();
for (int i = 0;i < cam.group_num;++i)
{
grating.threeFrequencyHeterodyneImproved(cd.cornerpoints[i], grating.src_grating_cllect[i]);
}
cd.calculateCameraPoints();
cd.phase3DPointsMapping(grating.samples_FAI);
plistb->AddString(_T("标定完成!!!") );
delete grating.src_grating_cllect;
grating.src_grating_cllect = new cv::Mat[cam.group_num][13];
}
}
边栏推荐
猜你喜欢

Abnova CSV monoclonal antibody solution

Pixel6 unlock bootloader

如何为政企移动办公加上一道“安全锁”?

Tengwenze, a hot-blooded boy, was invited to serve as the image ambassador of the global finals of the sixth season perfect children's model

Playful girl wangyixuan was invited to serve as the Promotion Ambassador for the global finals of the sixth season perfect children's model

Dataframe to list

CyCa children's physical etiquette Yueqing City training results assessment successfully concluded

元气少女王钰洁 受邀担任第六季完美童模全球总决赛代言人

shell学习记录(二)

Differences and functions of TOS cos DSCP
随机推荐
Wanglaoji pharmaceutical's public welfare activity of "caring for the most lovely people under the scorching sun" was launched in Hangzhou
Redis-链表
字节序问题
CyCa children's physical etiquette Yueqing City training results assessment successfully concluded
Two indicators for determining the value of points to the business
Interpretation of script corresponding to postman assertion
Wechat circle of friends test point
求n的乘阶
Is the securities account recommended by qiniu safe?
makefile 中export set ENV 的区别和作用
JQ user defined attribute value
元气少女王钰洁 受邀担任第六季完美童模全球总决赛代言人
What happens from entering a web address in the browser's input box to seeing the contents of the web page?
Three factors affecting personal growth
Record a weird picture upload problem
readv & writev
regular expression
Cs144 environment configuration
Talking about interface test (I)
Differences and functions of export set env in makefile