Home
last modified time | relevance | path

Searched refs:IPL_DEPTH_16S (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.cpp215 case SG_DATATYPE_Short : return( IPL_DEPTH_16S ); // Signed 16-bit integer in Get_CVImage_Type()
257 case IPL_DEPTH_16S: Row.data.s [x] = pGrid->asShort (x, y); break; in Copy_Grid_To_CVImage()
293 case IPL_DEPTH_16S: pGrid->Set_Value(x, y, Row.data.s [x]); break; in Copy_CVImage_To_Grid()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/BridgeOpenCV/include/
H A DitkOpenCVImageBridge.hxx74 CONVERSION_CASE(IPL_DEPTH_16S, short) in IplImageToITKImage()
188 out = cvCreateImage(cvSize(w,h), IPL_DEPTH_16S, outChannels); in ITKImageToIplImage()
/dports/graphics/cimg/CImg-v.2.9.7/plugins/
H A Dipl.h167 ((unsigned int)img->depth == IPL_DEPTH_16S && typeid(T) != typeid(unsigned)) || in not_pixel_type_of()
179 if (typeid(T) == typeid(short)) return IPL_DEPTH_16S; in get_ipl_bit_depth()
H A Dipl_alt.h77 case IPL_DEPTH_16S: // 16-bit signed int. in assign()
/dports/graphics/gmic-qt/CImg-v.2.9.8/plugins/
H A Dipl.h167 ((unsigned int)img->depth == IPL_DEPTH_16S && typeid(T) != typeid(unsigned)) || in not_pixel_type_of()
179 if (typeid(T) == typeid(short)) return IPL_DEPTH_16S; in get_ipl_bit_depth()
H A Dipl_alt.h77 case IPL_DEPTH_16S: // 16-bit signed int. in assign()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/examples/latticegas/
H A Dframegrabber.cpp74 << " IPL_DEPTH_16S: " << IPL_DEPTH_16S << "\n" in grab()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_opencv.cpp71 case int(IPL_DEPTH_16S): srcformat = TypeDesc::INT16; break; in from_IplImage()
156 dstFormat = IPL_DEPTH_16S; in to_IplImage()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_opencv.cpp71 case int(IPL_DEPTH_16S): srcformat = TypeDesc::INT16; break; in from_IplImage()
156 dstFormat = IPL_DEPTH_16S; in to_IplImage()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/BridgeOpenCV/test/
H A DitkOpenCVImageBridgeGrayScaleTest.cxx58 depth = IPL_DEPTH_16S; in ConvertIplImageDataType()
H A DitkOpenCVImageBridgeRGBTest.cxx118 depth = IPL_DEPTH_16S; 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.h291 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16) macro
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Darray.cpp2942 depth != (int)IPL_DEPTH_16S && depth != (int)IPL_DEPTH_32S && in cvInitImageHeader()