float *it; lookupY = cv::Mat(1, height, CV_32F); it = lookupY.ptr<float>(); 程序中,it存储的是什么内容
收起
存储的是lookupY这个矩阵的(1,1)元素的地址
报告相同问题?