Home
last modified time | relevance | path

Searched refs:GetMat (Results 1 – 23 of 23) sorted by relevance

/dports/misc/openmvg/openMVG-2.0/src/openMVG/image/
H A Dimage_concat.hpp35 Out.block( 0, 0, imageA.Height(), imageA.Width() ) = imageA.GetMat(); in ConcatH()
37 Out.block( 0, imageA.Width(), imageB.Height(), imageB.Width() ) = imageB.GetMat(); in ConcatH()
59 Out.block( 0, 0, imageA.Height(), imageA.Width() ) = imageA.GetMat(); in ConcatV()
63 Out.block( imageA.Height(), 0, imageB.Height(), imageB.Width() ) = imageB.GetMat(); in ConcatV()
H A Dimage_io.hpp479 const unsigned char * ptr = ( unsigned char* )( im.GetMat().data() ); in WriteImage()
498 const unsigned char * ptr = ( unsigned char* )( im.GetMat().data() ); in WriteJpg()
H A Dimage_test.cpp44 matrix = imaGray.GetMat(); in TEST()
H A Dimage_container.hpp188 inline const Base& GetMat() const in GetMat() function in openMVG::image::Image
H A Dimage_integral_test.cpp105 EXPECT_EQ(image.GetMat().block(left_corner.y(), in TEST()
H A Dimage_convolution.hpp291 SeparableConvolution2d( img.GetMat(), horiz_k_cast, vert_k_cast, &out ); in ImageSeparableConvolution()
/dports/misc/openmvg/openMVG-2.0/src/openMVG/color_harmonization/
H A Dselection_VLDSegment.hpp56 image::Image<float> imgA ( imageL.GetMat().cast<float>() ); in computeMask()
57 image::Image<float> imgB(imageR.GetMat().cast<float>()); in computeMask()
/dports/misc/openmvg/openMVG-2.0/src/software/SfM/
H A Dmain_ComputeFeatures_OpenCV.cpp105 cv::eigen2cv(image.GetMat(), img); in Describe_AKAZE_OCV()
109 cv::eigen2cv(mask->GetMat(), m_mask); in Describe_AKAZE_OCV()
207 cv::eigen2cv(image.GetMat(), img); in Describe_SIFT_OPENCV()
212 cv::eigen2cv(mask->GetMat(), m_mask); in Describe_SIFT_OPENCV()
/dports/misc/openmvg/openMVG-2.0/src/software/VO/
H A DTracker_opencv_klt.hpp42 cv::eigen2cv(ima.GetMat(), current_img_); in track()
79 cv::eigen2cv(ima.GetMat(), current_img); in detect()
/dports/misc/openmvg/openMVG-2.0/src/openMVG/features/sift/
H A Dsift_test.cpp34 image = in.GetMat().cast<float>(); in TEST()
74 const image::Image<float> image(in.GetMat().cast<float>()/255.0f); in TEST()
H A DSIFT_Anatomy_Image_Describer.hpp127 const image::Image<float> If(image.GetMat().cast<float>()/255.0f); in Describe_SIFT_Anatomy()
/dports/games/opencity/opencity-0.0.6.5stable/src/model/
H A Dac3dsurface.h78 GetMat() const;
H A Dac3dsurface.cpp68 AC3DSurface::GetMat() const in GetMat() function in AC3D::AC3DSurface
H A Dmodelloader.cpp351 mat = vMaterial[ vpSurface[pos]->GetMat() ]; in _AC3DVertexToGL()
/dports/misc/openmvg/openMVG-2.0/src/openMVG_Samples/features_kvld_filter/
H A Dkvld_filter.cpp160 Image<float> imgA (imageL.GetMat().cast<float>()); in main()
161 Image<float> imgB (imageR.GetMat().cast<float>()); in main()
/dports/games/openclonk/openclonk-release-8.1-src/src/mape/cpp-handles/
H A Dlandscape-handle.cpp48 int32_t C4Landscape::GetMat(int32_t x, int32_t y) const { return p->Pix2Mat[GetPix(x, y)]; } in GetMat() function in C4Landscape
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4Landscape.h109 int32_t GetMat(int32_t x, int32_t y) const;
221 return ::Landscape.GetMat(x, y); in GBackMat()
H A DC4Landscape.cpp709 int32_t mat = d->GetMat(tx, ty); in DigFreePixNoInstability()
721 int32_t mat = d->GetMat(tx, ty); in DigFreePix()
735 int32_t mat = d->GetMat(tx, ty); in BlastFreePix()
755 int32_t mat = d->GetMat(tx, ty); in ShakeFreePix()
892 int32_t mat = GetMat(tx, ty); in CheckInstability()
955 int32_t mat = GetMat(fx, fy); in ExtractMaterial()
1052 omat = GetMat(tx, ty); in InsertDeadMaterial()
1082 int32_t mat = GetMat(x, y); in Incinerate()
3343 while (GetMat(x, y - 1) == mat) --y; in FindMatTop()
3352 if (GetMat(x - cslide, y) != mat) fLeft = false; in FindMatTop()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/nonFree/sift/
H A DSIFT_describer.hpp148 const image::Image<float> If(image.GetMat().cast<float>()); in DescribeSIFT()
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dmatvec6.h336 Mat3x3 GetMat(unsigned short int i, unsigned short int j) { in GetMat() function
357 inline const Mat3x3& GetMat(unsigned short int i, in GetMat() function
/dports/science/qiskit-aer/qiskit-aer-0.5.2/src/framework/
H A Dmatrix.hpp251 T *GetMat() const; // gives you the address of element 0 then *(c+i) gives you
507 template <class T> inline T *matrix<T>::GetMat() const { in GetMat() function in matrix
/dports/misc/openmvg/openMVG-2.0/src/openMVG/features/akaze/
H A DAKAZE.cpp210 in_ = in.GetMat().cast<float>() / 255.f; in AKAZE()
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4EditCursor.cpp317 …MatValid(::Landscape.GetMat(X,Y)) ? ::MaterialMap.Map[::Landscape.GetMat(X,Y)].Name : LoadResStr("… in UpdateStatusBar()