OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_faceCropArea
(Results
1 - 2
of
2
) sorted by null
/external/opencv/
cvjni.cpp
345
m_faceCropArea
.width =
m_faceCropArea
.height = 0;
385
if(
m_faceCropArea
.width > 0 &&
m_faceCropArea
.height > 0) {
386
cvSetImageROI(m_smallImage,
m_faceCropArea
);
388
CvRect tPrev = cvRect(
m_faceCropArea
.x * scale,
m_faceCropArea
.y * scale,
389
m_faceCropArea
.width * scale,
m_faceCropArea
.height * scale);
492
m_faceCropArea
.width = m_faceCropArea.height = 0;
[
all
...]
cvjni.h
56
CvRect
m_faceCropArea
;
Completed in 200 milliseconds