c++ Programming Glossary: cvpoint
Instantiate class from name? http://stackoverflow.com/questions/1096700/instantiate-class-from-name
xutility file? http://stackoverflow.com/questions/4707310/xutility-file IplImage image void WriteInDB int found_face IplImage img CvPoint pt1 CvPoint pt2 int load_DB char filename const char cascade_name.. void WriteInDB int found_face IplImage img CvPoint pt1 CvPoint pt2 int load_DB char filename const char cascade_name C Program.. timestamp 0 float sameFaceDistThreshold 30 pixel distance CvPoint facePositions 100 int facePositionsTimestamp 100 float distance..
Convexity defects C++ OpenCv http://stackoverflow.com/questions/6806637/convexity-defects-c-opencv CV_SEQ_KIND_GENERIC CV_32SC2 sizeof CvSeq sizeof CvPoint strDefects We start converting vector Point resulting from findContours.. CV_SEQ_KIND_GENERIC CV_32SC2 sizeof CvSeq sizeof CvPoint contourStr printf Metiendo valores n for int i 0 i int contour.size.. printf Metiendo valores n for int i 0 i int contour.size i CvPoint cp contour i .x contour i .y cvSeqPush contourPoints cp Now..
Setting ROI with mouse from a rectangle on a video http://stackoverflow.com/questions/10881397/setting-roi-with-mouse-from-a-rectangle-on-a-video void draw_box IplImage img CvRect rect cvRectangle img cvPoint box.x box.y cvPoint box.x box.width box.y box.height cvScalar.. img CvRect rect cvRectangle img cvPoint box.x box.y cvPoint box.x box.width box.y box.height cvScalar 0 0 255 2 CvRect rect2.. void draw_box IplImage img CvRect rect cvRectangle img cvPoint box.x box.y cvPoint box.x box.width box.y box.height cvScalar..
OpenCV: Using Hough Circle Transformation to detect iris http://stackoverflow.com/questions/12567520/opencv-using-hough-circle-transformation-to-detect-iris float p float cvGetSeqElem circles i cvCircle capturedImg cvPoint cvRound p 0 cvRound p 1 3 CV_RGB 0 255 0 1 8 0 cvCircle capturedImg.. 0 cvRound p 1 3 CV_RGB 0 255 0 1 8 0 cvCircle capturedImg cvPoint cvRound p 0 cvRound p 1 cvRound p 2 CV_RGB 0 0 255 3 8 0 cvCircle.. cvRound p 1 cvRound p 2 CV_RGB 0 0 255 3 8 0 cvCircle img cvPoint r x r y 67 CV_RGB 255 0 0 3 8 0 cvNamedWindow circles 1 cvShowImage..
Better algorithm for edge filter in video programming http://stackoverflow.com/questions/12971093/better-algorithm-for-edge-filter-in-video-programming sizeof CvContour CV_RETR_EXTERNAL CV_CHAIN_APPROX_NONE cvPoint 0 0 if contours NULL contours contours2 contours2 contours CvSeq.. 0 0 cvDrawContours img largest_contour color color 1 1 8 cvPoint 0 0 cvShowImage Input img cvShowImage Contours src_gray cvClearMemStorage..
Error in opencv code for motion detection http://stackoverflow.com/questions/14309111/error-in-opencv-code-for-motion-detection 0.8 0.8 0 2 cvPutText colourImage _itoa numPeople wow 10 cvPoint 60 200 font cvScalar 0 0 300 Show the frame. cvShowImage My.. 0.8 0.8 0 2 cvPutText colourImage _itoa numPeople wow 10 cvPoint 60 200 font cvScalar 0 0 300 cvShowImage My Window colourImage..
xutility file? http://stackoverflow.com/questions/4707310/xutility-file a tracked pos is older than three frames facePositions i cvPoint 999 999 void updateCounter CvPoint center bool newFace true.. CV_FONT_HERSHEY_SIMPLEX .5 .5 0 1 cvPutText image Faces cvPoint 20 20 font CV_RGB 0 255 0 cvPutText image itoa countfaces buffer.. CV_RGB 0 255 0 cvPutText image itoa countfaces buffer 10 cvPoint 80 20 font CV_RGB 0 255 0 #ifdef WRITEVIDEO CvVideoWriter videoWriter..
Draw on webcam using OpenCV http://stackoverflow.com/questions/5490655/draw-on-webcam-using-opencv if drawing drawing is a global variable cvCircle image cvPoint last_x last_y 10 CV_RGB red green blue 1 CV_AA 0 cvCopy image..
How to detect the Sun from the space sky in OpenCv? http://stackoverflow.com/questions/8218997/how-to-detect-the-sun-from-the-space-sky-in-opencv m10 m00 float centroid_y m01 m00 cvCircle image cvPoint cvRound centroid_x cvRound centroid_y 50 CV_RGB 125 125 0 4.. circles 0 Drawing green center dot cvCircle image cvPoint cvRound circle 0 cvRound circle 1 3 CV_RGB 0 255 0 1 8 0 wrapping.. 3 CV_RGB 0 255 0 1 8 0 wrapping red circle cvCircle image cvPoint cvRound circle 0 cvRound circle 1 cvRound circle 2 CV_RGB 255..
|