MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / CImageROI

Method CImageROI

Bench/src/CImage.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142CImageROI::CImageROI(CSimpleImage& Image, uint X, uint Y, uint W, uint H)
143{
144 ((SImage&)*this) = Image.ToSImage();
145 m_Data = Image.Data(X, Y);
146 Width = W;
147 Height = H;
148}
149
150
151// Helpers

Callers

nothing calls this directly

Calls 1

DataMethod · 0.80

Tested by

no test coverage detected