xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 6.10KB
    文件類型: .cpp
    金幣: 1
    下載: 0 次
    發布日期: 2021-03-28
  • 語言: 其他
  • 標簽: 其他??

資源簡介


雙目標定程序,用于雙目標定。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

資源截圖

代碼片段和文件信息

#include?

#include?
using?namespace?std;
using?namespace?cv;
#define?LEFT?0
#define?RIGHT?1
#define?SHOW?1
int?i?=?0;
Mat?frame(1080?1920?*?2?CV_8UC3);
Size?grids(9?6);
float?Square?=?260;
Mat?Left?Right;
vector>?images(2);
vector>?detected_img(2);
vector?>?objectPoints;
vector?>?>?imagePoints(2);
void?onMouse(int?event?int?x?int?y?int?flags?void*?userdata)
{
Mat?temp0?temp1;
if?(event?==?1)
{
Left.copyTo(temp0);
Right.copyTo(temp1);
images[0].push_back(temp0);
images[1].push_back(temp1);
imwrite(“whole“+to_string(i++)?+?“.jpg“?frame);
imwrite(“left“?+?to_string(i)?+?“.jpg“?temp0);
imwrite(“right“?+?to_string(i)?+?“.jpg“?temp1);

}

}
vector?>?calcBoardCornerPositions(int?gridW?int?gridH?float?squareSize?int?imagesCount)
{
vector?>?objectPoints(imagesCount);
for?(int?k?=?0;?k?

評論

共有 條評論