Home
last modified time | relevance | path

Searched refs:IPL_DEPTH_8S (Results 1 – 14 of 14) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_opencv/
H A Dopencv.cpp211 case SG_DATATYPE_Char : return( IPL_DEPTH_8S ); // Signed 8-bit integer in Get_CVImage_Type()
255 case IPL_DEPTH_8S: Row.data.ptr[x] = pGrid->asChar (x, y); break; in Copy_Grid_To_CVImage()
291 case IPL_DEPTH_8S : pGrid->Set_Value(x, y, ((char *)Row.data.ptr)[x]); break; in Copy_CVImage_To_Grid()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/BridgeOpenCV/include/
H A DitkOpenCVImageBridge.hxx72 CONVERSION_CASE(IPL_DEPTH_8S, char) in IplImageToITKImage()
174 out = cvCreateImage(cvSize(w,h), IPL_DEPTH_8S, outChannels); in ITKImageToIplImage()
/dports/graphics/cimg/CImg-v.2.9.7/plugins/
H A Dipl.h165 ((unsigned int)img->depth == IPL_DEPTH_8S && typeid(T) != typeid(char)) || in not_pixel_type_of()
177 if (typeid(T) == typeid(char)) return IPL_DEPTH_8S; in get_ipl_bit_depth()
H A Dipl_alt.h69 case IPL_DEPTH_8S: // 8-bit signed int. in assign()
/dports/graphics/gmic-qt/CImg-v.2.9.8/plugins/
H A Dipl.h165 ((unsigned int)img->depth == IPL_DEPTH_8S && typeid(T) != typeid(char)) || in not_pixel_type_of()
177 if (typeid(T) == typeid(char)) return IPL_DEPTH_8S; in get_ipl_bit_depth()
H A Dipl_alt.h69 case IPL_DEPTH_8S: // 8-bit signed int. in assign()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/examples/latticegas/
H A Dframegrabber.cpp72 << " IPL_DEPTH_8S: " << IPL_DEPTH_8S << "\n" in grab()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_opencv.cpp69 case int(IPL_DEPTH_8S): srcformat = TypeDesc::INT8; break; in from_IplImage()
150 dstFormat = IPL_DEPTH_8S; in to_IplImage()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_opencv.cpp69 case int(IPL_DEPTH_8S): srcformat = TypeDesc::INT8; break; in from_IplImage()
150 dstFormat = IPL_DEPTH_8S; in to_IplImage()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/BridgeOpenCV/test/
H A DitkOpenCVImageBridgeGrayScaleTest.cxx50 depth = IPL_DEPTH_8S; in ConvertIplImageDataType()
H A DitkOpenCVImageBridgeRGBTest.cxx110 depth = IPL_DEPTH_8S; in ConvertIplImageDataType()
/dports/graphics/opencv/opencv-4.5.3/modules/ts/src/
H A Dts_arrtest.cpp128 IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U, IPL_DEPTH_16S,
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h290 #define IPL_DEPTH_8S (IPL_DEPTH_SIGN| 8) macro
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Darray.cpp2941 depth != (int)IPL_DEPTH_8S && depth != (int)IPL_DEPTH_16U && in cvInitImageHeader()