예제 #1
0
// device; 32-bit; 1-channel
void cubicBSplinePrefilter(iu::ImageGpu_32f_C1* srcdst)
{
  IuStatus status = cuCubicBSplinePrefilter_32f_C1I(srcdst);
  if (status != IU_SUCCESS) throw IuException("function returned with an error", __FILE__, __FUNCTION__, __LINE__);
}
예제 #2
0
파일: filter.cpp 프로젝트: mwerlberger/imp
// device; 32-bit; 1-channel
void cubicBSplinePrefilter(iu::ImageGpu_32f_C1* srcdst)
{
  cuCubicBSplinePrefilter_32f_C1I(srcdst);
}