Searched refs:projections (Results 1 – 4 of 4) sorted by relevance
255 void NodeProperties::CollectControlProjections(Node* node, Node** projections, in CollectControlProjections() argument259 std::memset(projections, 0, sizeof(*projections) * projection_count); in CollectControlProjections()296 DCHECK_NULL(projections[index]); in CollectControlProjections()297 projections[index] = use; in CollectControlProjections()301 DCHECK_NOT_NULL(projections[index]); in CollectControlProjections()
359 Node* projections[2]; in ConvertBothInputsToNumber() local362 NodeProperties::CollectControlProjections(node_, projections, 2); in ConvertBothInputsToNumber()363 IfExceptionHint hint = OpParameter<IfExceptionHint>(projections[1]); in ConvertBothInputsToNumber()364 Node* if_exception = projections[1]; in ConvertBothInputsToNumber()365 Node* if_success = projections[0]; in ConvertBothInputsToNumber()
45 reference frame, and their 2D projections \f$u_i\f$ onto the image, we seek to retrieve the pose (\…436 computed point projections to consider it an inlier and the confidence to obtain a good result.
952 - user clip planes failed for some perspective projections (Chromium)