/usr/include/gamera/gameramodule.hpp is in python-gamera-dev 3.3.3-2+deb7u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 | /*
*
* Copyright (C) 2001-2005 Ichiro Fujinaga, Michael Droettboom, Karl MacMillan
* 2009 Christoph Dalitz, Jonathan Koch
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef KWM06292002_imagemodule
#define KWM06292002_imagemodule
#include <Python.h>
#if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
typedef int Py_ssize_t;
#define PY_SSIZE_T_MAX INT_MAX
#define PY_SSIZE_T_MIN INT_MIN
#endif
#if PY_VERSION_HEX < 0x02050000
#define CHAR_PTR_CAST (char *)
#else
#define CHAR_PTR_CAST
#endif
#include "gamera.hpp"
/*
This file holds the C++ interface for the Python objects that wrap
the core Gamera C++ objects. Each object has the struct for the Python
object, a type-checking function, and a factory to create an instance
of the Python type from the corresponding C++ type. Only the Python
instance struct is exported here - the type struct is not exported, but
is available via the object->tp_type field in the instance struct and
through a function.
Some of the functions here come in 2 versions - one is located in the
CPP files for each of the types and is available within the gameracore
module (i.e. in the CPP files that are linked into gameracore). The other
is inlined so that it is available to all of the gamera plugins. The inline
versions are less efficient because they have to lookup the types at
runtime.
*/
/*
Utilities
*/
/*
Get the dictionary for a module by name. This does all of the error
handling for you to get the dictionary for a module. Returns the module
on success of NULL on failure with the error set.
*/
inline PyObject* get_module_dict(const char* module_name) {
PyObject* mod = PyImport_ImportModule(CHAR_PTR_CAST module_name);
if (mod == 0)
return PyErr_Format(PyExc_ImportError, "Unable to load module '%s'.\n", module_name);
PyObject* dict = PyModule_GetDict(mod);
if (dict == 0)
return PyErr_Format(PyExc_RuntimeError,
"Unable to get dict for module '%s'.\n",
module_name);
Py_DECREF(mod);
return dict;
}
/*
Sends a DeprecationWarning
*/
inline int send_deprecation_warning(const char* message, const char* filename, int lineno) {
static PyObject* dict = 0;
if (dict == 0)
dict = get_module_dict("gamera.util");
static PyObject* py_warning_func = 0;
if (py_warning_func == 0)
py_warning_func = PyDict_GetItemString(dict, "warn_deprecated");
PyObject* result = PyObject_CallFunction(py_warning_func, (char *)"ssii", message, filename, lineno, 1);
if (result == 0)
return 0;
Py_DECREF(result);
return 1;
}
/*
Get the dictionary for gameracore. This uses get_module_dict above, but caches
the result for faster lookups in subsequent calls.
*/
inline PyObject* get_gameracore_dict() {
static PyObject* dict = 0;
if (dict == 0)
dict = get_module_dict("gamera.gameracore");
return dict;
}
#ifndef GAMERACORE_INTERNAL
inline PyObject* get_ArrayInit() {
static PyObject* t = 0;
if (t == 0) {
PyObject* array_module = PyImport_ImportModule(CHAR_PTR_CAST "array");
if (array_module == 0) {
PyErr_SetString(PyExc_ImportError,
"Unable to get 'array' module.\n");
return 0;
}
PyObject* array_dict = PyModule_GetDict(array_module);
if (array_dict == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get 'array' module dictionary.\n");
return 0;
}
t = PyDict_GetItemString(array_dict, "array");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get 'array' object.\n");
return 0;
}
Py_DECREF(array_module);
}
return t;
}
inline PyObject* get_ArrayAppend() {
static PyObject* t = 0;
if (t == 0) {
PyObject* array_init = get_ArrayInit();
if (array_init == 0)
return 0;
t = PyObject_GetAttrString(array_init, CHAR_PTR_CAST "append");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get 'array' append method.\n");
return 0;
}
}
return t;
}
#endif
/*
SIZE OBJECT
*/
struct SizeObject {
PyObject_HEAD
Size* m_x;
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_SizeType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "Size");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get Size type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_SizeType();
#endif
inline bool is_SizeObject(PyObject* x) {
PyTypeObject* t = get_SizeType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
inline PyObject* create_SizeObject(const Size& d) {
PyTypeObject* t = get_SizeType();
if (t == 0)
return 0;
SizeObject* so;
so = (SizeObject*)t->tp_alloc(t, 0);
so->m_x = new Size(d);
return (PyObject*)so;
}
/*
DIM OBJECT
*/
struct DimObject {
PyObject_HEAD
Dim* m_x;
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_DimType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "Dim");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get Dim type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_DimType();
#endif
inline bool is_DimObject(PyObject* x) {
PyTypeObject* t = get_DimType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
inline PyObject* create_DimObject(const Dim& d) {
PyTypeObject* t = get_DimType();
if (t == 0)
return 0;
DimObject* so;
so = (DimObject*)t->tp_alloc(t, 0);
so->m_x = new Dim(d);
return (PyObject*)so;
}
/*
POINT OBJECT
*/
struct PointObject {
PyObject_HEAD
Point* m_x;
};
struct FloatPointObject {
PyObject_HEAD
FloatPoint* m_x;
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_PointType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "Point");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get Point type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_PointType();
#endif
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_FloatPointType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "FloatPoint");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get FloatPoint type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_FloatPointType();
#endif
inline bool is_PointObject(PyObject* x) {
PyTypeObject* t = get_PointType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
inline PyObject* create_PointObject(const Point& d) {
PyTypeObject* t = get_PointType();
if (t == 0)
return 0;
PointObject* so;
so = (PointObject*)t->tp_alloc(t, 0);
so->m_x = new Point(d);
return (PyObject*)so;
}
inline Point coerce_Point(PyObject* obj) {
// Fast method if the Point is a real Point type.
PyTypeObject* t2 = get_PointType();
if (t2 == 0) {
PyErr_SetString(PyExc_RuntimeError, "Couldn't get Point type.");
throw std::runtime_error("Couldn't get Point type.");
}
if (PyObject_TypeCheck(obj, t2))
return Point(*(((PointObject*)obj)->m_x));
PyTypeObject* t = get_FloatPointType();
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError, "Couldn't get FloatPoint type.");
throw std::runtime_error("Couldn't get FloatPoint type.");
}
if (PyObject_TypeCheck(obj, t)) {
FloatPoint* fp = ((FloatPointObject*)obj)->m_x;
return Point(size_t(fp->x()), size_t(fp->y()));
}
PyObject* py_x0 = NULL;
PyObject* py_y0 = NULL;
PyObject* py_x1 = NULL;
PyObject* py_y1 = NULL;
// Treat 2-element sequences as Points.
if (PySequence_Check(obj)) {
if (PySequence_Length(obj) == 2) {
py_x0 = PySequence_GetItem(obj, 0);
py_x1 = PyNumber_Int(py_x0);
if (py_x1 != NULL) {
long x = PyInt_AsLong(py_x1);
Py_DECREF(py_x1);
py_y0 = PySequence_GetItem(obj, 1);
py_y1 = PyNumber_Int(py_y0);
if (py_y1 != NULL) {
long y = PyInt_AsLong(py_y1);
Py_DECREF(py_y1);
return Point((size_t)x, (size_t)y);
}
}
}
}
PyErr_Clear();
PyErr_SetString(PyExc_TypeError, "Argument is not a Point (or convertible to one.)");
throw std::invalid_argument("Argument is not a Point (or convertible to one.)");
}
/*
FLOATPOINT OBJECT
*/
inline FloatPoint coerce_FloatPoint(PyObject* obj) {
// Fast method if the Point is a real FloatPoint or Point type.
PyTypeObject* t = get_FloatPointType();
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError, "Couldn't get FloatPoint type.");
throw std::runtime_error("Couldn't get FloatPoint type.");
}
if (PyObject_TypeCheck(obj, t)) {
return FloatPoint(*(((FloatPointObject*)obj)->m_x));
}
PyTypeObject* t2 = get_PointType();
if (t2 == 0) {
PyErr_SetString(PyExc_RuntimeError, "Couldn't get Point type.");
throw std::runtime_error("Couldn't get Point type.");
}
if (PyObject_TypeCheck(obj, t2))
return FloatPoint(*(((PointObject*)obj)->m_x));
PyObject* py_x0 = NULL;
PyObject* py_y0 = NULL;
PyObject* py_x1 = NULL;
PyObject* py_y1 = NULL;
// Treat 2-element sequences as Points.
if (PySequence_Check(obj)) {
if (PySequence_Length(obj) == 2) {
py_x0 = PySequence_GetItem(obj, 0);
py_x1 = PyNumber_Float(py_x0);
if (py_x1 != NULL) {
double x = PyFloat_AsDouble(py_x1);
Py_DECREF(py_x1);
py_y0 = PySequence_GetItem(obj, 1);
py_y1 = PyNumber_Float(py_y0);
if (py_y1 != NULL) {
double y = PyFloat_AsDouble(py_y1);
Py_DECREF(py_y1);
return FloatPoint(x, y);
}
}
}
}
PyErr_Clear();
PyErr_SetString(PyExc_TypeError, "Argument is not a FloatPoint (or convertible to one.)");
throw std::invalid_argument("Argument is not a FloatPoint (or convertible to one.)");
}
inline PyObject* create_FloatPointObject(const FloatPoint& d) {
PyTypeObject* t = get_FloatPointType();
if (t == 0)
return 0;
FloatPointObject* so;
so = (FloatPointObject*)t->tp_alloc(t, 0);
so->m_x = new FloatPoint(d);
return (PyObject*)so;
}
/*
RECT OBJECT
*/
struct RectObject {
PyObject_HEAD
Rect* m_x;
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_RectType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "Rect");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get Rect type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_RectType();
#endif
inline bool is_RectObject(PyObject* x) {
PyTypeObject* t = get_RectType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
inline PyObject* create_RectObject(const Rect& d) {
PyTypeObject* t = get_RectType();
if (t == 0)
return 0;
RectObject* so;
so = (RectObject*)t->tp_alloc(t, 0);
so->m_x = new Rect(d);
return (PyObject*)so;
}
/*
RGB Pixel OBJECT
*/
struct RGBPixelObject {
PyObject_HEAD
RGBPixel* m_x;
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_RGBPixelType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "RGBPixel");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get RGBPixel type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_RGBPixelType();
#endif
inline bool is_RGBPixelObject(PyObject* x) {
PyTypeObject* t = get_RGBPixelType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
inline PyObject* create_RGBPixelObject(const RGBPixel& d) {
PyTypeObject* t = get_RGBPixelType();
if (t == 0)
return 0;
RGBPixelObject* so;
so = (RGBPixelObject*)t->tp_alloc(t, 0);
so->m_x = new RGBPixel(d);
return (PyObject*)so;
}
/*
REGION OBJECT
*/
struct RegionObject {
PyObject_HEAD
RectObject m_parent; // we inheric from Rect
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_RegionType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "Region");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get Region type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_RegionType();
#endif
inline bool is_RegionObject(PyObject* x) {
PyTypeObject* t = get_RegionType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
inline PyObject* create_RegionObject(const Region& d) {
PyTypeObject* t = get_RegionType();
if (t == 0)
return 0;
RegionObject* so;
so = (RegionObject*)t->tp_alloc(t, 0);
((RectObject*)so)->m_x = new Region(d);
return (PyObject*)so;
}
/*
REGION MAP OBJECT
*/
struct RegionMapObject {
PyObject_HEAD
RegionMap* m_x;
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_RegionMapType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "RegionMap");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get RegionMap type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_RegionMapType();
#endif
inline bool is_RegionMapObject(PyObject* x) {
PyTypeObject* t = get_RegionMapType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
inline PyObject* create_RegionMapObject(const RegionMap& d) {
PyTypeObject* t = get_RegionMapType();
if (t == 0)
return 0;
RegionMapObject* so;
so = (RegionMapObject*)t->tp_alloc(t, 0);
so->m_x = new RegionMap(d);
return (PyObject*)so;
}
/*
IMAGE DATA OBJECT
*/
struct ImageDataObject {
PyObject_HEAD
ImageDataBase* m_x;
int m_pixel_type;
int m_storage_format;
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_ImageDataType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "ImageData");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get ImageData type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_ImageDataType();
#endif
inline bool is_ImageDataObject(PyObject* x) {
PyTypeObject* t = get_ImageDataType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
inline PyObject* create_ImageDataObject(const Dim& dim, const Point& offset,
int pixel_type, int storage_format) {
ImageDataObject* o;
PyTypeObject* id_type = get_ImageDataType();
if (id_type == 0)
return 0;
o = (ImageDataObject*)id_type->tp_alloc(id_type, 0);
o->m_pixel_type = pixel_type;
o->m_storage_format = storage_format;
if (storage_format == DENSE) {
if (pixel_type == ONEBIT)
o->m_x = new ImageData<OneBitPixel>(dim, offset);
else if (pixel_type == GREYSCALE)
o->m_x = new ImageData<GreyScalePixel>(dim, offset);
else if (pixel_type == GREY16)
o->m_x = new ImageData<Grey16Pixel>(dim, offset);
// We have to explicity declare which FLOAT we want here, since there
// is a name clash on Mingw32 with a typedef in windef.h
else if (pixel_type == Gamera::FLOAT)
o->m_x = new ImageData<FloatPixel>(dim, offset);
else if (pixel_type == RGB)
o->m_x = new ImageData<RGBPixel>(dim, offset);
else if (pixel_type == Gamera::COMPLEX)
o->m_x = new ImageData<ComplexPixel>(dim, offset);
else {
PyErr_Format(PyExc_TypeError, "Unknown pixel type '%d'.", pixel_type);
return 0;
}
} else if (storage_format == RLE) {
if (pixel_type == ONEBIT)
o->m_x = new RleImageData<OneBitPixel>(dim, offset);
else {
PyErr_SetString(PyExc_TypeError,
"Pixel type must be ONEBIT when storage format is RLE.");
return 0;
}
} else {
PyErr_SetString(PyExc_TypeError, "Unknown pixel type/storage format combination.");
return 0;
}
o->m_x->m_user_data = (void*)o;
return (PyObject*)o;
}
#ifdef GAMERA_DEPRECATED
/*
create_ImageDataObject(int nrows, int ncols, int page_offset_y, int
page_offset_x, int pixel_type, int storage_format) is deprecated.
Reason: (x, y) coordinate consistency.
Use create_ImageDataObject(Dim(nrows, ncols), Point(page_offset_x,
page_offset_y), pixel_type, storage_format) instead.
*/
GAMERA_CPP_DEPRECATED
inline PyObject* create_ImageDataObject(int nrows, int ncols,
int page_offset_y, int page_offset_x,
int pixel_type, int storage_format) {
return create_ImageDataObject(Dim(ncols, nrows), Point(page_offset_x, page_offset_y), pixel_type, storage_format);
}
#endif
/*
IMAGE OBJECT
*/
struct ImageObject {
RectObject m_parent; // we inherit from Rect
PyObject* m_data; // an ImageDataObject for ref counting
/*
Classification related members
*/
PyObject* m_features; // an array of doubles (Python array module)
PyObject* m_id_name; // a list of strings for the classified ids
PyObject* m_children_images; // list of images
PyObject* m_classification_state; // how (or whether) an image is classified
// PyObject* m_region_maps; // RegionMap object - see the object docs
// PyObject* m_region_map; // Current global region map
// PyObject* m_action_depth; // for limiting recursions for "actions"
PyObject* m_weakreflist; // for Python weak references
PyObject* m_confidence; // mapping of confidence values for id_name[0]
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_ImageType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "Image");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get Image type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_ImageType();
#endif
inline bool is_ImageObject(PyObject* x) {
PyTypeObject* t = get_ImageType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
/*
SUB IMAGE OBJECT
The SubImage object is here simply to allow type checking and to provide
a natural form of constructor overloading - otherwise it is identical
to the ImageObject.
*/
struct SubImageObject {
ImageObject m_parent;
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_SubImageType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "SubImage");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get SubImage type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_SubImageType();
#endif
inline bool is_SubImageObject(PyObject* x) {
PyTypeObject* t = get_SubImageType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
/*
CC TYPE
ConnectedComponents are a special case of image - a separate class is
used for clarity and type checking. Like the SubImageObject it is almost
identical to an ImageObject.
*/
struct CCObject {
ImageObject m_parent;
};
struct MLCCObject {
ImageObject m_parent;
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_CCType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "Cc");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get CC type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
inline PyTypeObject* get_MLCCType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "MlCc");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get MlCc type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_CCType();
extern PyTypeObject* get_MLCCType();
#endif
inline bool is_CCObject(PyObject* x) {
PyTypeObject* t = get_CCType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
inline bool is_MLCCObject(PyObject* x) {
PyTypeObject* t = get_MLCCType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
/*
Image type information and type checking utilities
*/
// get the storage format - no type checking is performed
inline int get_storage_format(PyObject* image) {
return ((ImageDataObject*)((ImageObject*)image)->m_data)->m_storage_format;
}
// get the pixel type - no type checking is performed
inline int get_pixel_type(PyObject* image) {
return ((ImageDataObject*)((ImageObject*)image)->m_data)->m_pixel_type;
}
inline const char* get_pixel_type_name(PyObject* image) {
int pixel_type = get_pixel_type(image);
const char* pixel_type_names[6] = {"OneBit", "GreyScale", "Grey16", "RGB", "Float", "Complex"};
if (pixel_type >= 0 && pixel_type < 6)
return pixel_type_names[pixel_type];
else
return "Unknown pixel type";
}
// get the combination of pixel and image type
inline int get_image_combination(PyObject* image) {
int storage = get_storage_format(image);
if (is_CCObject(image)) {
if (storage == Gamera::RLE){
return Gamera::RLECC;
} else if (storage == Gamera::DENSE){
return Gamera::CC;
} else
return -1;
} else if (is_MLCCObject(image)) {
if (storage == Gamera::DENSE){
return Gamera::MLCC;
} else
return -1;
} else if (storage == Gamera::RLE) {
return Gamera::ONEBITRLEIMAGEVIEW;
} else if (storage == Gamera::DENSE) {
return get_pixel_type(image);
} else {
return -1;
}
}
/*
This initializes all of the non-image members of an Image class.
*/
inline PyObject* init_image_members(ImageObject* o) {
/*
Create the features array. This will load the array module
(if required) and create an array object containing doubles.
*/
static PyObject* array_func = 0;
if (array_func == 0) {
PyObject* array_module = PyImport_ImportModule(CHAR_PTR_CAST "array");
if (array_module == 0)
return 0;
PyObject* array_dict = PyModule_GetDict(array_module);
if (array_dict == 0)
return 0;
array_func = PyDict_GetItemString(array_dict, "array");
if (array_func == 0)
return 0;
Py_DECREF(array_module);
}
PyObject* arglist = Py_BuildValue(CHAR_PTR_CAST "(s)", CHAR_PTR_CAST "d");
o->m_features = PyObject_CallObject(array_func, arglist);
Py_DECREF(arglist);
if (o->m_features == 0)
return 0;
// id_name
o->m_id_name = PyList_New(0);
if (o->m_id_name == 0)
return 0;
// Children Images
o->m_children_images = PyList_New(0);
if (o->m_children_images == 0)
return 0;
// Classification state
// o->m_classification_state = Py_BuildValue("i", UNCLASSIFIED);
o->m_classification_state = PyInt_FromLong(UNCLASSIFIED);
if (o->m_classification_state == 0)
return 0;
// confidence
o->m_confidence = PyDict_New();
if (o->m_confidence == 0)
return 0;
return (PyObject*)o;
}
/*
Create an ImageObject from a given ImageBase object. This
requires using RTTI to determine the type of the object so
that the pixel_type and storage format parameters can be filled
in the ImageDataObject correctly. Additionally, the only way
to determine whether this should be an ImageObject or a
SubImage object is to see if the image completely covers the
image data. Finally, because we want to create the subclasses in
gamera.py of the objects defined here, we have to pass in those
types to this function (the types are determined at module loading
time).
*/
inline PyObject* create_ImageObject(Image* image) {
static bool initialized = false;
static PyTypeObject *image_type, *subimage_type, *cc_type, *mlcc_type,
*image_data;
static PyObject* pybase_init;
if (!initialized) {
PyObject* dict = get_module_dict("gamera.core");
if (dict == 0)
return 0;
pybase_init = PyObject_GetAttrString(PyDict_GetItemString(dict, "ImageBase"),
CHAR_PTR_CAST "__init__");
image_type = (PyTypeObject*)PyDict_GetItemString(dict, "Image");
subimage_type = (PyTypeObject*)PyDict_GetItemString(dict, "SubImage");
cc_type = (PyTypeObject*)PyDict_GetItemString(dict, "Cc");
mlcc_type = (PyTypeObject*)PyDict_GetItemString(dict, "MlCc");
image_data = (PyTypeObject*)PyDict_GetItemString(dict, "ImageData");
initialized = true;
}
int pixel_type;
int storage_type;
bool cc = false;
bool mlcc =false;
if (dynamic_cast<Cc*>(image) != 0) {
pixel_type = Gamera::ONEBIT;
storage_type = Gamera::DENSE;
cc = true;
} else if (dynamic_cast<MlCc*>(image) != 0) {
pixel_type = Gamera::ONEBIT;
storage_type = Gamera::DENSE;
mlcc = true;
} else if (dynamic_cast<OneBitImageView*>(image) != 0) {
pixel_type = Gamera::ONEBIT;
storage_type = Gamera::DENSE;
} else if (dynamic_cast<GreyScaleImageView*>(image) != 0) {
pixel_type = Gamera::GREYSCALE;
storage_type = Gamera::DENSE;
} else if (dynamic_cast<Grey16ImageView*>(image) != 0) {
pixel_type = Gamera::GREY16;
storage_type = Gamera::DENSE;
} else if (dynamic_cast<FloatImageView*>(image) != 0) {
pixel_type = Gamera::FLOAT;
storage_type = Gamera::DENSE;
} else if (dynamic_cast<RGBImageView*>(image) != 0) {
pixel_type = Gamera::RGB;
storage_type = Gamera::DENSE;
} else if (dynamic_cast<ComplexImageView*>(image) != 0) {
pixel_type = Gamera::COMPLEX;
storage_type = Gamera::DENSE;
} else if (dynamic_cast<OneBitRleImageView*>(image) != 0) {
pixel_type = Gamera::ONEBIT;
storage_type = Gamera::RLE;
} else if (dynamic_cast<RleCc*>(image) != 0) {
pixel_type = Gamera::ONEBIT;
storage_type = Gamera::RLE;
cc = true;
} else {
PyErr_SetString(PyExc_TypeError, "Unknown Image type returned from plugin. Receiving this error indicates an internal inconsistency or memory corruption. Please report it on the Gamera mailing list.");
return 0;
}
ImageDataObject* d;
if (image->data()->m_user_data == 0) {
d = (ImageDataObject*)image_data->tp_alloc(image_data, 0);
d->m_pixel_type = pixel_type;
d->m_storage_format = storage_type;
d->m_x = image->data();
image->data()->m_user_data = (void*)d;
} else {
d = (ImageDataObject*)image->data()->m_user_data;
Py_INCREF(d);
}
ImageObject* i;
if (cc) {
i = (ImageObject*)cc_type->tp_alloc(cc_type, 0);
} else if (mlcc) {
i = (ImageObject*)mlcc_type->tp_alloc(mlcc_type, 0);
} else if (image->nrows() < image->data()->nrows()
|| image->ncols() < image->data()->ncols()) {
i = (ImageObject*)subimage_type->tp_alloc(subimage_type, 0);
} else {
i = (ImageObject*)image_type->tp_alloc(image_type, 0);
}
i->m_data = (PyObject*)d;
((RectObject*)i)->m_x = image;
PyObject* args = Py_BuildValue(CHAR_PTR_CAST "(O)", (PyObject*)i);
PyObject* result = PyObject_CallObject(pybase_init, args);
Py_DECREF(args);
if (result == 0)
return 0;
Py_DECREF(result);
return init_image_members(i);
}
/*
IMAGEINFO TYPE
Holds information about an image - primarily used for opening images.
*/
struct ImageInfoObject {
PyObject_HEAD
ImageInfo* m_x;
};
#ifndef GAMERACORE_INTERNAL
inline PyTypeObject* get_ImageInfoType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "ImageInfo");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get ImageInfo type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
#else
extern PyTypeObject* get_ImageInfoType();
#endif
inline bool is_ImageInfoObject(PyObject* x) {
PyTypeObject* t = get_ImageInfoType();
if (t == 0)
return 0;
return PyObject_TypeCheck(x, t);
}
inline PyObject* create_ImageInfoObject(ImageInfo* x) {
PyTypeObject* info_type = get_ImageInfoType();
if (info_type == 0)
return 0;
ImageInfoObject* o;
o = (ImageInfoObject*)info_type->tp_alloc(info_type, 0);
o->m_x = x;
return (PyObject*)o;
}
#ifndef GAMERACORE_INTERNAL
inline PyObject* ImageList_to_python(std::list<Image*>* image_list) {
PyObject* pylist = PyList_New(image_list->size());
std::list<Image*>::iterator it = image_list->begin();
for (size_t i = 0; i < image_list->size(); ++i, ++it) {
PyObject *item = create_ImageObject(*it);
PyList_SetItem(pylist, i, item);
}
return pylist;
}
inline PyObject* FloatVector_to_python(FloatVector* cpp) {
PyObject* array_init = get_ArrayInit();
if (array_init == 0)
return 0;
PyObject* str = PyString_FromStringAndSize((char*)(&((*cpp)[0])),
cpp->size() * sizeof(double));
PyObject* py = PyObject_CallFunction(array_init, (char *)"sO", (char *)"d", str);
Py_DECREF(str);
return py;
}
inline PyObject* ComplexVector_to_python(ComplexVector* cpp) {
PyObject* py = PyList_New(cpp->size());
for (size_t i = 0; i < cpp->size(); ++i) {
ComplexPixel& px = (*cpp)[i];
PyObject* complex = PyComplex_FromDoubles(px.real(), px.imag());
PyList_SET_ITEM(py, i, complex);
}
return py;
}
inline PyObject* IntVector_to_python(IntVector* cpp) {
PyObject* array_init = get_ArrayInit();
if (array_init == 0)
return 0;
PyObject* str = PyString_FromStringAndSize((char*)(&((*cpp)[0])),
cpp->size() * sizeof(int));
PyObject* py = PyObject_CallFunction(array_init, (char *)"sO", (char *)"i", str);
Py_DECREF(str);
return py;
}
inline PyObject* PointVector_to_python(PointVector* cpp) {
PyObject* py = PyList_New(cpp->size());
for (size_t i = 0; i < cpp->size(); ++i) {
PyObject* point = create_PointObject(Point((*cpp)[i]));
Py_INCREF(point); // leak?
PyList_SetItem(py, i, point);
}
return py;
}
inline FloatVector* FloatVector_from_python(PyObject* py) {
PyObject* seq = PySequence_Fast(py, "Argument must be a sequence of floats.");
if (seq == NULL)
return 0;
int size = PySequence_Fast_GET_SIZE(seq);
FloatVector* cpp = new FloatVector(size);
try {
for (int i = 0; i < size; ++i) {
PyObject* number = PySequence_Fast_GET_ITEM(seq, i);
if (!PyFloat_Check(number)) {
delete cpp;
PyErr_SetString(PyExc_TypeError,
"Argument must be a sequence of floats.");
Py_DECREF(seq);
return 0;
}
(*cpp)[i] = (double)PyFloat_AsDouble(number);
}
} catch (std::exception e) {
delete cpp;
Py_DECREF(seq);
PyErr_SetString(PyExc_RuntimeError, e.what());
return 0;
}
Py_DECREF(seq);
return cpp;
}
inline ComplexVector* ComplexVector_from_python(PyObject* py) {
PyObject* seq = PySequence_Fast(py, "Argument must be a sequence of complex numbers.");
if (seq == NULL)
return 0;
int size = PySequence_Fast_GET_SIZE(seq);
ComplexVector* cpp = new ComplexVector(size);
try {
for (int i = 0; i < size; ++i) {
PyObject* value = PySequence_Fast_GET_ITEM(seq, i);
if (!PyComplex_Check(value)) {
delete cpp;
Py_DECREF(seq);
PyErr_SetString(PyExc_TypeError, "Argument must be a sequence of complex numbers.");
return 0;
}
Py_complex temp = PyComplex_AsCComplex(value);
(*cpp)[i] = ComplexPixel(temp.real, temp.imag);
}
} catch (std::exception e) {
delete cpp;
Py_DECREF(seq);
PyErr_SetString(PyExc_RuntimeError, e.what());
return 0;
}
Py_DECREF(seq);
return cpp;
}
inline IntVector* IntVector_from_python(PyObject* py) {
PyObject* seq = PySequence_Fast(py, "Argument must be a sequence of ints.");
if (seq == NULL)
return 0;
int size = PySequence_Fast_GET_SIZE(seq);
IntVector* cpp = new IntVector(size);
try {
for (int i = 0; i < size; ++i) {
PyObject* number = PySequence_Fast_GET_ITEM(seq, i);
if (!PyInt_Check(number)) {
PyErr_SetString(PyExc_TypeError,
"Argument must be a sequence of ints.");
delete cpp;
Py_DECREF(seq);
return 0;
}
(*cpp)[i] = (int)PyInt_AsLong(number);
}
} catch (std::exception e) {
delete cpp;
Py_DECREF(seq);
PyErr_SetString(PyExc_RuntimeError, e.what());
return 0;
}
Py_DECREF(seq);
return cpp;
}
inline PointVector* PointVector_from_python(PyObject* py) {
PyObject* seq = PySequence_Fast(py, "Argument must be an iterable of Points");
if (seq == NULL)
return 0;
int size = PySequence_Fast_GET_SIZE(seq);
PointVector* cpp = new PointVector();
try {
cpp->reserve(size);
for (int i = 0; i < size; ++i) {
PyObject* point = PySequence_Fast_GET_ITEM(seq, i);
Point p = coerce_Point(point);
cpp->push_back(p);
}
} catch (std::exception e) {
delete cpp;
Py_DECREF(seq);
PyErr_SetString(PyExc_RuntimeError, e.what());
return 0;
}
Py_DECREF(seq);
return cpp;
}
/* ITERATOR TYPE
*/
inline PyTypeObject* get_IteratorType() {
static PyTypeObject* t = 0;
if (t == 0) {
PyObject* dict = get_gameracore_dict();
if (dict == 0)
return 0;
t = (PyTypeObject*)PyDict_GetItemString(dict, "Iterator");
if (t == 0) {
PyErr_SetString(PyExc_RuntimeError,
"Unable to get Iterator type from gamera.gameracore.\n");
return 0;
}
}
return t;
}
/* PROGRESS BAR TYPE */
class ProgressBar {
public:
inline ProgressBar(const char* message) {
PyObject* dict = get_module_dict("gamera.util");
if (!dict)
throw std::runtime_error("Couldn't get gamera.util module");
PyObject* progress_factory = PyDict_GetItemString(dict, "ProgressFactory");
if (!progress_factory)
throw std::runtime_error("Couldn't get ProgressFactory function");
m_progress_bar = PyObject_CallFunction(progress_factory, (char *)"s", message);
if (!m_progress_bar)
throw std::runtime_error("Error getting progress bar");
}
inline ProgressBar() : m_progress_bar(NULL) {}
inline ProgressBar(int x) {
m_progress_bar = NULL;
}
inline ProgressBar(const ProgressBar& other) {
m_progress_bar = other.m_progress_bar;
if (m_progress_bar)
Py_INCREF(m_progress_bar);
}
inline ~ProgressBar() {
if (m_progress_bar){
Py_DECREF(m_progress_bar);
}
}
inline void add_length(int l) {
if (m_progress_bar) {
PyObject* result = PyObject_CallMethod(m_progress_bar, (char *)"add_length", (char *)"i", l);
if (!result)
throw std::runtime_error("Error calling add_length on ProgressBar instance");
}
}
inline void set_length(int l) {
if (m_progress_bar) {
PyObject* result = PyObject_CallMethod(m_progress_bar, (char *)"set_length", (char *)"i", l);
if (!result)
throw std::runtime_error("Error calling set_length on ProgressBar instance");
}
}
inline void step() {
if (m_progress_bar) {
PyObject* result = PyObject_CallMethod(m_progress_bar, (char *)"step", NULL);
if (!result)
throw std::runtime_error("Error calling step on ProgressBar instance");
}
}
inline void update(int num, int den) {
if (m_progress_bar) {
PyObject* result = PyObject_CallMethod(m_progress_bar, (char *)"update", (char *)"ii", num, den);
if (!result)
throw std::runtime_error("Error calling update on ProgressBar instance");
}
}
inline void kill() {
if (m_progress_bar) {
PyObject* result = PyObject_CallMethod(m_progress_bar, (char *)"kill", NULL);
if (!result)
throw std::runtime_error("Error calling kill on ProgressBar instance");
}
}
protected:
PyObject* m_progress_bar;
};
// Converting pixel types to/from Python
inline PyObject* pixel_to_python(OneBitPixel px) {
return PyInt_FromLong(px);
}
inline PyObject* pixel_to_python(GreyScalePixel px) {
return PyInt_FromLong(px);
}
inline PyObject* pixel_to_python(Grey16Pixel px) {
return PyInt_FromLong(px);
}
inline PyObject* pixel_to_python(RGBPixel px) {
return create_RGBPixelObject(px);
}
inline PyObject* pixel_to_python(FloatPixel px) {
return PyFloat_FromDouble(px);
}
inline PyObject* pixel_to_python(ComplexPixel px) {
return PyComplex_FromDoubles(px.real(), px.imag());
}
template<class T>
struct pixel_from_python {
inline static T convert(PyObject* obj);
};
template<class T>
inline T pixel_from_python<T>::convert(PyObject* obj) {
if (!PyFloat_Check(obj)) {
if (!PyInt_Check(obj)) {
if (!is_RGBPixelObject(obj)) {
if (!PyComplex_Check(obj)) {
throw std::runtime_error("Pixel value is not valid");
}
Py_complex temp = PyComplex_AsCComplex(obj);
return (T)temp.real;
}
return T((*(((RGBPixelObject*)obj)->m_x)).luminance());
}
return (T)PyInt_AsLong(obj);
}
return (T)PyFloat_AsDouble(obj);
}
template<>
inline RGBPixel pixel_from_python<RGBPixel>::convert(PyObject* obj) {
if (!is_RGBPixelObject(obj)) {
if (!PyFloat_Check(obj)) {
if (!PyInt_Check(obj)) {
if (!PyComplex_Check(obj)) {
throw std::runtime_error("Pixel value is not convertible to an RGBPixel");
}
Py_complex temp = PyComplex_AsCComplex(obj);
return RGBPixel(ComplexPixel(temp.real, temp.imag));
}
return RGBPixel((GreyScalePixel)PyInt_AsLong(obj));
}
return RGBPixel(PyFloat_AsDouble(obj));
}
return RGBPixel(*(((RGBPixelObject*)obj)->m_x));
}
template<>
inline ComplexPixel pixel_from_python<ComplexPixel>::convert(PyObject* obj) {
if (!PyComplex_Check(obj)) {
if (!is_RGBPixelObject(obj)) {
if (!PyFloat_Check(obj)) {
if (!PyInt_Check(obj)) {
throw std::runtime_error("Pixel value is not convertible to a ComplexPixel");
}
return ComplexPixel((double)PyInt_AsLong(obj), 0.0);
}
return ComplexPixel(PyFloat_AsDouble(obj), 0.0);
}
return ComplexPixel(((RGBPixelObject*)obj)->m_x->luminance(), 0.0);
}
Py_complex temp = PyComplex_AsCComplex(obj);
return ComplexPixel(temp.real, temp.imag);
}
#endif
#endif
|