OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iscolor
(Results
1 - 4
of
4
) sorted by null
/external/opencv/otherlibs/highgui/
loadsave.cpp
400
int
iscolor
;
local
417
iscolor
= reader->
IsColor
();
421
((flags & CV_LOAD_IMAGE_ANYCOLOR) != 0 && reader->
IsColor
()) )
422
iscolor
= 1;
424
iscolor
= 0;
433
cn =
iscolor
? 3 : 1;
455
if( !reader->ReadData( matrix->data.ptr, matrix->step,
iscolor
))
481
cvLoadImage( const char* filename, int
iscolor
)
483
return (IplImage*)icvLoadImage( filename,
iscolor
, false )
[
all
...]
highgui.h
143
iscolor
can be a combination of above flags where CV_LOAD_IMAGE_UNCHANGED
148
CVAPI(IplImage*) cvLoadImage( const char* filename, int
iscolor
CV_DEFAULT(CV_LOAD_IMAGE_COLOR));
149
CVAPI(CvMat*) cvLoadImageM( const char* filename, int
iscolor
CV_DEFAULT(CV_LOAD_IMAGE_COLOR));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_mlaa.c
76
struct pipe_resource *out, unsigned int n, bool
iscolor
)
115
if (
iscolor
)
211
unsigned int val, bool
iscolor
)
263
if (
iscolor
)
/external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c
76
struct pipe_resource *out, unsigned int n, bool
iscolor
)
115
if (
iscolor
)
211
unsigned int val, bool
iscolor
)
263
if (
iscolor
)
Completed in 95 milliseconds