Home | History | Annotate | Download | only in src

Lines Matching refs:m_temp

63     m_temp = 0;
76 cvReleaseImage( &m_temp );
93 if( !m_temp || !m_mask || !m_color_planes[0] || !m_color_planes[n-1] || !m_back_project ||
94 m_temp->width != size.width || m_temp->height != size.height ||
95 m_temp->nChannels != 3 )
97 cvReleaseImage( &m_temp );
98 m_temp = cvCreateImage( size, IPL_DEPTH_8U, 3 );
111 cvCvtColor( image, m_temp, CV_BGR2HSV );
112 cvGetRawData( m_temp, &color_data, &color_step, &size );