class= " lineNumbers "
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
|
class=
функция grayscale >//the " class= " " codeSnippet821729 id= get_img_width int ();
h=CImgY->get_img_height int ();
int iий =0;
int j =0;
неподписанный серый цвет чарса;
// создает буфер cimage
неподписанное *cimageDataPointer чарса;
cimageDataPointer = CImgY->get_img_data ();
// создает буфер cimage
неподписанное *cimageDataPointer_inout чарса;
cimageDataPointer_inout = CImgY_InOut->get_img_data ();
//copying от CImages
для (неподписанный int p=0; pget_img_height (); p++)
{
экземпляр памяти //
memcpy (cimageDataPointer_inout, cimageDataPointer, CImgY->get_img_width () *1);
скачка cimageDataPointer // к следующей линии
cimageDataPointer = cimageDataPointer + CImgY->get_img_width () *1;
скачка cvImageDataPointer // к следующей линии
cimageDataPointer_inout = cimageDataPointer_inout+ (CImgY_InOut->get_img_width () *1);
}
для (j=0; jget_pixel (I, j);
CImgY_InOut->set_pixel (I, j, lut_transform [серое]);
}
}
}
функция //the rgb:
pre_process_rgb (CImageRGB_Int* CImgRGB, lut_transform double*, param int, CImageRGB_Int* CImgRGB_InOut)
{
nb_channel =3 int;
w=CImgRGB->get_img_width int ();
h=CImgRGB->get_img_height int ();
int iий =0;
int j =0;
int k =0;
неподписанный длинний цвет;
// создает буфер cimage
неподписанное *cimageDataPointer чарса;
cimageDataPointer = CImgRGB->get_img_data ();
// создает буфер cimage
неподписанное *cimageDataPointer_inout чарса;
cimageDataPointer_inout = CImgRGB_InOut->get_img_data ();
//copying от CImage к изображению CV
для (неподписанный int p=0; pget_img_height (); p++)
{
экземпляр памяти //
memcpy (cimageDataPointer_inout, cimageDataPointer, *nb_channel CImgRGB->get_img_width ());
скачка cimageDataPointer // к следующей линии
cimageDataPointer = cimageDataPointer + *nb_channel CImgRGB->get_img_width ();
скачка cvImageDataPointer // к следующей линии
cimageDataPointer_inout = cimageDataPointer_inout+ (*nb_channel CImgRGB_InOut->get_img_width ()); //+nb_channel?
}
для (j=0; jget_pixel (I, j);
>set_pixel //pCImgRGB- (0, 0, 0x080706);
CImgRGB_InOut->set_pixel (I, j, lut_transform [цвет]); НАРУШЕНИЕ ДОСТУПА //ERROR
}
}
}
|