Build tutorial codes together with other samples

These codes should be included into regular builds.
Esse commit está contido em:
Andrey Kamaev
2012-11-07 18:21:20 +04:00
commit b131dfeecd
58 arquivos alterados com 420 adições e 354 exclusões
@@ -118,7 +118,7 @@ int main(int argc, char* argv[]) {
cv::Mat retinaOutput_magno;
// processing loop with no stop condition
while(true)
for(;;)
{
// if using video stream, then, grabbing a new frame, else, input remains the same
if (videoCapture.isOpened())