OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cimage
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/samples/cpp/
fitellipse.cpp
70
Mat
cimage
= Mat::zeros(bimage.size(), CV_8UC3);
local
84
drawContours(
cimage
, contours, (int)i, Scalar::all(255), 1, 8);
86
ellipse(
cimage
, box, Scalar(0,0,255), 1, LINE_AA);
87
ellipse(
cimage
, box.center, box.size*0.5f, box.angle, 0, 360, Scalar(0,255,255), 1, LINE_AA);
91
line(
cimage
, vtx[j], vtx[(j+1)%4], Scalar(0,255,0), 1, LINE_AA);
94
imshow("result",
cimage
);
/external/skia/src/c/
sk_surface.cpp
173
static const SkImage* AsImage(const sk_image_t*
cimage
) {
174
return reinterpret_cast<const SkImage*>(
cimage
);
177
static sk_image_t* ToImage(SkImage*
cimage
) {
178
return reinterpret_cast<sk_image_t*>(
cimage
);
235
sk_data_t* sk_image_encode(const sk_image_t*
cimage
) {
236
return ToData(AsImage(
cimage
)->encode());
239
void sk_image_ref(const sk_image_t*
cimage
) {
240
AsImage(
cimage
)->ref();
243
void sk_image_unref(const sk_image_t*
cimage
) {
244
AsImage(
cimage
)->unref()
[
all
...]
/external/opencv/otherlibs/highgui/
image.cpp
206
void
CImage
::DrawToHDC( HDC hDCDst, RECT* pDstRect )
highgui.h
332
#define
CImage
CvvImage
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h
144
DWORD
cImage
;
[
all
...]
Completed in 425 milliseconds