Home
last modified time | relevance | path

Searched defs:image_rgb (Results 1 – 14 of 14) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/openkinect/wrappers/python/
H A Ddemo_mp_sync.py9 image_rgb = mp.imshow(freenect.sync_get_video()[0], interpolation='nearest', animated=True) variable
H A Ddemo_mp_async.py6 image_rgb = None variable
/dports/graphics/py-pyx/PyX-0.15/examples/bitmap/
H A Dminimal.py4 image_rgb = bitmap.image(3, 2, "RGB", b"\77\77\77\177\177\177\277\277\277" variable
/dports/graphics/py-pyx/PyX-0.15/manual/
H A Dbitmap.py4 image_rgb = bitmap.image(3, 2, "RGB", b"\77\77\77\177\177\177\277\277\277" variable
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/exposure/tests/
H A Dtest_histogram_matching.py26 image_rgb = data.chelsea() variable in TestMatchHistogram
/dports/games/zoom/zoom-1.1.5/src/
H A Dimage_none.c46 unsigned char* image_rgb(image_data* data) { return NULL; } in image_rgb() function
H A Dimage_libpng.c377 unsigned char* image_rgb(image_data* data) in image_rgb() function
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/edges/
H A Dplot_circular_elliptical_hough_transform.py105 image_rgb = data.coffee()[0:220, 160:420] variable
/dports/misc/openmvg/openMVG-2.0/src/openMVG/sfm/
H A Dsfm_data_colorization.cpp94 image::Image<image::RGBColor> image_rgb; in ColorizeTracks() local
/dports/graphics/vigra/vigra-8acd73a/test/coordinateiterator/
H A Dtest.cxx247 array_rgb image_rgb(array_2d::size_type(2, 3)); in testCoordinateIterator() local
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/linsys/
H A Dconsumer_SDIstream.c566 uint8_t image_rgb[myProfile->width * myProfile->height * bytes_per_pixel]; in consumer_write_JPEG() local
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/linsys/
H A Dconsumer_SDIstream.c566 uint8_t image_rgb[myProfile->width * myProfile->height * bytes_per_pixel]; in consumer_write_JPEG() local
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/linsys/
H A Dconsumer_SDIstream.c566 uint8_t image_rgb[myProfile->width * myProfile->height * bytes_per_pixel]; in consumer_write_JPEG() local
/dports/games/opensonic/opensnc-src-0.1.4/src/core/
H A Dimage.c246 uint32 image_rgb(uint8 r, uint8 g, uint8 b) in image_rgb() function