Displaying 1 result from an estimated 1 matches for "projectedcylinder".
2012 Dec 14
0
[LLVMdev] issue with profiling in LLVM 3.1
...s
samplePoints++;
//count points sampled
}
}*
//Generate Samples for points along the non-joint edges of the cylinder
*void ImageMeasurements::EdgeError(const ProjectedCylinder &ProjCyl,
const FlexImage8u &EdgeMap, float &error, int &samplePoints)*
{
int ErrorSSD = 0;
const Point &p1 = ProjCyl.mPts[0];
Point
s1;...